Skip to content

Commit e3ede38

Browse files
committed
/* BioJava 3 */
1 parent cd4d66b commit e3ede38

File tree

2 files changed

+39
-3
lines changed

2 files changed

+39
-3
lines changed

_wikis/BioJava3_project.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,33 @@ Availability
1616
------------
1717

1818
At the moment we only recommend developers to checkout the source code.
19-
To access it check it out from
19+
Check it out via
2020

2121
`svn co svn+ssh://dev.open-bio.org/home/svn-repositories/biojava/biojava-live/branches/biojava3/`
2222

2323
If you just want to see what is going on anonymous checkout is possible
2424
via
2525

2626
`svn co `[`svn://code.open-bio.org/biojava/biojava-live/branches/biojava3/`](svn://code.open-bio.org/biojava/biojava-live/branches/biojava3/)
27+
28+
Wanted
29+
------
30+
31+
We still need somebody to migrate/rewrite the Blast parsing framework
32+
from BioJava 1
33+
34+
Mailing List
35+
------------
36+
37+
All discussions are on
38+
[<http://www.biojava.org/mailman/listinfo/biojava-dev>](http://www.biojava.org/mailman/listinfo/biojava-dev)
39+
40+
Coding conventions
41+
------------------
42+
43+
- We are using Maven to build biojava 3
44+
- [BioJava3\_logging](BioJava3_logging "wikilink") - How to use
45+
logging
46+
- [BioJava3\_license](BioJava3_license "wikilink") - All source code
47+
of BioJava 3 is under LGPL.
48+

_wikis/BioJava3_project.mediawiki

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,24 @@ Coding has started in the [[CVS_to_SVN_Migration|BioJava SVN repository]]. At th
66

77
==Availability==
88

9-
At the moment we only recommend developers to checkout the source code. To access it check it out from
9+
At the moment we only recommend developers to checkout the source code. Check it out via
1010

1111
svn co svn+ssh://dev.open-bio.org/home/svn-repositories/biojava/biojava-live/branches/biojava3/
1212
1313
If you just want to see what is going on anonymous checkout is possible via
1414

15-
svn co svn://code.open-bio.org/biojava/biojava-live/branches/biojava3/
15+
svn co svn://code.open-bio.org/biojava/biojava-live/branches/biojava3/
16+
17+
==Wanted==
18+
19+
We still need somebody to migrate/rewrite the Blast parsing framework from BioJava 1
20+
21+
==Mailing List==
22+
23+
All discussions are on [http://www.biojava.org/mailman/listinfo/biojava-dev http://www.biojava.org/mailman/listinfo/biojava-dev]
24+
25+
==Coding conventions==
26+
27+
* We are using Maven to build biojava 3
28+
* [[BioJava3_logging]] - How to use logging
29+
* [[BioJava3_license]] - All source code of BioJava 3 is under LGPL.

0 commit comments

Comments
 (0)