From Fedora Project Wiki
m (Fixed templates)
mNo edit summary
 
Line 1: Line 1:
{{Message/note | '''This content and the entirety of the project are now maintained directly through the Moin Moin Wiki at [http://moinmoin.wikiwikiweb.de/DocBook#GSoC2006MoinDocBook] '''}}
{{Admon/note | This content and the entirety of the project are now maintained directly through the Moin Moin Wiki at [http://moinmoin.wikiwikiweb.de/DocBook#GSoC2006MoinDocBook]}}


{{Admon/warning | PAGES DEPRECATED | This content is no longer maintained on this Wiki.  The [http://moinmoin.wikiwikiweb.de/DocBook Moin DocBook pages]  are canonical.}}
{{Admon/warning | PAGES DEPRECATED | This content is no longer maintained on this Wiki.  The [http://moinmoin.wikiwikiweb.de/DocBook Moin DocBook pages]  are canonical.}}
Line 6: Line 6:


If a bug has been fixed, I'll add a (./) to it, and move it to the end of the list
If a bug has been fixed, I'll add a (./) to it, and move it to the end of the list


= Bugs with macros =
= Bugs with macros =
Line 19: Line 18:
= Invalid output from single page =
= Invalid output from single page =
Any single page that doesn't contain macros should render as valid Docbook without losing any information. If this is not the case with some page, please add the bug here.
Any single page that doesn't contain macros should render as valid Docbook without losing any information. If this is not the case with some page, please add the bug here.


(./) All generated links should have absolute paths.
(./) All generated links should have absolute paths.

Latest revision as of 13:57, 5 June 2008

Note.png
This content and the entirety of the project are now maintained directly through the Moin Moin Wiki at [1]
Warning.png
PAGES DEPRECATED
This content is no longer maintained on this Wiki. The Moin DocBook pages are canonical.

Please add any bugs you find to this page. Also feature requests should be added here. Also provide a link to the complete problem description.

If a bug has been fixed, I'll add a (./) to it, and move it to the end of the list

Bugs with macros

As macros will probably need to be special cased handling, not all macros will be automatically supported. If you feel you want support for a macro, please add it to the list.

(./) Include macro doesn't work (details ), partially fixed, and implemented Insert macro which works better.

(./) FootNote macro confuses the docbook formatter, and should be special cased for docbooks to save the semantic value

(./) MailTo-macro emits text past the docbook formatter

Invalid output from single page

Any single page that doesn't contain macros should render as valid Docbook without losing any information. If this is not the case with some page, please add the bug here.

(./) All generated links should have absolute paths.

(./) Output encoding information missing in generated file (details )

(./) DOCTYPE tag missing (details )

(./) Generated <listitems> might have textnodes. Text should be contained in a <para>-tag (details)

(./) Table code is a mess, and doesn't output valid docbook

(./) Syntax highlighting of a code-area randomly produces invalid docbook.

(./) Support for non-bulleted and non-numbered items in a bullet/numbered list added

(./) Lists and glossaries mixed in, will produce invalid docbook

(./) Render URLs without text content if possible; i.e. a link to http://foo.org should render as <ulink url="http://foo.org"/>, while a link with different text would use the form <ulink url="http://foo.org">Some text</ulink>.

(./) DOCTYPE tag should use the right FPI "-//OASIS//DTD DocBook XML V4.4//EN" (don't forget the "XML")