diff --git a/Writerside/cfg/buildprofiles.xml b/Writerside/cfg/buildprofiles.xml index 9ca0c17..193708f 100644 --- a/Writerside/cfg/buildprofiles.xml +++ b/Writerside/cfg/buildprofiles.xml @@ -20,7 +20,7 @@ diff --git a/Writerside/kus.tree b/Writerside/kus.tree index a8283c8..3203076 100644 --- a/Writerside/kus.tree +++ b/Writerside/kus.tree @@ -16,4 +16,5 @@ + \ No newline at end of file diff --git a/Writerside/topics/Changelog.md b/Writerside/topics/Changelog.md new file mode 100644 index 0000000..7b2f5b1 --- /dev/null +++ b/Writerside/topics/Changelog.md @@ -0,0 +1,17 @@ +# Changelog + +## 0124.a + +This was the very first release of Kioydioshort. +Limited documentation, very basic frontend. + +## 0124.b + +This was the second release. + +This release includes very detailed documentation as well as an updated web frontend with way better graphics. + +## 0124.c-beta + +Beta release. Includes a basic frontend in case the user wants to use the version that doesn't look as good if their computer is not powerful enough. +Documentation slightly improved. Extensions are being upgraded to the new frontend design, however this will take time as there are a lot of bugs that need to be solved. \ No newline at end of file diff --git a/Writerside/topics/index.md b/Writerside/topics/index.md index 9d1a279..32ce4d0 100644 --- a/Writerside/topics/index.md +++ b/Writerside/topics/index.md @@ -1,17 +1,31 @@ # Kioydioshort URL Shortener ## Backend + +[Take a look](Backend.md) + The backend relies on Python and the Flask module. Using that, a RESTfull API has been developed. The API essentially creates folders in a web-server root directory that contain HTML files designed to redirect the user to the target URL. For more details on the backend check "Developer Documentation". ## Frontend + +[Take a look](Frontend.md) + This repository contains the code for the simple HTML website frontend. Included are browser extension versions of the frontend with their manifest files. ## Installation + +[Take a look](Installation.md) + To install Kioydioshort on your server check "Installation Documentation". +## Changelog + +[Take a look](Changelog.md) + +A changelog of all releases is available. ## Links - GitHub Repository : [https://github.com/kioydiolabs/Kioydioshort](https://github.com/kioydiolabs/Kioydioshort)