mirror of
				https://github.com/osmarks/mycorrhiza.git
				synced 2025-10-31 15:43:00 +00:00 
			
		
		
		
	Remove the mention of indev uh oh
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
							
								
								
									
										2
									
								
								main.go
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								main.go
									
									
									
									
									
								
							| @@ -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) | ||||
| 	} | ||||
|   | ||||
| @@ -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> | ||||
|   | ||||
| @@ -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 { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Timur Ismagilov
					Timur Ismagilov