public
Description: Address Book tool
Homepage: http://addressbooker.appspot.com/
Clone URL: git://github.com/bradfitz/addressbooker.git
addressbooker / menu.html
100644 11 lines (8 sloc) 0.451 kb
1
2
3
4
5
6
7
8
9
10
11
<p>Hello, you've just given me <b>{{ n_contacts }}</b> contact(s)</a>.</p>
 
<p>What can I help you do with them?</p>
 
<ul>
<li><a href="/view?key={{ key|urlencode }}">View them</a>.
<li>Export as CSV. (not done yet)</li>
<li><a href="/vcard?key={{ key|urlencode }}">Export as vCard.</a> for OS X's Address Book, iPhone, etc.</li>
<li><a href="/gcontacts?key={{ key|urlencode }}">Merge into your Google Contacts</a> for GMail, Android, etc.</li>
</ul>