web/src/Install.page in jldrill-0.5.1.7 vs web/src/Install.page in jldrill-0.6.0.1
- old
+ new
@@ -17,11 +17,11 @@
###Debian Based Systems
Please download and install the following files
-* [jldrill-0.6.0.deb](http://rubyforge.org/frs/download.php/74013/jldrill_0.5.1-1_all.deb)
+* [jldrill-0.6.0.deb](http://rubyforge.org/frs/download.php/74902/jldrill_0.6.0-1_all.deb)
This is all you will need.
### Gems
@@ -40,30 +40,42 @@
because it can take a long time to download. You can use
JLDrill as it is, but probably you will want to install the
stroke order font for showing the stroke order of kanji
characters.
-* [KanjiStrokeOrders.ttf](http://rubyforge.org/frs/download.php/48214/KanjiStrokeOrders.ttf)
+The main website for the font is at [nihilistorguk](http://sites.google.com/site/nihilistorguk/). I recommend downloading the latest one there (it's the first link on the page). If, for some reason, you have trouble getting to that page, you can also download an old version of the font here:
+* [Old version of KanjiStrokeOrders.ttf](http://rubyforge.org/frs/download.php/48214/KanjiStrokeOrders.ttf)
+
If you are updating from a previous version of jldrill, you can
type:
<pre>
gem update jldrill
</pre>
+Note: jldrill used to depend on the context gem. These two gems
+are now merged. If you have installed a version prior to 0.5.1,
+you should remove context with:
+<pre>
+ gem uninstall context
+</pre>
+
If you wish to download the gems for jldrill by hand for some reason,
they are located here. Context is a library used by jldrill.
-* [jldrill-0.5.1.gem](http://rubyforge.org/frs/download.php/74011/jldrill-0.5.1.gem)
+* [jldrill-0.6.0.gem](http://rubyforge.org/frs/download.php/74901/jldrill-0.6.0.1.gem)
### In place execution
JLDrill will also run directly from the development tree. You can download
-the development tree from:
+the development tree from github:
-[jldrill-0.5.1](http://sakabatou.dyndns.org/devel/jldrill)
+[jldrill-0.6.0](https://github.com/mikekchar/JLDrill)
-From there the application can be run by navigating to the directory and running
+git is a source code management system. If you are new to github, you
+can get help by pressing the help button at the top of the linked page.
+
+After you download the code the application can be run by navigating to the directory and running
AppRun. You may want to install the font listed above in the gem section
(see below)
Installing the Font
--------------------