From 3d67c3ba4610cbe83a45078219a3ac61648406ef Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 25 Sep 2007 03:09:22 +0100 Subject: documentation regenerated --- .../sisu_manual/sisu_manual/36.html | 404 ++++++++++----------- 1 file changed, 202 insertions(+), 202 deletions(-) (limited to 'data/doc/manuals_generated/sisu_manual/sisu_manual/36.html') diff --git a/data/doc/manuals_generated/sisu_manual/sisu_manual/36.html b/data/doc/manuals_generated/sisu_manual/sisu_manual/36.html index 0768ff36..7649ae1d 100644 --- a/data/doc/manuals_generated/sisu_manual/sisu_manual/36.html +++ b/data/doc/manuals_generated/sisu_manual/sisu_manual/36.html @@ -23,7 +23,7 @@ - + @@ -192,7 +192,7 @@  

-   1205 +   1206

@@ -205,331 +205,320 @@
-

+

36. Quickstart - Getting Started Howto

-   1367 +   1368

- + 36.1 Installation
- + 36.1.1 Debian Installation
- + 36.1.2 RPM Installation
- + 36.1.3 Installation from source
- + 36.2 Testing SiSU, generating output
- + 36.2.1 basic text, plaintext, html, XML, ODF
- + 36.2.2 LaTeX / pdf
- + 36.2.3 relational database - postgresql, sqlite
- + 36.3 Getting Help
- + 36.3.1 The man pages
- + 36.3.2 Built in help
- + 36.3.3 The home page
- + 36.4 Markup Samples
-

+

36.1 Installation

-   1368 +   1369

-

+

Installation is currently most straightforward and tested on the Debian platform, as there are packages for the installation of sisu and all requirements for what it does.

-   1369 +   1370

-

+

36.1.1 Debian Installation

-   1370 +   1371

-

+

SiSU is available directly from the Debian Sid and testing archives (and possibly Ubuntu), assuming your /etc/apt/sources.list is set accordingly:

-   1371 +   1372

-

+

    aptitude update
    aptitude install sisu-complete

-   1372 +   1373

-

+

The following /etc/apt/sources.list setting permits the download of additional markup samples:

-   1373 +   1374

-

+

  #/etc/apt/sources.list

    deb http://ftp.fi.debian.org/debian/ unstable main non-free contrib
    deb-src http://ftp.fi.debian.org/debian/ unstable main non-free contrib
  d

-   1374 +   1375

-

+

The aptitude commands become:

-   1375 +   1376

-

+

    aptitude update
    aptitude install sisu-complete sisu-markup-samples

-   1376 +   1377

-

+

If there are newer versions of SiSU upstream of the Debian archives, they will be available by adding the following to your /etc/apt/sources.list

-   1377 +   1378

-

+

  #/etc/apt/sources.list

    deb http://www.jus.uio.no/sisu/archive unstable main non-free
    deb-src http://www.jus.uio.no/sisu/archive unstable main non-free

-   1378 +   1379

-

+

repeat the aptitude commands

-   1379 +   1380

-

+

    aptitude update
    aptitude install sisu-complete sisu-markup-samples

-   1380 +   1381

-

+

Note however that it is not necessary to install sisu-complete if not all components of sisu are to be used. Installing just the package sisu will provide basic functionality.

-   1381 +   1382

-

+

36.1.2 RPM Installation

-   1382 +   1383

-

+

RPMs are provided though untested, they are prepared by running alien against the source package, and against the debs.

-   1383 +   1384

-

+

They may be downloaded from:

-   1384 +   1385

-

+

<http://www.jus.uio.no/sisu/SiSU/download.html#rpm>

-   1385 +   1386

-

+

as root type:

-   1386 +   1387

-

+

rpm -i [rpm package name]

-   1387 +   1388

-

+

36.1.3 Installation from source

-   1388 +   1389

-

+

To install SiSU from source check information at:

-   1389 +   1390

- -
-

+

<http://www.jus.uio.no/sisu/SiSU/download.html#current>

-

-   1390 -

