Configured skin for project site

This commit is contained in:
Patrick Gotthard 2013-10-07 20:20:49 +02:00
parent 81ac164702
commit 837b4c662d

View file

@ -3,17 +3,28 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd"
name="ROME"> name="ROME">
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.3.0</version>
</skin>
<bannerLeft> <bannerLeft>
<name>ROME</name> <name>ROME</name>
<src>images/romelogo.png</src> <src>images/romelogo.png</src>
<href>http://github.com/rometools/</href> <href>http://github.com/rometools/</href>
</bannerLeft> </bannerLeft>
<publishDate position="right" /> <publishDate position="right" />
<version position="right" /> <version position="right" />
<body> <body>
<menu name="Rome"> <menu name="Rome">
<item name="Overview" href="index.html" /> <item name="Overview" href="index.html" />
<item name="How Rome Works" href="HowRomeWorks/index.html" collapse="true"> <item name="How Rome Works" href="HowRomeWorks/index.html"
collapse="true">
<item name="Read a syndication feed" href="HowRomeWorks/RomeV0.4TutorialUsingRomeToReadASyndicationFeed.html" /> <item name="Read a syndication feed" href="HowRomeWorks/RomeV0.4TutorialUsingRomeToReadASyndicationFeed.html" />
<item name="Create and write a syndication feed" href="HowRomeWorks/RomeV0.4TutorialUsingRomeToCreateAndWriteASyndicationFeed.html" /> <item name="Create and write a syndication feed" href="HowRomeWorks/RomeV0.4TutorialUsingRomeToCreateAndWriteASyndicationFeed.html" />
<item name="Convert a syndication feed" href="HowRomeWorks/RomeV0.4TutorialUsingRomeToConvertASyndicationFeedFromOneTypeToAnother.html" /> <item name="Convert a syndication feed" href="HowRomeWorks/RomeV0.4TutorialUsingRomeToConvertASyndicationFeedFromOneTypeToAnother.html" />
@ -40,4 +51,5 @@
</menu> </menu>
<menu ref="reports" /> <menu ref="reports" />
</body> </body>
</project> </project>