1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
|
Source: sisu
Section: text
Maintainer: SiSU Project <sisu@lists.sisudoc.org>
Uploaders: Ralph Amissah <ralph@amissah.com>
Build-Depends: debhelper (>= 8)
Standards-Version: 3.9.4
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
Package: sisu
Priority: optional
Architecture: all
Depends: ${misc:Depends}, ruby1.9.1 (>= 1.9.2.180), rsync, unzip, zip
Recommends:
sisu-pdf, sisu-sqlite, sisu-postgresql, imagemagick | graphicsmagick, keychain,
librmagick-ruby, openssl, openssh-client | lsh-client, qrencode, tidy, tree,
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
Priority: extra
Architecture: all
Depends:
${misc:Depends}, ruby1.9.1 (>= 1.9.2.180), 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
Priority: optional
Architecture: all
Depends:
${misc:Depends}, ruby1.9.1 (>= 1.9.2.180), sisu (= ${source:Version}),
texlive-latex-base, texlive-fonts-recommended, texlive-generic-recommended,
texlive-latex-recommended, texlive-latex-extra, texlive-xetex, lmodern,
ttf-liberation, texlive-math-extra
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
Priority: extra
Architecture: all
Depends:
${misc:Depends}, ruby1.9.1 (>= 1.9.2.180), sisu (= ${source:Version}),
libdbd-pg-ruby1.9.1, libdbi-ruby1.9.1, postgresql, 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
Priority: extra
Architecture: all
Depends:
${misc:Depends}, ruby1.9.1 (>= 1.9.2.180), sisu (= ${source:Version}), sqlite3,
libsqlite3-ruby1.9.1, libdbd-sqlite3-ruby1.9.1, libdbi-ruby1.9.1,
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.
|