aboutsummaryrefslogtreecommitdiffhomepage
path: root/man/man7/sisu_vim.7
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2007-09-23 05:16:21 +0100
committerRalph Amissah <ralph@amissah.com>2007-09-23 05:16:21 +0100
commit50d45c6deb0afd2e4222d2e33a45487a9d1fa676 (patch)
tree100c62d678f009139999bf77c26c81653a721eeb /man/man7/sisu_vim.7
parentsisu-0.58.3 + md5s (diff)
primarily todo with sisu documentation, changelog reproduced below:
* start documenting sisu using sisu * sisu markup source files in data/doc/sisu/sisu_markup_samples/sisu_manual/ /usr/share/doc/sisu/sisu_markup_samples/sisu_manual/ * default output [sisu -3] in data/doc/manuals_generated/sisu_manual/ /usr/share/doc/manuals_generated/sisu_manual/ (adds substantially to the size of sisu package!) * help related edits * manpage, work on ability to generate manpages, improved * param, exclude footnote mark count when occurs within code block * plaintext changes made * shared_txt, line wrap visited * file:// link option introduced (in addition to existing https?:// and ftp://) a bit arbitrarily, diff here, [double check changes in sysenv and hub] * minor adjustments * html url match refinement * css added tiny_center * plaintext * endnotes fix * footnote adjustment to make more easily distinguishable from substantive text * flag -a only [flags -A -e -E dropped] controlled by modifiers --unix/msdos --footnote/endnote * defaults, homepage * renamed homepage (instead of index) implications for modifying skins, which need likewise to have any homepage entry renamed * added link to sisu_manual in homepage * css the css for the default homepage is renamed homepage.css (instead of index.css) [consider removing this and relying on html.css] * ruby version < ruby1.9 * place stop on installation and working with for now [ruby String.strip broken in ruby 1.9.0 (2007-09-10 patchlevel 0) [i486-linux], 2007-09-18:38/2] * debian/control restrict use to ruby > 1.8.4 and ruby < 1.9 * debian * debian/control restrict use to ruby > 1.8.4 and ruby < 1.9 * sisu-doc new sub-package for sisu documentation debian/control and sisu-doc.install
Diffstat (limited to 'man/man7/sisu_vim.7')
-rw-r--r--man/man7/sisu_vim.7247
1 files changed, 192 insertions, 55 deletions
diff --git a/man/man7/sisu_vim.7 b/man/man7/sisu_vim.7
index 58bacc04..65d97d53 100644
--- a/man/man7/sisu_vim.7
+++ b/man/man7/sisu_vim.7
@@ -1,59 +1,196 @@
-.\" Name: SiSU information Structuring Universe
-.\" Author: Ralph Amissah
-.\" Description: vim sisu package manpage
-.\" arch-tag: sisu manpage
-.\" License: GPL 3 or later
-.\" Notes: Process this file with
-.\" groff -man -Tascii vim_sisu.1
-.\" nroff -man vim_sisu.1 | most
-.\" |sisu.1|@|^|<url:sisu.1>
-.TH vim_sisu 7 "July 7, 2006" "version 0.42" "vim syntax and filetype plugin with folds for SiSU markup"
-.SH NAME
+.TH "sisu_vim" "1" "2007-09-16" "0.58.3" "SiSU"
+.SH
+SISU \- VIM,
+RALPH AMISSAH
+.BR
+
+.SH
+SISU VIM
+.BR
+
+.SH
+1. SISU VIM
+.BR
+
+.BR
+.B Synopsis
+
+.BR
.B SiSU
-\- Structured information, Serialized Units \- a document publishing system.
-.SH SYNOPSIS
-.PP
-An ftplugin to provide vim folds for SiSU markup, and to set some defaults for SiSU markup in installed by sisu.
-.PP
+has syntax highlighting for a number of editors including vim which are
+documented under:
+
+.BR
+ man sisu_syntax_highlighting
+
+.BR
+ /usr/share/doc/sisu/sisu_manual/sisu_syntax_highlighting/index.html
+
+.BR
+ <http://sisudoc.org/sisu_manual/sisu_syntax_highlighting/index.html>
+
+.BR
+ <http://www.jus.uio.no/sisu/sisu_manual/sisu_syntax_highlighting/index.html>
+
+.BR
+.B SiSU
+also provides an ftplugin to provide vim folds for
+.B SiSU
+markup, and to set some defaults for
+.B SiSU
+markup in installed by sisu.
+
+.BR
Vim 7 includes sisu markup syntax highlighting.
-.PP
-Vim related files are included in /usr/share/sisu/vim/addons, (including the syntax highlighter which may be used by Vim 6).
-.PP
-sisu\-vim actions are activated on files with the suffix .sst .ssm .ssi .-sst ._sst (and the same with a further .meta extension)
-.PP
-.BI <ctrl>F
-activate folds on headings matched in a document (also provides folds when sourced on a ruby program file), also
-.B :F
-.PP
-.BI <ctrl>S
-search and replace down
-.PP
-.BI <ctrl>G
-search and replace globally within file
-.PP
-.BI <ctrl>X
-ruby regex global search and replace within file
-.PP
-.BI <ctrl>C
-set color scheme to
-.B slate
-which is provided
-.\"%% Further Information
-.SH FURTHER INFORMATION
-.PP
+
+.BR
+Vim related files are included in: /usr/share/sisu/conf/editor\-syntax\-etc/vim
+(including the syntax highlighter which may be used for earlier versions of
+Vim).
+
+.BR
+sisu\-vim actions are activated on files with the suffix .sst .ssm .ssi .\-sst
+._sst (and the same with a further .meta extension)
+
+
+.nf
+ <ctrl>F activate folds on headings matched in a document
+ (also provides folds when sourced on a ruby program file),
+ also :F
+ <ctrl>S search and replace down
+ <ctrl>G search and replace globally within file
+ <ctrl>X ruby regex global search and replace within file
+ <ctrl>C set color scheme to slate which is provided
+.fi
+
+.BR
+FURTHER INFORMATION
+
+.BR
For more information on
-.I SiSU
+.B 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_webrick(1)
+
+.BR
+<http://www.jus.uio.no/sisu>
+
+.BR
+or man sisu
+
+.SH
+DOCUMENT INFORMATION (METADATA)
+.BR
+
+.SH
+METADATA
+.BR
+
+.BR
+Document Manifest @
+<http://www.jus.uio.no/sisu/sisu_manual/sisu_vim/sisu_manifest.html>
+
+.BR
+.B Dublin Core
+(DC)
+
+.BR
+.I DC tags included with this document are provided here.
+
+.BR
+DC Title:
+.I SiSU \- Vim
+
+.BR
+DC Creator:
+.I Ralph Amissah
+
+.BR
+DC Rights:
+.I Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL
+3
+
+.BR
+DC Type:
+.I information
+
+.BR
+DC Date created:
+.I 2002\-11\-12
+
+.BR
+DC Date issued:
+.I 2002\-11\-12
+
+.BR
+DC Date available:
+.I 2002\-11\-12
+
+.BR
+DC Date modified:
+.I 2007\-09\-16
+
+.BR
+DC Date:
+.I 2007\-09\-16
+
+.BR
+.B Version Information
+
+.BR
+Sourcefile:
+.I sisu_vim.sst
+
+.BR
+Filetype:
+.I SiSU text insert 0.58
+
+.BR
+Sourcefile Digest, MD5(sisu_vim.sst)=
+.I a3db74eebef04815aa234d3c3b17f375
+
+.BR
+Skin_Digest:
+MD5(/home/ralph/grotto/theatre/dbld/sisu\-dev/sisu/data/doc/sisu/sisu_markup_samples/sisu_manual/_sisu/skin/doc/skin_sisu_manual.rb)=
+.I 20fc43cf3eb6590bc3399a1aef65c5a9
+
+.BR
+.B Generated
+
+.BR
+Document (metaverse) last generated:
+.I Sun Sep 23 01:14:04 +0100 2007
+
+.BR
+Generated by:
+.I SiSU
+.I 0.58.3
+of 2007w36/4 (2007\-09\-06)
+
+.BR
+Ruby version:
+.I ruby 1.8.6 (2007\-06\-07 patchlevel 36) \ [i486\-linux]
+
+
+.TP
+Other versions of this document:
+.TP
+manifest: <http://www.jus.uio.no/sisu/sisu_vim/sisu_manifest.html>
+.TP
+html: <http://www.jus.uio.no/sisu/sisu_vim/toc.html>
+.TP
+pdf: <http://www.jus.uio.no/sisu/sisu_vim/portrait.pdf>
+.TP
+pdf: <http://www.jus.uio.no/sisu/sisu_vim/landscape.pdf>
+." .TP
+." manpage: http://www.jus.uio.no/sisu/sisu_vim/sisu_vim.1
+.TP
+at: <http://www.jus.uio.no/sisu>
+.TP
+.TP
+* Generated by: SiSU 0.58.3 of 2007w36/4 (2007-09-06)
+.TP
+* Ruby version: ruby 1.8.6 (2007-06-07 patchlevel 36) [i486-linux]
+.TP
+* Last Generated on: Sun Sep 23 01:14:07 +0100 2007
+.TP
+* SiSU http://www.jus.uio.no/sisu