Fossil SCM
Change "Abbreviated Name" to "Tarball and ZIP-archive Prefix" on the "Configuration" page of setup.
Commit
49e112c9f0ebb48d2acdf6fd0ea41e84bc5d452b
Parent
d30abe150a2ffd8…
1 file changed
+6
-8
+6
-8
| --- src/setup.c | ||
| +++ src/setup.c | ||
| @@ -1273,25 +1273,23 @@ | ||
| 1273 | 1273 | @ <form action="%s(g.zTop)/setup_config" method="post"><div> |
| 1274 | 1274 | login_insert_csrf_secret(); |
| 1275 | 1275 | @ <hr /> |
| 1276 | 1276 | entry_attribute("Project Name", 60, "project-name", "pn", "", 0); |
| 1277 | 1277 | @ <p>Give your project a name so visitors know what this site is about. |
| 1278 | - @ The project name will also be used as the RSS feed title. This name is distinct | |
| 1279 | - @ from the "Abbreviated Name" below. | |
| 1278 | + @ The project name will also be used as the RSS feed title. | |
| 1280 | 1279 | @ </p> |
| 1281 | 1280 | @ <hr /> |
| 1282 | 1281 | textarea_attribute("Project Description", 3, 80, |
| 1283 | 1282 | "project-description", "pd", "", 0); |
| 1284 | 1283 | @ <p>Describe your project. This will be used in page headers for search |
| 1285 | 1284 | @ engines as well as a short RSS description.</p> |
| 1286 | 1285 | @ <hr /> |
| 1287 | - entry_attribute("Abbreviated Name", 20, "short-project-name", "spn", "", 0); | |
| 1288 | - @ <p>This is a shortened version of the Project Name that is used as the name | |
| 1289 | - @ prefix for generated tarballs and ZIP archives. For best results, keep the | |
| 1290 | - @ name brief and avoid special characters such as "/" and "\". If no abbreviated | |
| 1291 | - @ project name is supplied, then the full Project Name above is used in the | |
| 1292 | - @ names for tarball and ZIP archive. | |
| 1286 | + entry_attribute("Tarball and ZIP-archive Prefix", 20, "short-project-name", "spn", "", 0); | |
| 1287 | + @ <p>This is used as a prefix on the names of generated tarballs and ZIP archive. | |
| 1288 | + @ For best results, keep this prefix brief and avoid special characters such | |
| 1289 | + @ as "/" and "\". | |
| 1290 | + @ If no tarball prefix is specified, then the full Project Name above is used. | |
| 1293 | 1291 | @ </p> |
| 1294 | 1292 | @ <hr /> |
| 1295 | 1293 | onoff_attribute("Enable WYSIWYG Wiki Editing", |
| 1296 | 1294 | "wysiwyg-wiki", "wysiwyg-wiki", 0, 0); |
| 1297 | 1295 | @ <p>Enable what-you-see-is-what-you-get (WYSIWYG) editing of wiki pages. |
| 1298 | 1296 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -1273,25 +1273,23 @@ | |
| 1273 | @ <form action="%s(g.zTop)/setup_config" method="post"><div> |
| 1274 | login_insert_csrf_secret(); |
| 1275 | @ <hr /> |
| 1276 | entry_attribute("Project Name", 60, "project-name", "pn", "", 0); |
| 1277 | @ <p>Give your project a name so visitors know what this site is about. |
| 1278 | @ The project name will also be used as the RSS feed title. This name is distinct |
| 1279 | @ from the "Abbreviated Name" below. |
| 1280 | @ </p> |
| 1281 | @ <hr /> |
| 1282 | textarea_attribute("Project Description", 3, 80, |
| 1283 | "project-description", "pd", "", 0); |
| 1284 | @ <p>Describe your project. This will be used in page headers for search |
| 1285 | @ engines as well as a short RSS description.</p> |
| 1286 | @ <hr /> |
| 1287 | entry_attribute("Abbreviated Name", 20, "short-project-name", "spn", "", 0); |
| 1288 | @ <p>This is a shortened version of the Project Name that is used as the name |
| 1289 | @ prefix for generated tarballs and ZIP archives. For best results, keep the |
| 1290 | @ name brief and avoid special characters such as "/" and "\". If no abbreviated |
| 1291 | @ project name is supplied, then the full Project Name above is used in the |
| 1292 | @ names for tarball and ZIP archive. |
| 1293 | @ </p> |
| 1294 | @ <hr /> |
| 1295 | onoff_attribute("Enable WYSIWYG Wiki Editing", |
| 1296 | "wysiwyg-wiki", "wysiwyg-wiki", 0, 0); |
| 1297 | @ <p>Enable what-you-see-is-what-you-get (WYSIWYG) editing of wiki pages. |
| 1298 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -1273,25 +1273,23 @@ | |
| 1273 | @ <form action="%s(g.zTop)/setup_config" method="post"><div> |
| 1274 | login_insert_csrf_secret(); |
| 1275 | @ <hr /> |
| 1276 | entry_attribute("Project Name", 60, "project-name", "pn", "", 0); |
| 1277 | @ <p>Give your project a name so visitors know what this site is about. |
| 1278 | @ The project name will also be used as the RSS feed title. |
| 1279 | @ </p> |
| 1280 | @ <hr /> |
| 1281 | textarea_attribute("Project Description", 3, 80, |
| 1282 | "project-description", "pd", "", 0); |
| 1283 | @ <p>Describe your project. This will be used in page headers for search |
| 1284 | @ engines as well as a short RSS description.</p> |
| 1285 | @ <hr /> |
| 1286 | entry_attribute("Tarball and ZIP-archive Prefix", 20, "short-project-name", "spn", "", 0); |
| 1287 | @ <p>This is used as a prefix on the names of generated tarballs and ZIP archive. |
| 1288 | @ For best results, keep this prefix brief and avoid special characters such |
| 1289 | @ as "/" and "\". |
| 1290 | @ If no tarball prefix is specified, then the full Project Name above is used. |
| 1291 | @ </p> |
| 1292 | @ <hr /> |
| 1293 | onoff_attribute("Enable WYSIWYG Wiki Editing", |
| 1294 | "wysiwyg-wiki", "wysiwyg-wiki", 0, 0); |
| 1295 | @ <p>Enable what-you-see-is-what-you-get (WYSIWYG) editing of wiki pages. |
| 1296 |