MemberFullList
Version 1 (Jeff Schoolcraft, 05/21/2009 06:21 pm)
| 1 | 1 | h1. Members Full List |
|
|---|---|---|---|
| 2 | 1 | ||
| 3 | 1 | We're going to try to scrape this data at some point, so it's important to keep the format consistent. |
|
| 4 | 1 | ||
| 5 | 1 | Do something like this (figure we can make it look like "YAML":http://www.yaml.org and just parse it): |
|
| 6 | 1 | <pre> |
|
| 7 | 1 | <pre> |
|
| 8 | 1 | unique_id: |
|
| 9 | 1 | key: value |
|
| 10 | 1 | </pre> |
|
| 11 | 1 | </pre> |
|
| 12 | 1 | ||
| 13 | 1 | Where key is one of the following fields (feel free to add to this list, but we need to keep consistent) |
|
| 14 | 1 | <pre> |
|
| 15 | 1 | name, email, blog, www, irc, aim, msn, gtalk, yahoo, twitter, friendfeed, company, projects |
|
| 16 | 1 | </pre> |
|
| 17 | 1 | ||
| 18 | 1 | Here's a base template to get you started: |
|
| 19 | 1 | <pre> |
|
| 20 | 1 | your_identifier: |
|
| 21 | 1 | name: |
|
| 22 | 1 | email: |
|
| 23 | 1 | blog: |
|
| 24 | 1 | twitter: |
|
| 25 | 1 | company: |
|
| 26 | 1 | projects: |
|
| 27 | 1 | - project 1 |
|
| 28 | 1 | - project 2 |
|
| 29 | 1 | </pre> |
|
| 30 | 1 | ||
| 31 | 1 | h2. Actual List Starts here |
|
| 32 | 1 | ||
| 33 | 1 | <pre> |
|
| 34 | 1 | jschoolcraft: |
|
| 35 | 1 | name: Jeff Schoolcraft |
|
| 36 | 1 | email: |
|
| 37 | 1 | - jeff@thequeue.net |
|
| 38 | 1 | - jeffrey.schoolcraft@gmail.com |
|
| 39 | 1 | blog: http://blog.thequeue.net/ |
|
| 40 | 1 | twitter: http://twitter.com/jschoolcraft |
|
| 41 | 1 | company: The Queue Incorporated |
|
| 42 | 1 | projects: |
|
| 43 | 1 | - http://urlagg.com |
|
| 44 | 1 | - http://hushchamber.com |
|
| 45 | 1 | </pre> |