40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
-
+
|
Notice how the hyperlinks above use the "mimetype=text/plain"
query parameter in order to display the file as plain text
instead of the usual HTML or Javascript.
The default mimetype for "download.html" is
text/html. But because the entire page is enclosed within
<b><div class='fossil-doc' data-title='Download Page'>...</div></b>
<verbatim><div class='fossil-doc' data-title='Download Page'>...</div></verbatim>
Fossil knows to add its standard header and footer information to the
document, making it look just like any other page. See
"[./embeddeddoc.wiki|embedded documentation]" for further details on
how <div class='fossil-doc'> this works.
With each new release, the "releases" variable in the javascript on
|