diff options
author | cremesk <ennik@envs.net> | 2019-07-17 00:42:33 +0200 |
---|---|---|
committer | cremesk <ennik@envs.net> | 2019-07-17 00:42:33 +0200 |
commit | 444b7d71b631cb85ca61176cdbc34a246613375e (patch) | |
tree | 338365b7450fd078183e4743faa03de8209e4f6c /fhost.py | |
parent | correct alias file (diff) | |
download | hex-zero-444b7d71b631cb85ca61176cdbc34a246613375e.tar.gz hex-zero-444b7d71b631cb85ca61176cdbc34a246613375e.tar.bz2 hex-zero-444b7d71b631cb85ca61176cdbc34a246613375e.zip |
change to lowercase
Diffstat (limited to 'fhost.py')
-rwxr-xr-x | fhost.py | 28 |
1 files changed, 14 insertions, 14 deletions
@@ -362,15 +362,15 @@ def fhost(): <h3>USAGE</h3> HTTP POST files here: <code>curl -F'file=@yourfile.png' {0}</code> -You can also POST remote URLs: +you can also POST remote URLs: <code>curl -F'url=https://example.com/image.jpg' {0}</code> -Or you can shorten URLs: +or you can shorten URLs: <code>curl -F'shorten=http://example.com/some/long/url' {0}</code> -File URLs are valid for at least 30 days and up to a year (see below). -Shortened URLs do not expire. -Not allowed: {5} -Maximum file size: {1} +file URLs are valid for at least 30 days and up to a year (see below). +shortened URLs do not expire. +not allowed: {5} +maximum file size: {1} 0x0.envs.net is NOT a platform for: * child pornography @@ -383,17 +383,17 @@ Maximum file size: {1} * alt-right shitposting <h3>REQUIREMENTS</h3> -There is only one thing you need to use this service - curl. -Curl is available on most platforms, including Windows, Mac OS X and Linux. +there is only one thing you need to use this service - curl. +curl is available on most platforms, including Windows, Mac OS X and Linux. -If you run a server and like this site, clone it! Centralization is bad. +if you run a server and like this site, clone it! centralization is bad. <small><a href="https://github.com/envs-net/0x0" target="_blank">https://github.com/envs-net/0x0</a></small> -You can also support it financially via Liberapay. +you can also support it financially via liberapay. <a href="https://liberapay.com/creme/donate" target="_blank" style="border-bottom-color: transparent;"><img alt="Donate using Liberapay" src="https://img.shields.io/liberapay/receives/creme.svg?logo=liberapay"></a> <h3>ALIAS</h3> -To make your life easier, you can add aliases to your <code>.bash_aliases</code> on Linux -and <code>.bash_profile</code> on Mac OS X. Just remember to reset your terminal session after that. +to make your life easier, you can add aliases to your <code>.bash_aliases</code> on Linux +and <code>.bash_profile</code> on Mac OS X. just remember to reset your terminal session after that. <code>0file() { curl -F"file=@$1" {0} ; } 0url() { curl -F"url=$1" {0} ; } 0short() { curl -F"shorten=$1" {0} ; }</code> @@ -427,10 +427,10 @@ retention = min_age + (-max_age + min_age) * pow((file_size / max_size - 1), 3) {4} <h3>ABUSE</h3> -If you would like to request permanent deletion, please +if you would like to request permanent deletion, please send an email to <a href="mailto:hostmaster@envs.net?subject=Abuse%200x0%20-%20envs.net" target="_blank">hostmaster@envs.net</a>. -Please allow up to 24 hours for a response. +please allow up to 24 hours for a response. </pre> </div> |