[Ts2-pm-cvs-commit] ts2-pm/site/src/site site.xml,1.6,1.7
Status: Pre-Alpha
Brought to you by:
nchalumeau
From: Nicolas C. <nch...@us...> - 2005-05-31 19:36:55
|
Update of /cvsroot/ts2-pm/ts2-pm/site/src/site In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25087 Modified Files: site.xml Log Message: add more link in the navigation bar add a release note update the road map to the 0.2-SNAPSHOT state Index: site.xml =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/site/src/site/site.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** site.xml 31 May 2005 19:09:58 -0000 1.6 --- site.xml 31 May 2005 19:36:47 -0000 1.7 *************** *** 15,21 **** </links--> ! <menu name="Presentation"> <item name="Introduction" href="index.html"/> <item name="General Information" href="general-info.html"/> <item name="Repository Structure" href="repository-structure.html"/> <item name="Artifact type" href="artifact-type.html"/> --- 15,25 ---- </links--> ! <menu name="TS2 Package manager"> <item name="Introduction" href="index.html"/> <item name="General Information" href="general-info.html"/> + <item name="Release Notes" href="release-notes.html"/> + <item name="Roadmap" href="roadmap.html"/> + </menu> + <menu name="Documentation"> <item name="Repository Structure" href="repository-structure.html"/> <item name="Artifact type" href="artifact-type.html"/> *************** *** 30,34 **** <item name="The sourceforge project" href="http://sourceforge.net/projects/ts2-pm"/> <item name="Fisheyes" href="http://fisheye.cenqua.com/viewrep/ts2-pm"/> ! </menu> </body> </project> \ No newline at end of file --- 34,45 ---- <item name="The sourceforge project" href="http://sourceforge.net/projects/ts2-pm"/> <item name="Fisheyes" href="http://fisheye.cenqua.com/viewrep/ts2-pm"/> ! <item name="Roadmap" href="roadmap.html"/> ! <item name="M2 HowTo" href="m2-howto.html"/> ! </menu> ! <menu name="Links"> ! <a href="http://www.cenqua.com/fisheye"> ! <img src="http://www.cenqua.com/images/fisheyed.gif" width="89" height="33" border="0" alt="Project Supported by FishEye"/> ! </a> ! </menu> </body> </project> \ No newline at end of file |