Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Documentation tweaks. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
42ed55e82fcedfc25d4ddac9649bd9af |
User & Date: | drh 2008-06-02 15:18:39.000 |
Context
2008-06-06
| ||
20:05 | Fix to the omitsign setting. ... (check-in: 417e7662 user: drh tags: trunk) | |
2008-06-02
| ||
15:18 | Documentation tweaks. ... (check-in: 42ed55e8 user: drh tags: trunk) | |
15:01 | Clicking the "Shun" submenu does not shun immediately, but only takes you to the page where you can click the "shun" button. ... (check-in: 94a93469 user: drh tags: trunk) | |
Changes
Changes to www/build.wiki.
︙ | ︙ | |||
14 15 16 17 18 19 20 | <h2>1.0 Obtaining The Source Code</h2> <p>Fossil is self-hosting, so you can obtain a ZIP archive containing a snapshot of the latest version directly from fossil's own fossil repository. Follow these steps:</p> <ol> | | | | | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | <h2>1.0 Obtaining The Source Code</h2> <p>Fossil is self-hosting, so you can obtain a ZIP archive containing a snapshot of the latest version directly from fossil's own fossil repository. Follow these steps:</p> <ol> <li><p>Pointer your web browser at <a href="http://www.fossil-scm.org/"> http://www.fossil-scm.org/</a>. Click on the "Login" menu button.</p></li> <li><p>Log in as anonymous. The password is shown on screen. The reason for requiring this login is to prevent spiders from walking the entire website, downloading ZIP archives of every historical version, and thereby soaking up all our bandwidth.</p></li> <li><p>Click on the |
︙ | ︙ |
Changes to www/index.wiki.
︙ | ︙ | |||
10 11 12 13 14 15 16 | executable. (NB: The bug-tracker component is not yet completely functional, but we expect it to be available soon.) Fossil is <a href="http://www.fossil-scm.org/fossil/timeline">self-hosting</a> since 2007-07-21 on <a href="http://www.hwaci.com/cgi-bin/fossil/timeline">two separate servers</a>. | | | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | executable. (NB: The bug-tracker component is not yet completely functional, but we expect it to be available soon.) Fossil is <a href="http://www.fossil-scm.org/fossil/timeline">self-hosting</a> since 2007-07-21 on <a href="http://www.hwaci.com/cgi-bin/fossil/timeline">two separate servers</a>. You can download the lastest sources and compile it yourself using the instructions below. Or you can grab <a href="http://www.fossil-scm.org/download.html">precompiled binaries</a>. </p> <p>Design Goals For Fossil:</p> |
︙ | ︙ | |||
89 90 91 92 93 94 95 | <li>The <a href="concepts.wiki">concepts</b> behind fossil</li> <li><a href="build.wiki">Building And Installing</a></li> <li><a href="quickstart.wiki">Quick Start</a> guide to using fossil <li>Fossil supports <a href="embeddeddoc.wiki">embedded documentation</a> that is versioned along with project source code.</li> <li>The <a href="selfcheck.wiki">automatic self-check</a> mechanism helps insure project integrity.</li> | < < | | 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 | <li>The <a href="concepts.wiki">concepts</b> behind fossil</li> <li><a href="build.wiki">Building And Installing</a></li> <li><a href="quickstart.wiki">Quick Start</a> guide to using fossil <li>Fossil supports <a href="embeddeddoc.wiki">embedded documentation</a> that is versioned along with project source code.</li> <li>The <a href="selfcheck.wiki">automatic self-check</a> mechanism helps insure project integrity.</li> <li>Fossil contains a [/wiki | built-in wiki].</li> <li>There is a <a href="http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users"> mailing list</a> available for discussing fossil issues.</li> </ul> <p>Developer Links: </p> |
︙ | ︙ |
Changes to www/quickstart.wiki.
︙ | ︙ | |||
33 34 35 36 37 38 39 | you want to clone, and it may include a "user:password" part, e.g. <tt>http://drh:secret@www.fossil-scm.org/fossil</tt>. You can call the new repository anything you want - there are no naming restrictions. As an example, you can clone the fossil repository this way:</p> <blockquote> | | | 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | you want to clone, and it may include a "user:password" part, e.g. <tt>http://drh:secret@www.fossil-scm.org/fossil</tt>. You can call the new repository anything you want - there are no naming restrictions. As an example, you can clone the fossil repository this way:</p> <blockquote> <b>fossil clone http://www.fossil-scm.org/ myclone.fossil</b> </blockquote> <p>The new local copy of the respository is stored in a single file, which in the example above is named "myclone.fossil". You can name your repositories anything you want. The ".fossil" suffix is not required.</p> |
︙ | ︙ | |||
57 58 59 60 61 62 63 | <b>fossil new </b><i> repository-filename</i> </blockquote> </blockquote><h2>Configuring Your Local Repository</h2><blockquote> <p>When you create a new repository, either by cloning an existing project or create a new project of your own, you usually want to do some | | | | | 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 | <b>fossil new </b><i> repository-filename</i> </blockquote> </blockquote><h2>Configuring Your Local Repository</h2><blockquote> <p>When you create a new repository, either by cloning an existing project or create a new project of your own, you usually want to do some local configuration. This is easily accomplished using the webserver that is built into fossil. Start the fossil webserver like this:</p> <blockquote> <b>fossil ui </b><i> repository-filename</i> </blockquote> <p>This creates starts webserver listening on port 8080. You can specify a different port using the <b>-port</b> option on the command-line. After the server is running, fossil will then attempt to launch your web browser and make it point to this web server. If your system has an unusual configuration, fossil might not be able to figure out how to start your web browser. In that case, start the web browser yourself and point it at http://localhost:8080/. Click on the "Setup" link on the menu bar to start configuring your repository.</p> |
︙ | ︙ |