Download latest Web Console version
After downloading please read Web Console Installation Guide.
Development version
In public distribution versions Web Console source code is compressed (code is compressed to increase performance and minimize application startup time). It makes code hard to read and understanding, to get uncompressed and readable application source code please have a look Web Console development version.
To control Web Console source code we are using Subversion repository.
To "check out" the latest Web Console codebase, execute following checkout command (that will "check out" all necessary files):
svn co https://web-console.svn.sourceforge.net/svnroot/web-console/trunk/
To update your working copy later, go into the directory and execute following command (all your files will be updated to the latest):
If you have made a change that you want to submit back to the core, following command will show you what files you have changed:
And following command will output a line-by-line description for all changes in a format that makes it easy for us to incorporate:
You can save all these changes to a file using redirection (patch will be created):
Submitting you changes back to the core
If your want to submit you changes back to the core, please send it us (path file, as described before) to e-mail — development@web-console.org. Please shortly describe your changes in the message.
|