Edgewall Software

Changes between Version 22 and Version 23 of Wiki Start


Ignore:
Timestamp:
Aug 3, 2007, 2:51:08 PM (17 years ago)
Author:
cmlenz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Wiki Start

    v22 v23  
    77''Bitten'' is a [http://www.python.org/ Python]-based framework for collecting various software metrics via continuous integration. It builds on Trac to provide an integrated web-based user interface.
    88
    9 == Users Guide ==
     9== [wiki:Documentation] ==
    1010
    1111If you want to install Bitten, please read the [wiki:BittenInstall installation guide].
    1212
    1313If you're trying to configure a build and aren't sure what to put in the ''build recipe'' field, please read the pages BuildRecipes and RecipeCommands. Both better documentation and an improved user interface are planned in this area.
    14 
    15 == Design Documents ==
    16 
    17 First, read the [wiki:WhitePaper white paper] to learn about the motivation for this project, and the overall goals.
    18 
    19 There are also pages discussing the design of individual parts of the system. These are a work in progress:
    20 
    21  * BuildConfigurations
    22  * BuildOutputProcessing
    23  * BuildRecipes
    24  * DataStorage
    25  * MasterSlaveProtocolHttp
    26  * ObjectModel
    27  * SlaveConfiguration
    2814
    2915== Development ==