239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
|
</ul>
When the symbolic name is a date and time, fossil shows the version
of the document that was most recently checked in as of the date
and time specified. So, for example, to see what the fossil website
looked like at the beginning of 2010, enter:
<pre><a href="/doc/2010-01-01/www/index.wiki">https://fossil-scm.org/home/doc/<b>2010-01-01</b>/www/index.wiki
</a></pre>
The file that encodes this document is stored in the fossil source tree under
the name "<b>www/embeddeddoc.wiki</b>" and so that name forms the
last part of the URL for this document.
As I sit writing this documentation file, I am testing my work by
|
|
|
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
|
</ul>
When the symbolic name is a date and time, fossil shows the version
of the document that was most recently checked in as of the date
and time specified. So, for example, to see what the fossil website
looked like at the beginning of 2010, enter:
<pre><a href="$ROOT/doc/2010-01-01/www/index.wiki">https://fossil-scm.org/home/doc/<b>2010-01-01</b>/www/index.wiki
</a></pre>
The file that encodes this document is stored in the fossil source tree under
the name "<b>www/embeddeddoc.wiki</b>" and so that name forms the
last part of the URL for this document.
As I sit writing this documentation file, I am testing my work by
|