@@ -263,7 +263,7 @@

YOURLS: Your Own
-
+
- +

Download

-

Download YOURLS from Github

-

You can follow YOURLS' development on the commit history and get current development build

+

Download YOURLS from Github

+

You can follow YOURLS' development on the commit history and get current development build

Credits

YOURLS is made by awesome people.

-

Keep up to date: follow @yourls, @ozh (lead developer)and read the official YOURLS Blog

+

Keep up to date: follow @yourls, @ozh (lead developer) and read the official YOURLS Blog

@@ -344,9 +344,10 @@

Fresh Install

Install Guides

Here is a list of some (unofficial) install guides using automated tools:

Upgrade

    @@ -390,18 +391,18 @@

    Site options

    Timezone GMT offset
    Example: define( 'YOURLS_HOURS_OFFSET', '-5' );
  1. YOURLS_PRIVATE
    - Private means the admin area will be protected with login/pass as defined below. See Private or Public for more.
    + Private means the admin area will be protected with login/pass as defined below. See Private or Public for more.
    Example: define( 'YOURLS_PRIVATE', 'true' );
  2. YOURLS_UNIQUE_URLS
    Allow multiple short URLs for a same long URL
    Set to true to allow only one pair of shortURL/longURL (default YOURLS behavior), or to false to allow creation of multiple short URLs pointing to the same long URL (as bit.ly does)
    Example: define( 'YOURLS_UNIQUE_URLS', 'true' );
  3. YOURLS_COOKIEKEY
    - A random secret hash used to encrypt cookies. You don't have to remember it, make it long and complicated. Hint: generate a unique one at http://yourls.org/cookie
    + A random secret hash used to encrypt cookies. You don't have to remember it, make it long and complicated. Hint: generate a unique one at https://yourls.org/cookie
    Example: define( 'YOURLS_COOKIEKEY', 'qQ4KhL_pu|s@Zm7n#%:b^{A[vhm' );
  4. yourls_user_passwords
    A list of username(s) and password(s) allowed to access the site if private
    - Passwords can either be in plain text, or encrypted: see http://yourls.org/userpassword for more information.
    + Passwords can either be in plain text, or encrypted: see https://yourls.org/userpassword for more information.
    Example: 'joe' => 'mypassword'
  5. @@ -432,7 +433,7 @@

    Advanced settings

    @@ -444,11 +445,11 @@

    Plugins for YOURLS

    Plugins?

    Plugins are additional PHP scripts that extend the functionalities or features of YOURLS. The core of YOURLS is designed to be as light as possible and avoid bloat (implementing functions not everybody needs) and to allow for easy customization.

    Using the plugin architecture, you can add new features to YOURLS without having to modify core files. This way, your changes won't be lost when you upgrade your YOURLS installation and you can easily activate and deactivate a plugin from the admin interface.

    -

    There's a growing number of plugins available: check the Plugin list.

    +

    There's a growing number of plugins available: check the Plugin list.

    Documentation

    Several sample plugins are included in the archive. Read the source and learn the concept. It's easy and fun!

    -

    Check the plugin API documentation to learn more

    +

    Check the plugin API documentation to learn more

    @@ -465,9 +466,9 @@

    Features

    Usage

    -

    You need to send parameters to http://your-own-domain-here.com/yourls-api.php either via GET or POST (remember to URL encode parameters if via GET). These parameters are:

    +

    You need to send parameters to http://your-own-domain-here.com/yourls-api.php either via GET or POST (remember to URL-encode parameters if via GET). These parameters are: