// 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; }; }; /a>logtreecommitdiffstats
path: root/dvb-c/at-SalzburgAG (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2007-04-16update dvb-c/de-Kabel_BWChristoph Pfister1-59/+14
2007-04-13third round of updating scan filesChristoph Pfister4-12/+52
2007-04-11second round of updating scan filesChristoph Pfister13-8/+132
2007-04-11first round of updating scan filesChristoph Pfister24-137/+337
2007-04-05fixed some of the eutel transponder dataMarcel Siegert1-4/+4
2007-04-05added several Hotbird 13.0E transponders, as NIT detectionMarcel Siegert1-0/+9