diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2007-05-22 02:06:48 +0100 | 
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2007-05-22 02:06:48 +0100 | 
| commit | 0eb061a87daba1e161555d26e224edcf98b1d86e (patch) | |
| tree | 08d7df1bbae2073d307b3c1811e255d904fa13b7 /debian/man/man7/sisu_sqlite.7 | |
| parent | Imported upstream version 0.52.7 (diff) | |
Imported Debian patch 0.52.7-1debian/0.52.7-1
Summary: Imported Debian patch 0.52.7-1
Keywords:
Imported sisu-0.52.7-1
into Git repository
Diffstat (limited to 'debian/man/man7/sisu_sqlite.7')
| -rw-r--r-- | debian/man/man7/sisu_sqlite.7 | 78 | 
1 files changed, 78 insertions, 0 deletions
| diff --git a/debian/man/man7/sisu_sqlite.7 b/debian/man/man7/sisu_sqlite.7 new file mode 100644 index 00000000..864b6eea --- /dev/null +++ b/debian/man/man7/sisu_sqlite.7 @@ -0,0 +1,78 @@ +.\"  Name: SiSU information Structuring Universe    +.\"  Author: Ralph Amissah +.\"  Description: sisu sqlite package manpage +.\"  arch-tag: sisu manpage +.\"  License: GPL 2 or later +.\"  Notes: Process this file with +.\"    groff -man -Tascii sisu.1 +.\"    nroff -man sisu.1 | most  +.\"  |sisu.1|@|^|<url:sisu.1>  +.TH sisu_sqlite 7  "September 09, 2006" "version 0.46" "sisu \-I" +.SH NAME +.B SiSU +\- Structured information, Serialized Units \- a document publishing system, sqlite dependency package +.PP +This is a dummy package to install the dependencies required by SiSU to populate an sqlite database +.SH SYNOPSIS +.B sisu +.I \-d [instruction] +[filename/wildcard if required] +.PP +.B sisu +.I \-d  \-\-(sqlite|pg) \-\-[instruction] +[filename/wildcard if required] +.PP +.\"%% Description  +.SH DESCRIPTION +.B sisu_sqlite +.I is part of SiSU (man sisu) +sisu_sqlite is a dummy package to install dependencies needed for sisu to populate an sqlite database, documented in man sisu +.\"%% Flags Database  +.SH databases +.TP +dbi \- database interface +.B \-d +set for  +.I sqlite  +.TP +.B \-\-sqlite \-\-createall +initial step, creates required relations (tables, indexes) in existing (sqlite) database (a database should be created manually and given the same name as working directory, as requested) (rb.dbi) +.TP +.B \-\-sqlite \-\-import \-v  +.I [filename/wildcard] +imports data specified to (sqlite) db (rb.dbi) +.TP +.B \-\-sqlite \-\-update \-v  +.I [filename/wildcard] +updates/imports specified data to (sqlite) db (rb.dbi) +.TP +.B \-\-sqlite \-\-remove \-v  +.I [filename/wildcard] +removes specified data to (sqlite) db (rb.dbi) +.TP +.B \-\-sqlite \-\-dropall  +kills data" and drops (postgresql) db, tables & indexes +.TP +.B \-\-sqlite \-\-recreate  +kills data" and drops and rebuilds empty (postgresql) db, tables & indexes +.RE +.\"%% Further Information +.SH FURTHER INFORMATION +.PP +For more information on  +.I SiSU +see: +.I <http://www.jus.uio.no/sisu> +.PP +or +.I man sisu +.SH AUTHOR +Ralph Amissah +.I <ralph@amissah.com> +or +.I <ralph.amissah@gmail.com> +.SH SEE ALSO +.BR sisu(1), +.BR sisu(8), +.BR sisu_postgresql(7), +.BR sisu_vim(7) | 
