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

Change version: 1.6.0 ➡️ 1.7.0

This commit is contained in:
Timur Ismagilov 2021-11-11 01:44:00 +03:00
parent deb5ad86c1
commit f32a750260
5 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# Help
This is documentation for **Mycorrhiza Wiki** version **1.6** ([[https://mycorrhiza.wiki | official wiki]]).
This is documentation for **Mycorrhiza Wiki** version **1.7** ([[https://mycorrhiza.wiki | official wiki]]).
**Choose a topic from the list.**

View File

@ -1,6 +1,6 @@
# Справка
Это документация к **вики-движку Микориза** версии **1.6** ([[https://mycorrhiza.wiki | официальная вики]]).
Это документация к **вики-движку Микориза** версии **1.7** ([[https://mycorrhiza.wiki | официальная вики]]).
**Выберите тему из списка.**

View File

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

View File

@ -275,7 +275,7 @@ sort.Strings(editors)
<section>
<h1>{%s lc.Get("ui.about_title", &l18n.Replacements{"name": cfg.WikiName}) %}</h1>
<ul>
<li><b>{%s= lc.Get("ui.about_version", &l18n.Replacements{"pre": "<a href=\"https://mycorrhiza.wiki\">", "post": "</a>"}) %}</b> 1.6.0</li>
<li><b>{%s= lc.Get("ui.about_version", &l18n.Replacements{"pre": "<a href=\"https://mycorrhiza.wiki\">", "post": "</a>"}) %}</b> 1.7.0</li>
{%- if cfg.UseAuth -%}
<li><b>{%s lc.Get("ui.about_usercount") %}</b> {%dul user.Count() %}</li>
<li><b>{%s lc.Get("ui.about_homepage") %}</b> <a href="/">{%s cfg.HomeHypha %}</a></li>

View File

@ -1106,7 +1106,7 @@ func StreamAboutHTML(qw422016 *qt422016.Writer, lc *l18n.Localizer) {
//line views/stuff.qtpl:278
qw422016.N().S(lc.Get("ui.about_version", &l18n.Replacements{"pre": "<a href=\"https://mycorrhiza.wiki\">", "post": "</a>"}))
//line views/stuff.qtpl:278
qw422016.N().S(`</b> 1.6.0</li>
qw422016.N().S(`</b> 1.7.0</li>
`)
//line views/stuff.qtpl:279
if cfg.UseAuth {