Skip to content

Commit

Permalink
update mailing list address; update gh-pages theme
Browse files Browse the repository at this point in the history
  • Loading branch information
acoburn committed Jul 10, 2015
1 parent 6ee5c26 commit 8d653d7
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -875,11 +875,11 @@

<mailingLists>
<mailingList>
<name>ff-tech</name>
<subscribe>ff-tech+subscribe@googlegroups.com</subscribe>
<unsubscribe>ff-tech+unsubscribe@googlegroups.com</unsubscribe>
<post>ff-tech@googlegroups.com</post>
<archive>https://groups.google.com/d/forum/ff-tech</archive>
<name>fedora-tech</name>
<subscribe>fedora-tech+subscribe@googlegroups.com</subscribe>
<unsubscribe>fedora-tech+unsubscribe@googlegroups.com</unsubscribe>
<post>fedora-tech@googlegroups.com</post>
<archive>https://groups.google.com/d/forum/fedora-tech</archive>
</mailingList>
</mailingLists>

Expand Down
42 changes: 42 additions & 0 deletions src/site/site.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<project xmlns="http://maven.apache.org/DECORATION/1.6.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.6.0
http://maven.apache.org/xsd/decoration-1.6.0.xsd"
name="fcrepo-camel">

<skin>
<!-- see http://maven.apache.org/skins/maven-fluido-skin/ -->
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.3.0</version>
</skin>

<body>
<links>
<item name="Fedora" href="http://fcrepo.org/" />
<item name="fcrepo-camel Compontent on GitHub" href="http://github.com/fcrepo4/fcrepo-camel" />
<item name="Developer Documentation" href="http://fcrepo4.github.com/fcrepo-camel/" />
</links>

<breadcrumbs>
<item href="index.html" name="${project.name}" />
</breadcrumbs>

<menu ref="parent" inherit="top" />

<menu ref="modules" inherit="bottom" />

<menu ref="reports" inherit="bottom" />

</body>

<custom>
<fluidoSkin>
<!-- see http://maven.apache.org/skins/maven-fluido-skin/ -->
<topBarEnabled>false</topBarEnabled>
<topBarContainerStyle>width: 80%;</topBarContainerStyle>
<sideBarEnabled>true</sideBarEnabled>
<sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
</fluidoSkin>
</custom>
</project>

0 comments on commit 8d653d7

Please sign in to comment.