<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=ZopOoo</id>
	<title>Microformats Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=ZopOoo"/>
	<link rel="alternate" type="text/html" href="https://microformats.org/wiki/Special:Contributions/ZopOoo"/>
	<updated>2026-05-13T19:43:54Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=picoformats&amp;diff=17802</id>
		<title>picoformats</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=picoformats&amp;diff=17802"/>
		<updated>2007-06-22T21:58:10Z</updated>

		<summary type="html">&lt;p&gt;ZopOoo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Picoformats =&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
* [http://highearthorbit.com Andrew Turner]&lt;br /&gt;
* [http://factoryjoe.com/blog Chris Messina]&lt;br /&gt;
* Andy Stack, [http://mozes.com Mozes]&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Picoformats represent an effort being undertaken by [http://factoryjoe.com/blog Chris Messina] and Andy Stack of [http://mozes.com Mozes] to codify various standards and openly pursue a nomenclature and syntax for communicating and executing commands with mobile devices over SMS or via command line interfaces (CLI).&lt;br /&gt;
&lt;br /&gt;
An example application is [http://dodgeball.com Dodgeball's] use of the at symbol (@) to express checking in to a place.&lt;br /&gt;
&lt;br /&gt;
Using the Microformats process and principles of building block design, our goal is to openly develop a complete syntax for interacting with various mobile services using the characters available on most mobile devices.&lt;br /&gt;
&lt;br /&gt;
== Problem Statement ==&lt;br /&gt;
&lt;br /&gt;
# send messages to user mobiles - via SMS, or a small application,&lt;br /&gt;
that contains information like appointment times, locations,&lt;br /&gt;
directions, and contact info. For example, when2where.com reminds&lt;br /&gt;
users when they need to leave to get to their appointment, so the&lt;br /&gt;
message may be like:&lt;br /&gt;
&lt;br /&gt;
 leave @ 4:35PM ~Dentist Office -&amp;gt; Detroit, MI&lt;br /&gt;
&lt;br /&gt;
where the text itself is simple and readable, but there *may* be an&lt;br /&gt;
small utility that would parse the @ symbol to add the event to the&lt;br /&gt;
calendar, the ~ to allow the person to quickly call that contact, or&lt;br /&gt;
the -&amp;gt; to pull up a Map/directions to the location&lt;br /&gt;
&lt;br /&gt;
# allow users to write messages to query an application - this is&lt;br /&gt;
similar to what Mozes has started with notes:&lt;br /&gt;
&lt;br /&gt;
 when2where: ?today    --- what appointements to I have today&lt;br /&gt;
 new @ 4PM ~Olive Garden -&amp;gt; Novi     --- add an appointment&lt;br /&gt;
&lt;br /&gt;
In addition to the obvious mobile device arena, I think picoformats&lt;br /&gt;
are usable in any context where &amp;quot;markup&amp;quot; is too heavy. For example, I&lt;br /&gt;
also just put together an IRC bot, whereisbot, that announces user&lt;br /&gt;
locations as they sign into a channel, or allows people to do:&lt;br /&gt;
&lt;br /&gt;
 .whereami, or .whereis &amp;lt;nick&amp;gt; to geolocate other people in a channel.&lt;br /&gt;
&lt;br /&gt;
I want to 'markup' the information, but putting actual XHTML or XML is&lt;br /&gt;
annoying, since IRC doesn't parse the information at all. So right now&lt;br /&gt;
the response is:&lt;br /&gt;
&lt;br /&gt;
 ajturner: .whereami&lt;br /&gt;
 whereisbot: ajturner is in Northville, MI, US  [42.4365 x -83.4884]&lt;br /&gt;
&lt;br /&gt;
So then someone could write a Picoformat parser for&lt;br /&gt;
X-Chat/Colloquy/other that would parse the [ #### x #### ] and provide&lt;br /&gt;
a Map url link.&lt;br /&gt;
&lt;br /&gt;
Using arrows to denote time and place, familiar from video recorders and other devices.&lt;br /&gt;
Some thoughts: &amp;lt;past  &amp;gt;future  ^now (the hat is also mnemonic for Here   At)  or &amp;gt;5 (in five days time) &amp;gt;&amp;gt;5 (in 5 weeks time) &amp;gt;&amp;gt;&amp;gt;5 (5 months)&lt;br /&gt;
 &lt;br /&gt;
 Meeting &amp;lt;Leeds went well. ^Home. See you &amp;gt;london&lt;br /&gt;
 Sorry, saw them &amp;lt;&amp;lt;2 wanna go see film &amp;gt;3?&lt;br /&gt;
&lt;br /&gt;
== Documented Syntaxes ==&lt;br /&gt;
&lt;br /&gt;
* [[actiontastic-syntax | Actiontastic]]&lt;br /&gt;
* [[dopplr-syntax | Dopplr]]&lt;br /&gt;
* [[facebook-syntax | Facebook Mobile]]&lt;br /&gt;
* [[igtd-syntax | iGTD]]&lt;br /&gt;
* [[kiboze-syntax|Kiboze]]&lt;br /&gt;
* [[mixd-syntax | Mixd]]&lt;br /&gt;
* [[plazes-syntax | Plazes]]&lt;br /&gt;
* [[quickpack-syntax | QuickPack]]&lt;br /&gt;
* [[stikkit-syntax | Stikkit]] http://stikkit.com/&lt;br /&gt;
* [[textmarks-syntax|Textmarks]]&lt;br /&gt;
* [[tfl-syntax | Transport for London]]&lt;br /&gt;
* [[twitter-syntax | Twitter]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.kiboze.com/kiboze/CustWorks.aspx Kiboze How it Works]&lt;br /&gt;
* Flagr: [http://www.flagr.com/help/howto#mobile_creating_flag Creating mobile flags]&lt;br /&gt;
* [http://www.dodgeball.com/glossary Dodgeball Glossary]&lt;br /&gt;
* [http://twttr.com/t/help/lingo twttr lingo]&lt;br /&gt;
* [http://twitternanoformats.wikispaces.com/ A proposal for Twttr nanoformats]&lt;br /&gt;
* [http://skobee.com/email_howto Skobee's email syntax]&lt;br /&gt;
* [http://www.meetmoi.com/1/meetmoi?wicket:bookmarkablePage=:com.mdate.web.GettingStarted#11 MeetMoi syntax]&lt;br /&gt;
* [https://www.billmonk.com/about/sms BillMonk syntax]&lt;/div&gt;</summary>
		<author><name>ZopOoo</name></author>
	</entry>
</feed>