Differences From:
File
src/style.c
part of check-in
[8ffd32c2b7]
- Add the ability to edit the CSS for all pages in the Setup menu. Other
miscellaneous changes toward getting ticketing to work.
by
drh on
2007-10-28 20:52:52.
[view]
To:
File
src/style.c
part of check-in
[f08adf3d58]
- Added a "wiki" link to the main menu. Added built-in description of wiki
formatting rules. Added a wiki "homepage" that displays when the
"wiki" URI is used without a pagename. Added support for a wiki
sandbox that does not save to the repository.
by
drh on
2007-10-28 23:27:12.
[view]
@@ -96,8 +96,11 @@
@ <a href="%s(g.zBaseURL)/home">Home</a>
if( g.okRead ){
@ | <a href="%s(g.zBaseURL)/leaves">Leaves</a>
@ | <a href="%s(g.zBaseURL)/timeline">Timeline</a>
+ }
+ if( g.okRdWiki ){
+ @ | <a href="%s(g.zBaseURL)/wiki">Wiki</a>
}
#if 0
@ | <font color="#888888">Search</font>
@ | <font color="#888888">Ticket</font>