Differences From:
File
src/setup.c
part of check-in
[29374daa0d]
- /home link content can now be pulled from a Wiki entry or an arbitrary link relative to the fossil root url. See the WWW Configuration dialog for details.
by
stephan on
2008-05-15 22:05:52.
Also file
src/setup.c
part of check-in
[f94f7e5f49]
- Merge the fork back together.
by
drh on
2008-05-16 00:27:49.
[view]
To:
File
src/setup.c
part of check-in
[c51dd3058c]
- Back out the "Home Page" configuration option added by 29374daa0d
by
drh on
2008-05-16 01:09:08.
Also file
src/setup.c
part of check-in
[80dc46d635]
- Fix problems on the stat page that appear for larger repositories.
by
drh on
2008-03-06 00:26:55.
[view]
@@ -601,20 +601,8 @@
textarea_attribute("Project Description", 5, 60,
"project-description", "pd", "");
@ <p>Describe your project. This will be used in page headers for search
@ engines as well as a short RSS description.</p>
- @ <hr />
- entry_attribute("Home page", 60, "project-home", "phome", "");
- @ <p>This sets the content source for the Home page ([/home]).
- @ Enter a wiki page name (as wiki/PageName) or another URL relative to
- @ this server's root (%s(g.zBaseURL)/).
- @ The default is to use wiki/ProjectName. Make sure to use a valid name,
- @ or your /home link will likely crash! (If that happens, simply come back
- @ to this page and set it to a good (or empty) value.)
- @ To use .wiki or .html files in your source tree as content, use a URL
- @ in the form <tt>doc/VERSION/path/to/doc.wiki</tt>, where VERSION is either
- @ the UUID of a version of that page or the word 'tip' to get the most recent
- @ version.</p>
@ <hr />
@ <p><input type="submit" name="submit" value="Apply Changes"></p>
@ </form>
db_end_transaction(0);