Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Changes In Branch multiple-skins Excluding Merge-Ins
This is equivalent to a diff from 236087b98e to b36e241100
2015-01-22
| ||
15:32 | Add missing style to the default skin CSS. Also, correct some comments. check-in: 03a75d7cb5 user: mistachkin tags: trunk | |
15:23 | Add the ability to bring up a web server that uses a different skin from the default, and have multiple servers going at the same time, each using a different skin. Currently enabled for unix only. (Later:) Upon further reflection, I'm not convinced this is a good idea, so the code is moved into a branch. Closed-Leaf check-in: b36e241100 user: drh tags: multiple-skins | |
13:44 | Add comments the CGI-script parser. Move the most commonly seen lines to the top of the if-then-else chain. check-in: 236087b98e user: drh tags: trunk | |
12:37 | Add a few "const" qualifiers in appropriate places, and remove some unnecessary end-of-line spaces. No change in functionality. check-in: f6c285f88c user: jan.nijtmans tags: trunk | |
Changes to src/configure.c.
Changes to src/db.c.
Changes to src/main.c.
Changes to src/setup.c.
Changes to src/skins.c.
Changes to src/style.c.