From 72991081b1584240087f71ce03e8006bc14a1429 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 9 Mar 2015 01:20:51 +0100 Subject: Rename (yet unused) topic address/addressbooks → contact. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- account.mdwn | 2 +- address/commands.mdwn | 2 -- address/setup.mdwn | 67 --------------------------------------------------- address/timeline.mdwn | 26 -------------------- contact/commands.mdwn | 2 ++ contact/setup.mdwn | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++ contact/timeline.mdwn | 26 ++++++++++++++++++++ services.mdwn | 2 +- 8 files changed, 97 insertions(+), 97 deletions(-) delete mode 100644 address/commands.mdwn delete mode 100644 address/setup.mdwn delete mode 100644 address/timeline.mdwn create mode 100644 contact/commands.mdwn create mode 100644 contact/setup.mdwn create mode 100644 contact/timeline.mdwn diff --git a/account.mdwn b/account.mdwn index 1adf936..f687470 100644 --- a/account.mdwn +++ b/account.mdwn @@ -21,7 +21,7 @@ Each account can have various personal resources attached: User accounts provide access to various shared resources: * Collaborative [[file_shares|files]] - * [[Addressbooks|addressbooks]] + * [[Addressbooks|contact]] * [[Calendars]] diff --git a/address/commands.mdwn b/address/commands.mdwn deleted file mode 100644 index 49eecca..0000000 --- a/address/commands.mdwn +++ /dev/null @@ -1,2 +0,0 @@ -# Directory services maintainance commands - diff --git a/address/setup.mdwn b/address/setup.mdwn deleted file mode 100644 index 86242a2..0000000 --- a/address/setup.mdwn +++ /dev/null @@ -1,67 +0,0 @@ -# Setting up and using central addresses - -## Looking up addresses - -### Web access - - * Public search page - - * Horde webmail - -### Desktop applications - - * Mozilla Thunderbird - -### Cell phone - - * SMS lookup - -## Adding and editing - -### Web access - - * Horde webmail - -### Desktop applications - - * Directory assistant (Linux, MacOS w/ X11) - -## Exchanging data - -### Importing addresses - -#### Well-structured address databases - -Some address book applications can export entries as an LDIF file. -This often means the data is well-structured and easy to feed into the central database. - -Import of LDIF files is supported from the following applications: - - * Mozilla Thunderbird - -If you use a different application and it can export LDIF files, then try if it works. -Tell us your experiences, so we can (maybe improve the import routines and) add it to this list. - -#### Other sources - -For applications that cannot export LDIF, first feed the data into an application that does, -and then import from there. - -Here's a possible recipe for a list of addresses stored in an Excel spreadsheet: - - 1. Remove noise (eg. non-tabular comments) - 2. Export as comma-separated file - * Use "Western european (ISO-8859-1)" as character codepage (not Unicode) - 3. Open Mozilla Thunderbird, and select "Import..." from the Tools menu - 4. Import addressbook, choose "Comma Separated" and open the exported data file - 5. Match Address Book fields with records to import - * Use "Display Name" as full name, if first and last name was not previously stored separately - * Use company fields for company info, if each previous record contained both company and contact person info - * Use custom fields for custom data (avoid reusing standard fields for new purposes!) - 6. Review the imported data now stored in a new Address Book - * Re-import if not satisfied: The field matching is remembered from last import - 7. Edit entries as needed - * Each personal entry *must* contain both first name and last name - * Each company-only entry must contain *no* personal data - -### Two-way syncronization diff --git a/address/timeline.mdwn b/address/timeline.mdwn deleted file mode 100644 index 1c32879..0000000 --- a/address/timeline.mdwn +++ /dev/null @@ -1,26 +0,0 @@ -# Timeline of (planned and effectuated) events relate to central address handling - -## TODO - - * Public addressbook lookup through raw LDAP interface - * User-friendly access to public addressbook - * Integration with HORDE webmail framework - * Integration with Mozilla Thunderbird (documentation and possibly semi-automation) - * Web lookup page - * Wap lookup page - * SMS lookup routine - * Shared addressbooks for closed groups - * User-friendly access to shared addressbooks - * Integration with HORDE webmail framework - * Integration with Mozilla Thunderbird (documentation and possibly semi-automation) - * Web lookup page - * Wap lookup page - * SMS lookup routine - * Personal addressbooks (both discrete and public accessible) - * Semi-automated import (batch-adding) entries - * User-friendly access to adding and editing entries - * Integration with HORDE webmail framework - * Desktop apps (integration with system tools, use of generic tools, or design of custom tools) - * Web administration tool - * SMS add/overwrite routine - * Two-way syncronization with other personal (and shared?) directory databases diff --git a/contact/commands.mdwn b/contact/commands.mdwn new file mode 100644 index 0000000..49eecca --- /dev/null +++ b/contact/commands.mdwn @@ -0,0 +1,2 @@ +# Directory services maintainance commands + diff --git a/contact/setup.mdwn b/contact/setup.mdwn new file mode 100644 index 0000000..86242a2 --- /dev/null +++ b/contact/setup.mdwn @@ -0,0 +1,67 @@ +# Setting up and using central addresses + +## Looking up addresses + +### Web access + + * Public search page + + * Horde webmail + +### Desktop applications + + * Mozilla Thunderbird + +### Cell phone + + * SMS lookup + +## Adding and editing + +### Web access + + * Horde webmail + +### Desktop applications + + * Directory assistant (Linux, MacOS w/ X11) + +## Exchanging data + +### Importing addresses + +#### Well-structured address databases + +Some address book applications can export entries as an LDIF file. +This often means the data is well-structured and easy to feed into the central database. + +Import of LDIF files is supported from the following applications: + + * Mozilla Thunderbird + +If you use a different application and it can export LDIF files, then try if it works. +Tell us your experiences, so we can (maybe improve the import routines and) add it to this list. + +#### Other sources + +For applications that cannot export LDIF, first feed the data into an application that does, +and then import from there. + +Here's a possible recipe for a list of addresses stored in an Excel spreadsheet: + + 1. Remove noise (eg. non-tabular comments) + 2. Export as comma-separated file + * Use "Western european (ISO-8859-1)" as character codepage (not Unicode) + 3. Open Mozilla Thunderbird, and select "Import..." from the Tools menu + 4. Import addressbook, choose "Comma Separated" and open the exported data file + 5. Match Address Book fields with records to import + * Use "Display Name" as full name, if first and last name was not previously stored separately + * Use company fields for company info, if each previous record contained both company and contact person info + * Use custom fields for custom data (avoid reusing standard fields for new purposes!) + 6. Review the imported data now stored in a new Address Book + * Re-import if not satisfied: The field matching is remembered from last import + 7. Edit entries as needed + * Each personal entry *must* contain both first name and last name + * Each company-only entry must contain *no* personal data + +### Two-way syncronization diff --git a/contact/timeline.mdwn b/contact/timeline.mdwn new file mode 100644 index 0000000..1c32879 --- /dev/null +++ b/contact/timeline.mdwn @@ -0,0 +1,26 @@ +# Timeline of (planned and effectuated) events relate to central address handling + +## TODO + + * Public addressbook lookup through raw LDAP interface + * User-friendly access to public addressbook + * Integration with HORDE webmail framework + * Integration with Mozilla Thunderbird (documentation and possibly semi-automation) + * Web lookup page + * Wap lookup page + * SMS lookup routine + * Shared addressbooks for closed groups + * User-friendly access to shared addressbooks + * Integration with HORDE webmail framework + * Integration with Mozilla Thunderbird (documentation and possibly semi-automation) + * Web lookup page + * Wap lookup page + * SMS lookup routine + * Personal addressbooks (both discrete and public accessible) + * Semi-automated import (batch-adding) entries + * User-friendly access to adding and editing entries + * Integration with HORDE webmail framework + * Desktop apps (integration with system tools, use of generic tools, or design of custom tools) + * Web administration tool + * SMS add/overwrite routine + * Two-way syncronization with other personal (and shared?) directory databases diff --git a/services.mdwn b/services.mdwn index fa57940..4ff3e95 100644 --- a/services.mdwn +++ b/services.mdwn @@ -5,7 +5,7 @@ A set of services is offered at [[!template id=realmdescription]]. * [[Websites]] * [[Mailinglists]] * [[Printers]] - * [[Addressbooks|addressbooks]] + * [[Addressbooks|contact]] * [[Calendars]] -- cgit v1.2.3