includes/wikiformat.php
changeset 536 218a627eb53e
parent 460 3a1c99845ca8
child 685 17ebe24cdf85
equal deleted inserted replaced
533:698a8f04957c 536:218a627eb53e
     1 <?php
     1 <?php
       
     2 
       
     3 /*
       
     4  * Enano - an open-source CMS capable of wiki functions, Drupal-like sidebar blocks, and everything in between
       
     5  * Version 1.1.4 (Caoineag alpha 4)
       
     6  * Copyright (C) 2006-2008 Dan Fuhry
       
     7  *
       
     8  * This program is Free Software; you can redistribute and/or modify it under the terms of the GNU General Public License
       
     9  * as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
       
    10  *
       
    11  * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
       
    12  * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details.
       
    13  */
       
    14 
     2 /**
    15 /**
     3  * Parse structured wiki text and render into arbitrary formats such as XHTML.
    16  * Parse structured wiki text and render into arbitrary formats such as XHTML.
     4  *
    17  *
     5  * PHP versions 4 and 5
    18  * PHP versions 4 and 5
     6  *
    19  *