From c947e13f712d7edc372e05753f2da238ba1d51ba Mon Sep 17 00:00:00 2001 From: creme Date: Mon, 20 Jan 2020 13:49:35 +0100 Subject: fix outline headlines --- fhost.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/fhost.py b/fhost.py index 41d78e9..7fd9d96 100755 --- a/fhost.py +++ b/fhost.py @@ -370,11 +370,11 @@ def fhost():

envs.sh | THE NULL POINTER

-

file hosting and URL shortening service.

+

file hosting and URL shortening service.


-

USAGE

+

USAGE

 HTTP POST files here:
     curl -F'file=@yourfile.png' {0}
@@ -392,7 +392,7 @@ maximum file size: {1}
 

-

ACCEPTABLE USE POLICY

+

ACCEPTABLE USE POLICY

 please do not post any informations that
 may violate law (login/password lists, email lists, personal information).
@@ -411,7 +411,7 @@ envs.sh is NOT a platform for:
     
  • alt-right shitposting

  • -

    REQUIREMENTS

    +

    REQUIREMENTS

     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.
    @@ -423,7 +423,7 @@ you can also support it financially via liberapay.
     

    -

    ALIAS

    +

    ALIAS

     to make your life easier, you can add aliases to your .bash_aliases on Linux
     and .bash_profile on Mac OS X. just remember to reset your terminal session after that.
    @@ -441,7 +441,7 @@ echo "text here" | 0pb
     

    -

    FILE RETENTION PERIOD

    +

    FILE RETENTION PERIOD

     retention = min_age + (-max_age + min_age) * pow((file_size / max_size - 1), 3)
     
    @@ -469,7 +469,7 @@ retention = min_age + (-max_age + min_age) * pow((file_size / max_size - 1), 3)
     

    -

    ABUSE

    +

    ABUSE

     if you would like to request permanent deletion, please
     send an email to hostmaster@envs.net.
    @@ -482,7 +482,7 @@ please allow up to 24 hours for a response.