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:
parent
deb5ad86c1
commit
f32a750260
@ -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.**
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Справка
|
||||
|
||||
Это документация к **вики-движку Микориза** версии **1.6** ([[https://mycorrhiza.wiki | официальная вики]]).
|
||||
Это документация к **вики-движку Микориза** версии **1.7** ([[https://mycorrhiza.wiki | официальная вики]]).
|
||||
|
||||
**Выберите тему из списка.**
|
||||
|
||||
|
2
main.go
2
main.go
@ -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)
|
||||
}
|
||||
|
@ -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>
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user