Download

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):

svn update

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:

svn status

And following command will output a line-by-line description for all changes in a format that makes it easy for us to incorporate:

svn diff

You can save all these changes to a file using redirection (patch will be created):

svn diff > patch.txt

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.

SPONSORED LINKS
DiggDel.icio.usGoogleYahoo MyWebFurlBlinklistRedditMa.gnoliaTechnoratiDiigoStumbleUponSimpy<— Bookmark this page
   
Page generation date: 2008-10-07 02:39 GMT
Generation time (sec) / SQL queries: 0.934 / 13
Copyright © 2007-2008 Nick Kovalev, Max Kovalev
Web Console is released under the GNU GPL license