From b413bf3a6dd8b311836078612c2e21988b0a3634 Mon Sep 17 00:00:00 2001 From: Max Kremmel Date: Tue, 11 Jul 2006 15:09:20 +0000 Subject: organise functions by content and add more documentation --- LibertySystem.php | 181 ++++++++++++++++++++++++++++++++---------------------- 1 file changed, 107 insertions(+), 74 deletions(-) (limited to 'LibertySystem.php') diff --git a/LibertySystem.php b/LibertySystem.php index ed8ee44..c2d17c2 100755 --- a/LibertySystem.php +++ b/LibertySystem.php @@ -3,7 +3,7 @@ * System class for handling the liberty package * * @package liberty -* @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertySystem.php,v 1.29 2006/07/03 19:55:09 squareing Exp $ +* @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertySystem.php,v 1.30 2006/07/11 15:09:20 squareing Exp $ * @author spider */ @@ -22,10 +22,12 @@ /** * Local base defines */ +// Plugin Definitions define( 'STORAGE_PLUGIN', 'storage' ); define( 'FORMAT_PLUGIN', 'format' ); define( 'DATA_PLUGIN', 'data' ); +// Service Definitions define( 'LIBERTY_SERVICE_ACCESS_CONTROL', 'access_control' ); define( 'LIBERTY_SERVICE_CATEGORIZATION', 'categorization' ); define( 'LIBERTY_SERVICE_COMMERCE', 'commerce' ); @@ -40,9 +42,10 @@ define( 'LIBERTY_SERVICE_CONTENT_TEMPLATES', 'content_templates'); define( 'LIBERTY_TEXT_AREA', 'editliberty'); define( 'LIBERTY_UPLOAD', 'upload'); +// Set of default acceptable HTML tags define( 'DEFAULT_ACCEPTABLE_TAGS', '


' - .'
      • ' - .'