plugins/GeSHi.php
changeset 7 86f0dc4ca29d
parent 6 aeecc46f11c6
equal deleted inserted replaced
6:aeecc46f11c6 7:86f0dc4ca29d
     1 <?php
     1 <?php
     2 /*
     2 /*
     3 Plugin Name: GeSHi syntax highlighting
     3 Plugin Name: GeSHi syntax highlighting
     4 Plugin URI: http://enanocms.org/GeSHi_support
     4 Plugin URI: http://enanocms.org/plugin/geshi
     5 Description: Adds syntax highlighting support using the GeSHi engine.
     5 Description: Adds syntax highlighting support using the GeSHi engine.
     6 Author: Dan Fuhry
     6 Author: Dan Fuhry
     7 Version: 0.1
     7 Version: 0.2
     8 Author URI: http://enanocms.org/
     8 Author URI: http://enanocms.org/
     9 */
     9 */
    10 
    10 
    11 /*
    11 /*
    12  * GeSHi highlighting plugin for Enano
    12  * GeSHi highlighting plugin for Enano
    13  * Version 0.1
    13  * Version 0.2
    14  * Copyright (C) 2007 Dan Fuhry
    14  * Copyright (C) 2007 Dan Fuhry
    15  *
    15  *
    16  * This program is Free Software; you can redistribute and/or modify it under the terms of the GNU General Public License
    16  * This program is Free Software; you can redistribute and/or modify it under the terms of the GNU General Public License
    17  * as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
    17  * as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
    18  *
    18  *