Edgewall Software

Changes between Version 19 and Version 20 of Wiki Start


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Wiki Start

    v19 v20  
    11= Welcome to the Bitten Project =
    22
    3 ''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. It was developed by [http://www.cmlenz.net/ Christopher Lenz] in the context of a diploma thesis and [http://code.google.com/summerofcode.html Google Summer of Code] project.
    4 
    5 {{{
    6 #!html
    7 <div class="system-message"><p>
    8   <strong>Attention:</strong>
    9   Please note that at the moment, this project is not being actively maintained. See <a href="http://www.cmlenz.net/blog/2007/06/bitten_status_u.html">Bitten Status Update</a> for some background.
    10 </p></div>
    11 }}}
     3''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.
    124
    135== Users Guide ==
     
    2719 * BuildRecipes
    2820 * DataStorage
    29  * MasterSlaveProtocol
     21 * MasterSlaveProtocolHttp
    3022 * ObjectModel
    3123 * SlaveConfiguration
     
    3325See also TracRefactorings for things that need to be changed in Trac itself.
    3426
    35 == Subversion Repository ==
     27== Development ==
     28The Subversion repository can be accessed via:
     29  http://svn.edgewall.org/repos/bitten/
    3630
    37 The Subversion repository can be accessed at http://bitten.cmlenz.net/repos/bitten/. You probably want to check out http://bitten.cmlenz.net/repos/bitten/trunk/ :
     31Discussion about the development of Bitten takes place on the [MailingList mailing lists] or [IrcChannel IRC channel].
     32
    3833{{{
    39   svn co http://bitten.cmlenz.net/repos/bitten/trunk/ bitten
     34#!html
     35<a href="http://www.python.org/" style="border: none"><img src="http://www.edgewall.org/gfx/python-powered-w-100x40.png" width="100" height="40" alt="python powered" /></a>
     36<br style="clear: right" />
    4037}}}
    41 
    42 == !SourceForge Project ==
    43 
    44 To comply with the requirements of Googles´ [http://code.google.com/summerofcode.html Summer of Code] program, this project is also hosted on [http://sourceforge.net SourceForge] at [http://sourceforge.net/projects/bitten/ http://sourceforge.net/projects/bitten/]. The CVS repository is synced semi-regularly with the Subversion repository here.
    45 
    46 But you can also find [https://sourceforge.net/mail/?group_id=142932 mailing lists] and [https://sourceforge.net/project/showfiles.php?group_id=142932 file releases] at !SourceForge. If you'd like to try out Bitten, or would like to participate in the development, please sign up to the mailing list.
    47 
    48 == Similar Projects ==
    49 
    50  * [http://www.mozilla.org/tinderbox.html Mozilla Tinderbox]
    51  * [http://cruisecontrol.sourceforge.net/ CruiseControl]
    52  * [http://gump.apache.org/ Apache Gump]
    53  * [http://buildbot.sourceforge.net/ BuildBot]
    54  * [http://www.urbancode.com/projects/anthill/default.jsp Anthill]
    55  * [http://poocs.net/articles/2005/05/22/setting-up-cia-continuous-integration-automater CIA (Continuous Integration Automator)]
    56  * [http://sin.tigris.org/ Sin]
    57  * [http://www.lysator.liu.se/xenofarm/ Xenofarm]
    58  * [http://www.pmease.com/luntbuild/ Luntbuild]