orgadoc_add_docs(1)
NAME
- orgadoc_add_docs - Add documents on server when xml files
- are stored on CVS
SYNOPSIS
orgadoc_add_docs [ -H hostname ] [ -D directory ] [ -c
cvs_module ] [ -s directory ] [ -d ] [ -h ] [ -v ] xml_file
section
OPTIONS
- This program follows the usual GNU command line syntax,
- with long options starting with two dashes (`-'). A summary of
- options is included below.
- -H --host
- Hostname of the serveur where documents are copied
- (with scp) (default: localhost)
- -D --host-dir
- Give the directory where documents are stored on
- the serveur (default: /var/www/docs/orgadoc)
- -c --cvs
- Give the CVS module where xml files are stored,
- this will be usefull to get the latest version of xml file and
- commit it. (default: orgadoc)
- -s --cvs-root
- Give the root path of CVS. This is needed for cvs
- import. (default: $HOME/cvs)
- -d --debug
- Enable verbose mode.
- -h --help
- Show summary of options.
- -v --version
- Show version of program.
- xml_file
- Give the path of xml file that describes the docu
- ments to add. All <document> section of this file will be parsed.
- section
- Give the section name of documents to add. (Exam
- ple: artifical_intelligence/data_mining)
DESCRIPTION
- This manual page briefly describes the orgadoc_add_docs
- command.
- orgadoc_add_docs parse a xml file and add the documents
- and his content to a server. Documents are uploaded with scp and
- readme.xml file with CVS.
SEE ALSO
orgadoc, orgadoc_cgi, orgadoc_init_readmes
AUTHOR
- This manual page was written by Julien Lemoine <<speed
- blue@happycoders.org>>. Permission is granted to copy, dis
- tribute and/or modify this document under the terms of the GNU
- Free Documentation License, Version 1.2 or any later version pub
- lished by the Free Software Foundation; with no Invariant Sec
- tions, no Front-Cover Texts and no Back-Cover Texts.
31 March 2004 OR