ubdate to new about-system (all infos are in setup.inc.php, no more hook_about)

This commit is contained in:
Ralf Becker 2002-10-27 18:09:12 +00:00
parent ca78e392f8
commit 4ef9cd9399
3 changed files with 21 additions and 22 deletions

View File

@ -84,6 +84,7 @@ entries etemplate en entries
error: template not found !!! etemplate en Error: Template not found !!!
error: webserver is not allowed to write into '%s' !!! etemplate en Error: webserver is not allowed to write into '%s' !!!
error: while saveing !!! etemplate en Error: while saveing !!!
etemplate common en eTempalte
etemplate '%s' imported, use save to put it in the database etemplate en eTemplate '%s' imported, use Save to put it in the database
etemplate '%s' written to '%s' etemplate en eTemplate '%s' written to '%s'
etemplate editor etemplate en eTemplate Editor

View File

@ -1,20 +0,0 @@
<?php
function about_app($tpl,$handle)
{
$s = "<b>Info Log</b><p><b>InfoLog</b> written by <a href='mailto:RalfBecker@outdoor-training.de'>Ralf Becker</a><br>".
"adopted from todo written by Joseph Engo<p>".
"<b>InfoLog</b> sumarizes/replaces the 3 core-applications <b>ToDo</b>, <b>Notes</b> and <b>PhoneLog</b>. ".
"<b>InfoLog</b> is based on phpGroupWare's ToDo-List and already has the features of all 3 mentioned ".
"applications plus fully working ACL (including Add+Private attributes, add for to addreplys/subtasks) ".
"Responsibility for a task (ToDo) or a phonecall could be delegated to an other user, all entries can ".
"be linked to an addressbook entry and/or a project. This allows you to log all activity of a ".
"contact/address or project. The entries may be viewed or added from InfoLog direct or from within ".
"the contact/address or project view.<br>".
"It is planed to archive emails, faxes and other documents in InfoLog in the future.<p>".
"Their is a CSV import filter (under admin) to import existing data. It allows to interactivly ".
"assign fields, customize the values with regular expressions and direct calls to php-functions ".
"(e.g. to link the phone calls (again) to the addressbook entrys).";
return $s;
}

View File

@ -20,8 +20,26 @@
$setup_info['infolog']['author'] = 'Ralf Becker';
$setup_info['infolog']['license'] = 'GPL';
$setup_info['infolog']['description'] =
'CRM type app using Addressbook providing Todo List, Notes and Phonelog.';
$setup_info['infolog']['maintainer'] = 'Ralf Becker';
'<b>CRM</b> (customer-relation-management) type app using Addressbook providing
Todo List, Notes and Phonelog. <b>InfoLog</b> is orininaly based on phpGroupWare\'s
ToDo-List and has the features of all 3 mentioned applications plus fully working ACL
(including Add+Private attributes, add for to addreplys/subtasks).<p>
Responsibility for a task (ToDo) or a phonecall can be <b>delegated</b> to an other
user. All entries can be linked to addressbook entries, projects and/or calendar events.
This allows you to <b>log all activity of a contact</b>/address or project.
The entries may be viewed or added from InfoLog direct or from within
the contact/address, project or calendar view.<p>
Other documents / files can be linked to InfoLog entries and are store in the VFS
(phpGroupWare\'s virtual file system). An extension of the VFS allows to symlink
the files to a fileserver, instead of placeing a copy in the VFS
(<i>need to be configured in the admin-section</i>).
It is planed to include emails and faxes into InfoLog in the future.';
$setup_info['infolog']['note'] =
'Their is a <b>CSV import filter</b> (in the admin-section) to import existing data.
It allows to interactivly assign fields, customize the values with regular
expressions and direct calls to php-functions (e.g. to link the phone calls
(again) to the addressbook entrys).';
$setup_info['infolog']['maintainer'] = 'Ralf Becker';
$setup_info['infolog']['maintainer_email'] = 'ralfbecker@outdoor-training.de';
/* The hooks this app includes, needed for hooks registration */