changeset 101:6271c701830d

Document the usage of the foundation 5 framework.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Wed, 02 Nov 2016 10:47:48 +0100
parents 2b8c5b40da84
children 8d1c300f0a3a
files README.md
diffstat 1 files changed, 12 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Tue Nov 01 10:42:42 2016 +0100
+++ b/README.md	Wed Nov 02 10:47:48 2016 +0100
@@ -75,7 +75,12 @@
 
     gem install jekyll pygments.rb
 
+For the responsive webpages, we internally use the [Foundation 5][8]
+framework.  All necessary files are already included inside the
+[hg development repository][2].
+
 [7]: https://rubygems.org/
+[8]: http://foundation.zurb.com/sites/docs/v/5.5.3/
 
 
 
@@ -116,8 +121,6 @@
 
 
 
-
-
 ## Deploying
 
 After building the static website from [web-octave][2] into the
@@ -131,11 +134,11 @@
     cvs -z3 -d:ext:<Savannah account>@cvs.savannah.gnu.org:/web/octave checkout -P octave
 
 Now the following steps are required for deployment
-(see [here][8] and [here][9] for some introduction to CVS):
+(see [here][9] and [here][10] for some introduction to CVS):
 
 1. Remove all previous files in the target directory,
    *but no directories at all or CVS related stuff*!
-   This is due to a [limitation of CVS][10].
+   This is due to a [limitation of CVS][11].
 
        find octave -type f -not -path "*/CVS/*" -exec rm -f '{}' \;
 
@@ -157,7 +160,7 @@
 
           find . -type d -not -name "CVS" -exec cvs add '{}' \;
 
-   3. Add all potential new files to CVS (the [following command][11]
+   3. Add all potential new files to CVS (the [following command][12]
       proved to me fast)
 
           find . -type f | grep -v CVS | xargs cvs add
@@ -168,7 +171,7 @@
 
 Now everything should be visible to the world.
 
-[8]: https://savannah.nongnu.org/projects/cvs
-[9]: http://www.cs.umb.edu/~srevilak/cvs.html
-[10]: https://web.archive.org/web/20140629054602/http://ximbiot.com/cvs/manual/cvs-1.11.23/cvs_7.html#SEC69
-[11]: http://stackoverflow.com/questions/5071/how-to-add-cvs-directories-recursively
+[9]: https://savannah.nongnu.org/projects/cvs
+[10]: http://www.cs.umb.edu/~srevilak/cvs.html
+[11]: https://web.archive.org/web/20140629054602/http://ximbiot.com/cvs/manual/cvs-1.11.23/cvs_7.html#SEC69
+[12]: http://stackoverflow.com/questions/5071/how-to-add-cvs-directories-recursively