diff --git a/README.md b/README.md index 72fd234f..02cddc8b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ - [![Analytics](https://ga-beacon.appspot.com/UA-49251479-1/hesk/README)](https://github.com/mkoch227/Hesk) -

hesk-ui

+

HESK UI

This branch contains all files modified from the base version of HESK to become HESK UI, a clean user interface for HESK v2.5.3 @@ -24,3 +23,33 @@ You can download this tweak via two ways:
  • Upload the resulting folder to your webserver.
  • Please consult the official HESK Documentation on how to install HESK, as it is the same for both HESK and HESK UI.

    + +

    Languages

    +

    As of current, only English is a supported language, as there have been several language items that have been edited/created. If you want to translate HESK UI to your own language, it is recommended to download the original HESK language file for your language, and then add/edit the lines listed under //Added or modified in HESK UI for your language.

    +

    If you create a translation for HESK UI, please submit it via a pull request or via the PHP Junkyards forum, where it will be committed to this branch.

    + +

    Browser Compability

    +

    This list may be incomplete. Please leave a note on the PHP Junkyard forums for additional browser compatibility information. +

    +

    There are no intentions of making HESK UI compatible with Internet Explorer 6 or 7, or any browser that is 2 or more major revisions older than its latest version.

    + +

    Versioning

    +

    HESK UI will be maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered with the following format:

    + +<major>.<minor>.<patch> + +

    And constructed with the following guidelines:

    + + + +For more information on SemVer, please visit http://semver.org.