TODO list for new web site
Opened this issue · 1 comments
andreasprlic commented
- host old Maven repository (new location will be https://github.com/biojava/maven-repo )
- host API javadocs
- find a way to specify links that works in both GitHub markdown as well as on site rendered by Jekyll
- fix Category pages (using tags)
- general cleanup
andreasprlic commented
The new Maven repo is available at
https://github.com/biojava/maven-repo/tree/master
You can add it to your project's pom.xml by adding
<repository>
<id>biojava-legacy-repo</id>
<name>BioJava's Git based legacy maven repo</name>
<url>https://github.com/biojava/maven-repo/raw/master/</url>
</repository>