scrollkeeper man page on OpenIndiana

Man page or keyword search:  
man Server   20441 pages
apropos Keyword Search (all sections)
Output format
OpenIndiana logo
[printable version]

scrollkeeper(1)			 User Commands		       scrollkeeper(1)

NAME
       scrollkeeper, scrollkeeper.conf, scrollkeeper-get-cl, scrollkeeper-get-
       content-list, scrollkeeper-get-extended-content-list, scrollkeeper-get-
       index-from-docpath,   scrollkeeper-get-toc-from-docpath,	 scrollkeeper-
       get-toc-from-id, scrollkeeper-install, scrollkeeper-rebuilddb,  scroll‐
       keeper-uninstall, scrollkeeper-update - manage document metadata

SYNOPSIS
       scrollkeeper-get-cl [-v] locale file

       scrollkeeper-get-content-list locale

       scrollkeeper-get-extended-content-list locale

       scrollkeeper-get-toc-from-docpath file

       scrollkeeper-get-toc-from-id series-id

       scrollkeeper-install [-p path] [-q] [-v] [-n] omf-file

       scrollkeeper-rebuilddb [-p path] [-q] [-v] [-o path]

       scrollkeeper-uninstall [-p path] [-q] [-v] omf-file

       scrollkeeper-update [-p path] [-q] [-v] [-n] [-o path]

DESCRIPTION
       scrollkeeper manages document metadata and keeps track of various docu‐
       ment attributes such  as	 language,  format,  subject,  classification,
       copyright, and so on. scrollkeeper supports OMF (Open Metadata Format),
       which is a simple 16-element XML file format. OMF is a  subset  of  the
       Dublin  Core  metadata specification developed by the Dublin Core Meta‐
       data Initiative. Currently, scrollkeeper can extract table of  contents
       and index information only from DocBook documents.

EXTENDED DESCRIPTION
       The following commands are supported:

       scrollkeeper-get-cl

	   Exports the scrollkeeper contents list for the specified locale and
	   the specified contents file into a temporary file, and displays the
	   name of the temporary file.

       scrollkeeper-get-content-list

	   Exports  the	 scrollkeeper  contents	 list for the specified locale
	   into a temporary file, and displays the name of the temporary file.

       scrollkeeper-get-extended-content-list

	   Exports the scrollkeeper extended contents list for	the  specified
	   locale  into	 a temporary file, and displays the name of the tempo‐
	   rary file. The extended contents list contains  both	 the  document
	   tree and the table of contents for each document.

       scrollkeeper-get-toc-from-docpath

	   Displays the path to the file containing the table of contents of a
	   document registered in the OMF database. Otherwise, displays a mes‐
	   sage to indicate that the requested document is not installed.

       scrollkeeper-get-toc-from-id

	   Displays  the  path to the file containing the table of contents of
	   the document with the specified scrollkeeper series ID.

       scrollkeeper-install

	   Registers a document in the scrollkeeper database.

       scrollkeeper-rebuilddb

	   Removes the existing scrollkeeper database and creates a new	 data‐
	   base	 by registering the documents described by the OMF files found
	   in the OMF search path. This command is useful if the  scrollkeeper
	   database  becomes corrupted. For more information about the scroll‐
	   keeper-rebuilddb command, see the Examples section.

       scrollkeeper-uninstall

	   Removes a document from the scrollkeeper database and  removes  any
	   related  files  from	 the scrollkeeper database and contents lists.
	   The document and the OMF file are not removed or modified.

       scrollkeeper-update

	   Rescans the list of directories in the OMF search path for new  and
	   removed  documents,	and  updates the scrollkeeper database accord‐
	   ingly.  Unless a search path is specified with the -o  option,  all
	   directories in the default OMF search path are rescanned.

OPTIONS
       The following options are supported:

       -n	       Use the network to retrieve the DTD if it is not avail‐
		       able via the system's XML catalog.

       -o path	       Specifies the search path for OMF files.

       -p path	       Specifies the location of the scrollkeeper database.

       -q	       Suppresses warnings and error messages.

       -v	       Displays all warnings and error messages,  in  addition
		       to  logging  these  messages  in	 the  /var/log/scroll‐
		       keeper.log file.

OPERANDS
       The following operands are supported:

       file	       Specifies the location of the contents file.

       locale	       Specifies the locale.

       omf-file	       Specifies the location of the OMF file.

       series-id       Specifies the scrollkeeper series ID.

