changeset 64:48f5e0fda5a8 kai

Add repository information.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 11 Oct 2016 16:03:08 +0200
parents 0a7baadc93a4
children acfd3d7e2f92
files README.md
diffstat 1 files changed, 16 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Tue Oct 11 16:02:51 2016 +0200
+++ b/README.md	Tue Oct 11 16:03:08 2016 +0200
@@ -2,25 +2,35 @@
 Proposed update of [octave.org](http://www.octave.org).
 
 ## Developing
+
 - Install Jekyll from Rubygems
-  
+
   `gem install jekyll`
-  
+
 - Compile the assets into `_site` (this directory is ignored by revision control and will be created on first build)
-  
+
   `jekyll build`
-  
+
 - Serve the site
 
   `jekyll serve --watch`
-  
+
+### Website HG repository
+
+    hg clone ssh://gnuoctave@octave.org/hg/web-octave
+
 ## Configuring
 See [_config.yml](_config.yml). In particular, `baseurl` will need to be adjusted to match the path of the subdirectory where the site will be hosted, e.g., for `gnu.org/octave` use `/octave`. Currently `baseurl` is set to the repository name in order to work with the Github Pages' build service.
 
 ## Deploying
 - Configure paths as needed in `_config.yml`
 - Build the static site
-  
+
   `jekyll build`
 
 - Copy the static assets from `_site` to a server.
+
+### Website CVS repository at Savannah
+
+    export CVS_RSH=ssh
+    cvs -z3 -d:ext:<Savannah account>@cvs.savannah.gnu.org:/web/octave co octave