[Kimchi-devel] [PATCH 0/4] Add DITA help pages

Crístian Viana vianac at linux.vnet.ibm.com
Tue Feb 11 20:02:59 UTC 2014


Hi!

This is the first patchset which adds the DITA help pages do Kimchi.
Please read each patch's comment to find out more details about them.

To test the new patches, run Kimchi (locally, via RPM or DEB) and type the
following URL:

    http://localhost:8000/help/kimhstor.html

A simple HTML page should be displayed.

Crístian Viana (4):
  doc: Add DITA help pages
  doc: Add help files to dist packages
  doc: Export the help pages to cherrypy
  doc: Ignore the generated files

 .gitignore                    |  1 +
 configure.ac                  |  1 +
 contrib/DEBIAN/control.in     |  2 +-
 contrib/kimchi.spec.fedora.in |  5 ++++
 contrib/kimchi.spec.suse.in   |  5 ++++
 docs/README.md                |  7 ++---
 src/kimchi/server.py          |  5 ++++
 ui/pages/Makefile.am          |  2 +-
 ui/pages/help/Makefile.am     | 34 +++++++++++++++++++++++++
 ui/pages/help/dita-help.xsl   | 24 ++++++++++++++++++
 ui/pages/help/kimhstor.dita   | 45 +++++++++++++++++++++++++++++++++
 ui/pages/help/kimhtempl.dita  | 59 +++++++++++++++++++++++++++++++++++++++++++
 ui/pages/help/kimhvirtm.dita  | 47 ++++++++++++++++++++++++++++++++++
 13 files changed, 232 insertions(+), 5 deletions(-)
 create mode 100644 ui/pages/help/Makefile.am
 create mode 100644 ui/pages/help/dita-help.xsl
 create mode 100644 ui/pages/help/kimhstor.dita
 create mode 100644 ui/pages/help/kimhtempl.dita
 create mode 100644 ui/pages/help/kimhvirtm.dita

-- 
1.8.5.3




More information about the Kimchi-devel mailing list