The ScrollKeeper package contains a cataloging system for documentation. This is useful for managing documentation metadata and providing an API to help browsers find, sort and search the document catalog.
Download (HTTP): http://ftp.gnome.org/pub/GNOME/sources/scrollkeeper/0.3/scrollkeeper-0.3.14.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/GNOME/sources/scrollkeeper/0.3/scrollkeeper-0.3.14.tar.bz2
Download size: 534 KB
Estimated Disk space required: 9.2 MB
Estimated build time: 0.20 SBU
intltool-0.30, libxslt-1.1.6, DocBook XML DTD-4.3 and Perl modules: XML-Parser-2.34
Install ScrollKeeper by running the following commands:
./configure --prefix=/usr --sysconfdir=/etc \
--localstatedir=/var --disable-static \
--with-omfdirs=/usr/share/omf:/opt/gnome/share/omf:\
/opt/kde-3.2.2/share/omf:/opt/gnome-2.6/share/omf &&
make &&
make install
--sysconfdir=/etc: This switch puts the configuration files in /etc/scrollkeeper.
--localstatedir=/var: This switch puts ScrollKeeper's database directory in /var/lib/scrollkeeper.
--disable-static: This switch prevents the static library from being built.
--omfdirs=/usr/share/omf:/opt/kde-3.2.2/share/omf:/opt/gnome-2.6/share/omf: This switch sets all the locations for OMF files for scrollkeeper.
The ScrollKeeper package contains libscrollkeeper libraries and utility scripts.