diff --git a/infolog/inc/hook_about.inc.php b/infolog/inc/hook_about.inc.php new file mode 100644 index 0000000000..f04541ccd9 --- /dev/null +++ b/infolog/inc/hook_about.inc.php @@ -0,0 +1,20 @@ +Info Log
InfoLog written by Ralf Becker
".
+ "adopted from todo written by Joseph Engo
".
+ "InfoLog sumarizes/replaces the 3 core-applications ToDo, Notes and PhoneLog. ".
+ "InfoLog 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.
".
+ "It is planed to archive emails, faxes and other documents in InfoLog in the future.
". + "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; + } diff --git a/infolog/inc/hook_infolog_about.inc.php b/infolog/inc/hook_infolog_about.inc.php deleted file mode 100644 index 77fe15f31b..0000000000 --- a/infolog/inc/hook_infolog_about.inc.php +++ /dev/null @@ -1,15 +0,0 @@ -Info Log
written by Ralf Becker
adopted from todo written by Joseph Engo
".
- "InfoLog sumarizes the 3 core-programms ToDo, Notes and PhoneLog. InfoLog 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 entry could be linked to an addressbook entry and a projekt. ".
- "This allows you to log all activity of a projekt or address (this should include archiving of emails, faxes and other documents in the ".
- "future).
".
- "Their is a CSV import filter (under admin) to import existing data which allows to interactivly assign fields and customize the values ".
- "with regular expressions and direkt calls to php-functions (e.g. link the phone calls (again) to the addressbook entrys).";
-
- return $s;
- }
\ No newline at end of file