Subversion Repositories Applications.papyrus

Rev

Rev 248 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 248 Rev 401
Line 2... Line 2...
2
 
2
 
3
/**
3
/**
4
* The baseline abstract parser class.
4
* The baseline abstract parser class.
Line 5... Line 5...
5
*/
5
*/
Line 6... Line 6...
6
 
6
 
7
require_once 'Text/Wiki/Parse.php';
7
require_once 'Wiki/Parse.php';
8
 
8
 
Line 9... Line 9...
9
/**
9
/**
Line 10... Line 10...
10
* The baseline abstract render class.
10
* The baseline abstract render class.
11
*/
11
*/
12
 
12
 
13
require_once 'Text/Wiki/Render.php';
13
require_once 'Wiki/Render.php';
14
 
14
 
15
/**
15
/**
16
* 
16
* 
17
* Parse structured wiki text and render into arbitrary formats such as XHTML.
17
* Parse structured wiki text and render into arbitrary formats such as XHTML.
18
* 
18
* 
19
* This is the "master" class for handling the management and convenience
19
* This is the "master" class for handling the management and convenience
20
* functions to transform Wiki-formatted text.
20
* functions to transform Wiki-formatted text.
21
* 
21
* 
22
* $Id: Wiki.php,v 1.1 2005-01-20 19:43:20 jpm Exp $
22
* $Id: Wiki.php,v 1.2 2005-06-24 10:47:09 jpm Exp $