| From | Sent On | Attachments |
|---|---|---|
| Rene Hache | Apr 21, 2005 7:01 pm | |
| Larry Garfield | Apr 21, 2005 11:46 pm | |
| Bob Stayton | Apr 21, 2005 11:57 pm | |
| Larry Garfield | Apr 22, 2005 12:16 am | |
| Rene Hache | Apr 22, 2005 8:15 am | |
| Dave Pawson | Apr 22, 2005 10:26 am | |
| Rene Hache | Apr 22, 2005 11:28 am | |
| Bob Stayton | Apr 22, 2005 12:31 pm | |
| Rene Hache | Apr 25, 2005 8:33 am | |
| Jirka Kosek | Apr 25, 2005 8:42 am | .bin |
| Justus Piater | Apr 25, 2005 9:30 am | |
| Dave Pawson | Apr 25, 2005 9:40 am | |
| Rene Hache | Apr 25, 2005 9:54 am | |
| Jirka Kosek | Apr 25, 2005 9:55 am | .bin |
| Dave Pawson | Apr 25, 2005 9:58 am | |
| Jirka Kosek | Apr 25, 2005 10:08 am | .bin |
| Dave Pawson | Apr 25, 2005 10:25 am | |
| Bob Stayton | Apr 25, 2005 10:40 am | |
| Dave Pawson | Apr 25, 2005 10:46 am | |
| Rene Hache | Apr 25, 2005 2:19 pm | |
| Rene Hache | Apr 25, 2005 2:22 pm | |
| Larry Garfield | Apr 25, 2005 5:24 pm | |
| Larry Garfield | Apr 25, 2005 5:28 pm | |
| Chris Johnson | Apr 25, 2005 5:49 pm | |
| Bob Stayton | Apr 25, 2005 5:52 pm | |
| Rene Hache | Apr 25, 2005 6:35 pm | |
| Larry Garfield | Apr 26, 2005 6:14 am | |
| Justus Piater | Apr 26, 2005 6:58 am | |
| Rene Hache | Apr 26, 2005 7:06 am | |
| Justus Piater | Apr 26, 2005 7:08 am | |
| Norman Walsh | Apr 26, 2005 8:35 am | .pgp |
| Colin Paul Adams | Apr 26, 2005 8:44 am | |
| Dave Pawson | Apr 26, 2005 8:47 am | |
| Dave Pawson | Apr 26, 2005 8:48 am | |
| Norman Walsh | Apr 26, 2005 8:52 am | .pgp |
| John L. Clark | Apr 26, 2005 1:52 pm | .pgp |
| Peter Ring | Apr 27, 2005 2:31 am | |
| Rene Hache | Apr 28, 2005 9:16 pm | |
| Dave Pawson | Apr 29, 2005 11:45 am | |
| Larry Garfield | Apr 29, 2005 10:04 pm | |
| Rene Hache | Apr 30, 2005 12:25 am | |
| M.-A. DARCHE | Apr 30, 2005 8:27 am | |
| Larry Garfield | May 2, 2005 9:04 pm | |
| Dave Pawson | May 3, 2005 10:10 am | |
| Rene Hache | May 3, 2005 11:47 am | |
| Larry Garfield | May 4, 2005 10:41 pm |
| Subject: | Re: [docbook-apps] Simpler XHTML output | |
|---|---|---|
| From: | Rene Hache (rene...@gmail.com) | |
| Date: | May 3, 2005 11:47:45 am | |
| List: | org.oasis-open.lists.docbook-apps | |
Larry,
I can do you one better, as it's online now. Not the prettiest page I've ever done, but it demonstrates what I'm talking about.
http://www.star-fleet.com/library/handbook/
Note how the TOC on the index page is "normal", while the TOCs on each chapter page float right with an alternate background color.
I've thinking about this, and I believe that we can do much better in terms of output, with simpler code. Remember that I was suggesting that each XHTML page have four ID divs: header, navigation, content and footer.
To me, what should go in the navigation div is a nested list, and from that list we could create a either a left, right or horizontal menu bar. We could also create a next/previous link in there, but the point is that we could create a entire DocBook navigation rather easily, without much code.
For example, code would output like the example below (please note that we could do this for as many levels of depth that we wanted.)
<div id="navigation"> <ul> <li>Chapter Name <ul> <li>Section Name</li> <li>Section Name</li> </li> </ul> </div>
Anyway, to me this makes more sense: it's totally doable (to use a real technical term!), plus you can generate CSS drop down lists from that code. For examples of how you can style lists, check this site: http://css.maxdesign.com.a u/index.htm
Thanks, Rene






.bin