Configured skin for project site

Updated ROME version
This commit is contained in:
Patrick Gotthard 2013-10-07 20:30:11 +02:00
parent 77e36be0b5
commit 1749a5447f
3 changed files with 45 additions and 30 deletions

4
.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
/.classpath
/.project
/.settings
/target

View file

@ -51,7 +51,7 @@
<dependency> <dependency>
<groupId>org.rometools</groupId> <groupId>org.rometools</groupId>
<artifactId>rome</artifactId> <artifactId>rome</artifactId>
<version>1.1-SNAPSHOT</version> <version>2.0.0-SNAPSHOT</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
</dependencies> </dependencies>

View file

@ -1,31 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/DECORATION/1.3.0" <project xmlns="http://maven.apache.org/DECORATION/1.3.0"
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-Modules"> name="ROME-Modules">
<bannerLeft>
<name>ROME</name> <skin>
<src>images/romelogo.png</src> <groupId>org.apache.maven.skins</groupId>
<href>http://github.com/rometools/</href> <artifactId>maven-fluido-skin</artifactId>
</bannerLeft> <version>1.3.0</version>
<publishDate position="right"/> </skin>
<version position="right"/>
<body> <bannerLeft>
<menu name="ROME-Modules"> <name>ROME</name>
<item name="Overview" href="index.html"/> <src>images/romelogo.png</src>
<item name="iTunes Podcasting" href="ITunesPodcasting.html" /> <href>http://github.com/rometools/</href>
<item name="GeoRSS.html" href="GeoRSS.html" /> </bannerLeft>
<item name="Slash" href="Slash.html" />
<item name="Google Base" href="GoogleBase.html" /> <publishDate position="right" />
<item name="Content" href="Content.html" />
<item name="Creative Commons" href="CreativeCommons.html" /> <version position="right" />
<item name="Yahoo! MediaRSS" href="MediaRSS.html" />
<item name="iPhoto Photocasting" href="IPhotoPhotocasting.html" /> <body>
<item name="A9 OpenSearch" href="A9OpenSearch.html" /> <menu name="ROME-Modules">
<item name="Microsoft Simple List Extensions" href="MicrosoftSimpleListExtensions.html" /> <item name="Overview" href="index.html" />
<item name="Microsoft Simple Sharing Extensions" href="MicrosoftSimpleSharingExtensions.html" /> <item name="iTunes Podcasting" href="ITunesPodcasting.html" />
<item name="Yahoo! Weather" href="Weather.html" /> <item name="GeoRSS.html" href="GeoRSS.html" />
</menu> <item name="Slash" href="Slash.html" />
<menu ref="reports" /> <item name="Google Base" href="GoogleBase.html" />
</body> <item name="Content" href="Content.html" />
</project> <item name="Creative Commons" href="CreativeCommons.html" />
<item name="Yahoo! MediaRSS" href="MediaRSS.html" />
<item name="iPhoto Photocasting" href="IPhotoPhotocasting.html" />
<item name="A9 OpenSearch" href="A9OpenSearch.html" />
<item name="Microsoft Simple List Extensions" href="MicrosoftSimpleListExtensions.html" />
<item name="Microsoft Simple Sharing Extensions" href="MicrosoftSimpleSharingExtensions.html" />
<item name="Yahoo! Weather" href="Weather.html" />
</menu>
<menu ref="reports" />
</body>
</project>