websiteWebsite
codingteam CodingTeam
A free forge, lightweight and extensible.

 

Browse the code

Revision log Information on the revision
Revision: 296 (differences)
Author: xbright
Log message: * Added the ability to create templates for CodingTeam
* Added the ability to set the template in codingteam.cfg
* Added the 'simple' template in addition to the default one
Change revision:
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
<?xml version="1.0" encoding="utf-8"?>
<module active="TRUE">
  <name name="Projects"/>
  <description>
    A module for viewing, browsing and adding projects to the forge.
  </description>
 
  <dependencies/>
 
  <views>
    <view name="default" active="TRUE"/>
    <view name="add" active="TRUE"/>
    <view name="browse" active="TRUE"/>
    <view name="delete" active="TRUE"/>
    <view name="tags" active="TRUE"/>
  </views>
 
  <behavior module-position="1" view-position="2"/>
</module>