Changes between Version 27 and Version 28 of WikiStart
- Timestamp:
- May 19, 2007, 1:03:22 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v27 v28 37 37 lines: line of code, line of comment, and other lines (see [wiki:Parsing Parsing]). 38 38 39 == Documentation == 40 41 * [source:trunk/INSTALL Install] -- how to install svndigest 42 * [source:trunk/doc/readme.txt Manual] -- how to run svndigest and explanations of what is calculated 43 * [source:trunk/README.svn Developer Information] -- Guidelines and other informations for developers 44 45 46 39 47 40 48 == Screenshots == … … 53 61 54 62 55 == Requirements ==56 57 To build and run svndigest, the following software packages must be installed:58 59 * [http://subversion.tigris.org/ Subversion] version >= 1.460 * [http://www.gnuplot.info/ Gnuplot] with support for PNG via e.g. [http://www.libpng.org/ libpng] or libgd.61 * A standard C++ compliant compiler.62 63 64 63 == License == 65 64 … … 71 70 svndigest was conceived and created by Jari Häkkinen and Peter Johansson. The project is currently maintaied by both Jari and Peter. Please send feedback and suggestions through the [http://lev.thep.lu.se/trac/svndigest/newticket ticketing system (use user `svndigest' and password `svndigest')]. 72 71 73 74 == Developer information ==75 76 Coding style, test procedures, and packaging information for developers are found the DeveloperInformation page.