Ticket #3477 (closed enhancement: wontfix)
Opened 6 years ago
Last modified 5 years ago
Feature request: Is it possible to include docbook integration?
| Reported by: | prajjwal.devkota@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | wiki system | Version: | devel |
| Severity: | normal | Keywords: | docbook |
| Cc: | prajjwal.devkota@… | ||
| Release Notes: | |||
| API Changes: | |||
Description
Hi,
I started looking at trac a few days ago. I am considering using it in my new subversion deployment. For documentation of our system, I plan to use docbook as far as possible, but using a wiki makes online editing and collaboration easier. You have an inbuilt wiki already, which supports HTML, reStructuredText and Textile as well it seems. I was wondering if you could include support for docbook, in either or both of these levels:
- editing/creation level— support for docbook xml
- export of created wikis in docbook format.
I see that you plan to migrate to Markup for templating in your roadmap, but I am not sure that this would include docbook support. If this would be possible, it would make things very easy, especially as I am in the process of learning docbook currently.
Thanks,
Prajjwal
Attachments
Change History
comment:1 Changed 6 years ago by mgood
- Component changed from roadmap to wiki
- Keywords feature request removed
- Owner changed from cmlenz to jonas
comment:2 Changed 5 years ago by cboos
- Resolution set to wontfix
- Status changed from new to closed
This should be done by a plugin, and will be much easier to do after the WikiEngine refactoring.



Either a WikiProcessor or Wiki export using Docbook should be possible. The th:PageToLatexPlugin is a good example of exporting the Wiki to other formats.
However, I'm not sure how using Markup for templating would enable support for Docbook. Maybe you're confusing Markup with something else.