 | Up one level
| |
 | ASCIIMathPHP/
| |
 | DbSession/
| |
 | WikiDB/
| |
 | WikiUser/
| |
 | XMLRPC/
| |
 | captcha/
| |
 | fpdf/
| |
 | nusoap/
| |
 | pear/
| |
 | plugin/
| |
 | wikilens/
| |
 | ArchiveCleaner.php [summary] [145 lines] | |
 | BlockParser.php [summary] [1136 lines] | Deal with paragraphs and proper, recursive block indents for the new style markup (version 2) Everything which goes over more than line: automatic lists, UL, OL, DL, table, blockquote, verbatim, p, pre, plugin, ... |
 | CachedMarkup.php [summary] [553 lines] | |
 | Captcha.php [summary] [197 lines] | |
 | DbSession.php [summary] [86 lines] | |
 | DbaDatabase.php [summary] [187 lines] | |
 | DbaListSet.php [summary] [147 lines] | |
 | DbaPartition.php [summary] [85 lines] | |
 | EditToolbar.php [summary] [448 lines] | |
 | ErrorManager.php [summary] [710 lines] | |
 | ExternalReferrer.php [summary] [134 lines] | |
 | FileFinder.php [summary] [662 lines] | |
 | Google.php [summary] [285 lines] | Google API |
 | HtmlElement.php [summary] [654 lines] | Code for writing the HTML subset of XML. |
 | HtmlParser.php [summary] [432 lines] | HtmlParser Class: Conversion HTML => wikimarkup Requires XmlParser, XmlElement and the expat (or now the libxml) library. This is all in core. |
 | HttpClient.php [summary] [370 lines] | |
 | IniConfig.php [summary] [1252 lines] | A configurator intended to read its config from a PHP-style INI file, instead of a PHP file. Pass a filename to the IniConfig() function and it will read all it's definitions from there, all by itself, and proceed to do a mass-define of all valid PHPWiki config items. In this way, we can hopefully be totally backwards-compatible with the old index.php method, while still providing a much tastier on-going experience. |
 | InlineParser.php [summary] [909 lines] | This is the code which deals with the inline part of the (new-style) wiki-markup. |
 | PageList.php [summary] [1734 lines] | |
 | PagePerm.php [summary] [926 lines] | |
 | PageType.php [summary] [552 lines] | |
 | RSSWriter091.php [summary] [148 lines] | |
 | Request.php [summary] [1641 lines] | |
 | RssParser.php [summary] [216 lines] | Simple RSSParser Class Based on Duncan Gough RSSParser class Copyleft Arnaud Fontaine Licence : GPL See lib/plugin/RssFeed.php and lib/XmlParser.php The myth of RSS compatibility: http://diveintomark.org/archives/2004/02/04/incompatible-rss |
 | RssWriter.php [summary] [195 lines] | |
 | RssWriter2.php [summary] [87 lines] | |
 | SemanticWeb.php [summary] [198 lines] | What to do on ?format=rdf What to do on ?format=owl Map relations on a wikipage to a RDF ressource to build a "Semantic Web" - a web ontology frontend compatible to OWL (web ontology language). http://www.w3.org/2001/sw/Activity Simple RDF ontologies contain facts and rules, expressed by RDF triples: Subject (page) -> Predicate (verb, relation) -> Object (links) OWL extents that to represent a typical OO framework. OO predicates: is_a, has_a, ... OWL predicates: subClassOf, restrictedBy, onProperty, intersectionOf, allValuesFrom, ... someValuesFrom, unionOf, equivalentClass, disjointWith, ... plus the custom vocabulary (ontology): canRun, canBite, smellsGood, ... OWL Subjects: Class, Restriction, ... OWL Properties: type, label, comment, ... DAML should also be supported. |
 | SpamBlocklist.php [summary] [136 lines] | See http://www.surbl.org/ |
 | Template.php [summary] [398 lines] | |
 | TextSearchQuery.php [summary] [841 lines] | A text search query, converting queries to PCRE and SQL matchers. |
 | Theme.php [summary] [1801 lines] | Customize output by themes: templates, css, special links functions, and more formatting. |
 | WikiCallback.php [summary] [196 lines] | |
 | WikiDB.php [summary] [2615 lines] | The classes in the file define the interface to the page database. |
 | WikiGroup.php [summary] [1332 lines] | |
 | WikiPlugin.php [summary] [559 lines] | |
 | WikiPluginCached.php [summary] [1182 lines] | You should set up the options in config/config.ini at Part seven: $ pear install http://pear.php.net/get/Cache This file belongs to WikiPluginCached. |
 | WikiUser.php [summary] [982 lines] | |
 | WikiUserNew.php [summary] [2475 lines] | This is a complete OOP rewrite of the old WikiUser code with various configurable external authentication methods. There's only one entry point, the function WikiUser which returns a WikiUser object, which contains the name, authlevel and user's preferences. This object might get upgraded during the login step and later also. There exist three preferences storage methods: cookie, homepage and db, and multiple password checking methods. See index.php for $USER_AUTH_ORDER[] and USER_AUTH_POLICY if ALLOW_USER_PASSWORDS is defined. |
 | XmlElement.php [summary] [645 lines] | Code for writing XML. |
 | XmlParser.php [summary] [202 lines] | Base XmlParser Class. Requires the expat.so/.dll, usually enabled by default. Used by HtmlParser and RssParser. |
 | XmlRpcServer.php [summary] [950 lines] | |
 | config.php [summary] [745 lines] | |
 | diff.php [summary] [450 lines] | |
 | diff3.php [summary] [211 lines] | |
 | difflib.php [summary] [947 lines] | |
 | display.php [summary] [309 lines] | |
 | editpage.php [summary] [1001 lines] | |
 | fortune.php [summary] [199 lines] | |
 | fpdf.php [summary] [1561 lines] | |
 | gif.php [summary] [991 lines] | |
 | imagecache.php [summary] [169 lines] | Gets an image from the cache and prints it to the browser. This file belongs to WikiPluginCached. |
 | install.php [summary] [93 lines] | |
 | interwiki.map [summary] [129 lines] | |
 | loadsave.php [summary] [1626 lines] | |
 | main.php [summary] [1842 lines] | |
 | pdf.php [summary] [222 lines] | |
 | prepend.php [summary] [153 lines] | |
 | removepage.php [summary] [75 lines] | |
 | spam_babycart.php [summary] [78 lines] | |
 | stdlib.php [summary] [2453 lines] | |
 | updateinterwikimap [summary] [36 lines] | |
 | upgrade.php [summary] [1075 lines] | Upgrade the WikiDB and config settings after installing a new PhpWiki upgrade. Status: experimental, no queries for verification yet, no merge conflict resolution (patch?), just overwrite. Installation on an existing PhpWiki database needs some additional worksteps. Each step will require multiple pages. |
 | ziplib.php [summary] [926 lines] | |