Fossil SCM
add text indicating additional usage of project description
Commit
8bb501b72531496b83144cd4bcbbf0699c55d37cbf688542e6e1c8f15618c322
Parent
4dd3fa88745e134…
1 file changed
+2
-2
+2
-2
| --- src/setup.c | ||
| +++ src/setup.c | ||
| @@ -201,11 +201,11 @@ | ||
| 201 | 201 | login_needed(0); |
| 202 | 202 | return; |
| 203 | 203 | } |
| 204 | 204 | style_header("Log Menu"); |
| 205 | 205 | @ <table border="0" cellspacing="3"> |
| 206 | - | |
| 206 | + | |
| 207 | 207 | if( db_get_boolean("admin-log",1)==0 ){ |
| 208 | 208 | blob_appendf(&desc, |
| 209 | 209 | "The admin log records configuration changes to the repository.\n" |
| 210 | 210 | "<b>Disabled</b>: Turn on the " |
| 211 | 211 | " <a href='%R/setup_settings'>admin-log setting</a> to enable." |
| @@ -1296,11 +1296,11 @@ | ||
| 1296 | 1296 | @ </p> |
| 1297 | 1297 | @ <hr> |
| 1298 | 1298 | textarea_attribute("Project Description", 3, 80, |
| 1299 | 1299 | "project-description", "pd", "", 0); |
| 1300 | 1300 | @ <p>Describe your project. This will be used in page headers for search |
| 1301 | - @ engines as well as a short RSS description. | |
| 1301 | + @ engines, the repository listing and a short RSS description. | |
| 1302 | 1302 | @ (Property: "project-description")</p> |
| 1303 | 1303 | @ <hr> |
| 1304 | 1304 | entry_attribute("Canonical Server URL", 40, "email-url", |
| 1305 | 1305 | "eurl", "", 0); |
| 1306 | 1306 | @ <p>This is the URL used to access this repository as a server. |
| 1307 | 1307 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -201,11 +201,11 @@ | |
| 201 | login_needed(0); |
| 202 | return; |
| 203 | } |
| 204 | style_header("Log Menu"); |
| 205 | @ <table border="0" cellspacing="3"> |
| 206 | |
| 207 | if( db_get_boolean("admin-log",1)==0 ){ |
| 208 | blob_appendf(&desc, |
| 209 | "The admin log records configuration changes to the repository.\n" |
| 210 | "<b>Disabled</b>: Turn on the " |
| 211 | " <a href='%R/setup_settings'>admin-log setting</a> to enable." |
| @@ -1296,11 +1296,11 @@ | |
| 1296 | @ </p> |
| 1297 | @ <hr> |
| 1298 | textarea_attribute("Project Description", 3, 80, |
| 1299 | "project-description", "pd", "", 0); |
| 1300 | @ <p>Describe your project. This will be used in page headers for search |
| 1301 | @ engines as well as a short RSS description. |
| 1302 | @ (Property: "project-description")</p> |
| 1303 | @ <hr> |
| 1304 | entry_attribute("Canonical Server URL", 40, "email-url", |
| 1305 | "eurl", "", 0); |
| 1306 | @ <p>This is the URL used to access this repository as a server. |
| 1307 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -201,11 +201,11 @@ | |
| 201 | login_needed(0); |
| 202 | return; |
| 203 | } |
| 204 | style_header("Log Menu"); |
| 205 | @ <table border="0" cellspacing="3"> |
| 206 | |
| 207 | if( db_get_boolean("admin-log",1)==0 ){ |
| 208 | blob_appendf(&desc, |
| 209 | "The admin log records configuration changes to the repository.\n" |
| 210 | "<b>Disabled</b>: Turn on the " |
| 211 | " <a href='%R/setup_settings'>admin-log setting</a> to enable." |
| @@ -1296,11 +1296,11 @@ | |
| 1296 | @ </p> |
| 1297 | @ <hr> |
| 1298 | textarea_attribute("Project Description", 3, 80, |
| 1299 | "project-description", "pd", "", 0); |
| 1300 | @ <p>Describe your project. This will be used in page headers for search |
| 1301 | @ engines, the repository listing and a short RSS description. |
| 1302 | @ (Property: "project-description")</p> |
| 1303 | @ <hr> |
| 1304 | entry_attribute("Canonical Server URL", 40, "email-url", |
| 1305 | "eurl", "", 0); |
| 1306 | @ <p>This is the URL used to access this repository as a server. |
| 1307 |