adx - addressbook.xml
adx is a minimalistic but massively web enabled address book running completely in web browser.
Supported: Skype, Twitter, Flickr, Delicious, Facebook, LinkedIn, Microformats (hCard 1.0, XFN), instant messengers, etc.
Export functionality: vCard, QR Code
How it works: XML + XSLT = HTML in your web browser.
Website:
http://adx.elektronengehirn.net
Getting started with adx:
- Download and unzip latest adx_addressbook.xml_vX.XX.zip file from http://adx.elektronengehirn.net (hosted on SourceForge)
- Load addressbook.xml in a modern web browser (see known issues below if it doesn't work out of the box).
- Click on a entry to show details for this contact
- Most entries in contact details are clickable (e.g. direct calling phone numbers via Skype, address lookup in Google Maps, etc.)
- To add contacts just edit addressbook.xml in a text/xml editor of your choice.
Supported web browsers:
- basically all modern web browsers are supported (Chrome/Chromium, Firefox, IE, Safari). But for certain browsers there are security restrictions (see known issues below).
Known issues for web browsers:
- Google Chrome and Chromium:
Version 5+ do not work locally (only online). This is a security design decision by the Chromium developers.
Workaround: Chrome/Chromium needs to be started with command line param 'allow-file-access-from-files' (http://code.google.com/p/chromium/issues/detail?id=47416)
- IE: changing a security option may needed to get started
Requirements for web browsers:
- Support for XML/XSLT and JavaScript enabled
- Minimum versions needed: Chromium/Chrome (all)?, Firefox 3+, Opera 9+, Safari 3+, IE 6+ (6 and 7 with limitations e.g. text links instead of icons because embedded images are not suppported in IE 6 and 7)
- While browser versions mentioned were tested at least once, for latest release only following browser were actively tested (under Ubuntu): Chromium 34 and Firefox 31
If you encounter any browser issues please let me know.
How to update from a previous version of adx:
Just replace the file 'adx2html_phonelist.xsl' with the new one from this release
Changelog:
1.10 (2016-03-07):
- Added support for VCard download (single and all)
- Added support for VCard export via QR code (can be completely disabled by just deleting new file qrcodeUTF8.js)
- Added URL support for showing export links per contact (URL parameter: showexport)
- Added support for OpenSearch (alpha)
- Improved browser support for Chromium and similar browswers (for importing contacts from Open Contacts) by changing function declarations as variables
- Improved GUI design: moved tags to bottom of an contact (above account icons) in order to make the look of one contact more consistent
- Added account types: imdb, instagram, yelp
- Updated account types: foursquare, icq, myspace, linkedin
- Removed obsolete account types (Rest in peace): amiestreet, bebo, cliqset, dopplr, friendster,
gowalla, hellotxt, my.opera.com, orkut, quarterlife, qype, schuelervz, werkenntwen,
- Changed default font color in contact details from black to #222 (black on hover)
- Added support for multiple tags (org, website, orgunit, position) for referencing a organization from a person
1.06 (2014-08-31):
- added simple boundary checks for year, month and day in birthdays
- added dynamic tag 'adx:Birthday' which is applied to each contact the birthday is near
- Improved visibility of selected tag: solid tag border (Known issue in Firefox: not working as change cssRule via selectorText not supported)
- Improved web site accessibility by adding labels and autofocus attribute
1.05 (2012-04-23, released on 2013-10-23):
- Enhanced support for paritally known birthday values of YYYY-MM-DD (supported: year only, month and date only)
- demo file addressbook.xml: switched to UTF-8 for a more international usage (and added contacts with non ISO-8859-1 characters)
1.04 (2012-04-21):
- Introduced adjustable map service for geo coordinates (longitude, latitude). See variable 'map_geo_href' in user settings section
Supported map services: Google Maps (default), Open Street Map, Bing Maps, Yahoo Maps
1.03 (2011-01-23):
- enhancement: photo support for hCard/vCard (e.g. as URL or data URI scheme; IE supports data URI scheme with version 8 and later)
-- settings variable 'photo_show_default' defines if photos are shown or hidden
- enhancement: settings variable 'phone_protocol' defines the protocl to use for phone numbers (e.g. "callto:", "tel:", etc)
- limited icongroup size to 230 pixel (otherwise the overall width gets quite high when many accounts are defined)
- fixed: Birthday reminder did not work (red marking)
- fixed: first icon of web account was omitted by Chrome (open issue: further first icons in accounts are missing)
1.00.1 (02-jan-2011)
- fixed: first icon of web account was omitted by Chrome
Main changes for adx 1.00 (29-dec-2010):
- New search functionality: search/filter is applied to following xml tags: email, all name entries and address (city, country, state)
- Support for multi addresses (fully backward compatibility; for example see contact 'Thomas Bartensud' in addressbook.xml)
- Improved hCard support ('misc' and 'comment' tags are now marked as a note in hCard)
- Improved tagging
- GUI: cleaned up menu bar (search/filter on left side; settings/options on right side)
Detailed changes for adx 1.00:
Search
- email, forename, surname, displayname, nickname, middlename, address (city, country, state)
- enhanced: search includes now emails and all possible addresses (using internally JSON)
- enhancement: added search field to menu
- GUI: changed menu order
- enhancement: added amount of frequency groups members in tooltip (regardless which debug mode is used)
Improved hCard support
- enhancement: 'misc' is now marked in hCard as a note (enables exporting from hCard source)
- enhancement: 'comment' is now marked in hCard as a note (enables exporting from hCard source; but hidden in normal adx view)
- fixed: hCard mark up for tags/categories is now as recommended in http://microformats.org/wiki/hcard-faq#How_do_you_add_categories_to_an_hCard (can be found now by Firefox addon 'Operator')
Tagging
- enhancement: tag prefixes are greyed out in order to focus optically on the tag value
- fixed: Only tag value of combined tags is used in hCard for tag/category (e.g. "xfn:rel=friend" -> "friend")
Bugfixes
- fixed: settings for "folksonomy_href" (as XSL variable) works now
- fixed: url params are not correctly processed for frequency groups (high and medium)
- fix: IE6 did not work on pressing ENTER in search field (only "Search" button worked)
- fixed: id for organisations (added org name)
Other
- known issue in IE6: SAve does not work (changes but seems not work in wine IE6)
- enhancement: with attribute 'id' in contact tag an HTML anchor is defined (e.g. addressbook.xml#MyID)
- enhancement: Applied several JSLint recommendations
License:
BSD (Open Source)
More infos:
http://adx.elektronengehirn.net