OSDN Git Service

update documents
[stigmata/stigmata.git] / src / site / site.xml
1 <?xml version="1.0" encoding="utf-8"?>
2
3 <project name="Stigmata">
4   <version position="right"/>
5   <bannerLeft>
6     <name>Stigmata</name>
7     <href>http://stigmata.sourceforge.jp</href>
8     <src>images/logos/stigmata_logo.png</src>
9     <alt>Stigmata: Java birthmark toolkit</alt>
10   </bannerLeft>
11
12   <poweredBy>
13     <logo name="Powered by ASM"
14           href="http://asm.objectweb.org/"
15           img="http://stigmata.sourceforge.jp/images/logos/poweredbyasm.gif"/>
16     <logo name="sourceforge.jp"
17           href="http://sourceforge.jp"
18           img="http://sourceforge.jp/sflogo.php?group_id=2661" />
19     <logo name="Maven" href="http://maven.apache.org/"
20           img="http://stigmata.sourceforge.jp/images/logos/maven-feather.png"/>
21   </poweredBy>
22
23   <body>
24     <links>
25       <item name="jbirth 1.x" href="http://se.naist.jp/jbirth/" />
26       <item name="Stigmata (jbirth 2.x)" href="http://stigmata.sourceforge.jp/" />
27       <item name="Digger" href="http://stigmata.sourceforge.jp/digger/" />
28       <item name="Stigmata Plugins" href="http://stigmata.sourceforge.jp/plugins/" />
29     </links>
30
31     <menu name="Stigmata">
32       <item name="Home"                href="index.html"/>
33       <item name="Download"            href="download.html"/>
34       <item name="FAQ"                 href="faq.html"/>
35     </menu>
36
37     <menu name="For Users">
38       <item name="Tutorial"            href="tutorial.html"/>
39       <item name="Tutorial (pdf)"      href="tutorial.pdf"/>
40     </menu>
41
42     <menu name="For Developers">
43       <item name="Extend Stigmata"     href="developer.html" />
44       <item name="Relax NG"            href="relaxng.html" />
45       <item name="DTD"                 href="dtd.html" />
46       <item name="Implementation"      href="implementation.html"/>
47       <item name="Experimental mode"   href="experimental.html"/>
48     </menu>
49
50     <menu name="For Researchers">
51       <item name="Definition"          href="definition.html" />
52       <item name="Survey"              href="survey.html"/>
53     </menu>
54
55     <menu name="Links">
56       <item name="Project Page"        href="http://sourceforge.jp/projects/stigmata/"/>
57       <item name="Talisman"            href="http://talisman.sourceforge.jp/"/>
58       <item name="DonQuixote"          href="http://se.naist.jp/DonQuixote/" />
59     </menu>
60
61     <menu ref="reports" />
62
63     <menu name="Appendix">
64       <item name="History"             href="history.html" />
65       <item name="Roadmap"             href="roadmap.html" />
66       <item name="License"             href="license.html"/>
67     </menu>
68   </body>
69 </project>