Skip to content

Commit cf20c63

Browse files
committed
Replace all /wikis references with /wiki
1 parent 238846b commit cf20c63

File tree

446 files changed

+1378
-1379
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

446 files changed

+1378
-1379
lines changed

404.html

+21-21
Original file line numberDiff line numberDiff line change
@@ -3,32 +3,32 @@
33
title: 404 Page Not Found
44
---
55
<script>
6-
var allposts = [];
6+
var allposts = [];
77
function redirectToCorrectPage() {
8-
{% for post in site.pages %}
9-
allposts.push("{{ post.url }}");
10-
{% endfor %}
11-
{% for post in site.wikis %}
12-
allposts.push("{{ post.url }}");
13-
{% endfor %}
8+
{% for post in site.pages %}
9+
allposts.push("{{ post.url }}");
10+
{% endfor %}
11+
{% for post in site.wiki %}
12+
allposts.push("{{ post.url }}");
13+
{% endfor %}
1414
var url = window.location.pathname;
1515
// strip trailing /
16-
if (url.slice(-1) === "/") {
17-
url = url.slice(0, -1);
16+
if (url.slice(-1) === "/") {
17+
url = url.slice(0, -1);
1818
}
19-
var allpostsUpperCase = allposts.map(function(value) {
19+
var allpostsUpperCase = allposts.map(function(value) {
2020
// strip trailing /
21-
if (value.slice(-1) === "/") {
22-
value = value.slice(0, -1);
21+
if (value.slice(-1) === "/") {
22+
value = value.slice(0, -1);
2323
}
24-
return value.toUpperCase();
25-
});
26-
var i = allpostsUpperCase.indexOf(url.toUpperCase());
27-
if (i != -1) {
28-
console.log(allposts[i]);
29-
window.location = allposts[i];
30-
}
31-
}
24+
return value.toUpperCase();
25+
});
26+
var i = allpostsUpperCase.indexOf(url.toUpperCase());
27+
if (i != -1) {
28+
console.log(allposts[i]);
29+
window.location = allposts[i];
30+
}
31+
}
3232
window.onload = redirectToCorrectPage;
3333
</script>
34-
<p>Sorry this page does not exist =(</p>
34+
<p>Sorry this page does not exist =(</p>

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ release:
7474
version: 4.2.1
7575

7676
collections:
77-
wiki :
77+
wiki:
7878
output: true
7979
permalink: /wiki/:path/
8080
post_dirs: false

_wiki/Annotations_List.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Annotations:List
3-
permalink: wikis/Annotations%3AList
3+
permalink: wiki/Annotations%3AList
44
---
55

66
How do I List the Annotations in a Sequence?

_wiki/BioJava3_Coding_Conventions.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: BioJava3:Coding Conventions
3-
permalink: wikis/BioJava3%3ACoding_Conventions
3+
permalink: wiki/BioJava3%3ACoding_Conventions
44
---
55

66
- Each file should contain the
7-
[BioJava3\_license](/wikis/BioJava3_license "wikilink") LGPL copyright
7+
[BioJava3\_license](/wiki/BioJava3_license "wikilink") LGPL copyright
88
statement.
99

1010
<!-- -->
1111

1212
- For Eclipse developers, here a Code template:
13-
[BioJava3\_eclipse\_template](/wikis/BioJava3_eclipse_template "wikilink")
13+
[BioJava3\_eclipse\_template](/wiki/BioJava3_eclipse_template "wikilink")
1414

_wiki/BioJava3_Design.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Implementation
1212
--------------
1313

1414
For information on the current status of the BioJava 3 implementation go
15-
to [BioJava3\_project](/wikis/BioJava3_project "wikilink")
15+
to [BioJava3\_project](/wiki/BioJava3_project "wikilink")
1616

1717
References
1818
----------
@@ -214,4 +214,4 @@ Use cases
214214

215215
It is planned to document BioJava in parallel with development. To do
216216
this, we want to drive development from a set of [ use
217-
cases](/wikis/BioJava 3 Use Cases "wikilink").
217+
cases](/wiki/BioJava 3 Use Cases "wikilink").

_wiki/BioJava3_Feature_Requests.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ There are also a number of algorithms where we would be interested in
2121
[Java ports](Algorithm_Java_port "wikilink").
2222

2323
You can also take a look at the current list of [ BioJava
24-
Modules](/wikis/BioJava:Modules#BioJava_3.0.X "wikilink") and suggest other
24+
Modules](/wiki/BioJava:Modules#BioJava_3.0.X "wikilink") and suggest other
2525
missing features.

_wiki/BioJava3_HowTo.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: BioJava3:HowTo
3-
permalink: wikis/BioJava3%3AHowTo
3+
permalink: wiki/BioJava3%3AHowTo
44
---
55

66
This page is a work-in-progress, describing each of the key areas in

_wiki/BioJava3_Proposal.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ BioJava 3 has been released
88
This page was used while starting the discussions for creating the new
99
version. BioJava 3.0 has been released on Dec. 28th 2010.
1010

11-
[BioJava3\_project](/wikis/BioJava3_project "wikilink")
11+
[BioJava3\_project](/wiki/BioJava3_project "wikilink")
1212

1313
Executive Summary
1414
-----------------

_wiki/BioJava3_eclipse.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ require SCM handler.*
113113
files (the maven config files) and will understand that it is a
114114
maven and a git-tracked project.
115115

116-
You should now have source to all the biojava modules (/wikis/BioJava3-core,
116+
You should now have source to all the biojava modules (/wiki/BioJava3-core,
117117
biojava3-structure, etc). Viewing the history for any file should show
118118
you all commits since 2009 which have contributed to that file.
119119

_wiki/BioJava3_license.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: BioJava3 license
33
---
44

55
BioJava 3 is using the [standard BioJava
6-
license](/wikis/BioJava:License "wikilink"): LGPL v 2.1
6+
license](/wiki/BioJava:License "wikilink"): LGPL v 2.1
77

88
Developers: Please include the following javadoc in the header of every
99
class you commit:

_wiki/BioJava3_project.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ how to check out the code from SVN or get the latest SNAPSHOT builds.
2323
IDE specific instructions
2424
-------------------------
2525

26-
- [BioJava3\_eclipse](/wikis/BioJava3_eclipse "wikilink") how to work with
26+
- [BioJava3\_eclipse](/wiki/BioJava3_eclipse "wikilink") how to work with
2727
BioJava3 using eclipse
2828

2929
Wanted
@@ -42,13 +42,13 @@ Coding conventions
4242
------------------
4343

4444
- We are using Maven to build biojava 3
45-
- [BioJava3\_license](/wikis/BioJava3_license "wikilink") - All source code
45+
- [BioJava3\_license](/wiki/BioJava3_license "wikilink") - All source code
4646
of BioJava 3 is under LGPL.
47-
- [BioJava3\_logging](/wikis/BioJava3_logging "wikilink") - How to use
47+
- [BioJava3\_logging](/wiki/BioJava3_logging "wikilink") - How to use
4848
logging
4949

5050
Links
5151
-----
5252

53-
- [BioJava3\_Proposal](/wikis/BioJava3_Proposal "wikilink")
53+
- [BioJava3\_Proposal](/wiki/BioJava3_Proposal "wikilink")
5454

_wiki/BioJava;CookBook3_PSA_DNA.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: BioJava;CookBook3:PSA DNA
3-
permalink: wikis/BioJava;CookBook3%3APSA_DNA
4-
redirect_to: /_wikis/BioJava:CookBook3:PSA_DNA
3+
permalink: wiki/BioJava;CookBook3%3APSA_DNA
4+
redirect_to: /wiki/BioJava:CookBook3:PSA_DNA
55
---
66

7-
You should automatically be redirected to [BioJava:CookBook3:PSA DNA](/_wikis/BioJava:CookBook3:PSA_DNA)
7+
You should automatically be redirected to [BioJava:CookBook3:PSA DNA](/wiki/BioJava:CookBook3:PSA_DNA)

_wiki/BioJavaKorean_GetStarted.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: BioJavaKorean:GetStarted
3-
permalink: wikis/BioJavaKorean%3AGetStarted
3+
permalink: wiki/BioJavaKorean%3AGetStarted
44
---
55

66
소개
@@ -87,8 +87,8 @@ consult your Java vendor.
8787

8888
You can now compile and run BioJava programs using the *javac* and
8989
*java* commands. You might like to look at the
90-
[tutorial](/wikis/BioJava:Tutorial "wikilink"), [API
90+
[tutorial](/wiki/BioJava:Tutorial "wikilink"), [API
9191
documentation](http://www.biojava.org/docs/api15b/index.html) and the
92-
[BioJava in anger](/wikis/BioJava:Cookbook "wikilink") section . Finally, you
92+
[BioJava in anger](/wiki/BioJava:Cookbook "wikilink") section . Finally, you
9393
can learn a lot about BioJava by trying the demo programs included in
9494
the source distribution (see below).

_wiki/BioJava_1.5ReleasePlan.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: BioJava:1.5ReleasePlan
3-
permalink: wikis/BioJava%3A1.5ReleasePlan
3+
permalink: wiki/BioJava%3A1.5ReleasePlan
44
---
55

66
Release plan for BioJava 1.5
@@ -107,10 +107,10 @@ consideration.
107107

108108
### Documentation
109109

110-
- Update [Cookbook](/wikis/BioJava:Cookbook "wikilink") code to reflect best
110+
- Update [Cookbook](/wiki/BioJava:Cookbook "wikilink") code to reflect best
111111
practices with BioJavaX
112112
- Should we keep legacy examples in the
113-
[Cookbook](/wikis/BioJava:Cookbook "wikilink")?
113+
[Cookbook](/wiki/BioJava:Cookbook "wikilink")?
114114
- Check for errors in biojavax docbook
115115

116116
### Javadoc

_wiki/BioJava_About.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: BioJava:About
3-
permalink: wikis/BioJava%3AAbout
3+
permalink: wiki/BioJava%3AAbout
44
---
55

66
About BioJava

_wiki/BioJava_BioJavaInside.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: BioJava:BioJavaInside
3-
permalink: wikis/BioJava%3ABioJavaInside
3+
permalink: wiki/BioJava%3ABioJavaInside
44
---
55

66
**If you use BioJava in an application or publication please cite:**

_wiki/BioJava_BioJavaXDocs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: BioJava:BioJavaXDocs
3-
permalink: wikis/BioJava%3ABioJavaXDocs
3+
permalink: wiki/BioJava%3ABioJavaXDocs
44
---
55

66
BioJavaX is not BioJava 3 is not BioJavaX.

_wiki/BioJava_CambridgeDiscussion.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: BioJava:CambridgeDiscussion
3-
permalink: wikis/BioJava%3ACambridgeDiscussion
3+
permalink: wiki/BioJava%3ACambridgeDiscussion
44
---
55

66
Background

_wiki/BioJava_Community_Portal.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: BioJava:Community Portal
3-
permalink: wikis/BioJava%3ACommunity_Portal
3+
permalink: wiki/BioJava%3ACommunity_Portal
44
---
55

66
BioJava is an [open source](wp:open_source "wikilink") project developed
+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: BioJava:CooBook3:HmmerService
3-
permalink: wikis/BioJava%3ACooBook3%3AHmmerService
4-
redirect_to: /_wikis/BioJava:CookBook3:HmmerService
3+
permalink: wiki/BioJava%3ACooBook3%3AHmmerService
4+
redirect_to: /wiki/BioJava:CookBook3:HmmerService
55
---
66

7-
You should automatically be redirected to [BioJava:CookBook3:HmmerService](/_wikis/BioJava:CookBook3:HmmerService)
7+
You should automatically be redirected to [BioJava:CookBook3:HmmerService](/wiki/BioJava:CookBook3:HmmerService)

_wiki/BioJava_CookBook.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: BioJava:CookBook
3-
permalink: wikis/BioJava%3ACookBook
4-
redirect_to: /_wikis/BioJava:CookBook4.0
3+
permalink: wiki/BioJava%3ACookBook
4+
redirect_to: /wiki/BioJava:CookBook4.0
55
---
66

7-
You should automatically be redirected to [BioJava:CookBook4.0](/_wikis/BioJava:CookBook4.0)
7+
You should automatically be redirected to [BioJava:CookBook4.0](/wiki/BioJava:CookBook4.0)

0 commit comments

Comments
 (0)