|
|
|
|
|
|
|
|
|
|
|
|
|
SiSU 0.55 2007w27/6 2007-07-07
Homepage: ‹http://www.sisudoc.org›
old homepage: ‹http://www.jus.uio.no/sisu›
Description
SiSU is lightweight markup based document creation and publishing framework that is controlled from the command line. Prepare documents for SiSU using your text editor of choice, then use SiSU to generate various output document formats.
With minimal preparation of a plain-text (UTF-8) file using its native markup-syntax, SiSU produces: plain-text, HTML, XHTML, EPUB, XML, ODF:ODT (Opendocument), LaTeX, PDF, and populates an SQL database (PostgreSQL or SQLite) in paragraph sized chunks so that document searches are done at this "atomic" level of granularity.
Outputs share a common citation numbering system, and any semantic meta-data provided about the document.
SiSU also provides concordance files, document content certificates and manifests of generated output.
SiSU takes advantage of well established open standard ways of representing text, and provides a bridge to take advantage of the strengths of each, while remaining simple. SiSU implements across document formats a "useful common feature set" [coming from a humanities, law, and possibly social sciences perspective, rather than technical or scientific writing] ... focus is primarily on content and data integrity rather than appearance, (though outputs in the various formats are respectable).
A vim syntax highlighting file and an ftplugin with folds for sisu markup is provided. Vim 7 includes syntax highlighting for SiSU.
man pages, and interactive help are provided.
Dependencies for various features are taken care of in sisu related packages. The package sisu-complete installs the whole of SiSU.
Additional document markup samples are provided in the package sisu-markup-samples which is found in the non-free archive the licenses for the substantive content of the marked up documents provided is that provided by the author or original publisher.
Homepage: ‹http://www.sisudoc.org›
old homepage: ‹http://www.jus.uio.no/sisu›
SiSU - simple information structuring universe, is a publishing tool, document generation and management, (and search enabling) tool primarily for literary, academic and legal published works.
SiSU can be used for Internet, Intranet, local filesystem or cd publishing.
SiSU can be used directly off the filesystem, or from a database.
SiSU's scalability, is be dependent on your hardware, and filesystem (in my case Reiserfs), and/or database Postgresql.
Amongst it's characteristics are:
Input files should be UTF-8
Once set up it is simple to use.
Download Sources:
NB. Platform is Unix / Linux.
If you use Debian use the Debian packages, check the information at:
(A) SiSU is available directly off the Debian archives for Sid and testing. It should necessary only to run as root:
aptitude update
aptitude install sisu-complete
(B) 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
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
[the non-free line is for document markup samples, for which the substantive text is provided under the author or original publisher's license and which in most cases will not be debian free software guideline compliant]
Then as root run:
aptitude update
aptitude install sisu-complete
RPMs are provided though untested, they are prepared by running alien against the source package, and against the debs.
They may be downloaded from:
Otherwise to install SiSU from source, check information at:
alternative modes of installation from source are provided, setup.rb (by Minero Aoki), rake (by Jim Weirich) built install file, rant (by Stefan Lang) built install file,
Ruby is the essential dependency for the basic operation of SiSU
1. Download the latest source (information available) from:
2. Unpack the source
Note however, that additional external package dependencies, such as texlive or postgresql should you desire to use it are not taken care of for you.
this is a three step process, in the root directory of the unpacked SiSU as root type:
ruby setup.rb config
ruby setup.rb setup
as root:
ruby setup.rb install
further information:
Rake must be installed on your system:
in the root directory of the unpacked SiSU as root type:
rake
or
rake base
This makes use of Rake (by Jim Weirich) and the provided Rakefile
For a list of alternative actions you may type:
rake help
rake -T
(you may use the instructions above for rake substituting rant if rant is installed on your system, or you may use an independent installer created using rant as follows:)
in the root directory of the unpacked SiSU as root type:
ruby ./sisu-install
or
ruby ./sisu-install base
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.
further information:
For a list of alternative actions you may type:
ruby ./sisu-install help
ruby ./sisu-install -T
Once installed see 'man 8 sisu' for some information on additional programs that sisu makes use of, and that you may need or wish to install. (this will depend on such factors as whether you want to generate pdf, whether you will be using SiSU with or without a database, ...) 'man sisu-markup-samples' may also be of interest if the sisu-markup-samples package has also been installed.
The information in man 8 may not be most up to date, and it is possible that more useful information can be gleaned from the following notes taken from the Debian control file (end edited), gives an idea of additional packages that SiSU can make use of if available, (the use/requirement of some of which are interdependent for specific actions by SiSU).
The following is from the debian/control file of sisu-3.0.2, which amongst other things provides the dependencies of sisu within Debian.
Source: sisu
Section: text
Priority: optional
Maintainer: SiSU Project <sisu@lists.sisudoc.org>
Uploaders: Ralph Amissah <ralph@amissah.com>
Build-Depends: debhelper (>= 8)
Standards-Version: 3.9.1
Homepage: http://www.sisudoc.org/
Vcs-Browser: http://git.sisudoc.org/?p=code/sisu.git
Vcs-Git: git://git.sisudoc.org/git/code/sisu.git
XS-Dm-Upload-Allowed: yes
Package: sisu
Architecture: all
Depends: ${misc:Depends}, ruby (>= 1.8.2), libwebrick-ruby, rsync, unzip, zip
Recommends:
sisu-pdf, sisu-sqlite, sisu-postgresql, imagemagick, keychain, librmagick-ruby,
librexml-ruby, openssl, openssh-client | lsh-client, tidy, vim-addon-manager
Suggests: lv, calibre, pinfo, texinfo, trang
Conflicts: sisu-markup-samples (<= 1.0.11)
Replaces: sisu-markup-samples (<= 1.0.11)
Description: documents - structuring, publishing in multiple formats and search
SiSU is a lightweight markup based, command line oriented, document
structuring, publishing and search framework for document collections.
.
With minimal preparation of a plain-text, (UTF-8) file, using its native
markup syntax in your text editor of choice, SiSU can generate various
document formats (most of which share a common object numbering system for
locating content), including plain text, HTML, XHTML, XML, EPUB, OpenDocument
text (ODF:ODT), LaTeX, PDF files, and populate an SQL database with objects
(roughly paragraph-sized chunks) so searches may be performed and matches
returned with that degree of granularity: your search criteria is met by these
documents and at these locations within each document. Object numbering is
particularly suitable for "published" works (finalized texts as opposed to
works that are frequently changed or updated) for which it provides a fixed
means of reference of content. Document outputs also share semantic meta-data
provided.
.
SiSU also provides concordance files, document content certificates and
manifests of generated output.
.
A vim syntax highlighting file and an ftplugin with folds for sisu markup is
provided, as are syntax highlighting files for kate, kwrite, gedit and
diakonos. Vim 7 includes syntax highlighting for SiSU.
.
man pages, and interactive help are provided.
.
Dependencies for various features are taken care of in sisu related packages.
The package sisu-complete installs the whole of SiSU.
.
Additional document markup samples are provided in the package
sisu-markup-samples which is found in the non-free archive the licenses for
the substantive content of the marked up documents provided is that provided
by the author or original publisher.
Package: sisu-complete
Architecture: all
Depends:
${misc:Depends}, ruby (>= 1.8.2), sisu (= ${source:Version}),
sisu-pdf (= ${source:Version}), sisu-postgresql (= ${source:Version}),
sisu-sqlite (= ${source:Version})
Description: installs all SiSU related packages
SiSU is a lightweight markup based document structuring, publishing and search
framework for document collections.
.
This package installs SiSU and related packages that enable sisu to produce
pdf and to populate PostgreSQL and sqlite databases.
.
See sisu for a description of the package.
Package: sisu-pdf
Architecture: all
Depends:
${misc:Depends}, sisu, texlive-latex-base, texlive-fonts-recommended,
texlive-latex-recommended, texlive-latex-extra, texlive-xetex, lmodern,
ttf-liberation
Suggests: evince | pdf-viewer
Description: dependencies to convert SiSU LaTeX output to pdf
SiSU is a lightweight markup based document structuring, publishing and search
framework for document collections.
.
This package enables the conversion of SiSU LaTeX output to pdf.
Package: sisu-pdf
Architecture: all
Depends:
${misc:Depends}, sisu, texlive-latex-base, texlive-fonts-recommended,
texlive-latex-recommended, texlive-latex-extra, texlive-xetex, lmodern,
ttf-liberation
Suggests: evince | pdf-viewer
Description: dependencies to convert SiSU LaTeX output to pdf
SiSU is a lightweight markup based document structuring, publishing and search
framework for document collections.
.
This package enables the conversion of SiSU LaTeX output to pdf.
Package: sisu-postgresql
Architecture: all
Depends:
${misc:Depends}, sisu, libdbd-pg-ruby, libdbd-pg-ruby1.8, libdbi-ruby,
libdbi-ruby1.8, libdbm-ruby, postgresql, libfcgi-ruby1.8 | libfcgi-ruby1.9.1
Suggests: postgresql-contrib
Description: SiSU dependencies for use with PostgreSQL database
SiSU is a lightweight markup based document structuring, publishing and search
framework for document collections.
.
This package enables SiSU to populate a PostgreSQL database. This is done at
an object/paragraph level, making granular searches of documents possible.
.
This relational database feature of SiSU is not required but provides
interesting possibilities, including that of granular searches of documents
for matching units of text, primarily paragraphs that can be displayed or
identified by object citation number, from which an index of documents
matched and each matched paragraph within them can be displayed.
Package: sisu-sqlite
Architecture: all
Depends:
${misc:Depends}, sisu, sqlite3, libsqlite3-ruby, libdbd-sqlite3-ruby,
libdbd-sqlite3-ruby1.8, libdbi-ruby, libdbi-ruby1.8, libdbm-ruby,
libfcgi-ruby1.8 | libfcgi-ruby1.9.1
Description: SiSU dependencies for use with SQLite database
SiSU is a lightweight markup based document structuring, publishing and search
framework for document collections.
.
This package enables SiSU to populate an SQLite database. This is done at an
object/paragraph level, making granular searches of documents possible.
.
This relational database feature of SiSU is not required but provides
interesting possibilities, including that of granular searches of documents
for matching units of text, primarily paragraphs that can be displayed or
identified by object citation number, from which an index of documents
matched and each matched paragraph within them can be displayed.
Most of the installation should be taken care of by the aptitude or rant install. (The rant install if run in full will also test run the generation of the first document).
After installation of sisu-complete, move to the document samples directory
cd /usr/share/doc/sisu/markup-samples/samples
and run
sisu -3 free_as_in_freedom.rms_and_free_software.sam_williams.sst
or the same:
sisu -NhwpoabxXyv free_as_in_freedom.rms_and_free_software.sam_williams.sst
look at output results, see the "sisu_manifest" page created for the document
or to generate an online document move to a writable directory, as the file will be downloaded there and e.g.
the database stuff is extra perhaps, the latex stuff could be considered extra perhaps but neither needs to be installed for most of sisu output to work
examine source document, vim has syntax support
gvim free_as_in_freedom.rms_and_free_software.sam_williams.sst
additional markup samples in
For help
man sisu
or
sisu --help
e.g.
for the way sisu "sees/maps" your system
sisu --help env
for list of commands and so on
sisu --help commands
The default configuration/setup is contained within the program and is altered by configuration settings in /etc/[sisu version]/sisurc.yml or in ~/.sisu/sisurc.yml
/etc/sisu/[sisu version]/sisurc.yml
~/.sisu/sisurc.yml
* skins - changing the appearance of a project, directory or individual documents within ~/.sisu/skin
~/.sisu/skin/doc contains individual skins, with symbolic links from
~/.sisu/skin/dir if the contents of a directory are to take a particular document skin.
There are post installation steps (which are really part of the overall installation)
sisu -C in your marked up document directory, should do some auto-configuring provided you have the right permissions for the output directories. (and provided the output directories have already been specified if you are not using the defaults).
Documents are marked up in SiSU syntax and kept in an ordinary text editable file, named with the suffix .sst, or .ssm
Marked up SiSU documents are usually kept in a sub-directory of your choosing
use the interactive help and man pages
sisu --help
man sisu
interactive help described below, or man page:
man sisu
man 8 sisu
'man sisu_markup-samples' [if the sisu-markup-samples package is also installed]
Once installed an interactive help is available typing 'sisu' (without) any flags, and select an option:
sisu
alternatively, you could type e.g.
sisu --help commands
sisu --help env
sisu --help headers
sisu --help markup
sisu --help headings
etc.
for questions about mappings, output paths etc.
sisu --help env
sisu --help path
sisu --help directory
Once installed, type:
sisu --help env
or
sisu -V
The defaults can be changed via SiSU's configure file sisurc.yml which the program expects to find in ./_sisu ~/.sisu or /etc/sisu (searched in that order, stopping on the first one found)
See man pages.
man sisu
man 8 sisu
Once installed there is some information on SiSU Markup in its help:
sisu --help markup
and
sisu --help headers
Sample marked up document are provided with the download tarball in the directory:
./data/doc/sisu/markup-samples/
These are installed on the system usually at:
/usr/share/doc/sisu/markup-samples/
More markup samples are available in the package sisu-markup-samples, which if installed should be available at:
/usr/share/doc/sisu/markup-samples-non-free/
Many more are available online off:
There is syntax support for some editors provided (together with a README file) in
./data/sisu/v2/conf/editor-syntax-etc
usually installed to:
/usr/share/sisu/v2/conf/editor-syntax-etc
License: GPL 3 or later see the copyright file in
./data/doc/sisu
usually installed to:
/usr/share/doc/sisu
SiSU uses:
© Ralph Amissah 1997, current 2006 All Rights Reserved.
CHANGELOG
./CHANGELOG
and see
SiSU Book Samples and Markup Examples
Viral Spiral - How the Commoners Built a Digital Republic of Their Own
David Bollier
2009
The Wealth of Networks - How Social Production Transforms Markets and Freedom
Yochai Benkler
2006
Free Culture - How Big Media Uses Technology and the Law to Lock Down Culture and Control Creativity
Lawrence Lessig
2004
CONTENT - Selected Essays on Technology, Creativity, Copyright and the Future of the Future
Cory Doctorow
2008
Eric von Hippel
2005
Free As In Freedom - Richard Stallman's Crusade for Free Software
Sam Williams
2002
Two Bits - The Cultural Significance of Free Software
Christopher Kelty
2008
Free For All - How Linux and the Free Software Movement Undercut the High Tech Titans
Peter Wayner
2002
The Cathedral & the Bazaar - Musings on Linux and Open Source by an Accidental Revolutionary
Erik S. Raymond
1999
Cory Doctorow
2008
Down and Out in the Magic Kingdom
Cory Doctorow
2003
Cory Doctorow
2008
Free Software Foundation - FSF
GPL - GNU General Public License