]> granicus.if.org Git - docbook-dsssl/log
docbook-dsssl
16 years agodon't invoke svn-clean when running build-clean (use of svn-clean
Michael Smith [Wed, 26 Mar 2008 06:10:20 +0000 (06:10 +0000)]
don't invoke svn-clean when running build-clean (use of svn-clean
isn't really portable -- it's not packaged for Darwin or Cygwin)

16 years agomake sed call in install file work as expected (removed space
Michael Smith [Wed, 26 Mar 2008 06:08:08 +0000 (06:08 +0000)]
make sed call in install file work as expected (removed space
between -i flag and argument)

16 years agobring xsl2, xsl-saxon, and xsl-xalan VERSION files up-to-date with
Michael Smith [Wed, 26 Mar 2008 06:05:00 +0000 (06:05 +0000)]
bring xsl2, xsl-saxon, and xsl-xalan VERSION files up-to-date with
recent change to snapshot build infrastructure

16 years agouse XSLT method to determine version number from VERSION file
Michael Smith [Sun, 23 Mar 2008 04:37:37 +0000 (04:37 +0000)]
use XSLT method to determine version number from VERSION file
(instead of grep hack); also, use w3m as the default browser for
generating plain-text output from HTML (with GC_NPROCS=1 to
prevent it from hanging under OSX/Darwin)

16 years agoadded "exslt" namespace binding to html/docbook.xsl file (in
Michael Smith [Sun, 23 Mar 2008 04:32:34 +0000 (04:32 +0000)]
added "exslt" namespace binding to html/docbook.xsl file (in
addition to existing "exsl" binding. reason is because lack of it
seems to cause processing problems when using the profiled
version of the stylsheet

16 years agoreplaced GNUism in sed invocation in install.sh file with portable
Michael Smith [Sun, 23 Mar 2008 04:29:34 +0000 (04:29 +0000)]
replaced GNUism in sed invocation in install.sh file with portable
alternative (works at least with BSD/OSX sed)

16 years agoadded MacPorts path to resolver
Michael Smith [Sat, 22 Mar 2008 05:12:24 +0000 (05:12 +0000)]
added MacPorts path to resolver

16 years agoadded info about ~/.antrc file
Michael Smith [Sat, 22 Mar 2008 04:43:31 +0000 (04:43 +0000)]
added info about ~/.antrc file

16 years agotemporarily removing
Michael Smith [Fri, 21 Mar 2008 09:28:31 +0000 (09:28 +0000)]
temporarily removing

16 years agotrying to get my local git-svn clone synced up..
Michael Smith [Fri, 21 Mar 2008 09:07:17 +0000 (09:07 +0000)]
trying to get my local git-svn clone synced up..

16 years agoreplaced non-portable "uname -o" Cygwin check with portable way of
Michael Smith [Fri, 21 Mar 2008 05:27:06 +0000 (05:27 +0000)]
replaced non-portable "uname -o" Cygwin check with portable way of
doing same thing. Closes #1735710. Thanks to Ivan Vilata i Balaguer.

16 years agoin install.sh, replaced use of non-portable "readlink -f" with
Michael Smith [Fri, 21 Mar 2008 05:12:40 +0000 (05:12 +0000)]
in install.sh, replaced use of non-portable "readlink -f" with
combination of cd/dirname/pwd that has the same effect. This is a
partial fix for #1735710. Thanks to Ivan Vilata i Balaguer.

16 years agoreplaced use of non-portable "readlink -f" with cd/dirname/pwd
Michael Smith [Fri, 21 Mar 2008 05:12:34 +0000 (05:12 +0000)]
replaced use of non-portable "readlink -f" with cd/dirname/pwd
combination that has the same effect

16 years agoFOP1 requires fo:wrapper for inline index entries, not fo:inline.
Bob Stayton [Tue, 11 Mar 2008 21:29:37 +0000 (21:29 +0000)]
FOP1 requires fo:wrapper for inline index entries, not fo:inline.

16 years agoFixed non-working inline.or.block template for indexterm wrappers.
Bob Stayton [Tue, 11 Mar 2008 21:19:18 +0000 (21:19 +0000)]
Fixed non-working inline.or.block template for indexterm wrappers.
Add fop1 to list of processors using inline.or.block.

16 years agobuild hg docs as-is
Michael Smith [Mon, 10 Mar 2008 15:46:21 +0000 (15:46 +0000)]
build hg docs as-is

16 years agoadded comment in code explaining why we don't put filename output
Michael Smith [Mon, 10 Mar 2008 15:46:03 +0000 (15:46 +0000)]
added comment in code explaining why we don't put filename output
in italic (despite the fact that man guidelines say we should)

16 years agoput filename output in monospace instead of italic
Michael Smith [Mon, 10 Mar 2008 11:45:14 +0000 (11:45 +0000)]
put filename output in monospace instead of italic

16 years agoput cmdsynopsis in monospace
Michael Smith [Mon, 10 Mar 2008 11:12:49 +0000 (11:12 +0000)]
put cmdsynopsis in monospace

16 years agoremoved template match for literal. template matches for monospace
Michael Smith [Mon, 10 Mar 2008 09:34:57 +0000 (09:34 +0000)]
removed template match for literal. template matches for monospace
inlines are all imported from the HTML stylesheet

16 years agodon't indent verbatim environments that are descendants of
Michael Smith [Mon, 10 Mar 2008 04:54:09 +0000 (04:54 +0000)]
don't indent verbatim environments that are descendants of
refsynopsisdiv, not put backgrounds behind them

16 years agoset output of the literal element in monospace. this causes all
Michael Smith [Mon, 10 Mar 2008 03:53:20 +0000 (03:53 +0000)]
set output of the literal element in monospace. this causes all
inline monospace instances in the git man pages to be set in
monospace (since DocBook XML source for git docs is generated with
asciidoc and asciidoc consistently outputs only <literal> for
inline monospace (not <command> or <code> or anything else).
Of course this only affects non-TTY output...

16 years agoAdded inline.monoseq named template.
Michael Smith [Mon, 10 Mar 2008 03:53:08 +0000 (03:53 +0000)]
Added inline.monoseq named template.

16 years agodon't bother using a custom register to store the previous
Michael Smith [Mon, 10 Mar 2008 02:56:27 +0000 (02:56 +0000)]
don't bother using a custom register to store the previous
font-family value when setting blocks of text in code font; just
use \F[] .fam with no arg to switch back

16 years agorenamed a bunch more .cvsignore files to .gitignore (to facilitate use of git-svn)
Michael Smith [Mon, 10 Mar 2008 01:21:28 +0000 (01:21 +0000)]
renamed a bunch more .cvsignore files to .gitignore (to facilitate use of git-svn)

16 years agoput links in blue in PS output (note that this matches how groff
Michael Smith [Mon, 10 Mar 2008 00:48:13 +0000 (00:48 +0000)]
put links in blue in PS output (note that this matches how groff
renders content marked up with the .URL macro)

16 years agorenamed all .cvsignore files to .gitignore, to facilitate use of git-svn
Michael Smith [Mon, 10 Mar 2008 00:26:11 +0000 (00:26 +0000)]
renamed all .cvsignore files to .gitignore, to facilitate use of git-svn

16 years agoremoved man.links.are.underlined and added man.font.links. Also,
Michael Smith [Sun, 9 Mar 2008 13:33:45 +0000 (13:33 +0000)]
removed man.links.are.underlined and added man.font.links. Also,
changed the default font formatting for links to bold.

16 years agofixed typo
Michael Smith [Sat, 8 Mar 2008 17:59:39 +0000 (17:59 +0000)]
fixed typo

16 years agoAdded new param man.base.url.for.relative.links .. specifies a
Michael Smith [Sat, 8 Mar 2008 17:50:28 +0000 (17:50 +0000)]
Added new param man.base.url.for.relative.links .. specifies a
base URL for relative links (for ulink, @xlink:href, imagedata,
audiodata, videodata) shown in the generated NOTES section of
man-page output. The value of man.base.url.for.relative.links is
prepended to any relative URI that is a value of ulink url,
xlink:href, or fileref attribute.

If you use relative URIs in link sources in your DocBook refentry
source, and you leave man.base.url.for.relative.links unset, the
relative links will appear "as is" in the NOTES section of any
man-page output generated from your source. That's probably not
what you want, because such relative links are only usable in the
context of HTML output. So, to make the links meaningful and
usable in the context of man-page output, set a value for
man.base.url.for.relative.links that points
to the online version of HTML output generated from your DocBook
refentry source. For example:

  <xsl:param name="man.base.url.for.relative.links"
  >http://www.kernel.org/pub/software/scm/git/docs/</xsl:param>

16 years agofixed typo
Michael Smith [Sat, 8 Mar 2008 17:42:32 +0000 (17:42 +0000)]
fixed typo

16 years agosqueeze .sp\n.sp into a single .sp (to prevent a extra, spurious
Michael Smith [Sat, 8 Mar 2008 17:41:39 +0000 (17:41 +0000)]
squeeze .sp\n.sp into a single .sp (to prevent a extra, spurious
line of whitespace from being inserted after programlisting etc.
in certain cases)

16 years agoIf a source refentry contains a Documentation or DOCUMENTATION
Michael Smith [Sat, 8 Mar 2008 04:28:17 +0000 (04:28 +0000)]
If a source refentry contains a Documentation or DOCUMENTATION
section, don't report it as having missing AUTHOR information.
Also, if missing a contrib/personblurb for a person or org, report
pointers to http://docbook.sf.net/el/personblurb and to
http://docbook.sf.net/el/contrib

16 years agomoved extensions build targets from master xsl/Makefile to
Michael Smith [Sat, 8 Mar 2008 04:19:09 +0000 (04:19 +0000)]
moved extensions build targets from master xsl/Makefile to
xsl/extensions/Makefile

16 years agorenamed xsl-libxslt/python/README to xsl-libxslt/python/README.LIBXSLT
Michael Smith [Sat, 8 Mar 2008 04:07:52 +0000 (04:07 +0000)]
renamed xsl-libxslt/python/README to xsl-libxslt/python/README.LIBXSLT

16 years agoignore stuff
Michael Smith [Sat, 8 Mar 2008 04:02:59 +0000 (04:02 +0000)]
ignore stuff

16 years agoIf we encounter an author|editor|othercredit instance that lacks a
Michael Smith [Fri, 7 Mar 2008 20:42:35 +0000 (20:42 +0000)]
If we encounter an author|editor|othercredit instance that lacks a
personblurb or contrib, report it to the user (because that means
we have no information about that author|editor|othercredit to
display in the generated AUTHOR|AUTHORS section...)

16 years agoinitial add of gpsd refentry doc
Michael Smith [Fri, 7 Mar 2008 11:49:18 +0000 (11:49 +0000)]
initial add of gpsd refentry doc

16 years agoif we can't find any usable author data, emit a warning and insert
Michael Smith [Fri, 7 Mar 2008 11:17:29 +0000 (11:17 +0000)]
if we can't find any usable author data, emit a warning and insert
a fixme in the output

16 years agofixed syntax error
Michael Smith [Fri, 7 Mar 2008 09:54:25 +0000 (09:54 +0000)]
fixed syntax error

16 years agofixed a couple of typos
Michael Smith [Fri, 7 Mar 2008 09:21:37 +0000 (09:21 +0000)]
fixed a couple of typos

16 years agorefined handling of cases where refentry "source" or "manual"
Michael Smith [Fri, 7 Mar 2008 09:18:28 +0000 (09:18 +0000)]
refined handling of cases where refentry "source" or "manual"
metadata is missing or when we use fallback content instead. We
now report a Warning if we use fallback content.

16 years agorevert part of previous commit that SF stupidity caused me to fuck up
Michael Smith [Fri, 7 Mar 2008 09:15:08 +0000 (09:15 +0000)]
revert part of previous commit that SF stupidity caused me to fuck up

16 years agodon't use refmiscinfo@class=date value as fallback for refentry
Michael Smith [Fri, 7 Mar 2008 09:10:56 +0000 (09:10 +0000)]
don't use refmiscinfo@class=date value as fallback for refentry
"source" or "manual" metadata fields

16 years agoFixed two misspellings.
Mauritz Jeanson [Thu, 6 Mar 2008 16:05:14 +0000 (16:05 +0000)]
Fixed two misspellings.

16 years agoFixing unescaped >s
Keith Fahlgren [Thu, 6 Mar 2008 15:31:26 +0000 (15:31 +0000)]
Fixing unescaped >s

16 years agoUpdated to use new OASIS template
Norman Walsh [Thu, 6 Mar 2008 13:59:06 +0000 (13:59 +0000)]
Updated to use new OASIS template

16 years agofileref in equation.001.xml was not resolvable
Keith Fahlgren [Thu, 6 Mar 2008 00:32:36 +0000 (00:32 +0000)]
fileref in equation.001.xml was not resolvable

16 years agoChanged @cols to 5.
Mauritz Jeanson [Wed, 5 Mar 2008 18:18:10 +0000 (18:18 +0000)]
Changed @cols to 5.

16 years agofixed bug in indenting of output for contrib instances in AUTHORS
Michael Smith [Wed, 5 Mar 2008 15:44:28 +0000 (15:44 +0000)]
fixed bug in indenting of output for contrib instances in AUTHORS
section. Thanks to Daniel Leidert and the fglrx docs for exposing
the bug.

16 years agoMade reporting of missing refentry metadata more quiet:
Michael Smith [Wed, 5 Mar 2008 15:16:10 +0000 (15:16 +0000)]
Made reporting of missing refentry metadata more quiet:

  - we no longer report anything if usable-but-not-preferred
    metadata is found; we just quietly use whatever we manage to
    find

  - we now only report missing "source" metadata if the refentry
    is missing BOTH "source name" and "version" metadata; if it
    has one but not the other, we use whichever one it has and
    don't report anything as missing

The above changes were made because testing with some "real world"
source reveals that some authors are intentionally choosing to use
"non preferred" markup for some metadata, and also choosing to
omit "source name" or "version" metadata in there DocBook XML. So
it does no good to give them pedantic reminders about what they
already know...

Also, changed code to cause "fixme" text to be inserted in output
in particular cases:

  - if we can't manage to find any "source" metadata at all, we
    now put fixme text into the output

  - if we can't manage to find any "manual" metadata a all, we
    now put fixme text into the output

The "source" and "manual" metadata is necessary information, so
buy putting the fixme stuff in the output, we alert users to the
need problem of it being missing.

16 years agofor a para or simpara that is the first child of a callout,
Michael Smith [Wed, 5 Mar 2008 10:19:29 +0000 (10:19 +0000)]
for a para or simpara that is the first child of a callout,
suppress the .sp or .PP that would normally be output (because in
those cases, the output goes into a table cell, and the .sp or .PP
markup causes a spurious linebreak before it when displayed

16 years agofixed typos in comments
Michael Smith [Wed, 5 Mar 2008 10:15:15 +0000 (10:15 +0000)]
fixed typos in comments

16 years agoAdded support for rendering co callouts and calloutlist instances.
Michael Smith [Wed, 5 Mar 2008 10:13:59 +0000 (10:13 +0000)]
Added support for rendering co callouts and calloutlist instances.
So you can now use simple callouts -- marking up programlisting
and such with co instances -- and have the callouts displayed in
man-page output. ("simple callouts" means using co@id and
callout@arearefs pointing to co@id instances; in man/roff output,
we can't/don't support markup that uses areaset and area)

16 years agoinitial add; pam man sources
Michael Smith [Wed, 5 Mar 2008 00:34:50 +0000 (00:34 +0000)]
initial add; pam man sources

16 years agoadded fglrx
Michael Smith [Wed, 5 Mar 2008 00:16:24 +0000 (00:16 +0000)]
added fglrx

16 years agoadded example refentry source from Debian docbook-xsl package
Michael Smith [Wed, 5 Mar 2008 00:01:12 +0000 (00:01 +0000)]
added example refentry source from Debian docbook-xsl package

16 years agoRename link
Norman Walsh [Tue, 4 Mar 2008 19:09:35 +0000 (19:09 +0000)]
Rename link

16 years agoadded git documentation
Michael Smith [Tue, 4 Mar 2008 11:38:39 +0000 (11:38 +0000)]
added git documentation

16 years agoWhen generating manpages output, we no longer report anything if
Michael Smith [Tue, 4 Mar 2008 10:40:21 +0000 (10:40 +0000)]
When generating manpages output, we no longer report anything if
the refentry source is missing date or pubdate content. In
practice, many users intentionally omit the date from the source
because they explicitly want it to be generated.

16 years agoonly put a line of space after a verbatim if it's followed by a
Michael Smith [Tue, 4 Mar 2008 10:11:38 +0000 (10:11 +0000)]
only put a line of space after a verbatim if it's followed by a
text node or a paragraph

16 years agoadded mysql doc sources
Michael Smith [Tue, 4 Mar 2008 08:51:02 +0000 (08:51 +0000)]
added mysql doc sources

16 years agoput verbatim environments in slightly smaller font in non-TTY
Michael Smith [Tue, 4 Mar 2008 07:32:37 +0000 (07:32 +0000)]
put verbatim environments in slightly smaller font in non-TTY
output

16 years agominor whitespace-only reformatting of lists.xsl source
Michael Smith [Tue, 4 Mar 2008 07:14:18 +0000 (07:14 +0000)]
minor whitespace-only reformatting of lists.xsl source

16 years agoMade refinements/fixes to output of orderedlist and itemizedlist
Michael Smith [Tue, 4 Mar 2008 07:07:43 +0000 (07:07 +0000)]
Made refinements/fixes to output of orderedlist and itemizedlist
-- in part, to get mysql man pages to display correctly. This
change causes a "\c" continuation marker to be added between
listitem markers and contents (to ensure that the content remains
on the same line as the marker when displayed)

16 years agoput a line of vertical space after all verbatim output that has
Michael Smith [Tue, 4 Mar 2008 04:28:11 +0000 (04:28 +0000)]
put a line of vertical space after all verbatim output that has
sibling content following it (not just if that sibling content is
a text node)

16 years agorefined spacing around titles for admonitions
Michael Smith [Tue, 4 Mar 2008 04:24:43 +0000 (04:24 +0000)]
refined spacing around titles for admonitions

16 years agoDeal with case of verbatim environments that have a linebreak
Michael Smith [Tue, 4 Mar 2008 04:20:37 +0000 (04:20 +0000)]
Deal with case of verbatim environments that have a linebreak
after the opening tag. Assumption is that users generally don't
want that linebreak to appear in output, so we do some groff
hackery to mess with vertical spacing and close the space.

16 years agoindexterm instances now produce groff comments like this:
Michael Smith [Tue, 4 Mar 2008 03:38:53 +0000 (03:38 +0000)]
indexterm instances now produce groff comments like this:

  .\" primary: secondary: tertiary

remark instances, if non-empty, now produce groff comments

16 years agoconvert no-break space character to groff "\ \&" (instead of just
Michael Smith [Tue, 4 Mar 2008 03:27:47 +0000 (03:27 +0000)]
convert no-break space character to groff "\ \&" (instead of just
"\ "). the reason is that if a space occurs at the end of a line,
our processing causes it to be eaten. a real-world case of this is
the mysql(1) man page. appending the "\&" prevents that

16 years agoCopy over the libxslt README too (currently there is no other documentation).
Mauritz Jeanson [Mon, 3 Mar 2008 21:19:02 +0000 (21:19 +0000)]
Copy over the libxslt README too (currently there is no other documentation).
Do not delete the extensions directory when cleaning; only delete (non-dot) files in it.

16 years agoChanged the name of the script file back to "xslt.py". Using "libxslt.py"
Mauritz Jeanson [Mon, 3 Mar 2008 15:59:40 +0000 (15:59 +0000)]
Changed the name of the script file back to "xslt.py". Using "libxslt.py"
leads to a name clash since the script contains a "import libxslt" statement.

16 years agovarious changes and additions to support making with asciidoc as
Michael Smith [Mon, 3 Mar 2008 09:20:29 +0000 (09:20 +0000)]
various changes and additions to support making with asciidoc as
an input format

16 years agoinitial add
Michael Smith [Mon, 3 Mar 2008 09:18:50 +0000 (09:18 +0000)]
initial add

16 years agore-adding empty extensions subdir
Michael Smith [Mon, 3 Mar 2008 08:25:13 +0000 (08:25 +0000)]
re-adding empty extensions subdir

16 years agoadded hg and apt docs and set ignore props
Michael Smith [Mon, 3 Mar 2008 05:47:36 +0000 (05:47 +0000)]
added hg and apt docs and set ignore props

16 years agomake dblatex the default PDF maker for the example makefile
Michael Smith [Mon, 3 Mar 2008 05:34:29 +0000 (05:34 +0000)]
make dblatex the default PDF maker for the example makefile

16 years agooutput "sp" before simpara output, not after it (outputting it
Michael Smith [Mon, 3 Mar 2008 05:07:39 +0000 (05:07 +0000)]
output "sp" before simpara output, not after it (outputting it
after results in undesirable whitespace in particular cases; for
example, in the hg/mercurial docs

16 years agorenamed from title-preamble to pinch.together and replaced "sp -1"
Michael Smith [Mon, 3 Mar 2008 04:12:38 +0000 (04:12 +0000)]
renamed from title-preamble to pinch.together and replaced "sp -1"
between synopsis fragments with call to pinch.together instead

16 years agouse title-preamble template for table titles (instead of "sp -1"
Michael Smith [Mon, 3 Mar 2008 03:48:41 +0000 (03:48 +0000)]
use title-preamble template for table titles (instead of "sp -1"
hack), and "sp 1" after all tables (instead of just "sp"

16 years agocreated title-preamble template for suppressing line spacing after
Michael Smith [Mon, 3 Mar 2008 03:26:48 +0000 (03:26 +0000)]
created title-preamble template for suppressing line spacing after
headings

16 years agofixed typo
Michael Smith [Mon, 3 Mar 2008 03:24:43 +0000 (03:24 +0000)]
fixed typo

16 years agofurther refinement of indenting in AUTHORS section
Michael Smith [Mon, 3 Mar 2008 03:03:12 +0000 (03:03 +0000)]
further refinement of indenting in AUTHORS section

16 years agorefined handling of admonitions
Michael Smith [Mon, 3 Mar 2008 03:00:48 +0000 (03:00 +0000)]
refined handling of admonitions

16 years agoUse RS/RE in another place where we had IP ""
Michael Smith [Mon, 3 Mar 2008 02:44:14 +0000 (02:44 +0000)]
Use RS/RE in another place where we had IP ""

16 years agoremove stray word that inadvertently got added to makefile
Michael Smith [Mon, 3 Mar 2008 01:46:23 +0000 (01:46 +0000)]
remove stray word that inadvertently got added to makefile

16 years agorefined build of extensions subdir
Michael Smith [Mon, 3 Mar 2008 01:35:26 +0000 (01:35 +0000)]
refined build of extensions subdir

16 years agomake extensions packaging depend on xsl-libxslt/python/docbook.py
Michael Smith [Mon, 3 Mar 2008 01:12:12 +0000 (01:12 +0000)]
make extensions packaging depend on xsl-libxslt/python/docbook.py
and xsl-libxslt/python/xslt.py

16 years agoReplace (ab)use of IP with "sp -1" in AUTHORS section with RS/RE
Michael Smith [Mon, 3 Mar 2008 00:25:34 +0000 (00:25 +0000)]
Replace (ab)use of IP with "sp -1" in AUTHORS section with RS/RE
instead.

16 years agochanged all instances of ".sp -1n" to ".sp -1"
Michael Smith [Sun, 2 Mar 2008 23:23:15 +0000 (23:23 +0000)]
changed all instances of ".sp -1n" to ".sp -1"

16 years agoAdded rules to include libxslt extensions in snapshot builds.
Mauritz Jeanson [Sat, 1 Mar 2008 20:42:27 +0000 (20:42 +0000)]
Added rules to include libxslt extensions in snapshot builds.

16 years agoTweaked the text a little.
Mauritz Jeanson [Sat, 1 Mar 2008 20:40:11 +0000 (20:40 +0000)]
Tweaked the text a little.

16 years agoRenamed xsl-xsltproc to the more apt xsl-libxslt.
Mauritz Jeanson [Sat, 1 Mar 2008 20:31:47 +0000 (20:31 +0000)]
Renamed xsl-xsltproc to the more apt xsl-libxslt.

16 years agoupdate repository location
Michael Smith [Sat, 1 Mar 2008 14:42:29 +0000 (14:42 +0000)]
update repository location

16 years agofail properly if VERSION not set
Michael Smith [Sat, 1 Mar 2008 14:34:05 +0000 (14:34 +0000)]
fail properly if VERSION not set

16 years agohandle missing VERSION error correctly
Michael Smith [Sat, 1 Mar 2008 14:24:39 +0000 (14:24 +0000)]
handle missing VERSION error correctly

16 years agoupdated to use debian svn as source
Michael Smith [Sat, 1 Mar 2008 14:14:02 +0000 (14:14 +0000)]
updated to use debian svn as source

16 years agoAdding sample refentry doc for saxonb
Michael Smith [Sat, 1 Mar 2008 13:56:57 +0000 (13:56 +0000)]
Adding sample refentry doc for saxonb

16 years agoadd extra line before SH heads only in non-TTY output
Michael Smith [Sat, 1 Mar 2008 10:19:51 +0000 (10:19 +0000)]
add extra line before SH heads only in non-TTY output

16 years agoReworked output for admonitions (caution, important, note, tip,
Michael Smith [Sat, 1 Mar 2008 08:11:54 +0000 (08:11 +0000)]
Reworked output for admonitions (caution, important, note, tip,
warning). In TTY output, admonitions now get indented. In non-TTY
output, a colored marker (yellow) is displayed next to them.