aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--default.template5
-rw-r--r--nYAW.pngbin12375 -> 12273 bytes
-rw-r--r--nYAW_icon.pngbin39025 -> 6315 bytes
-rwxr-xr-xnotYetAnotherWiki.lua2
4 files changed, 4 insertions, 3 deletions
diff --git a/default.template b/default.template
index 01fc197..6590e5d 100644
--- a/default.template
+++ b/default.template
@@ -15,9 +15,10 @@
15 } 15 }
16 16
17 pre { 17 pre {
18 background-color: #cc00ff; 18 background-color: $karenpurple$;
19 overflow: auto; 19 overflow: auto;
20 width: 42%; 20 width: 42%;
21 margin: 10px;
21 } 22 }
22 23
23 menu { 24 menu {
@@ -31,7 +32,7 @@
31 </style> 32 </style>
32 </head> 33 </head>
33 <body bgcolor="black" text="white" alink="red" link="yellow" vlink="blue"> 34 <body bgcolor="black" text="white" alink="red" link="yellow" vlink="blue">
34 <table style="background-color: rebeccapurple; line-style: none; border-style: none; border-spacing: 0;"> 35 <table style="background-color: $karenpurple$; line-style: none; border-style: none; border-spacing: 0;">
35 <tr> 36 <tr>
36 <td><img src="$logo$" alt="alt text" title="Not (Yet) (Another / A) Wiki."/></td> 37 <td><img src="$logo$" alt="alt text" title="Not (Yet) (Another / A) Wiki."/></td>
37 <td style="text-align: right;">$header$ &nbsp; plus login and register buttons</td> 38 <td style="text-align: right;">$header$ &nbsp; plus login and register buttons</td>
diff --git a/nYAW.png b/nYAW.png
index 4da9a6c..a843126 100644
--- a/nYAW.png
+++ b/nYAW.png
Binary files differ
diff --git a/nYAW_icon.png b/nYAW_icon.png
index 1bfec6d..5788080 100644
--- a/nYAW_icon.png
+++ b/nYAW_icon.png
Binary files differ
diff --git a/notYetAnotherWiki.lua b/notYetAnotherWiki.lua
index 793a0a0..be46646 100755
--- a/notYetAnotherWiki.lua
+++ b/notYetAnotherWiki.lua
@@ -4,7 +4,7 @@ local lcmark = require("lcmark")
4 4
5 5
6 6
7local globalData = {favicon = 'nYAW_icon.png', logo = 'nYAW.png', version = '-0.1', header = '', footer = '', menu = '', ['_'] = '&nbsp;', ['dlr'] = '&dollar;'} 7local globalData = {favicon = 'nYAW_icon.png', logo = 'nYAW.png', version = '-0.1', header = '', footer = '', menu = '', ['_'] = '&nbsp;', ['dlr'] = '&dollar;', ['karenpurple'] = '#8800ff'}
8local sites = {} 8local sites = {}
9 9
10 10