Skip to content

Commit 8197d91

Browse files
committed
Added release notes info and old svn repo
1 parent 7adf8d1 commit 8197d91

File tree

3 files changed

+19
-5
lines changed

3 files changed

+19
-5
lines changed

src/jbake/content/community.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ https://vimeo.com/44767789[What Does Functional Programming Mean?] by Tony Morri
3131
* https://code.google.com/p/functionaljava/issues/list[Old issue repository]
3232
* https://code.google.com/p/functionaljava/[Old Google Code Hosting]
3333
* https://code.google.com/p/functionaljavaweb/[Old Website Repository]
34+
* https://functionaljava.googlecode.com/svn/[Old SVN repository]

src/jbake/content/docs.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ There are numerous examples of using FunctionalJava:
1717

1818
== Release Notes
1919

20-
https://github.com/functionaljava/functionaljava/blob/master/etc/release-notes.md[Release notes] are available on the Github site.
20+
Release notes are available from the link:download.html[download page]. Alternately you can use the https://github.com/functionaljava/functionaljava/blob/master/etc/release-notes/[index of release notes].
2121

2222
== Javadoc
2323

@@ -30,7 +30,9 @@ https://github.com/functionaljava/functionaljava/blob/master/etc/release-notes.m
3030
* http://www.functionaljava.org/javadoc/3.2/index.html[3.2]
3131
* http://www.functionaljava.org/javadoc/3.1/index.html[3.1]
3232
* https://functionaljava.googlecode.com/svn/artifacts/3.0/javadoc/index.html[3.0]
33+
* https://functionaljava.googlecode.com/svn/artifacts/2.23/javadoc/index.html[2.23]
3334
* https://functionaljava.googlecode.com/svn/artifacts/2.22/javadoc/index.html[2.22]
35+
* https://functionaljava.googlecode.com/svn/artifacts/2.21/javadoc/index.html[2.21]
3436

3537
== Building
3638

src/jbake/content/download.adoc

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,24 @@
33
:jbake-tags:
44
:jbake-status: published
55

6-
== Build System
7-
8-
The recommended way to download the project is by including the Functional Java library in your project. See the link:quickstart.html[quickstart guide] for how to do this.
9-
106
== Github Source
117

128
The source can be obtained by cloning the https://github.com/functionaljava/functionaljava[Github project] `git clone https://github.com/functionaljava/functionaljava.git`.
139

1410
Github also provides zips of the source code, so you can download the https://github.com/functionaljava/functionaljava/archive/master.zip[zip of the master branch].
1511

12+
== Build System
13+
14+
The recommended way to download the project is by including the Functional Java library from your project build tool. See the link:quickstart.html[quickstart guide] for how to do this.
15+
16+
== Release Notes
17+
18+
The current stable release of Functional Java is {fj_version_stable}. Release notes for each release are available below:
19+
20+
* https://github.com/functionaljava/functionaljava/blob/master/etc/release-notes/[Index of release notes]
21+
* https://github.com/functionaljava/functionaljava/blob/master/etc/release-notes/release-notes-4.2.adoc[4.2]
22+
* https://github.com/functionaljava/functionaljava/blob/master/etc/release-notes/release-notes-4.1.adoc[4.1]
23+
* https://github.com/functionaljava/functionaljava/blob/master/etc/release-notes/release-notes-4.0.adoc[4.0]
24+
* https://github.com/functionaljava/functionaljava/blob/master/etc/release-notes/release-notes-3.2.adoc[3.2]
25+
* https://github.com/functionaljava/functionaljava/blob/master/etc/release-notes/release-notes-3.1.adoc[3.1]
26+
* https://github.com/functionaljava/functionaljava/blob/master/etc/release-notes/release-notes-3.0.adoc[3.0]

0 commit comments

Comments
 (0)