mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2024-12-13 22:00:27 +00:00
Dump version
This commit is contained in:
parent
02b54b5c04
commit
9f48ded254
@ -1,6 +1,6 @@
|
|||||||
# 🍄 Mycorrhiza Wiki
|
# 🍄 Mycorrhiza Wiki
|
||||||
|
|
||||||
<img src="https://mycorrhiza.wiki/binary/release/1.3/screenshot" alt="A screenshot of mycorrhiza.wiki's home page in the Safari browser" width="600">
|
<img src="https://mycorrhiza.wiki/binary/release/1.4/screenshot" alt="A screenshot of mycorrhiza.wiki's home page in the Safari browser" width="600">
|
||||||
|
|
||||||
**Mycorrhiza Wiki** is a lightweight file-system wiki engine that uses Git for keeping history.
|
**Mycorrhiza Wiki** is a lightweight file-system wiki engine that uses Git for keeping history.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Help
|
# Help
|
||||||
|
|
||||||
This is documentation for **Mycorrhiza Wiki** version **1.4** ([[https://mycorrhiza.wiki | official wiki]]).
|
This is documentation for **Mycorrhiza Wiki** version **1.5** ([[https://mycorrhiza.wiki | official wiki]]).
|
||||||
|
|
||||||
**Choose a topic from the list.**
|
**Choose a topic from the list.**
|
||||||
|
|
||||||
|
2
main.go
2
main.go
@ -28,7 +28,7 @@ func main() {
|
|||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
}
|
}
|
||||||
|
|
||||||
log.Println("Running Mycorrhiza Wiki 1.4.0")
|
log.Println("Running Mycorrhiza Wiki 1.5.0")
|
||||||
if err := os.Chdir(files.HyphaeDir()); err != nil {
|
if err := os.Chdir(files.HyphaeDir()); err != nil {
|
||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
}
|
}
|
||||||
|
@ -244,7 +244,7 @@ for u := range user.YieldUsers() {
|
|||||||
<section>
|
<section>
|
||||||
<h1>About {%s cfg.WikiName %}</h1>
|
<h1>About {%s cfg.WikiName %}</h1>
|
||||||
<ul>
|
<ul>
|
||||||
<li><b><a href="https://mycorrhiza.wiki">Mycorrhiza Wiki</a> version:</b> 1.4.0</li>
|
<li><b><a href="https://mycorrhiza.wiki">Mycorrhiza Wiki</a> version:</b> 1.5.0</li>
|
||||||
{%- if cfg.UseAuth -%}
|
{%- if cfg.UseAuth -%}
|
||||||
<li><b>User count:</b> {%dul user.Count() %}</li>
|
<li><b>User count:</b> {%dul user.Count() %}</li>
|
||||||
<li><b>Home page:</b> <a href="/">{%s cfg.HomeHypha %}</a></li>
|
<li><b>Home page:</b> <a href="/">{%s cfg.HomeHypha %}</a></li>
|
||||||
|
@ -824,7 +824,7 @@ func StreamAboutHTML(qw422016 *qt422016.Writer) {
|
|||||||
//line views/stuff.qtpl:245
|
//line views/stuff.qtpl:245
|
||||||
qw422016.N().S(`</h1>
|
qw422016.N().S(`</h1>
|
||||||
<ul>
|
<ul>
|
||||||
<li><b><a href="https://mycorrhiza.wiki">Mycorrhiza Wiki</a> version:</b> 1.4.0</li>
|
<li><b><a href="https://mycorrhiza.wiki">Mycorrhiza Wiki</a> version:</b> 1.5.0</li>
|
||||||
`)
|
`)
|
||||||
//line views/stuff.qtpl:248
|
//line views/stuff.qtpl:248
|
||||||
if cfg.UseAuth {
|
if cfg.UseAuth {
|
||||||
|
Loading…
Reference in New Issue
Block a user