Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 400 → Rev 401

/trunk/api/pear/Text/Wiki.php
4,13 → 4,13
* The baseline abstract parser class.
*/
 
require_once 'Text/Wiki/Parse.php';
require_once 'Wiki/Parse.php';
 
/**
* The baseline abstract render class.
*/
 
require_once 'Text/Wiki/Render.php';
require_once 'Wiki/Render.php';
 
/**
*
19,7 → 19,7
* This is the "master" class for handling the management and convenience
* functions to transform Wiki-formatted text.
*
* $Id: Wiki.php,v 1.1 2005-01-20 19:43:20 jpm Exp $
* $Id: Wiki.php,v 1.2 2005-06-24 10:47:09 jpm Exp $
*
* @author Paul M. Jones <pmjones@ciaweb.net>
*