public inbox for docbook-tools-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Mark Johnson <mark@phy.duke.edu>
To: docbook-tools-discuss@sourceware.cygnus.com
Subject: Re: Crash-course to DocBook
Date: Wed, 27 Dec 2000 06:36:00 -0000	[thread overview]
Message-ID: <Pine.LNX.4.21.0008091203060.23246-100000@login1.phy.duke.edu> (raw)
In-Reply-To: <39917D2C.66BF2F60@cybercable.tm.fr>

On Wed, 9 Aug 2000, Eric Bischoff wrote:

> Hi folks,
> 
> I'm happy to announce the birth of the "Crash-Course to
> DocBook".
> 
> You can find it on http://public.lst.de/~eric
> 
> It is released under FDL. Feel free to make it evolve.
>
Great idea! So much to tell, so little time...

On the PSGML page
( http://www.lst.de/~eric/crash-course/HTML/emacs-psgml-mode-tips.html ) you
say 

"PSGML mode is for SGML DocBook. It does not support XML DocBook."

which isn't true. PSGML has an XML mode that works fine with DocBook. A
group of use it daily (w/ Emacs 20.7) with no problems at all. 

You only need to put something like this into your .emacs:

;; load xml-mode 
 (autoload 'xml-mode "psgml" "Major mode to edit XML files." t)
       (setq auto-mode-alist
       (append (list (cons "\\.xml\\'" 'xml-mode))
       auto-mode-alist)
 )

Along with the path to the declaration.

I started a page of Emacs/PSGML Tips, based on stuff I read in Bob Snee's
SGML CD chapter. It's here:

	http://ed.phy.duke.edu/xml/psgml-tips/index.html 

I'd be happy to contribute to your tutorial, as I already spend too much
time showing folks how to do this or that. 

Another idea would be to start a database of docbook-user FAQs, we already
have a number of Zope installations that would make it very easy to do
something like this. It would automatically be searchable, and indexed,
etc.


Does that sound useful to anyone?

Mark

> It has been made out of three documents:
> - David Rugge's "Crash-Course to DocBook" for KDE
> - Mark Galassi's "Introduction to DocBook"
> - My own Lunch&Learn presentation "Using DocBook at Caldera"
> with a lot of glue and reorganization (and a small waste
> basket - everything that was KDE-specific has been removed).
> 
> The purpose is to have a "tutorial" for newcomers to
> DocBook, to be used in conjunction with Norm's book which I
> see more as a reference manual.
> 
> I hope this helps.
> 
> 

  parent reply	other threads:[~2000-12-27  6:36 UTC|newest]

Thread overview: 94+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-12-27  6:36 I'm trying to set up docbook-tools Eric S. Raymond
2000-07-04  8:02 ` Eric S. Raymond
2000-12-27  6:36 ` Eric Lee Green
2000-07-04 10:25   ` Eric Lee Green
2000-12-27  6:36   ` madhu
2000-07-04 22:01     ` madhu
2000-12-27  6:36     ` Sam Roberts
2000-07-05  7:32       ` Sam Roberts
2000-12-27  6:36     ` Eric Lee Green
2000-12-27  6:36       ` Norman Walsh
2000-12-27  6:36       ` Sam Roberts
2000-07-05  7:40         ` Sam Roberts
2000-12-27  6:36         ` Ismael Olea
2000-07-05  9:57           ` Ismael Olea
2000-12-27  6:36           ` Mark Galassi
2000-07-05  9:59             ` Mark Galassi
2000-12-27  6:36   ` Mark Galassi
2000-07-04 11:21     ` Mark Galassi
2000-12-27  6:36     ` Norman Walsh
2000-07-07  7:49       ` Norman Walsh
2000-12-27  6:36   ` David C. Mason
2000-07-05  7:41     ` David C. Mason
2000-12-27  6:36   ` Norman Walsh
2000-07-06  9:21     ` Norman Walsh
2000-12-27  6:36     ` Eric S. Raymond
2000-12-27  6:36       ` Mark Galassi
2000-07-06 10:25         ` Mark Galassi
2000-12-27  6:36         ` Eric S. Raymond
2000-07-06 10:37           ` Eric S. Raymond
2000-12-27  6:36           ` Kendall Clark
2000-07-06 10:48             ` Kendall Clark
2000-12-27  6:36             ` Mark Galassi
2000-07-06 10:53               ` Mark Galassi
2000-12-27  6:36               ` Eric Lee Green
2000-07-06 13:38                 ` Eric Lee Green
2000-12-27  6:36                 ` Norman Walsh
2000-12-27  6:36       ` David C. Mason
2000-12-27  6:36         ` Eric S. Raymond
2000-07-06 11:59           ` Eric S. Raymond
2000-12-27  6:36           ` David C. Mason
2000-07-06 13:55             ` David C. Mason
2000-12-27  6:36             ` Eric Lee Green
2000-07-06 14:32               ` Eric Lee Green
2000-12-27  6:36             ` Eric S. Raymond
2000-07-06 14:52               ` Eric S. Raymond
2000-12-27  6:36               ` David C. Mason
2000-07-06 15:23                 ` David C. Mason
2000-12-27  6:36                 ` Eric Lee Green
2000-07-06 15:57                   ` Eric Lee Green
2000-12-27  6:36                 ` Eric S. Raymond
2000-07-06 15:52                   ` Eric S. Raymond
2000-12-27  6:36               ` Edward C. Bailey
2000-07-06 16:05                 ` Edward C. Bailey
2000-12-27  6:36                 ` Eric S. Raymond
2000-07-06 16:46                   ` Eric S. Raymond
2000-12-27  6:36                   ` Norman Walsh
2000-07-07  7:49                     ` Norman Walsh
2000-12-27  6:36                     ` Mark Galassi
2000-12-27  6:36                     ` Derek Simkowiak
2000-12-27  6:36                     ` Eric S. Raymond
2000-12-27  6:36                       ` Norman Walsh
2000-07-07 14:42                         ` Norman Walsh
2000-12-27  6:36         ` Eric Lee Green
2000-07-06 14:22           ` Eric Lee Green
2000-12-27  6:36       ` Crash-course to DocBook Eric Bischoff
2000-12-27  6:36         ` Peter Toft
2000-12-27  6:36         ` Mark Johnson [this message]
2000-12-27  6:36           ` Eric Bischoff
2000-12-27  6:36       ` I'm trying to set up docbook-tools Norman Walsh
2000-07-07  7:49         ` Norman Walsh
2000-12-27  6:36     ` docbook-tools-discuss: " Bill Campbell
2000-12-27  6:36       ` Norman Walsh
2000-12-27  6:36         ` Bill Campbell
2000-12-27  6:36         ` Edward C. Bailey
2000-12-27  6:36         ` Eric S. Raymond
     [not found]     ` <ndw@nwalsh.com>
2000-12-27  6:36       ` richard offer
2000-12-27  6:36         ` Eric Bischoff
2000-12-27  6:36           ` Norman Walsh
2000-07-28 10:44             ` Norman Walsh
2000-12-27  6:36         ` Norman Walsh
2000-07-07  7:49           ` Norman Walsh
2000-12-27  6:36     ` Chuck Dale
2000-12-27  6:36 ` Mark Galassi
2000-07-04  8:05   ` Mark Galassi
2000-12-27  6:36   ` Eric S. Raymond
2000-07-04  8:22     ` Eric S. Raymond
2000-12-27  6:36     ` Mark Galassi
2000-07-04  8:27       ` Mark Galassi
2000-12-27  6:36       ` Eric S. Raymond
2000-07-04  8:45         ` Eric S. Raymond
2000-12-27  6:36     ` Chuck Mead
2000-07-04  8:45       ` Chuck Mead
2000-12-27  6:36     ` Norman Walsh
2000-07-07  7:49       ` Norman Walsh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.21.0008091203060.23246-100000@login1.phy.duke.edu \
    --to=mark@phy.duke.edu \
    --cc=docbook-tools-discuss@sourceware.cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).