Differences From:
File
src/wiki.c
part of check-in
[e8c4f69c50]
- Change all mentions of "UUID" in the documentation and help screens into
either "artifact ID" or "baseline ID" or "ticket ID" as appropriate. "UUID"
has a widely recognized meaning that is different from its meaning in
fossil. "UUID" is still used in code comments and in variable names.
by
drh on
2008-10-24 13:27:53.
[view]
To:
File
src/wiki.c
part of check-in
[9de6abab2a]
- Miscellaneous cosmetic changes
by
eric on
2008-11-15 14:18:09.
[view]
@@ -132,9 +132,9 @@
@ <ul>
{ char *zHomePageName = db_get("project-name",0);
if( zHomePageName ){
@ <li> <a href="%s(g.zBaseURL)/wiki?name=%s(zHomePageName)">
- @ %s(zHomePageName)</a> wiki page.</li>
+ @ %s(zHomePageName)</a> wiki home page.</li>
}
}
@ <li> <a href="%s(g.zBaseURL)/timeline?y=w">Recent changes</a> to wiki
@ pages. </li>