TWIG Administrators Manual

Return to Table of Contents

6. TWIG's Feature Modules

TWIG is made up of several features that reside in separate directories in the 'features' directory.  TWIG ships with the following default feature set:

Admin The admin feature contains various utilities for the administrator.
Bookmarks The bookmarks feature allows users to build lists of web sites.
Contacts The contacts feature allows users to build lists of contacts.
Groups The groups feature is actually a shared feature used by several other features to allow organization of data and sharing of data between users.
Logout The logout feature is a stand in feature to allow the logout function to work correctly.
Mail The mail feature is the main mail reader.
Main The main feature is the first page that is displayed after login.
News The news feature allows users to read news groups.
Prefs The prefs feature is another shared feature that allows users to set their preferences.
Schedule The schedule feature is exactly that.
Shared The shared feature is actually various snipits of code used through out TWIG and is not a true feature at all.
ToDo The ToDo feature allows users to make list of things to do.
 

$disabled[] Global Options

global_autoaccounts Disables creation of accounts in the twig_accounts database to track last logon times
global_goto Disables the goto line in the footer of each twig page
global_newmailcheck Disables the new mail check in the footer of each twig page
 

Return to Table of Contents Return to Top