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: 417e7662e5 user: drh tags: trunk | |
|
2008-06-02
| ||
| 15:18 | Documentation tweaks. check-in: 42ed55e82f 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: 94a93469c8 user: drh tags: trunk | |
Changes
Changes to www/build.wiki.
| ︙ | |||
14 15 16 17 18 19 20 | 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> |
| ︙ |
Changes to www/index.wiki.
| ︙ | |||
10 11 12 13 14 15 16 | 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>. |
| ︙ | |||
89 90 91 92 93 94 95 | 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>
|
| ︙ |
Changes to www/quickstart.wiki.
| ︙ | |||
33 34 35 36 37 38 39 | 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>
|
| ︙ | |||
57 58 59 60 61 62 63 | 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
|
| ︙ |