diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2021-07-10 18:57:16 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2021-07-10 18:57:16 +0200 |
commit | 78fd0fa31e25b34ba47f13b17ccb9992b29ef725 (patch) | |
tree | 896bbd771adcf2d8f86dfe4d154bbafab54b12b1 /unshorturl | |
parent | b7e7ff9a626dd5bd51ed291edd2de9075b69ffc8 (diff) | |
download | volse-hz-addons-78fd0fa31e25b34ba47f13b17ccb9992b29ef725.tar.gz volse-hz-addons-78fd0fa31e25b34ba47f13b17ccb9992b29ef725.tar.bz2 volse-hz-addons-78fd0fa31e25b34ba47f13b17ccb9992b29ef725.zip |
unshorturl: Add README
Diffstat (limited to 'unshorturl')
-rw-r--r-- | unshorturl/README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/unshorturl/README.md b/unshorturl/README.md new file mode 100644 index 0000000..b986a0e --- /dev/null +++ b/unshorturl/README.md @@ -0,0 +1,11 @@ +# UnshortURL + +This simple addon will expand shortened URL's into their full +expanded form. Currently only bit.ly URL's are supported. More +will come later. + +This addon has no configuration options. + +Check the [source code](https://code.volse.net/hubzilla/volse-hz-addons.git/). +If you want to report a bug, have suggestions for other shorteners that should +be supported, or other ideas, ping me on [@harald@hub.volse.no](https://hub.volse.no/channel/harald). |