Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F115214
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/README.md b/README.md
index de7c8fc..a75eb16 100644
--- a/README.md
+++ b/README.md
@@ -1,47 +1,49 @@
# Linkify
Linkify is a basic package for turning website names into links.
Use this package in your web view to convert web references into click-able links.
## Installation
The package can be installed by adding `linkify` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:linkify, "~> 0.1"}]
end
```
## Usage
The following examples illustrate some examples on how to use the auto linker.
```elixir
iex> Linkify.link("google.com")
"<a href=\"http://google.com\">google.com</a>"
iex> Linkify.link("google.com", class: "linkified")
"<a href=\"http://google.com\" class=\"linkified\">google.com</a>"
iex> Linkify.link("google.com", new_window: true)
"<a href=\"http://google.com\" target=\"_blank\">google.com</a>"
iex> Linkify.link("google.com", new_window: true, rel: "noopener noreferrer")
"<a href=\"http://google.com\" target=\"_blank\" rel=\"noopener noreferrer\">google.com</a>"
```
See the [Docs](https://hexdocs.pm/linkify/) for more examples
-```
+## Acknowledgements
+This is a fork of [auto_linker](https://github.com/smpallen99/auto_linker) by [Steve Pallen](https://github.com/smpallen99).
## License
-`auto_linker` is Copyright (c) 2017 E-MetroTel
+Copyright © 2017 E-MetroTel
+Copyright © 2019 Pleroma Authors
The source is released under the MIT License.
Check [LICENSE](LICENSE) for more information.
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Wed, Nov 27, 2:40 PM (1 d, 15 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
40661
Default Alt Text
(1 KB)
Attached To
Mode
R19 linkify
Attached
Detach File
Event Timeline
Log In to Comment