« Previous - Version 2/9 (diff) - Next » - Current version
Jeff Schoolcraft, 05/21/2009 06:25 pm


Members Full List

We're going to try to scrape this data at some point, so it's important to keep the format consistent.

Do something like this (figure we can make it look like YAML and just parse it):
<pre>
unique_id:
  key: value
</pre>
Where key is one of the following fields (feel free to add to this list, but we need to keep consistent)
 name, email, blog, www, irc, aim, msn, gtalk, yahoo, twitter, friendfeed, company, projects
Here's a base template to get you started:
your_identifier:
  name: 
  email: 
  blog: 
  twitter: 
  company: 
  projects:
   - project 1
   - project 2

Actual List Starts here

jschoolcraft:
  name: Jeff Schoolcraft
  email:
  - jeff@thequeue.net
  - jeffrey.schoolcraft@gmail.com
  blog: http://blog.thequeue.net/
  twitter: http://twitter.com/jschoolcraft
  company: The Queue Incorporated
  projects: 
  - http://urlagg.com
  - http://hushchamber.com

Also available in: HTML TXT