README.rst 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. ==================================
  2. Zeta Components Document component
  3. ==================================
  4. .. image:: https://travis-ci.org/zetacomponents/Document.png?branch=master
  5. :target: https://travis-ci.org/zetacomponents/Document
  6. The document component offers transformations between different semantic markup
  7. languages, like:
  8. - `ReStructured text`__
  9. - `XHTML`__
  10. - `Docbook`__
  11. - `eZ Publish XML markup`__
  12. - Wiki markup languages, like: Creole__, Dokuwiki__ and Confluence__
  13. - `Open Document Text`__ as used by `OpenOffice.org`__ and other office suites
  14. Each format supports conversions from and to docbook as a central intermediate
  15. format and may implement additional shortcuts for conversions from and to other
  16. formats. Not each format can express the same semantics, so there may be some
  17. information lost.
  18. __ http://docutils.sourceforge.net/rst.html
  19. __ http://www.w3.org/TR/xhtml1/
  20. __ http://www.docbook.org/
  21. __ http://doc.ez.no/eZ-Publish/Technical-manual/4.x/Reference/XML-tags
  22. __ http://www.wikicreole.org/
  23. __ http://www.dokuwiki.org/dokuwiki
  24. __ http://confluence.atlassian.com/renderer/notationhelp.action?section=all
  25. __ http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=office
  26. __ http://www.openoffice.org/
  27. To check out features and usage of the graph component check out the
  28. tutorial__.
  29. __ docs/tutorial.txt
  30. ..
  31. Local Variables:
  32. mode: rst
  33. fill-column: 79
  34. End:
  35. vim: et syn=rst tw=79