1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-12 05:20:26 +00:00

Remove the mention of indev uh oh

This commit is contained in:
Timur Ismagilov 2021-07-01 17:15:59 +05:00
parent 95c95d2467
commit 90cb3be0ac
4 changed files with 4 additions and 4 deletions

View File

@ -33,7 +33,7 @@ Options:
* Hyphae can be deleted while still preserving history
* Hyphae can be renamed (recursive renaming of subhyphae is also supported)
* Light on resources
* Authorization with pre-set credentials, registration
* Registration
* Hotkeys (press `?` to see what hotkeys there are)
## Building

View File

@ -29,7 +29,7 @@ func main() {
log.Fatal(err)
}
log.Println("Running Mycorrhiza Wiki 1.2.0 indev")
log.Println("Running Mycorrhiza Wiki 1.2.0")
if err := os.Chdir(files.HyphaeDir()); err != nil {
log.Fatal(err)
}

View File

@ -112,7 +112,7 @@ for u := range user.YieldUsers() {
<section>
<h1>About {%s cfg.WikiName %}</h1>
<ul>
<li><b><a href="https://mycorrhiza.lesarbr.es">Mycorrhiza Wiki</a> version:</b> 1.2.0 indev</li>
<li><b><a href="https://mycorrhiza.lesarbr.es">Mycorrhiza Wiki</a> version:</b> 1.2.0</li>
{%- if user.AuthUsed -%}
<li><b>User count:</b> {%d user.Count() %}</li>
<li><b>Home page:</b> <a href="/">{%s cfg.HomeHypha %}</a></li>

View File

@ -373,7 +373,7 @@ func StreamAboutHTML(qw422016 *qt422016.Writer) {
//line views/stuff.qtpl:113
qw422016.N().S(`</h1>
<ul>
<li><b><a href="https://mycorrhiza.lesarbr.es">Mycorrhiza Wiki</a> version:</b> 1.2.0 indev</li>
<li><b><a href="https://mycorrhiza.lesarbr.es">Mycorrhiza Wiki</a> version:</b> 1.2.0</li>
`)
//line views/stuff.qtpl:116
if user.AuthUsed {