diff options
author | Ralph Amissah <ralph@amissah.com> | 2012-12-12 15:07:22 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2012-12-12 15:07:22 -0500 |
commit | db23b42728ad667d328af2cd3759cc47091eade3 (patch) | |
tree | 804f5f7042b603315ed917f2428845547f8836c3 /man/man1/sisu-webrick.1 | |
parent | debian/changelog (3.3.3-1) (diff) | |
parent | v4: 4.0.0 version & changelog, dates touched (diff) |
Merge tag 'sisu_4.0.0' into debian/sid
Diffstat (limited to 'man/man1/sisu-webrick.1')
-rw-r--r-- | man/man1/sisu-webrick.1 | 117 |
1 files changed, 117 insertions, 0 deletions
diff --git a/man/man1/sisu-webrick.1 b/man/man1/sisu-webrick.1 new file mode 100644 index 00000000..2cfe9455 --- /dev/null +++ b/man/man1/sisu-webrick.1 @@ -0,0 +1,117 @@ +.TH "sisu_webrick" "1" "2007-09-16" "0.59.1" "SiSU" +.SH NAME +sisu \- documents: structuring, publishing in multiple formats, and search +.SH SYNOPSIS +sisu \-W +.SH +SISU \- SISU_WEBRICK, +RALPH AMISSAH +.BR + +.SH +SISU WEBRICK +.BR + +.SH +1. SISU_WEBRICK +.BR + +.SH +1.1 NAME + +.BR +.B SiSU +\- Structured information, Serialized Units - a document publishing system + +.SH +1.2 SYNOPSIS + +.BR +sisu_webrick \ [port] + +.BR +or + +.BR +sisu --Webrick \ [port] + +.BR +or + +.BR +sisu -W \ [port] + +.SH +1.3 DESCRIPTION + +.BR +sisu_webrick is part of +.B SiSU +(man sisu) sisu_webrick starts +.B Ruby +\'s Webrick web-server and points it to the directories to which +.B SiSU +output is written, providing a list of these directories (assuming +.B SiSU +is in use and they exist). + +.BR +The default port for sisu_webrick is set to 8081, this may be modified in the +yaml file: ~/.sisu/sisurc.yml a sample of which is provided as +/etc/sisu/sisurc.yml (or in the equivalent directory on your system). + +.SH +1.4 SUMMARY OF MAN PAGE + +.BR +sisu_webrick, may be started on it\'s own with the command: sisu_webrick \ +[port] or using the sisu command with the -W flag: sisu -W \ [port] + +.BR +where no port is given and settings are unchanged the default port is 8081 + +.SH +1.5 DOCUMENT PROCESSING COMMAND FLAGS + +.BR +sisu -W \ [port] starts +.B Ruby +Webrick web-server, serving +.B SiSU +output directories, on the port provided, or if no port is provided and the +defaults have not been changed in ~/.sisu/sisurc.yaml then on port 8081 + +.SH +1.6 FURTHER INFORMATION + +.BR +For more information on +.B SiSU +see: <http://www.jus.uio.no/sisu> + +.BR +or man sisu + +.SH +1.7 AUTHOR + +.BR +Ralph Amissah ralph@amissah.com or ralph.amissah@gmail.com + +.SH +1.8 SEE ALSO + +.BR + sisu(1) + +.BR + sisu_vim(7) + +.BR + sisu(8) + +.SH HOMEPAGE +More information about \fBSiSU\fR can be found at <\fIhttp://www.sisudoc.org/\fR> or <\fIhttp://www.jus.uio.no/sisu/\fR>. + +.SH AUTHOR +\fBSiSU\fR is written by Ralph Amissah <\fIralph@amissah.com\fR>. |