steghide logo Steghide - Development
arrow right Home
arrow right Documentation
arrow right Download
arrow down Development
You can contribute to the development of steghide in various ways, for example by contributing code, translating the program's messages or by running the test suite and sending bug reports. Take a look at the TODO file that comes with the distribution for some ideas for future features.

Access to current development source code:

You can access the most recent development source code via anonymous cvs. Just type the following lines:

$ cvs -d:pserver:anonymous@cvs.steghide.sourceforge.net:/cvsroot/steghide login
CVS password:  [ Hit RETURN here ]

$ cvs -z3 -d:pserver:anonymous@cvs.steghide.sourceforge.net:/cvsroot/steghide co steghide
You can also browse the cvs repository on the web.

Development mailing list:

The steghide-devel mailing list serves as a discussion forum on steghide development. If you want to report a bug, or have comments or suggestions, please send a mail to this list. If a new version of steghide is released, the announcement will also be posted to this list.

If you want to subscribe to this list, please go to the listinfo page.

Source Code Documentation:

Steghide uses doxygen as documentation system. Doxygen makes it easy for a programmer to provide up-to-date source code documentation because the documentation is part of the source code. This documentation can be a great help for you if you want to hunt down a bug or add a feature. It is generated automatically in the doc/doxygen directory when you build steghide and ./configure has detected that you have doxygen installed. If you install doxygen later, do not forget to re-run ./configure.

Test Suite:

The test suite can be found in the tests directory of the source code distribution and consists of two parts: unit tests and system tests. To run the test suite type make check after building steghide. If any test fails, please report it.

Internationalization:

The output of steghide is fully internationalized using GNU gettext. Translations into french, spanish, romanian and german exist. If you want to translate steghide into another language you need to download the source code distribution and fill in the empty lines in the file steghide.pot that can be found in the po subdirectory (see de.po for an example).
Valid HTML 4.01!

hosted by:
SourceForge.net Logo

last change:
October 11, 2003