more exaple files. MISSING: PCBoard, Avatar

This commit is contained in:
Howland Owl 2013-10-18 17:27:47 +03:00
parent 14b4aae4b3
commit e8bf58f2c5
6 changed files with 221 additions and 117 deletions

BIN
51_DRGN.XB Normal file

Binary file not shown.

BIN
51_EMP.XB Normal file

Binary file not shown.

BIN
MD-XMAS.IDF Normal file

Binary file not shown.

BIN
US-SADIS.BIN Normal file

Binary file not shown.

View file

@ -4,8 +4,7 @@
"template": "template.html", "template": "template.html",
"css": "template.css" "css": "template.css"
}, },
"filedata": [ "filedata": [{
{
"file": "spaceflight.asc", "file": "spaceflight.asc",
"name": "Spaceflight", "name": "Spaceflight",
"amiga": true, "amiga": true,
@ -27,8 +26,7 @@
"line1": "Revision 2013", "line1": "Revision 2013",
"line2": "Mercury", "line2": "Mercury",
"text": "No tools, just a text editor" "text": "No tools, just a text editor"
}, }, {
{
"file": "az0!-revi510n.txt", "file": "az0!-revi510n.txt",
"name": "Revi510n", "name": "Revi510n",
"amiga": true, "amiga": true,
@ -50,8 +48,7 @@
"line1": "Revision 2013", "line1": "Revision 2013",
"line2": "Madwizards+Floppy", "line2": "Madwizards+Floppy",
"text": "Wow I'm back to ascii scene after 12 years break. Have fun people! Amiiiiiiga :)" "text": "Wow I'm back to ascii scene after 12 years break. Have fun people! Amiiiiiiga :)"
}, }, {
{
"file": "ted_-_spaceship_enterprise.ans", "file": "ted_-_spaceship_enterprise.ans",
"name": "SPACEshiP ENterprISe", "name": "SPACEshiP ENterprISe",
"amiga": false, "amiga": false,
@ -73,8 +70,7 @@
"line1": "Revision 2013", "line1": "Revision 2013",
"line2": "Pöo-crüe^3ln", "line2": "Pöo-crüe^3ln",
"text": "Special greets to m0d - you're AWESOME! -\nThis displays more nicely in 80x50 mode\nTruck said it was OK to do that mode outside the rules\nProper resolution in Partymeister" "text": "Special greets to m0d - you're AWESOME! -\nThis displays more nicely in 80x50 mode\nTruck said it was OK to do that mode outside the rules\nProper resolution in Partymeister"
}, }, {
{
"file": "h7-supergroupies.ans", "file": "h7-supergroupies.ans",
"name": "Super Groupies", "name": "Super Groupies",
"amiga": false, "amiga": false,
@ -96,10 +92,9 @@
"line1": "Revision 2013", "line1": "Revision 2013",
"line2": "Blocktronics & Accession", "line2": "Blocktronics & Accession",
"text": "Pablodraw osX" "text": "Pablodraw osX"
}, }, {
{ "file": "51_DRGN.XB",
"file": "ARTX-LGO.ADF", "name": "51 Dragon",
"name": "Example ADF (not Amiga Disk File)",
"amiga": false, "amiga": false,
"width": "80", "width": "80",
"color": [ "color": [
@ -114,11 +109,120 @@
250, 250,
255 255
], ],
"author": "CIA",
"font": "ansifont",
"line1": "CIA Pack 62",
"line2": "",
"text": "16colors archive"
}, {
"file": "ARTX-LGO.ADF",
"name": "example ADF",
"amiga": false,
"width": "120",
"color": [
0,
30,
30,
255
],
"bg": [
240,
240,
250,
255
],
"author": "Apathy", "author": "Apathy",
"font": "ansifont", "font": "ansifont",
"line1": "ADF example", "line1": "ADF example",
"line2": "...", "line2": "...",
"text": "not Amiga disk file" "text": "not Amiga disk file"
} }, {
] "file": "US-SADIS.BIN",
"name": "bin example",
"amiga": false,
"width": "120",
"color": [
0,
30,
30,
255
],
"bg": [
240,
240,
250,
255
],
"author": "CIA",
"font": "ansifont",
"line1": "BIN example",
"line2": "...",
"text": "whee"
}, {
"file": "zv_iniq.tnd",
"name": "tundra example",
"amiga": false,
"width": "120",
"color": [
0,
30,
30,
255
],
"bg": [
240,
240,
250,
255
],
"author": "Sense",
"font": "ansifont",
"line1": "Tundra example",
"line2": "...",
"text": "more examples"
}, {
"file": "MD-XMAS.IDF",
"name": "IVF example",
"amiga": false,
"width": "120",
"color": [
0,
30,
30,
255
],
"bg": [
240,
240,
250,
255
],
"author": "MD",
"font": "ansifont",
"line1": "Xmas (ivf example)",
"line2": "...",
"text": "more examples"
}, {
"file": "51_EMP.XB",
"name": "WIDE xbin",
"amiga": false,
"width": "120",
"color": [
0,
30,
30,
255
],
"bg": [
240,
240,
250,
255
],
"author": "Apathy",
"font": "ansifont",
"line1": "wide XBIN",
"line2": "...",
"text": "wide XBIN example"
}]
} }

BIN
zv_iniq.tnd Normal file

Binary file not shown.