Updated Documentation (markdown)

Jannik 2017-07-26 17:38:27 +02:00
parent 0b5eeadaf6
commit 05e34ea1c2
1 changed files with 3 additions and 3 deletions

@ -1,4 +1,4 @@
### build ## build
Project-HomeFlix uses maven to manage all dependencies and to build the Software. In order to build Project-HomeFlix Project-HomeFlix uses maven to manage all dependencies and to build the Software. In order to build Project-HomeFlix
make sure you have [Maven](https://maven.apache.org/) installed. make sure you have [Maven](https://maven.apache.org/) installed.
@ -11,7 +11,7 @@ go to the root folder of Project-HomeFlix and execute the following command
The final package can be found in /target. The final package can be found in /target.
### used libraries and apis ## used libraries and apis
JFoenix: https://github.com/jfoenixadmin/JFoenix JFoenix: https://github.com/jfoenixadmin/JFoenix
minimal-json: https://github.com/ralfstx/minimal-json minimal-json: https://github.com/ralfstx/minimal-json
sqlite-jdbc: https://github.com/xerial/sqlite-jdbc sqlite-jdbc: https://github.com/xerial/sqlite-jdbc
@ -19,7 +19,7 @@ apache commons io: https://commons.apache.org/proper/commons-io/
omdbapi: http://omdbapi.com/ omdbapi: http://omdbapi.com/
### naming schema ## naming schema
Project-HomeFlix versions are named after a special naming schema. Project-HomeFlix versions are named after a special naming schema.
The first part of the code name is plasma/glowing/solidify/fossilized, the second part is a random word. The first part of the code name is plasma/glowing/solidify/fossilized, the second part is a random word.
Plasma will always be the latest major version, glowing, solidify and fossilized are minor versions. Plasma will always be the latest major version, glowing, solidify and fossilized are minor versions.