Zekr source code

From ZekrWiki

Jump to: navigation, search

In regular Zekr packages available on the project download page, full Zekr source code is available under <zekr>/dist/zekr-src.jar which should suffice a developer. One should create a new Java project, add zekr-src.jar into a source folder and put res and lib folders beside it. Then set all *.jar files in the lib folder to his or her classpath.

As our version control system, we neither use GIT nor SVN. We use CVS, so latest Zekr source code can be found on our CVS repository on SourceForge.net. You can browse our source repository online here, and check it out into your development environment using these instructions. By default you only have read-only access to repository until you are granted commit access.

Note that there is currently a problem with our quran-simple.txt and quran-uthmani.txt (in <zekr>/res/text/quran). After checking out project into your IDE, make sure to replace both files with same files from a normal installation of Zekr.