gnu-social/vendor/zetacomponents/document
t3nma c527ad0803 [COMPOSER] Add new php-ffmpeg package 2020-08-07 23:42:38 +01:00
..
design [COMPOSER] Add new php-ffmpeg package 2020-08-07 23:42:38 +01:00
docs [COMPOSER] Add new php-ffmpeg package 2020-08-07 23:42:38 +01:00
src [COMPOSER] Add new php-ffmpeg package 2020-08-07 23:42:38 +01:00
tests [COMPOSER] Add new php-ffmpeg package 2020-08-07 23:42:38 +01:00
.gitignore [COMPOSER] Add new php-ffmpeg package 2020-08-07 23:42:38 +01:00
.gitmodules [COMPOSER] Add new php-ffmpeg package 2020-08-07 23:42:38 +01:00
.travis.yml [COMPOSER] Add new php-ffmpeg package 2020-08-07 23:42:38 +01:00
CREDITS [COMPOSER] Add new php-ffmpeg package 2020-08-07 23:42:38 +01:00
ChangeLog [COMPOSER] Add new php-ffmpeg package 2020-08-07 23:42:38 +01:00
DESCRIPTION [COMPOSER] Add new php-ffmpeg package 2020-08-07 23:42:38 +01:00
NOTICE [COMPOSER] Add new php-ffmpeg package 2020-08-07 23:42:38 +01:00
README.rst [COMPOSER] Add new php-ffmpeg package 2020-08-07 23:42:38 +01:00
build.properties [COMPOSER] Add new php-ffmpeg package 2020-08-07 23:42:38 +01:00
build.xml [COMPOSER] Add new php-ffmpeg package 2020-08-07 23:42:38 +01:00
composer.json [COMPOSER] Add new php-ffmpeg package 2020-08-07 23:42:38 +01:00
composer.lock [COMPOSER] Add new php-ffmpeg package 2020-08-07 23:42:38 +01:00
phpunit.xml.dist [COMPOSER] Add new php-ffmpeg package 2020-08-07 23:42:38 +01:00
review-1.0.txt [COMPOSER] Add new php-ffmpeg package 2020-08-07 23:42:38 +01:00
review-1.1.txt [COMPOSER] Add new php-ffmpeg package 2020-08-07 23:42:38 +01:00
review-1.2.txt [COMPOSER] Add new php-ffmpeg package 2020-08-07 23:42:38 +01:00

README.rst

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

==================================
Zeta Components Document component
==================================

.. image:: https://travis-ci.org/zetacomponents/Document.png?branch=master
   :target: https://travis-ci.org/zetacomponents/Document

The document component offers transformations between different semantic markup
languages, like:

- `ReStructured text`__
- `XHTML`__
- `Docbook`__
- `eZ Publish XML markup`__
- Wiki markup languages, like: Creole__, Dokuwiki__ and Confluence__
- `Open Document Text`__ as used by `OpenOffice.org`__ and other office suites

Each format supports conversions from and to docbook as a central intermediate
format and may implement additional shortcuts for conversions from and to other
formats. Not each format can express the same semantics, so there may be some
information lost.

__ http://docutils.sourceforge.net/rst.html
__ http://www.w3.org/TR/xhtml1/
__ http://www.docbook.org/
__ http://doc.ez.no/eZ-Publish/Technical-manual/4.x/Reference/XML-tags
__ http://www.wikicreole.org/
__ http://www.dokuwiki.org/dokuwiki
__ http://confluence.atlassian.com/renderer/notationhelp.action?section=all
__ http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=office
__ http://www.openoffice.org/

To check out features and usage of the graph component check out the
tutorial__.

__ docs/tutorial.txt


..
   Local Variables:
   mode: rst
   fill-column: 79
   End: 
   vim: et syn=rst tw=79