Skip to content

Commit b242ab5

Browse files
committed
update to latest versions of files
1 parent 7cbf642 commit b242ab5

File tree

2 files changed

+57
-11
lines changed

2 files changed

+57
-11
lines changed

_layouts/tagpage.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{% include head.html %}
2+
3+
<h1>{{ page.title }}</h1>
4+
5+
{{ content }}
6+
7+
<ul class="page-list">
8+
{% for p in site.pages %}
9+
{% for tag in p.tags %}
10+
{% if tag == page.tag %}
11+
<li>
12+
<a class="page-link" href="{{ p.url }}">{{ p.title }}</a>
13+
</li>
14+
{% endif %}
15+
{% endfor %}
16+
{% endfor %}
17+
</ul>
18+
19+
{% include footer.html %}

index.html

Lines changed: 38 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,36 @@ <h2>Please cite<br />
7373
</section>
7474

7575
<!-- Three -->
76-
<section id="three" class="wrapper style3 special">
76+
<section id="three" class="wrapper style2 special">
7777
<div class="inner">
7878
<header class="major">
79-
<h2>Accumsan mus tortor nunc aliquet</h2>
80-
<p>Aliquam ut ex ut augue consectetur interdum. Donec amet imperdiet eleifend<br />
81-
fringilla tincidunt. Nullam dui leo Aenean mi ligula, rhoncus ullamcorper.</p>
79+
<h2>Mailing lists</h2>
80+
<p>
81+
82+
BioJava has two main mailing lists. In order to avoid SPAM both lists only accept postings from list members. Anybody can become a list member, so please subscribe before you post. If you send without being subscribed your mail might get stuck in the moderation loop, which can cause several weeks of delay (no fun to read through all that spam).
83+
</p>
84+
85+
<h3>biojava-l general discussion list</h3>
86+
87+
<p>
88+
* <a href="http://lists.open-bio.org/mailman/listinfo/biojava-l">biojava-l@biojava.org</a>
89+
90+
This list is intended for general discussion, advice, questions, offers of help, announcements, expressions of appreciation, bugs found in release code and requests for features.
91+
</p>
92+
93+
<h3> biojava-dev developers list</h3>
94+
95+
<p>
96+
* <a href="http://lists.open-bio.org/mailman/listinfo/biojava-dev">biojava-dev@biojava.org</a>
97+
98+
This list is intended for more technical discussions about API design, bugs in git development code, performance issues and things that might not be of interest to the more casual user.
99+
</p>
82100
</header>
101+
</div>
102+
</section>
103+
<section id="three" class="wrapper style3 special">
104+
<div class="inner">
105+
83106
<ul class="features">
84107
<li class="icon fa-graduation-cap">
85108
<h3>Tutorial</h3>
@@ -89,11 +112,14 @@ <h3>Tutorial</h3>
89112
<li class="icon fa-rocket">
90113
<h3>Cookbook</h3>
91114
<p>The Cookbook provides simple coding recipes that follow a "How do I ..." approach.</p>
115+
<a href="http://biojava.org/wikis/BioJava:CookBook4.0/" class="button">Cookbook</a>
92116
</li>
93117
<li class="icon fa-code">
94118
<h3>Javadoc API</h3>
95119
<p>Read the</p>
96-
<a href="http://www.biojava.org/docs/api/index.html" class="button">Javadoc API</a>
120+
<a href="http://www.biojava.org/docs/api/index.html" class="button">Javadoc API</a></br>
121+
<a href="http://www.biojava.org/docs/api1.9.1/index.html" >legacy 1.9.1 API</a>
122+
97123
</li>
98124
<li class="icon fa-globe">
99125
<h3>Current release: {{ site.release.version }}</h3>
@@ -105,8 +131,9 @@ <h3>Wiki</h3>
105131
<a href="wiki.html" class="button">View wiki</a>
106132
</li>
107133
<li class="icon fa-flag-o">
108-
<h3>Tortor Ut</h3>
109-
<p>Augue consectetur sed interdum imperdiet et ipsum. Mauris lorem tincidunt nullam amet leo Aenean ligula consequat consequat.</p>
134+
<h3>Javadoc API</h3>
135+
<p>We are hosting a copy of the javadocs.</p>
136+
<a href="docs/api/" class="button">View javadocs</a>
110137
</li>
111138
</ul>
112139
</div>
@@ -116,12 +143,12 @@ <h3>Tortor Ut</h3>
116143
<section id="cta" class="wrapper style4">
117144
<div class="inner">
118145
<header>
119-
<h2>Arcue ut vel commodo</h2>
120-
<p>Aliquam ut ex ut augue consectetur interdum endrerit imperdiet amet eleifend fringilla.</p>
146+
<h2>Learn More</h2>
147+
<p>Here a couple of pointers for how to get started</p>
121148
</header>
122149
<ul class="actions vertical">
123-
<li><a href="#" class="button fit special">Get the Code</a></li>
124-
<li><a href="#" class="button fit">Learn More</a></li>
150+
<li><a href="wikis/Get_source/" class="button fit special">Get the Code</a></li>
151+
<li><a href="wikis/BioJava:GetStarted/" class="button fit">Get Started</a></li>
125152
</ul>
126153
</div>
127154
</section>

0 commit comments

Comments
 (0)