DAIBOLA

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:sedamo:start [2020/07/11 07:34] adminen:sedamo:sedamo [2024/03/12 10:38] (current) – ↷ Links adapted because of a move operation 217.113.194.100
Line 1: Line 1:
 +====== sedamo: Addressing the world ======
  
 +//service d'adresse mondial// – short: //sedamo// – is the easiest way to share an address: Each address gets an unique 8-letter code. Using this code, the sender can print out the correctly formatted address lable in the language of the receiver's country. This means anyone can accurately label a letter or parcel, find any location, and share it more quickly, easily and with less ambiguity than any other system.
 +
 +The service can be used //for free// via the website http://sedamo.info/ 
 +
 +//sedamo// can also be built into any addressing software, e-commerce website, mobile app, navigation device, or waybill system, with just a few lines of code. 
 +
 +//sedamo// supports both physical addresses (building addresses) and postal addresses (PO boxes) in any language: 
 +Chinese, Greek, Korean, Russian (Cyrillic), Thai, … 
 +
 +//sedamo// address codes can be added to 
 +business cards, commercial papers, travel guide books, 
 +so your international customers can print your address with ease. 
 +
 +Read on to see how //sedamo// will revolutionise your business:
 +
 +
 +== Examples ==
 +  * [[Journey to Shanghai]]
 +  * [[Business meeting in Frankfurt]]
 +  * [[Sending a letter to Russia]] 
 +  * [[Improving a travel guide]]
 +
 +=== Try yourself! ===
 +  * [[https://sedamo.info|Look-up your own address code]]
 +  * [[Using sedamo for Navigation]]
 +  * [[add_geo_coordinates]]
 +  * [[.api:registration|Register for the sedamo API]]
 +  * [[en:sedamo:web_address_input|web-based address input via sedamo]]
 +  * [[en:sedamo:xml_address_output|sedamo XML address output]]
 +  * [[wp>service d'adresse mondial|Learn more at the Wikipedia]]
 +
 +
 +
 +
 +//sedamo// is the answer for addressing in a globalised world
 +
 +
 +<WRAP safety round box 60%>
 +<PHP>
 +$date = strtotime("2006-06-10T20:00:00Z");  
 +$diff = time() - $date;
 +$years = floor($diff / 31536000);
 +$days = floor($diff % 31536000 / 86400);
 +echo "Adressing the world since $years years and $days days!";
 +</PHP>
 +</WRAP>
 +
 +
 +{{:img:coming_soon.gif?nolink |}} \\ [[sedamo_api]]