Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Minor documentation updates. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
ac8aa0c6d9be690f002f433718efd919 |
| User & Date: | drh 2016-05-29 23:57:10.299 |
Context
|
2016-05-30
| ||
| 00:42 | Improvements to the /timeline documentation. check-in: e448abd0ea user: drh tags: trunk | |
|
2016-05-29
| ||
| 23:57 | Minor documentation updates. check-in: ac8aa0c6d9 user: drh tags: trunk | |
| 22:59 | Improved Markdown documentation. check-in: 5fcc1d5c59 user: drh tags: trunk | |
Changes
Changes to www/faq.wiki.
| ︙ | ︙ | |||
23 24 25 26 27 28 29 | <blockquote> <b>fossil [/help/ui|ui]</b> <i>REPOSITORY-FILENAME</i> </blockquote> And your default web browser should pop up and automatically point to the fossil interface. (Hint: You can omit the <i>REPOSITORY-FILENAME</i> | | > > > | 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | <blockquote> <b>fossil [/help/ui|ui]</b> <i>REPOSITORY-FILENAME</i> </blockquote> And your default web browser should pop up and automatically point to the fossil interface. (Hint: You can omit the <i>REPOSITORY-FILENAME</i> if you are within an open check-out.) See also: [http://fuelscm.org/] </blockquote></li> <a name="q2"></a> <p><b>(2) What is the difference between a "branch" and a "fork"?</b></p> <blockquote>This is a big question - too big to answer in a FAQ. Please read the <a href="branching.wiki">Branching, Forking, Merging, and Tagging</a> document.</blockquote></li> |
| ︙ | ︙ |
Changes to www/index.wiki.
| ︙ | ︙ | |||
82 83 84 85 86 87 88 |
the repository are consistent prior to each commit.
8. <b>Free and Open-Source</b> - Uses the [../COPYRIGHT-BSD2.txt|2-clause BSD license].
<hr>
<h3>Links For Fossil Users:</h3>
| | < < < | > > > > | 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 |
the repository are consistent prior to each commit.
8. <b>Free and Open-Source</b> - Uses the [../COPYRIGHT-BSD2.txt|2-clause BSD license].
<hr>
<h3>Links For Fossil Users:</h3>
* [./permutedindex.html | Documentation index] with [/search?c=d | full text search].
* [./reviews.wiki | Testimonials] from satisfied Fossil users and
[./quotes.wiki | Quotes] about Fossil and other DVCSes.
* [./faq.wiki | Frequently Asked Questions]
* The [./concepts.wiki | concepts] behind Fossil.
* [./quickstart.wiki | Quick Start] guide to using Fossil.
* [./qandc.wiki | Questions & Criticisms] directed at Fossil.
* [./build.wiki | Compiling and Installing]
* "Fuel" is cross-platform GUI front-end for Fossil
written in Qt. [http://fuelscm.org/].
Fuel is an independent project run by a different group of
developers.
* Fossil supports [./embeddeddoc.wiki | embedded documentation]
that is versioned along with project source code.
* Fossil uses an [./fileformat.wiki | enduring file format] that is
designed to be readable, searchable, and extensible by people
not yet born.
* A tutorial on [./branching.wiki | branching], what it means and how
to do it using Fossil.
|
| ︙ | ︙ |
Changes to www/webpage-ex.md.
| ︙ | ︙ | |||
117 118 119 120 121 122 123 |
* <a target='_blank' class='exbtn'
href='$ROOT/bigbloblist'>Example</a>
The largest objects in the repository.
* <a target='_blank' class='exbtn'
href='$ROOT/hash-collisions'>Example</a>
SHA1 prefix collisions
| > > > > | 117 118 119 120 121 122 123 124 125 126 127 |
* <a target='_blank' class='exbtn'
href='$ROOT/bigbloblist'>Example</a>
The largest objects in the repository.
* <a target='_blank' class='exbtn'
href='$ROOT/hash-collisions'>Example</a>
SHA1 prefix collisions
* <a target='_blank' class='exbtn'
href='$ROOT/sitemap'>Example</a>
The "sitemap" containing links to many other pages
|