diff options
Diffstat (limited to 'man/man1/sisu_webrick.1')
| -rw-r--r-- | man/man1/sisu_webrick.1 | 76 | 
1 files changed, 76 insertions, 0 deletions
| diff --git a/man/man1/sisu_webrick.1 b/man/man1/sisu_webrick.1 new file mode 100644 index 00000000..ecdcb9b4 --- /dev/null +++ b/man/man1/sisu_webrick.1 @@ -0,0 +1,76 @@ +.\"  Name: SiSU information Structuring Universe    +.\"  Author: Ralph Amissah +.\"  Description: sisu webrick 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_webrick 1  "December 17, 2005" "version 0.34" "sisu \-W" +.SH NAME +.B SiSU +\- Structured information, Serialized Units \- a document publishing system +.SH SYNOPSIS +.B sisu_webrick +.I [port] +.PP +or +.PP +.B sisu +.B \-W +.I [port] +.\"%% Description  +.SH DESCRIPTION +.B sisu_webrick +.I is part of SiSU (man sisu) +sisu_webrick starts Ruby\'s Webrick web\-server and points it to the directories to which  +.I SiSU +output is written, providing a list of these directories (assuming  +.I SiSU  +is in use and they exist). +.PP +The default port for sisu_webrick is set to 8081, this may be modified in the yaml file: +.I ~/.sisu/sisurc.yaml +a sample of which is provided as +.I /etc/sisu/sisurc.yaml +(or in the equivalent directory on your system). +.\"%% Summary  +.SH Summary of man page +.PP +sisu_webrick, may be started on it\'s own with the command: +.B sisu_webrick +.I [port] +or using the sisu command with the \-W flag: +.B sisu \-W  +.I [port] +.PP +where no port is given and settings are unchanged the default port is 8081 +.\"%% Flags  +.SH DOCUMENT PROCESSING COMMAND FLAGS +.PP +.BI sisu \ \-W \ [port] +starts Ruby Webrick web\-server, serving +.I SiSU +output directories, on the port provided, or if no port is provided and the defaults have not been changed in  +.I ~/.sisu/sisurc.yaml +then on port 8081 +.\"%% 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_vim(7) +.BR sisu(8), | 
