I have played around with 0.9 a bit now (after installing from the 
Debian package that I made), and I haven't found any new issues that 
weren't in the old version that I was using (which was the last CVS 
version).  Some of these are more like feature requests, anyway:

* No easy way to make a book other than docbookwiki_guide the default
* Editing the menu using the Web interface still doesn't seem to work
* No easy way for front matter not to appear on the front page in full
* No easy way to disable the menus if you only want to use one document
* All the links are Javascript, it doesn't get indexed by search engines
* Graphics still don't work for me; here is my original code:

--- begins ---

<!ENTITY graph1001 "govmap">
...snip...
    <mediaobject>
       <imageobject>
          <imagedata fileref="./images/&graph1001;.png" format="PNG" />
       </imageobject>
       <imageobject>
          <imagedata fileref="&graph1001;.pdf" format="PDF" scale="75" />
       </imageobject>
       <imageobject>
          <imagedata fileref="&graph1001;.eps" format="EPS" scale="75" />
       </imageobject>
       <imageobject>
          <imagedata fileref="&graph1001;.bmp" format="BMP" />
       </imageobject>
       <textobject>
          <phrase>Internet governance organisations</phrase>
       </textobject>
    </mediaobject>

--- ends ---

   And here is how it ends up:

--- begins ---

          <div align="center">
             <table class="imageobject">
               <tr>
                 <td class="imagedata">
                   <img 
src="content/books/xml/thesis/en/./chapter-02/section-012/sec-CURRENT-ARRANGEMENTS/"
 
width="" alt="Internet governance organisations" />
                 </td>
               </tr>
             </table>
           </div>

--- ends ---

   Would it be better if I was using simple XML code, eg. <graphic>,
   and/or if I used the actual filename instead of the entity reference?

I have worked around most the issues above for my personal installation, 
but I figure that it might be better if there was an easy way to do so.

PS. Dashamir, don't make those RefDB changes after all, but please just
     tell me where you *would* make them if you were going to, because I
     would like to experiment with them myself and then contribute them
     upstream once I have them working.

-- 
Jeremy Malcolm LLB (Hons) B Com
Internet and Open Source lawyer, IT consultant, actor
host -t NAPTR 1.0.8.0.3.1.2.9.8.1.6.e164.org|awk -F! '{print $3}'

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Doc-book-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/doc-book-users

Reply via email to