aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README4
-rw-r--r--data/doc/sisu/sisu.org45
2 files changed, 43 insertions, 6 deletions
diff --git a/README b/README
index bb410a5a..9d0ce281 100644
--- a/README
+++ b/README
@@ -81,9 +81,9 @@ specify sisu version for sisu installed via gem
gem search sisu
- sisu _5.3.3_ --version
+ sisu _5.4.5_ --version
- sisu _6.0.3_ --version
+ sisu _6.0.11_ --version
to uninstall sisu installed via gem
diff --git a/data/doc/sisu/sisu.org b/data/doc/sisu/sisu.org
index 83e74f11..265abda9 100644
--- a/data/doc/sisu/sisu.org
+++ b/data/doc/sisu/sisu.org
@@ -45,9 +45,44 @@ are not taken care of for you.
RUN OFF SOURCE PACKAGE DIRECTORY TREE (WITHOUT INSTALLING)
..........................................................
-1. Obtain the latest sisu source
+***** 1. Obtain the latest sisu source
-2. Unpack the source
+using git:
+
+http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=summary
+http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=log
+
+ git clone git://sources.sisudoc.org/git/code/sisu.git
+
+or, identify latest available source:
+
+https://packages.debian.org/sid/sisu
+http://packages.qa.debian.org/s/sisu.html
+http://qa.debian.org/developer.php?login=sisu@lists.sisudoc.org
+
+http://sisudoc.org/sisu/archive/pool/main/s/sisu/
+
+and download the:
+
+ sisu_5.4.5.orig.tar.xz
+
+using debian tool dget:
+
+The dget tool is included within the devscripts package
+https://packages.debian.org/search?keywords=devscripts
+to install dget install devscripts:
+
+ apt-get install devscripts
+
+and then you can get it from Debian:
+ dget -xu http://ftp.fi.debian.org/debian/pool/main/s/sisu/sisu_5.4.5-1.dsc
+
+or off sisu repos
+ dget -x http://www.jus.uio.no/sisu/archive/pool/main/s/sisu/sisu_5.4.5-1.dsc
+or
+ dget -x http://sisudoc.org/sisu/archive/pool/main/s/sisu/sisu_5.4.5-1.dsc
+
+***** 2. Unpack the source
Provided you have *Ruby*, *SiSU* can be run without installation straight from
the source package directory tree.
@@ -56,6 +91,8 @@ Run ruby against the full path to bin/sisu (in the unzipped source package
directory tree). SiSU should be run from the directory containing your sisu
marked up document set.
+ ruby ~/sisu-5.4.5/bin/sisu --html -v document_name.sst
+
This works fine so long as you already have sisu external dependencies in
place. For many operations such as html, epub, odt this is likely to be fine.
Note however, that additional external package dependencies, such as texlive
@@ -88,9 +125,9 @@ specify sisu version for sisu installed via gem
gem search sisu
- sisu _5.3.6_ --version
+ sisu _5.4.5_ --version
- sisu _6.0.6_ --version
+ sisu _6.0.11_ --version
to uninstall sisu installed via gem