[ 
http://issues.apache.org/click/browse/CLK-482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=11676#action_11676
 ] 

Bob Schellink commented on CLK-482:
-----------------------------------

Made the following changes:

# converted <screen> to <programlisting>

# removed the generated <anchor> tags and moved the <anchor> id attribute to 
the corresponding <section>. Since docbook takes care of bookmarking and 
indexing, the <anchor> tags are redundant.

  To remove the redundant markup look for code such as:

  <anchor id="configuration-click-logging"/>
  <indexterm>
    <primary>click-logging</primary>
  </indexterm>
  <sect1 remap="h1">

Then move the anchor attribute "id=configuration-click-logging" to sect1:

  <sect1 id="configuration-click-logging" remap=h1">

and delete the <anchor>, <indexterm> and <primary> tags.



> Convert documentation to Docbook
> --------------------------------
>
>                 Key: CLK-482
>                 URL: http://issues.apache.org/click/browse/CLK-482
>             Project: Click
>          Issue Type: New Feature
>          Components: documentation
>    Affects Versions: 2.0.1
>            Reporter: Bob Schellink
>            Assignee: Bob Schellink
>         Attachments: chapter-configuration.xml, chapter-configuration.xml, 
> chapter-controls.xml, chapter-controls.xml, click-docbook.zip, src.tar.gz
>
>
> By converting the documentation to Docbook format we gain the ability to 
> generate PDF and HTML output, which is easier to search and find information.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to