From 36d768665890d596440b709e15ee5d9cbdcd1083 Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Sat, 18 Oct 2014 13:26:35 +0000 Subject: README.txt edited online with Bitbucket --- README.txt | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.txt b/README.txt index ddb0286..512540c 100644 --- a/README.txt +++ b/README.txt @@ -1,13 +1,13 @@ -Welcome to JCGP, a Java implementation of Julian Miller's -Cartesian Genetic Programming. This project was originally -developed as a Masters thesis but is now open to the public, -so feel free to use and modify it. - -The wiki is currently under construction, but a thorough -user manual can be found under downloads in the meantime. -The Javadoc pages for the project are hosted at: -http://epedroni.bitbucket.org/jcgpdocs/. - -Bitbucket allows issue tracking, so check the currently open -issues to get more information on what needs to be done next: -https://bitbucket.org/epedroni/jcgp/issues?status=new&status=open +Welcome to JCGP, a Java implementation of Julian Miller's +Cartesian Genetic Programming. This project was originally +developed as a Masters thesis but is now open to the public, +so feel free to use and modify it. + +The wiki is currently under construction, but a thorough +user manual can be found under downloads in the meantime. +The Javadoc pages for the project are hosted at: +[http://epedroni.bitbucket.org/jcgpdocs/](http://epedroni.bitbucket.org/jcgpdocs/). + +Bitbucket allows issue tracking, so check the currently open +issues to get more information on what needs to be done next: +https://bitbucket.org/epedroni/jcgp/issues?status=new&status=open \ No newline at end of file -- cgit v1.2.3 From 0060052dcec6ed18fb5596550a46d152ee42e5c3 Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Sat, 18 Oct 2014 13:27:55 +0000 Subject: README.txt edited online with Bitbucket --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 512540c..ed6a6e0 100644 --- a/README.txt +++ b/README.txt @@ -6,7 +6,7 @@ so feel free to use and modify it. The wiki is currently under construction, but a thorough user manual can be found under downloads in the meantime. The Javadoc pages for the project are hosted at: -[http://epedroni.bitbucket.org/jcgpdocs/](http://epedroni.bitbucket.org/jcgpdocs/). +[here](http://epedroni.bitbucket.org/jcgpdocs/) Bitbucket allows issue tracking, so check the currently open issues to get more information on what needs to be done next: -- cgit v1.2.3 From 10a6f5b26088f4f9c49c4fec56a8899e86f089d2 Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Sat, 18 Oct 2014 13:33:58 +0000 Subject: README.txt edited online with Bitbucket --- README.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index ed6a6e0..9b0cafa 100644 --- a/README.txt +++ b/README.txt @@ -6,8 +6,12 @@ so feel free to use and modify it. The wiki is currently under construction, but a thorough user manual can be found under downloads in the meantime. The Javadoc pages for the project are hosted at: -[here](http://epedroni.bitbucket.org/jcgpdocs/) +http://epedroni.bitbucket.org/jcgpdocs/ Bitbucket allows issue tracking, so check the currently open issues to get more information on what needs to be done next: -https://bitbucket.org/epedroni/jcgp/issues?status=new&status=open \ No newline at end of file +https://bitbucket.org/epedroni/jcgp/issues?status=new&status=open + +For the sake of organisation, it would be best if new branches were +made for each issue, and merged to the development branch once the +feature is complete. \ No newline at end of file -- cgit v1.2.3