| comment_feed.php | Generates comment feed from the site |
| feed.php | Generates content feed from the site |
| index.php | This page is responsible for sending appropriate headers, and calling prepend.inc.php as well as the template |
| textasimage.php | This file reads a string from a session variable and generates an image from it |
| inc/prepend.inc.php | This page setup the world (global variable), import plugins and finally handle user action |
| inc/lib/boxes.lib.php | This page includes all other native features and provide minimal functionalities |
| inc/lib/comment.lib.php | Controls comments |
| inc/lib/constants.lib.php | Define several constants used in the database |
| inc/lib/content.lib.php | Controls the main functionality : content edition |
| inc/lib/edit_acl.lib.php | Controls write rights by handling acl |
| inc/lib/feed.lib.php | Several helper methods for template creation on feeds |
| inc/lib/format.lib.php | Several helper methods for page formatting |
| inc/lib/history.lib.php | Controls history viewing/diffing |
| inc/lib/lang_helper.lib.php | Translation related helper function |
| inc/lib/login.lib.php | Controls logging in/logging out |
| inc/lib/metadata.lib.php | Controls metadata handling |
| inc/lib/recentchanges.lib.php | Controls the main functionality : content edition |
| inc/lib/register.lib.php | Controls user registration |
| inc/lib/search.lib.php | Controls basic full text search functionalities |
| inc/lib/url.lib.php | Handles url with different modes |
| inc/lib/user_preferences.lib.php | Controls user preferences |
| inc/lib/variables.lib.php | This file allow some transformation when retrieving values from untrusted values |
| inc/lib/watch.lib.php | Controls the main functionality : content edition |
| inc/lib/whatlinkshere.lib.php | Display the list of page referencing current page |
| tools/trackback/trackback.php | Receive trackbacks and register them with a page |
1.4.7