-
-
-
  • - download the source package -
  • -

      1391 @@ -538,7 +527,7 @@

  • - Unpack the source + download the source package
  • @@ -548,9 +537,9 @@
    -

    - Two alternative modes of installation from source are provided, setup.rb (by Minero Aoki) and a rant(by Stefan Lang) built install file, in either case: the first steps are the same, download and unpack the source file: -

    +
  • + Unpack the source +
  • @@ -560,7 +549,7 @@

    - For basic use SiSU is only dependent on the programming language in which it is written Ruby, and SiSU will be able to generate html, various XMLs, including ODF (and will also produce LaTeX). Dependencies required for further actions, though it relies on the installation of additional dependencies which the source tarball does not take care of, for things like using a database (postgresql or sqlite)  94  or converting LaTeX to pdf. + Two alternative modes of installation from source are provided, setup.rb (by Minero Aoki) and a rant(by Stefan Lang) built install file, in either case: the first steps are the same, download and unpack the source file:

    @@ -571,7 +560,7 @@

    - setup.rb + For basic use SiSU is only dependent on the programming language in which it is written Ruby, and SiSU will be able to generate html, various XMLs, including ODF (and will also produce LaTeX). Dependencies required for further actions, though it relies on the installation of additional dependencies which the source tarball does not take care of, for things like using a database (postgresql or sqlite)  94  or converting LaTeX to pdf.

    @@ -582,7 +571,7 @@

    - This is a standard ruby installer, using setup.rb is a three step process. In the root directory of the unpacked SiSU as root type: + setup.rb

    @@ -592,8 +581,8 @@
    -

    -       ruby setup.rb config
          ruby setup.rb setup
          #[and as root:]
          ruby setup.rb install +

    + This is a standard ruby installer, using setup.rb is a three step process. In the root directory of the unpacked SiSU as root type:

    @@ -603,8 +592,8 @@
    -

    - further information on setup.rb is available from: +

    +       ruby setup.rb config
          ruby setup.rb setup
          #[and as root:]
          ruby setup.rb install

    @@ -614,8 +603,8 @@
    -

    - <http://i.loveruby.net/en/projects/setup/> +

    + further information on setup.rb is available from:

    @@ -626,7 +615,7 @@

    - <http://i.loveruby.net/en/projects/setup/doc/usage.html> + <http://i.loveruby.net/en/projects/setup/>

    @@ -636,8 +625,8 @@
    -

    - "install" +

    + <http://i.loveruby.net/en/projects/setup/doc/usage.html>

    @@ -648,7 +637,7 @@

    - The "install" file provided is an installer prepared using "rant". In the root directory of the unpacked SiSU as root type: + "install"

    @@ -658,8 +647,8 @@
    -

    - ruby install base +

    + The "install" file provided is an installer prepared using "rant". In the root directory of the unpacked SiSU as root type:

    @@ -669,8 +658,8 @@
    -

    - or for a more complete installation: +

    + ruby install base

    @@ -680,8 +669,8 @@
    -

    - ruby install +

    + or for a more complete installation:

    @@ -691,8 +680,8 @@
    -

    - or +

    + ruby install

    @@ -702,8 +691,8 @@
    -

    - ruby install base +

    + or

    @@ -713,8 +702,8 @@
    -

    - This makes use of Rant (by Stefan Lang) and the provided Rantfile. It has been configured to do post installation setup setup configuration and generation of first test file. Note however, that additional external package dependencies, such as tetex-extra are not taken care of for you. +

    + ruby install base

    @@ -725,7 +714,7 @@

    - Further information on "rant" is available from: + This makes use of Rant (by Stefan Lang) and the provided Rantfile. It has been configured to do post installation setup setup configuration and generation of first test file. Note however, that additional external package dependencies, such as tetex-extra are not taken care of for you.

    @@ -735,8 +724,8 @@
    -

    - <http://make.rubyforge.org/> +

    + Further information on "rant" is available from:

    @@ -747,7 +736,7 @@

    - <http://rubyforge.org/frs/?group_id=615> + <http://make.rubyforge.org/>

    @@ -757,8 +746,8 @@
    -

    - For a list of alternative actions you may type: +

    + <http://rubyforge.org/frs/?group_id=615>

    @@ -768,8 +757,8 @@
    -

    - ruby install help +

    + For a list of alternative actions you may type:

    @@ -780,7 +769,7 @@

    - ruby install -T + ruby install help

    @@ -790,31 +779,31 @@
    - -

    - 36.2 Testing SiSU, generating output +

    + ruby install -T

    -

    +

      1415

    -

    - To check which version of sisu is installed: + +

    + 36.2 Testing SiSU, generating output

    -

    +

      1416

    - sisu -v + To check which version of sisu is installed:

    @@ -825,7 +814,7 @@

    - Depending on your mode of installation one or a number of markup sample files may be found either in the directory: + sisu -v

    @@ -836,7 +825,7 @@

    - ... + Depending on your mode of installation one or a number of markup sample files may be found either in the directory:

    @@ -847,7 +836,7 @@

    - or + ...

    @@ -858,7 +847,7 @@

    - ... + or

    @@ -869,7 +858,7 @@

    - change directory to the appropriate one: + ...

    @@ -880,7 +869,7 @@

    - cd /usr/share/doc/sisu/sisu_markup_samples/dfsg + change directory to the appropriate one:

    @@ -890,31 +879,31 @@
    - -

    - 36.2.1 basic text, plaintext, html, XML, ODF +

    + cd /usr/share/doc/sisu/sisu_markup_samples/dfsg

    -

    +

      1424

    -

    - Having moved to the directory that contains the markup samples (see instructions above if necessary), choose a file and run sisu against it + +

    + 36.2.1 basic text, plaintext, html, XML, ODF

    -

    +

      1425

    - sisu -NhwoabxXyv free_as_in_freedom.rms_and_free_software.sam_williams.sst + Having moved to the directory that contains the markup samples (see instructions above if necessary), choose a file and run sisu against it

    @@ -925,7 +914,7 @@

    - this will generate html including a concordance file, opendocument text format, plaintext, XHTML and various forms of XML, and OpenDocument text + sisu -NhwoabxXyv free_as_in_freedom.rms_and_free_software.sam_williams.sst

    @@ -935,31 +924,31 @@
    - -

    - 36.2.2 LaTeX / pdf +

    + this will generate html including a concordance file, opendocument text format, plaintext, XHTML and various forms of XML, and OpenDocument text

    -

    +

      1428

    -

    - Assuming a LaTeX engine such as tetex or texlive is installed with the required modules (done automatically on selection of sisu-pdf in Debian) + +

    + 36.2.2 LaTeX / pdf

    -

    +

      1429

    - Having moved to the directory that contains the markup samples (see instructions above if necessary), choose a file and run sisu against it + Assuming a LaTeX engine such as tetex or texlive is installed with the required modules (done automatically on selection of sisu-pdf in Debian)

    @@ -970,7 +959,7 @@

    - sisu -pv free_as_in_freedom.rms_and_free_software.sam_williams.sst + Having moved to the directory that contains the markup samples (see instructions above if necessary), choose a file and run sisu against it

    @@ -981,7 +970,7 @@

    - sisu -3 free_as_in_freedom.rms_and_free_software.sam_williams.sst + sisu -pv free_as_in_freedom.rms_and_free_software.sam_williams.sst

    @@ -992,7 +981,7 @@

    - should generate most available output formats: html including a concordance file, opendocument text format, plaintext, XHTML and various forms of XML, and OpenDocument text and pdf + sisu -3 free_as_in_freedom.rms_and_free_software.sam_williams.sst

    @@ -1002,31 +991,31 @@
    - -

    - 36.2.3 relational database - postgresql, sqlite +

    + should generate most available output formats: html including a concordance file, opendocument text format, plaintext, XHTML and various forms of XML, and OpenDocument text and pdf

    -

    +

      1434

    -

    - Relational databases need some setting up - you must have permission to create the database and write to it when you run sisu. + +

    + 36.2.3 relational database - postgresql, sqlite

    -

    +

      1435

    - Assuming you have the database installed and the requisite permissions + Relational databases need some setting up - you must have permission to create the database and write to it when you run sisu.

    @@ -1037,7 +1026,7 @@

    - sisu --sqlite --recreate + Assuming you have the database installed and the requisite permissions

    @@ -1048,7 +1037,7 @@

    - sisu --sqlite -v --import free_as_in_freedom.rms_and_free_software.sam_williams.sst + sisu --sqlite --recreate

    @@ -1059,7 +1048,7 @@

    - sisu --pgsql --recreate + sisu --sqlite -v --import free_as_in_freedom.rms_and_free_software.sam_williams.sst

    @@ -1070,7 +1059,7 @@

    - sisu --pgsql -v --import free_as_in_freedom.rms_and_free_software.sam_williams.sst + sisu --pgsql --recreate

    @@ -1079,250 +1068,261 @@

    + + +
    +

    + sisu --pgsql -v --import free_as_in_freedom.rms_and_free_software.sam_williams.sst +

    +
    +

    +   1441 +

    +
    -

    +

    36.3 Getting Help

    -   1441 +   1442

    -

    +

    36.3.1 The man pages

    -   1442 +   1443

    -

    +

    Type:

    -   1443 +   1444

    -

    +

    man sisu

    -   1444 +   1445

    -

    +

    The man pages are also available online, though not always kept as up to date as within the package itself:

    -   1445 +   1446

    -
  • +
  • sisu.1   95 
  • -   1446 +   1447

    -
  • +
  • sisu.8   96 
  • -   1447 +   1448

    -
  • +
  • man directory   97 
  • -   1448 +   1449

    -

    +

    36.3.2 Built in help

    -   1449 +   1450

    -

    +

    sisu --help

    -   1450 +   1451

    -

    +

    sisu --help --env

    -   1451 +   1452

    -

    +

    sisu --help --commands

    -   1452 +   1453

    -

    +

    sisu --help --markup

    -   1453 +   1454

    -

    +

    36.3.3 The home page

    -   1454 +   1455

    -

    +

    <http://www.jus.uio.no/sisu>

    -   1455 +   1456

    -

    +

    <http://www.jus.uio.no/sisu/SiSU>

    -   1456 +   1457

    -

    +

    36.4 Markup Samples

    -   1457 +   1458

    -

    +

    A number of markup samples (along with output) are available off:

    -   1458 +   1459

    -

    +

    <http://www.jus.uio.no/sisu/SiSU/2.html>

    -   1459 +   1460

    -

    +

    Additional markup samples are packaged separately in the file:

    -   1460 +   1461

    -

    +

    *

    -   1461 +   1462

    -

    +

    On Debian they are available in non-free  98  to include them it is necessary to include non-free in your /etc/apt/source.list or obtain them from the sisu home site.

    -   1462 +   1463

    @@ -1497,7 +1497,7 @@ SiSU - 0.59.0 2007-09-23 (2007w38/0) + 0.59.1 2007-09-25 (2007w39/2)
    SiSU -- cgit v1.2.3