diff options
author | Ralph Amissah <ralph@amissah.com> | 2007-09-23 05:16:21 +0100 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2007-09-23 05:16:21 +0100 |
commit | 50d45c6deb0afd2e4222d2e33a45487a9d1fa676 (patch) | |
tree | 100c62d678f009139999bf77c26c81653a721eeb /data/doc/manuals_generated/sisu_manual/sisu_skin/scroll.xhtml | |
parent | sisu-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 'data/doc/manuals_generated/sisu_manual/sisu_skin/scroll.xhtml')
-rw-r--r-- | data/doc/manuals_generated/sisu_manual/sisu_skin/scroll.xhtml | 251 |
1 files changed, 251 insertions, 0 deletions
diff --git a/data/doc/manuals_generated/sisu_manual/sisu_skin/scroll.xhtml b/data/doc/manuals_generated/sisu_manual/sisu_skin/scroll.xhtml new file mode 100644 index 00000000..164d09be --- /dev/null +++ b/data/doc/manuals_generated/sisu_manual/sisu_skin/scroll.xhtml @@ -0,0 +1,251 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<?xml-stylesheet type="text/css" href="../_sisu/css/xhtml.css"?> +<!-- Document processing information: + * Generated by: SiSU 0.59.0 of 2007w38/0 (2007-09-23) + * Ruby version: ruby 1.8.6 (2007-06-07 patchlevel 36) [i486-linux] + * + * Last Generated on: Sun Sep 23 04:12:18 +0100 2007 + * SiSU http://www.jus.uio.no/sisu +--> + +<document> +<head> + <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> + <meta>Title:</meta> + <title class="dc"> + SiSU - Skins [0.58] + </title> + <br /> + <meta>Creator:</meta> + <creator class="dc"> + Ralph Amissah + </creator> + <br /> + <meta>Rights:</meta> + <rights class="dc"> + Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3 + </rights> + <br /> + <meta>Type:</meta> + <type class="dc"> + information + </type> + <br /> + <meta>Subject:</meta> + <subject class="dc"> + ebook, epublishing, electronic book, electronic publishing, electronic document, electronic citation, data structure, citation systems, search + </subject> + <br /> + <meta>Date created:</meta> + <date_created class="extra"> + 2002-11-12 + </date_created> + <br /> + <meta>Date issued:</meta> + <date_issued class="extra"> + 2002-11-12 + </date_issued> + <br /> + <meta>Date available:</meta> + <date_available class="extra"> + 2002-11-12 + </date_available> + <br /> + <meta>Date modified:</meta> + <date_modified class="extra"> + 2007-09-16 + </date_modified> + <br /> + <meta>Date:</meta> + <date class="dc"> + 2007-09-16 + </date> + <br /> +</head> +<body> +<object id="1"> + <text class="h1"> + SiSU - Skins [0.58],<br /> Ralph Amissah + </text> + <ocn>1</ocn> +</object> +<object id="2"> + <text class="h2"> + Document Skins - configuration + </text> + <ocn>2</ocn> +</object> +<object id="3"> + <text class="h4"> + 1. Skins + </text> + <ocn>3</ocn> +</object> +<object id="4"> + <text class="norm"> + Skins modify the default appearance of document output on a document, +directory, or site wide basis. Skins are looked for in the following +locations: + </text> + <ocn>4</ocn> +</object> +<object id="5"> + <text class="indent1"> + ./_sisu/skin + </text> + <ocn>5</ocn> +</object> +<object id="6"> + <text class="indent1"> + ~/.sisu/skin + </text> + <ocn>6</ocn> +</object> +<object id="7"> + <text class="indent1"> + /etc/sisu/skin + </text> + <ocn>7</ocn> +</object> +<object id="8"> + <text class="norm"> + <b>Within the skin directory</b> are the following the default +sub-directories for document skins: + </text> + <ocn>8</ocn> +</object> +<object id="9"> + <text class="indent1"> + ./skin/doc + </text> + <ocn>9</ocn> +</object> +<object id="10"> + <text class="indent1"> + ./skin/dir + </text> + <ocn>10</ocn> +</object> +<object id="11"> + <text class="indent1"> + ./skin/site + </text> + <ocn>11</ocn> +</object> +<object id="12"> + <text class="norm"> + A skin is placed in the appropriate directory and the file named +skin_[name].rb + </text> + <ocn>12</ocn> +</object> +<object id="13"> + <text class="norm"> + The skin itself is a ruby file which modifies the default appearances +set in the program. + </text> + <ocn>13</ocn> +</object> +<object id="14"> + <text class="h5"> + 1.1 Document Skin + </text> + <ocn>14</ocn> +</object> +<object id="15"> + <text class="norm"> + Documents take on a document skin, if the header of the document +specifies a skin to be used. + </text> + <ocn>15</ocn> +</object> +<object id="16"> + <ocn>16</ocn> + <text class="code"> +    @skin: skin_united_nations     + </text> +</object> +<object id="17"> + <text class="h5"> + 1.2 Directory Skin + </text> + <ocn>17</ocn> +</object> +<object id="18"> + <text class="norm"> + A directory may be mapped on to a particular skin, so all documents +within that directory take on a particular appearance. If a skin exists +in the skin/dir with the same name as the document directory, it will +automatically be used for each of the documents in that directory, +(except where a document specifies the use of another skin, in the +skin/doc directory). + </text> + <ocn>18</ocn> +</object> +<object id="19"> + <text class="norm"> + A personal habit is to place all skins within the doc directory, and +symbolic links as needed from the site, or dir directories as required. + </text> + <ocn>19</ocn> +</object> +<object id="20"> + <text class="h5"> + 1.3 Site Skin + </text> + <ocn>20</ocn> +</object> +<object id="21"> + <text class="norm"> + A site skin, modifies the program default skin. + </text> + <ocn>21</ocn> +</object> +<object id="22"> + <text class="h5"> + 1.4 Sample Skins + </text> + <ocn>22</ocn> +</object> +<object id="23"> + <text class="norm"> + With <b>SiSU</b> installed sample skins may be found in: + </text> + <ocn>23</ocn> +</object> +<object id="24"> + <text class="indent1"> + /etc/sisu/skin/doc and +/usr/share/doc/sisu/sisu_markup_samples/dfsg/_sisu/skin/doc + </text> + <ocn>24</ocn> +</object> +<object id="25"> + <text class="norm"> + (or equivalent directory) and if sisu-markup-samples is installed also +under: + </text> + <ocn>25</ocn> +</object> +<object id="26"> + <text class="indent1"> + /usr/share/doc/sisu/sisu_markup_samples/non-free/_sisu/skin/doc + </text> + <ocn>26</ocn> +</object> +<object id="27"> + <text class="norm"> + Samples of list.yml and promo.yml (which are used to create the right +column list) may be found in: + </text> + <ocn>27</ocn> +</object> +<object id="28"> + <text class="indent1"> + /usr/share/doc/sisu/sisu_markup_samples/dfsg/_sisu/skin/yml (or +equivalent directory) + </text> + <ocn>28</ocn> +</object> +</body> +</document> |