From 50d45c6deb0afd2e4222d2e33a45487a9d1fa676 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sun, 23 Sep 2007 05:16:21 +0100 Subject: 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 --- .../sisu_manual/sisu_syntax_highlighting/dom.xml | 747 +++++++++++++++++++++ 1 file changed, 747 insertions(+) create mode 100644 data/doc/manuals_generated/sisu_manual/sisu_syntax_highlighting/dom.xml (limited to 'data/doc/manuals_generated/sisu_manual/sisu_syntax_highlighting/dom.xml') diff --git a/data/doc/manuals_generated/sisu_manual/sisu_syntax_highlighting/dom.xml b/data/doc/manuals_generated/sisu_manual/sisu_syntax_highlighting/dom.xml new file mode 100644 index 00000000..f24a4a05 --- /dev/null +++ b/data/doc/manuals_generated/sisu_manual/sisu_syntax_highlighting/dom.xml @@ -0,0 +1,747 @@ + + + + + + + + +
+ Title: + + SiSU - Syntax Highlighting [0.58] + +
+ +
+ Creator: + + Ralph Amissah + +
+ +
+ Rights: + + Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3 + +
+ +
+ Type: + + information + +
+ +
+ Subject: + + ebook, epublishing, electronic book, electronic publishing, electronic document, electronic citation, data structure, citation systems, search + +
+ +
+ Date created: + + 2002-11-12 + +
+ +
+ Date issued: + + 2002-11-12 + +
+ +
+ Date available: + + 2002-11-12 + +
+ +
+ Date modified: + + 2007-09-16 + +
+ +
+ Date: + + 2007-09-16 + +
+ + + + + + + + + + + + + + 1 + SiSU - Syntax Highlighting [0.58],
Ralph Amissah
+
+
+ + + + + 2 + SiSU Syntax Highlighting + + + + + + + 3 + 1 + + 1. Editor Files, Syntax Highlighting + + + + + + + + 4 + + + The directory: + + + + + + + + 5 + + + ./data/sisu/conf/editor-syntax-etc/ + + + + + + + + 6 + + + /usr/share/sisu/conf/editor-syntax-etc + + + + + + + + 7 + + + contains rudimentary sisu syntax highlighting files for: + + + + + + + + 8 + + + (g)vim <http://www.vim.org> + + + + + + + + 9 + + + package: sisu-vim + + + + + + + + 10 + + + status: largely done + + + + + + + + 11 + + + there is a vim syntax highlighting and folds component + + + + + + + + 12 + + + gedit <http://www.gnome.org/projects/gedit> + + + + + + + + 13 + + + gobby <http://gobby.0x539.de/> + + + + + + + + 14 + + + file: sisu.lang + + + + + + + + 15 + + + place in: + + + + + + + + 16 + + + /usr/share/gtksourceview-1.0/language-specs + + + + + + + + 17 + + + or + + + + + + + + 18 + + + ~/.gnome2/gtksourceview-1.0/language-specs + + + + + + + + 19 + + + status: very basic syntax highlighting + + + + + + + + 20 + + + comments: this editor features display line wrap and is used by Goby! + + + + + + + + 21 + + + nano <http://www.nano-editor.org> + + + + + + + + 22 + + + file: nanorc + + + + + + + + 23 + + + save as: + + + + + + + + 24 + + + ~/.nanorc + + + + + + + + 25 + + + status: basic syntax highlighting + + + + + + + + 26 + + + comments: assumes dark background; no display line-wrap; does line breaks + + + + + + + + 27 + + + diakonos (an editor written in ruby) <http://purepistos.net/diakonos> + + + + + + + + 28 + + + file: diakonos.conf + + + + + + + + 29 + + + save as: + + + + + + + + 30 + + + ~/.diakonos/diakonos.conf + + + + + + + + 31 + + + includes: + + + + + + + + 32 + + + status: basic syntax highlighting + + + + + + + + 33 + + + comments: assumes dark background; no display line-wrap + + + + + + + + 34 + + + kate & kwrite <http://kate.kde.org> + + + + + + + + 35 + + + file: sisu.xml + + + + + + + + 36 + + + place in: + + + + + + + + 37 + + + /usr/share/apps/katepart/syntax + + + + + + + + 38 + + + or + + + + + + + + 39 + + + ~/.kde/share/apps/katepart/syntax + + + + + + + + 40 + + + [settings::configure kate::{highlighting,filetypes}] + + + + + + + + 41 + + + [tools::highlighting::{markup,scripts}::SiSU] + + + + + + + + 42 + + + nedit <http://www.nedit.org> + + + + + + + + 43 + + + file: sisu_nedit.pats + + + + + + + + 44 + + + nedit -import sisu_nedit.pats + + + + + + + + 45 + + + status: a very clumsy first attempt [not really done] + + + + + + + + 46 + + + comments: this editor features display line wrap + + + + + + + + 47 + + + emacs <http://www.gnu.org/software/emacs/emacs.html> + + + + + + + + 48 + + + files: sisu-mode.el + + + + + + + + 49 + + + to file ~/.emacs add the following 2 lines: + + + + + + + + 50 + + + (add-to-list 'load-path "/usr/share/sisu-examples/config/syntax_hi") + + + + + + + + 51 + + + (require 'sisu-mode.el) + + + + + + + + 52 + + + [not done / not yet included] + + + + + + + + 53 + + + vim & gvim <http://www.vim.org> + + + + + + + + 54 + + + files: + + + + + + + + 55 + + + package is the most comprehensive sisu syntax highlighting and editor environment provided to date (is for vim/ gvim, and is separate from the contents of this directory) + + + + + + + + 56 + + + status: this includes: syntax highlighting; vim folds; some error checking + + + + + + + + 57 + + + comments: this editor features display line wrap + + + + + + + + 58 + + + NOTE: + + + + + + + + 59 + + + [SiSU parses files with long lines or line breaks, but, display linewrap (without line-breaks) is a convenient editor feature to have for sisu markup] + + + + + + + + + +
+ + + +
+ -- cgit v1.2.3