robots.php

gehe zur Dokumentation dieser Datei
00001 <?php
00002 /*************************************************************************************
00003  * robots.php
00004  * --------
00005  * Author: Christian Lescuyer (cl@goelette.net)
00006  * Copyright: (c) 2006 Christian Lescuyer http://xtian.goelette.info
00007  * Release Version: 1.0.7.20
00008  * Date Started: 2006/02/17
00009  *
00010  * robots.txt language file for GeSHi.
00011  *
00012  * 2006/02/17 (1.0.0)
00013  *   -  First Release
00014  *
00015  *************************************************************************************
00016  *
00017  *     This file is part of GeSHi.
00018  *
00019  *   GeSHi is free software; you can redistribute it and/or modify
00020  *   it under the terms of the GNU General Public License as published by
00021  *   the Free Software Foundation; either version 2 of the License, or
00022  *   (at your option) any later version.
00023  *
00024  *   GeSHi is distributed in the hope that it will be useful,
00025  *   but WITHOUT ANY WARRANTY; without even the implied warranty of
00026  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00027  *   GNU General Public License for more details.
00028  *
00029  *   You should have received a copy of the GNU General Public License
00030  *   along with GeSHi; if not, write to the Free Software
00031  *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
00032  *
00033  ************************************************************************************/
00034 
00035 $language_data = array (
00036     'LANG_NAME' => 'robots.txt',
00037     'COMMENT_SINGLE' => array(1 => '#'),
00038     'COMMENT_MULTI' => array(),
00039     'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE,
00040     'QUOTEMARKS' => array(),
00041     'ESCAPE_CHAR' => '',
00042     'KEYWORDS' => array(
00043         1 => array(
00044             'User-agent', 'Disallow'
00045             )
00046         ),
00047     'SYMBOLS' => array(
00048         ':'
00049         ),
00050     'CASE_SENSITIVE' => array(
00051         GESHI_COMMENTS => false,
00052         1 => true
00053         ),
00054     'STYLES' => array(
00055         'KEYWORDS' => array(
00056             1 => 'color: #b1b100;'
00057             ),
00058         'COMMENTS' => array(
00059             1 => 'color: #808080; font-style: italic;',
00060             ),
00061         'ESCAPE_CHAR' => array(
00062             0 => 'color: #000099; font-weight: bold;'
00063             ),
00064         'BRACKETS' => array(
00065             0 => 'color: #66cc66;'
00066             ),
00067         'STRINGS' => array(
00068             0 => 'color: #ff0000;'
00069             ),
00070         'NUMBERS' => array(
00071             0 => 'color: #cc66cc;'
00072             ),
00073         'METHODS' => array(
00074             ),
00075         'SYMBOLS' => array(
00076             0 => 'color: #66cc66;'
00077             ),
00078         'REGEXPS' => array(
00079             ),
00080         'SCRIPT' => array(
00081             )
00082         ),
00083     'URLS' => array(
00084         1 => 'http://www.robotstxt.org/wc/norobots.html'
00085         ),
00086     'OOLANG' => false,
00087     'OBJECT_SPLITTERS' => array(
00088         ),
00089     'REGEXPS' => array(
00090         ),
00091     'STRICT_MODE_APPLIES' => GESHI_NEVER,
00092     'SCRIPT_DELIMITERS' => array(
00093         ),
00094     'HIGHLIGHT_STRICT_BLOCK' => array(
00095         )
00096 );
00097 
00098 ?>

Erzeugt am Thu May 14 00:55:48 2009 für OpenRat von  doxygen 1.5.8