Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
dionysus-0.3.zip | 2015-05-25 | 119.4 kB | |
Totals: 1 Item | 119.4 kB | 0 |
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.