[displaytag-cvs] displaytag-export-poi/src/site site.xml,1.2,1.3
Brought to you by:
fgiust
|
From: fabrizio g. <fg...@us...> - 2005-10-18 21:59:14
|
Update of /cvsroot/displaytag/displaytag-export-poi/src/site In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10019/src/site Modified Files: site.xml Log Message: 1.1 development site... nearly ready for publishing Index: site.xml =================================================================== RCS file: /cvsroot/displaytag/displaytag-export-poi/src/site/site.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** site.xml 16 Oct 2005 21:05:06 -0000 1.2 --- site.xml 18 Oct 2005 21:59:07 -0000 1.3 *************** *** 3,6 **** --- 3,9 ---- <title>Display tag library</title> <body> + <links> + <item name="Live examples" href="http://displaytag.homeip.net" /> + </links> <menu name="Excel export module"><!-- --></menu> <menu name="Modules"> *************** *** 10,14 **** <item name="Excel export module" href="../displaytag-export-poi/index.html" /> </menu> ${reports} </body> ! </project> \ No newline at end of file --- 13,56 ---- <item name="Excel export module" href="../displaytag-export-poi/index.html" /> </menu> + <menu name="Reference"> + <item name="Download" href="../download.html" /> + <item name="Install" href="../install.html" /> + <item name="Tlds" href="../tlds.html" /> + <!-- + first of all we need a m2 taglib plugin + <item name="Tag reference" href="../tagreference-displaytag-12.html" />--> + <item name="Configuration" href="../configuration.html" /> + <item name="Export filter" href="../export_filter.html" /> + <item name="FAQ" href="../faq.html" /> + <item name="Related projects" href="../thirdparty.html" /> + </menu> + <menu name="Tutorial"> + <item name="Basic usage" href="../tut_basic.html" /> + <item name="Implicit objects" href="../tut_implicitobjects.html" /> + <item name="Data sources" href="../tut_sources.html" /> + <item name="Decorators" href="../tut_decorators.html" /> + <item name="Links" href="../tut_links.html" /> + <item name="Style" href="../tut_style.html" /> + <item name="Export" href="../export.html" /> + <item name="I18n" href="../i18n.html" /> + <item name="External sorting" href="../tut_externalSortAndPage.html" /> + </menu> + <menu name="Downloadable docs"> + <item name="PDF manual" href="displaytag.pdf" /> + </menu> + <menu name="Developers"> + <item name="Directory Organization" href="../directory_organization.html" /> + <item name="Coding Conventions" href="../coding_conventions.html" /> + <item name="Building from sources" href="../buildit.html" /> + </menu> ${reports} + <menu name="" type="footer"> + <item name="Sourceforge" href="http://sourceforge.net/projects/displaytag" + img="http://sourceforge.net/sflogo.php?group_id=73068&type=8" /> + <item name="Code Coverage by Clover" href="http://www.cenqua.com/clover" + img="http://www.cenqua.com/clover/images/clovered1.gif" /> + <item name="Support this project!" href="http://sourceforge.net/donate/index.php?group_id=73068" + img="images/project-support.png" /> + </menu> </body> ! </project> |