self-updating-address-book: Difference between revisions
Jump to navigation
Jump to search
Singpolyma (talk | contribs) (→Self Updating Address Book: github) |
|||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Self Updating Address Book == | == Self Updating Address Book == | ||
http://github.com/beaulebens/hCard-LDAP-Service | |||
Basic Idea: an online address book/contact system, accessible via LDAP, which updates its records by periodically crawling/parsing URLs containing hCards. | Basic Idea: an online address book/contact system, accessible via LDAP, which updates its records by periodically crawling/parsing URLs containing hCards. | ||
== vCard => LDAP == | |||
<pre> | |||
fn => displayName | |||
n => cn | |||
given-name => gn | |||
family-name => sn | |||
additional-name => NONE | |||
honorific-prefix => personalTitle (not in inetOrgPerson) | |||
honorific-suffix => generationQualifier (not in inetOrgPerson) | |||
adr => postalAddress | |||
post-office-box => postOfficeBox | |||
extended-address => NONE | |||
street-address => street | |||
locality => l | |||
region => st | |||
postal-code => postalCode | |||
country-name => c (not in inetOrgPerson) | |||
type => NONE (only one per entry) | |||
agent => secretary | |||
bday => NONE | |||
category => NONE | |||
class => NONE | |||
email => mail | |||
geo => NONE | |||
key => NONE | |||
label => NONE | |||
logo => jpegPhoto | photo | |||
mailer => NONE | |||
nickname => cn | |||
note => description | |||
org => o | |||
oraganization-name => o | |||
organization-unit => ou | |||
photo => jpegPhoto | photo | |||
rev => NONE | |||
role => NONE | |||
sort-string => NONE | |||
sound => audio | |||
tel => telephoneNumber | |||
=> homePhone | |||
=> mobile | |||
title => title | |||
tz => NONE | |||
uid => uid | |||
url => labeledURI | |||
</pre> | |||
=== Participants === | === Participants === | ||
* Beau Lebens | * Beau Lebens | ||
* Matt Wilkinson | * Matt Wilkinson | ||
* Mark Ng | * Mark Ng | ||
* Tantek | * Tantek Çelik | ||
* Chad Weider | * Chad Weider | ||
* Stephen Paul Weber |
Latest revision as of 01:18, 27 July 2009
Self Updating Address Book
http://github.com/beaulebens/hCard-LDAP-Service
Basic Idea: an online address book/contact system, accessible via LDAP, which updates its records by periodically crawling/parsing URLs containing hCards.
vCard => LDAP
fn => displayName n => cn given-name => gn family-name => sn additional-name => NONE honorific-prefix => personalTitle (not in inetOrgPerson) honorific-suffix => generationQualifier (not in inetOrgPerson) adr => postalAddress post-office-box => postOfficeBox extended-address => NONE street-address => street locality => l region => st postal-code => postalCode country-name => c (not in inetOrgPerson) type => NONE (only one per entry) agent => secretary bday => NONE category => NONE class => NONE email => mail geo => NONE key => NONE label => NONE logo => jpegPhoto | photo mailer => NONE nickname => cn note => description org => o oraganization-name => o organization-unit => ou photo => jpegPhoto | photo rev => NONE role => NONE sort-string => NONE sound => audio tel => telephoneNumber => homePhone => mobile title => title tz => NONE uid => uid url => labeledURI
Participants
- Beau Lebens
- Matt Wilkinson
- Mark Ng
- Tantek Çelik
- Chad Weider
- Stephen Paul Weber