aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2007-06-15 12:05:07 +0100
committerRalph Amissah <ralph.amissah@gmail.com>2007-06-15 12:05:07 +0100
commit6be61200c529f7f61a89aac6158eb63026d7a44b (patch)
treefe4bcad72eb273e07ac0429fd5c1977ed0efa682 /README
parentsisu-0.54.0 (minor additions to syntax, indent range extended) (diff)
cgi search script fix, related to highlighting matches, changelog update, rest removal of hanging whitespacesisu_0.54.1
Diffstat (limited to 'README')
-rw-r--r--README38
1 files changed, 19 insertions, 19 deletions
diff --git a/README b/README
index a688fcb5..a44b30b0 100644
--- a/README
+++ b/README
@@ -8,16 +8,16 @@ homepage: http://www.jus.uio.no/sisu
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, 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.
@@ -28,26 +28,26 @@ homepage: http://www.jus.uio.no/sisu
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.jus.uio.no/sisu
-----
SiSU - simple information structuring universe, is a publishing tool, document
-generation and management, (and search enabling) tool primarily for literary,
+generation and management, (and search enabling) tool primarily for literary,
academic and legal works.
SiSU can be used for Internet, Intranet, local filesystem or cd publishing.
@@ -57,7 +57,7 @@ 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:
+Amongst it's characteristics are:
* simple mnemonoic markup style,
@@ -102,7 +102,7 @@ NB. Platform is Unix / Linux.
%% Debian
---------------
-If you use Debian use the Debian packages,
+If you use Debian use the Debian packages,
check the information at:
http://www.jus.uio.no/sisu/SiSU/download.html#debian
http://www.jus.uio.no/sisu/sisu_download/download.html#debian
@@ -143,9 +143,9 @@ Otherwise to install SiSU from source, check information at:
http://www.jus.uio.no/sisu/SiSU/download.html#current
http://www.jus.uio.no/sisu/sisu_download/download.html#current
-two alternative modes of installation from source are provided,
+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
+in either case: the first steps are the same, download and unpack the
source file:
1. Download the latest source (information available) from:
@@ -158,15 +158,15 @@ source file:
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
+ ruby setup.rb config
+ ruby setup.rb setup
#[as root:]
ruby setup.rb install
further information:
http://i.loveruby.net/en/projects/setup/
http://i.loveruby.net/en/projects/setup/doc/usage.html
-
+
%% to use install (prapared with "Rant")
---------------
in the root directory of the unpacked SiSU as root type:
@@ -179,7 +179,7 @@ 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:
http://make.rubyforge.org/
http://rubyforge.org/frs/?group_id=615
@@ -283,7 +283,7 @@ 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
-* configuration file - a yaml file
+* configuration file - a yaml file
/etc/sisu/[sisu version]/sisurc.yml
~/.sisu/sisurc.yml
@@ -297,7 +297,7 @@ documents within ~/.sisu/skin
* additional software - eg. Tex and LaTeX (tetex, tetex-base, tetex-extra on
Debian), Postgresql, [sqlite], trang, tidy, makeinfo, ... none of which are
-required for basic html or XML processing.
+required for basic html or XML processing.
* if you use Vim as editor there is a syntax highlighter and fold resource
config file for SiSU. I hope more syntax highlighters follow.