site content add

This commit is contained in:
stfm
2013-03-24 19:25:05 +01:00
parent d754faa13a
commit a1e2a6d647
2 changed files with 48 additions and 0 deletions

26
src/site/site.xml Normal file
View File

@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<project name="TeXDoclet">
<!--<bannerLeft>
<name>TeXDoclet</name>
<src></src>
<href>http://doclet.github.com/</href>
</bannerLeft>
<bannerRight>
<name>TeXDoclet</name>
<src></src>
<href>http://doclet.github.com/</href>
</bannerRight>
-->
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.3.0</version>
</skin>
<body>
<links>
<item name="TeXDoclet website" href="http://doclet.github.com/" />
<item name="github project" href="https://github.com/doclet/texdoclet" />
</links>
<menu ref="reports"/>
</body>
</project>

22
src/site/xdoc/index.xml Normal file
View File

@@ -0,0 +1,22 @@
<?xml version="1.0"?>
<document>
<properties>
<title>TeXDoclet</title>
</properties>
<body>
(This is just a test page for the correct generation / integration of Java Doc PDF document)
<section name="Java Doc - PDF">
<ul>
<li><a href="apidocs_tex/TeXDoclet.pdf">link to TeXDoclet.pdf</a>
</li>
</ul>
<object data="apidocs_tex/TeXDoclet.pdf" type="application/pdf" width="800px" height="600px"></object>
</section>
<section name="Java Doc - HTML">
<ul>
<li><a href="apidocs_html/index.html">link to Html</a>
</li>
</ul>
</section>
</body>
</document>