EXAMPLES
       Example 1: Removing a Document From the scrollkeeper Database

       example% scrollkeeper-uninstall /usr/share/omf/example/filename.omf

       Example 2: Getting the scrollkeeper Extended Contents List  for	the  C
       Locale

       example% scrollkeeper-get-extended-content-list C

       Example	3:  Setting Up the scrollkeeper Database for a Diskless Client
       Clone Area

       example% scrollkeeper-rebuilddb -p /export/root/clone/Solaris_9/sun4u/var/lib/scrollkeeper -o /export/exec/Solaris_9_sparc.all/usr/share/omf

       If the scrollkeeper database must be installed in a location other than
       the  standard  location, use the -p path option to specify the location
       of the scrollkeeper database, where path is  an	empty  directory.  The
       scrollkeeper-rebuilddb  command will not proceed if you specify a popu‐
       lated path for this option.

       If the OMF files must be read from a location other than	 the  standard
       location,  use  the  -o	path option to specify the location of the OMF
       files. Specify the complete pathname, for example,  /usr/share/omf.  If
       you  specify  a	partial pathname, for example, /usr/share, the scroll‐
       keeper-rebuilddb command will take a long time, produce many  warnings,
       and may crash.

ENVIRONMENT VARIABLES
       See  environ(5) for descriptions of the following environment variables
       that affect the execution of scrollkeeper: NLSPATH.

       OMF_PATH		       Provides scrollkeeper with an alternative  list
			       of  directories	in  which  to  search  for OMF
			       files.  This  variable  overrides  the  default
			       search  path.  If  the  list  contains multiple
			       directories, the entries should be separated by
			       colons.

EXIT STATUS
       The following exit values are returned:

       0	Application exited successfully

       >0	Application exited with failure

FILES
       The following files are used by this application:

       /var/lib/scrollkeeper

	   The location of the default scrollkeeper database.

       /var/log/scrollkeeper.log

	   A log file containing log entries for database updates and error or
	   warning messages.

       /usr/share/scrollkeeper

	   The directory containing the scrollkeeper templates and xslt files.

       /etc/scrollkeeper.conf

	   The default search path for omf files.

       /usr/bin/scrollkeeper-config

	   The command-line executable for  the	 scrollkeeper-config  applica‐
	   tion.

       /usr/bin/scrollkeeper-get-cl

	   The	command-line  executable  for the scrollkeeper-get-cl applica‐
	   tion.

       /usr/bin/scrollkeeper-get-content-list

	   The command-line executable for  the	 scrollkeeper-get-content-list
	   application.

       /usr/bin/scrollkeeper-get-extended-content-list

	   The	command-line executable for the scrollkeeper-get-extended-con‐
	   tent-list application.

       /usr/bin/scrollkeeper-get-index-from-docpath

	   The command-line executable	for  the  scrollkeeper-get-index-from-
	   docpath application.

       /usr/bin/scrollkeeper-get-toc-from-docpath

	   The	command-line executable for the scrollkeeper-get-toc-from-doc‐
	   path application.

       /usr/bin/scrollkeeper-get-toc-from-id

	   The command-line executable	for  the  scrollkeeper-get-toc-from-id
	   application.

       /usr/bin/scrollkeeper-install

	   The	command-line  executable for the scrollkeeper-install applica‐
	   tion.

       /usr/bin/scrollkeeper-rebuilddb

	   The command-line executable for the scrollkeeper-rebuilddb applica‐
	   tion.

       /usr/bin/scrollkeeper-uninstall

	   The command-line executable for the scrollkeeper-uninstall applica‐
	   tion.

       /usr/bin/scrollkeeper-update

	   The command-line executable for  the	 scrollkeeper-update  applica‐
	   tion.

ATTRIBUTES
       See attributes(5) for descriptions of the following attributes:

       ┌─────────────────────────────┬─────────────────────────────┐
       │      ATTRIBUTE TYPE	     │	    ATTRIBUTE VALUE	   │
       ├─────────────────────────────┼─────────────────────────────┤
       │Availability		     │library/gnome/gnome-libs	   │
       ├─────────────────────────────┼─────────────────────────────┤
       │Interface stability	     │Obsolete			   │
       └─────────────────────────────┴─────────────────────────────┘

SEE ALSO
       scrollkeeper-config(1), scrollkeeper-devel(1)

NOTES
       Written by Sander Vesik, Sun Microsystems Inc., 2003.

       Updated by Matt Keenan, Sun Microsystems Inc., 2006.

       Updated by Ghee Teo, Sun Microsystems Inc., 2007.

SunOS 5.11			  12 Sep 2006		       scrollkeeper(1)
[top]

List of man pages available for OpenIndiana

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net