[commits] Horde branch master updated. 8d77b64747a8dcfee6abfc2fe8f4ad28e7f6efdf

Gunnar Wrobel p at rdus.de
Thu Sep 8 20:00:56 UTC 2011


The branch "master" has been updated.
The following is a summary of the commits.

from: 1ccdd576df6623b4f4c55252fbb8f99f4066a569

8d77b64 Complete basic elements for reStructuredText rendering.

-----------------------------------------------------------------------

commit 8d77b64747a8dcfee6abfc2fe8f4ad28e7f6efdf
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Sep 8 22:00:45 2011 +0200

    Complete basic elements for reStructuredText rendering.
    
    At several points the wiki token parsing and the rst rendering is not
    exactly trivial to bridge. So this commit contains a few minor hacks
    to allow getting close to what we do with our rst documentation at the
    moment.
    
    The rendering engine should be complete enough to allow rendering a
    basic README file. This in turn should be sufficient to get
    horde-components to fetch the doc files from wiki.horde.org into the
    different components.

 wicked/lib/Text_Wiki/Render/Rst/Deflist.php   |   81 +++++++++++++++++++++++++
 wicked/lib/Text_Wiki/Render/Rst/Freelink.php  |   53 ++++++++++++++++
 wicked/lib/Text_Wiki/Render/Rst/Links.php     |   48 +++++++++++++++
 wicked/lib/Text_Wiki/Render/Rst/Newline.php   |   43 +++++++++++++
 wicked/lib/Text_Wiki/Render/Rst/Paragraph.php |   24 +++----
 wicked/lib/Text_Wiki/Render/Rst/Raw.php       |   43 +++++++++++++
 wicked/lib/Text_Wiki/Render/Rst/Toc.php       |   21 +++----
 wicked/lib/Text_Wiki/Render/Rst/Tt.php        |   43 +++++++++++++
 wicked/lib/Text_Wiki/Render/Rst/Url.php       |   58 ++++++++++++++++++
 wicked/test/Wicked/Unit/RstTest.php           |   79 ++++++++++++++++++++++++
 10 files changed, 466 insertions(+), 27 deletions(-)
 create mode 100644 wicked/lib/Text_Wiki/Render/Rst/Deflist.php
 create mode 100644 wicked/lib/Text_Wiki/Render/Rst/Freelink.php
 create mode 100644 wicked/lib/Text_Wiki/Render/Rst/Links.php
 create mode 100644 wicked/lib/Text_Wiki/Render/Rst/Newline.php
 create mode 100644 wicked/lib/Text_Wiki/Render/Rst/Raw.php
 create mode 100644 wicked/lib/Text_Wiki/Render/Rst/Tt.php
 create mode 100644 wicked/lib/Text_Wiki/Render/Rst/Url.php

http://git.horde.org/horde-git/-/commit/8d77b64747a8dcfee6abfc2fe8f4ad28e7f6efdf




More information about the commits mailing list