Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
Added changelog to documentation, updated index.md of docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
sthivaios committed Jan 6, 2024
1 parent 9f10c99 commit adfec64
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Writerside/cfg/buildprofiles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</build-profile>

<footer>
<copyright>Stratos Thivaios 2023</copyright>
<copyright>Stratos Thivaios 2024</copyright>
<link href="https://github.com/kioydiolabs">GitHub</link>
</footer>

Expand Down
1 change: 1 addition & 0 deletions Writerside/kus.tree
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@
<toc-element topic="API-Documentation.topic"/>
</toc-element>
</toc-element>
<toc-element topic="Changelog.md"/>
</instance-profile>
17 changes: 17 additions & 0 deletions Writerside/topics/Changelog.md
Original file line number Diff line number Diff line change
@@ -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.
14 changes: 14 additions & 0 deletions Writerside/topics/index.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit adfec64

Please sign in to comment.