// An example configuration file that stores information about a store. // Basic store information: name = "Books, Movies & More"; // Store inventory: inventory = { books = ( { title = "Treasure Island"; author = "Robert Louis Stevenson"; price = 29.99; qty = 5; }, { title = "Snow Crash"; author = "Neal Stephenson"; price = 9.99; qty = 8; } ); movies = ( { title = "Brazil"; media = "DVD"; price = 19.99; qty = 11; }, { title = "The City of Lost Children"; media = "DVD"; price = 18.99; qty = 5; }, { title = "Memento"; media = "Blu-Ray"; price = 24.99; qty = 20; }, { title = "Howard the Duck"; } ); }; // Store hours: hours = { mon = { open = 9; close = 18; }; tue = { open = 9; close = 18; }; wed = { open = 9; close = 18; }; thu = { open = 9; close = 18; }; fri = { open = 9; close = 20; }; sat = { open = 9; close = 20; }; sun = { open = 11; close = 16; }; }; ian/1.4.8-4&id=2f1210c5c81bec6bfb97214a810f4cfcfa6227a1'>refslogtreecommitdiffstats
path: root/doc (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-25Split out debug packagesJonathan McCrohan2-1/+6
2011-12-31Fix debian/rulesJonathan McCrohan1-1/+1
2011-12-31Remove shlibsJonathan McCrohan1-2/+0
2011-12-31Remove NMU from changelogJonathan McCrohan1-1/+0
2011-12-31Lintian FixesJonathan McCrohan1-2/+4
2011-12-31Remove Makefile patchJonathan McCrohan1-1/+0
2011-12-31Update MakefilesJonathan McCrohan10-248/+8222
2011-12-31Updated makefilesJonathan McCrohan1-0/+1