Fossil SCM
Minor change to the "aboutdownload" document.
Commit
fd8d37e2abfe60b473ccfa69e901f65a8e770cc51d99fc46604ae7b2652553a0
Parent
458ced35354314b…
1 file changed
+1
-1
+1
-1
| --- www/aboutdownload.wiki | ||
| +++ www/aboutdownload.wiki | ||
| @@ -5,11 +5,11 @@ | ||
| 5 | 5 | |
| 6 | 6 | The [/uv/download.html|Download] page for the Fossil self-hosting |
| 7 | 7 | repository is implemented using [./unvers.wiki|unversioned files]. |
| 8 | 8 | The "download.html" screen itself, and the various build products |
| 9 | 9 | are all stored as unversioned content. The download.html page |
| 10 | -uses AJAX to retrieve the [/help?cmd=/juvlist|/juvlist] webpage | |
| 10 | +uses XMLHttpRequest() to retrieve the [/help?cmd=/juvlist|/juvlist] webpage | |
| 11 | 11 | for a list of all unversioned files. Javascript in the |
| 12 | 12 | [/uv/download.js?mimetype=text/plain|download.js] file (which is |
| 13 | 13 | sourced by "download.html") then figures out which unversioned files are |
| 14 | 14 | build products and paints appropriate icons on the displayed |
| 15 | 15 | download page. |
| 16 | 16 |
| --- www/aboutdownload.wiki | |
| +++ www/aboutdownload.wiki | |
| @@ -5,11 +5,11 @@ | |
| 5 | |
| 6 | The [/uv/download.html|Download] page for the Fossil self-hosting |
| 7 | repository is implemented using [./unvers.wiki|unversioned files]. |
| 8 | The "download.html" screen itself, and the various build products |
| 9 | are all stored as unversioned content. The download.html page |
| 10 | uses AJAX to retrieve the [/help?cmd=/juvlist|/juvlist] webpage |
| 11 | for a list of all unversioned files. Javascript in the |
| 12 | [/uv/download.js?mimetype=text/plain|download.js] file (which is |
| 13 | sourced by "download.html") then figures out which unversioned files are |
| 14 | build products and paints appropriate icons on the displayed |
| 15 | download page. |
| 16 |
| --- www/aboutdownload.wiki | |
| +++ www/aboutdownload.wiki | |
| @@ -5,11 +5,11 @@ | |
| 5 | |
| 6 | The [/uv/download.html|Download] page for the Fossil self-hosting |
| 7 | repository is implemented using [./unvers.wiki|unversioned files]. |
| 8 | The "download.html" screen itself, and the various build products |
| 9 | are all stored as unversioned content. The download.html page |
| 10 | uses XMLHttpRequest() to retrieve the [/help?cmd=/juvlist|/juvlist] webpage |
| 11 | for a list of all unversioned files. Javascript in the |
| 12 | [/uv/download.js?mimetype=text/plain|download.js] file (which is |
| 13 | sourced by "download.html") then figures out which unversioned files are |
| 14 | build products and paints appropriate icons on the displayed |
| 15 | download page. |
| 16 |