| | @@ -1273,19 +1273,26 @@ |
| 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 and as the default |
| 1279 | | - @ directory name for generated tarballs and ZIP archives. For best results: |
| 1280 | | - @ <ul><li>Keep the name short<li>Avoid special characters (ex: "/" and "\")</ul> |
| 1278 | + @ The project name will also be used as the RSS feed title. This name is distinct |
| 1279 | + @ from the "Abbreviated Name" below. |
| 1281 | 1280 | @ </p> |
| 1282 | 1281 | @ <hr /> |
| 1283 | 1282 | textarea_attribute("Project Description", 3, 80, |
| 1284 | 1283 | "project-description", "pd", "", 0); |
| 1285 | 1284 | @ <p>Describe your project. This will be used in page headers for search |
| 1286 | 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> |
| 1287 | 1294 | @ <hr /> |
| 1288 | 1295 | onoff_attribute("Enable WYSIWYG Wiki Editing", |
| 1289 | 1296 | "wysiwyg-wiki", "wysiwyg-wiki", 0, 0); |
| 1290 | 1297 | @ <p>Enable what-you-see-is-what-you-get (WYSIWYG) editing of wiki pages. |
| 1291 | 1298 | @ The WYSIWYG editor generates HTML instead of markup, which makes |
| 1292 | 1299 | |