Mercurial > laserkard
diff cardOrders/RobertMcIntyre.txt @ 51:95fa4bcc5d67 laserkard
[svn r52] implemented SVG backend
author | rlm |
---|---|
date | Wed, 03 Feb 2010 03:14:09 -0500 |
parents | |
children |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/cardOrders/RobertMcIntyre.txt Wed Feb 03 03:14:09 2010 -0500 1.3 @@ -0,0 +1,57 @@ 1.4 +{ 1.5 + 1.6 +"bold": 1.7 + 1.8 + { 1.9 + "style" : "bold", 1.10 + "number" : "7", 1.11 + "fields": 1.12 + { 1.13 + "Name" : "Robert McIntyre", 1.14 + "Email" : "rlm@mit.edu", 1.15 + }, 1.16 + }, 1.17 +"arrow": 1.18 + 1.19 + { 1.20 + "style" : "arrow", 1.21 + "number" : "8", 1.22 + "fields": 1.23 + { 1.24 + "Name" : "Robert McIntyre", 1.25 + "Email" : "rlm@mit.edu", 1.26 + "Company" : "MIT", 1.27 + "Occupation" : "Course 6 & 9", 1.28 + }, 1.29 + }, 1.30 +"classic": 1.31 + 1.32 + { 1.33 + "style" : "classic", 1.34 + "number" : "7", 1.35 + "fields": 1.36 + { 1.37 + "Name" : "Robert McIntyre", 1.38 + "Email" : "rlm@mit.edu", 1.39 + "Company" : "MIT", 1.40 + "Occupation" : "Course 6 & 9", 1.41 + "Phone" : "617.821.9129", 1.42 + "Website" : "http://www.rlmcintyre.com", 1.43 + }, 1.44 + }, 1.45 +"direct": 1.46 + 1.47 + { 1.48 + "style" : "direct", 1.49 + "number" : "8", 1.50 + "fields": 1.51 + { 1.52 + "Name" : "Robert McIntyre", 1.53 + "Email" : "rlm@mit.edu", 1.54 + "Company" : "MIT", 1.55 + "Occupation" : "Course 6 & 9", 1.56 + "Phone" : "617.821.9129", 1.57 + "Website" : "http://www.rlmcintyre.com", 1.58 + }, 1.59 + }, 1.60 +}