Patch #876124: Text re-worked to fix spelling and tidy the english

thanks to Paul Oldham
This commit is contained in:
Ralf Becker 2004-03-14 22:28:31 +00:00
parent f889651d7a
commit 86c599f40b

View File

@ -24,27 +24,27 @@
); );
$setup_info['infolog']['license'] = 'GPL'; $setup_info['infolog']['license'] = 'GPL';
$setup_info['infolog']['description'] = $setup_info['infolog']['description'] =
'<b>CRM</b> (customer-relation-management) type app using Addressbook providing '<p><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, Notes and Phonelog. <b>InfoLog</b> is orininaly based on eGroupWare\'s
ToDo-List and has the features of all 3 mentioned applications plus fully working ACL old 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> (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 <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. 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. 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 entries may be viewed or added from InfoLog direct or from within
the contact/address, project or calendar view.<p> the contact/address, project or calendar view.</p>
Other documents / files can be linked to InfoLog entries and are store in the VFS <p>Other documents / files can be linked to InfoLog entries and are store in the VFS
(eGroupWare\'s virtual file system). An extension of the VFS allows to symlink (eGroupWare\'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 the files to a fileserver, instead of placeing a copy in the VFS
(<i>need to be configured in the admin-section</i>). (<i>need to be configured in the admin-section</i>).
It is planed to include emails and faxes into InfoLog in the future.'; It is planed to include emails and faxes into InfoLog in the future.</p>';
$setup_info['infolog']['note'] = $setup_info['infolog']['note'] =
'Their is a <b>CSV import filter</b> (in the admin-section) to import existing data. '<p>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 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 expressions and direct calls to php-functions (e.g. to link the phone calls
(again) to the addressbook entrys).<p> (again) to the addressbook entrys).</p>
<b>More information</b> about InfoLog and the current development-status can be found on the <p><b>More information</b> about InfoLog and the current development-status can be found on the
<a href="http://www.egroupware.org/wiki/InfoLog" target="_blank">InfoLog page in our Wiki</a>.'; <a href="http://www.egroupware.org/infolog" target="_blank">InfoLog page on our Website</a>.</p>';
/* The hooks this app includes, needed for hooks registration */ /* The hooks this app includes, needed for hooks registration */
$setup_info['infolog']['hooks']['preferences'] = 'infolog.admin_prefs_sidebox_hooks.all_hooks'; $setup_info['infolog']['hooks']['preferences'] = 'infolog.admin_prefs_sidebox_hooks.all_hooks';
@ -63,7 +63,7 @@
/* Dependencies for this app to work */ /* Dependencies for this app to work */
$setup_info['infolog']['depends'][] = array( $setup_info['infolog']['depends'][] = array(
'appname' => 'phpgwapi', 'appname' => 'phpgwapi',
'versions' => Array('0.9.13','0.9.14','0.9.15','0.9.16') 'versions' => Array('0.9.14','0.9.15','0.9.16','1.0.00')
); );
$setup_info['infolog']['depends'][] = array( $setup_info['infolog']['depends'][] = array(
'appname' => 'etemplate', 'appname' => 'etemplate',