Changes between Version 27 and Version 28 of WikiStart


Ignore:
Timestamp:
May 19, 2007, 1:03:22 PM (16 years ago)
Author:
Peter Johansson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v27 v28  
    3737lines: line of code, line of comment, and other lines (see [wiki:Parsing Parsing]).
    3838
     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 
    3947
    4048== Screenshots ==
     
    5361
    5462
    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.4
    60  * [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 
    6463== License ==
    6564
     
    7170svndigest 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')].
    7271
    73 
    74 == Developer information ==
    75 
    76 Coding style, test procedures, and packaging information for developers are found the DeveloperInformation page.