Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update the download page to show all three self-synchronizing fossil repositories for the documentation sources. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
5e4ecf297ed9073c1c97b4d8d9a6b545 |
User & Date: | drh 2009-12-22 01:37:58.000 |
Context
2009-12-24
| ||
00:08 | Tweaks to the autoinc.html page. Add a new evidence style: ANALYSIS-OF: (check-in: 1247769d7f user: drh tags: trunk) | |
2009-12-22
| ||
01:37 | Update the download page to show all three self-synchronizing fossil repositories for the documentation sources. (check-in: 5e4ecf297e user: drh tags: trunk) | |
01:09 | Add more requirements marks to the optoverview.html document. (check-in: 10b7c35b44 user: drh tags: trunk) | |
Changes
Changes to pages/download.in.
︙ | ︙ | |||
241 242 243 244 245 246 247 | </tcl> </table> <a name="cvs"></a> <h3>Direct Access To The Sources</h3> <p> | | | | | | | | | > | 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 | </tcl> </table> <a name="cvs"></a> <h3>Direct Access To The Sources</h3> <p> All SQLite source code is maintained in three self-synchronizing [http://www.fossil-scm.org/ | Fossil] repositories that are available for anonymous read-only access. Anyone can view the repository contents and download historical versions of individual files or ZIP archives of historical check-ins by visiting</p> <blockquote> <a href="http://www.sqlite.org/src">http://www.sqlite.org/src</a> (Dallas)<br> <a href="http://www.hwaci.com/cgi-bin/sqlite">http://www.hwaci.com/cgi-bin/sqlite</a> (San Jose)<br> <a href="http://www2.sqlite.org/src">http://www2.sqlite.org/src</a> (Atlanta)<br> </blockquote> <p>The documentation is maintained in separate [http://www.fossil-scm.org/ | Fossil] repositories located at:</p> <blockquote> <a href="http://www.sqlite.org/docsrc">http://www.sqlite.org/docsrc</a> (Dallas)<br> <a href="http://www.hwaci.com/cgi-bin/docsrc">http://www.hwaci.com/cgi-bin/docsrc</a> (San Jose)<br> <a href="http://www2.sqlite.org/docsrc">http://www2.sqlite.org/docsrc</a> (Atlanta)<br> </blockquote> |