Name | Modified | Size | Downloads / Week |
---|---|---|---|
0.4 | 2016-12-22 | ||
0.3 | 2015-05-25 | ||
0.1.5 | 2013-05-11 | ||
0.1 | 2013-02-24 | ||
README.txt | 2015-05-25 | 1.1 kB | |
Totals: 5 Items | 1.1 kB | 1 |
Dionysus, a pub management software in Java =========================================== Current version is 0.3, it corrects some bugs from the 0.1.5 version and adds some features (see CHANGELOG for details). To use the software, simply unpack the zip file in a directory with write permissions, and launch the jar file (double-clicking on Windows, or java -jar dionysus-x.y.z.jar on Unices). Databases are accounts.dat for users, articles.dat for articles and log.dat for transactions. They are all initially empty. Tickets are printed as raw text files in the tickets/ subdirectory. The GUI is "password-protected", the logins and passwords can be found in the file logins.txt. It is clear text. THe format is login:screen_name:password . The software requires Java 7 or higher. I have only tested it with the Oracle JDK, but it should work fine with OpenJDK as well. Note that I compile it with the latest Oracle JDK available, 64-bit edition. For further documentation, please see the Sourceforge wiki. You may also find the source code useful.