mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
Version bump
Former-commit-id: 64a745492d4e3f567d9c816ee8d762960ca6a375 [formerly 64c9c7f77af4320944ef9ca35f548e505225b840] [formerly 32aff0da01d8279ded527df75c574f432aa07b72 [formerly 24520987c7560ca09c08aa645c6f603dbef44fc7 [formerly5b423cf3a0
]]] Former-commit-id: edcf6400dc1582d68a4a21974d5c3ae7212d135b [formerly aa2d0ae35d8eedda83b4026c58da02e7f34dfc43] Former-commit-id: 0a17460d95b721ddb51c2cabfc1ae454321e1f4b Former-commit-id:f9689e2c93
This commit is contained in:
parent
4770798c34
commit
38317b8b66
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# AwwKoala - [Demo](http://awwkoala.com/)
|
# AwwKoala - [Demo](http://awwkoala.com/)
|
||||||
## A Websocket Wiki and Kind Of A List Application
|
## A Websocket Wiki and Kind Of A List Application
|
||||||
[![Version 0.92](https://img.shields.io/badge/version-0.92-brightgreen.svg)]() [![Go Report Card](https://goreportcard.com/badge/github.com/schollz/AwwKoala)](https://goreportcard.com/report/github.com/schollz/AwwKoala) [![Join the chat at https://gitter.im/schollz/AwwKoala](https://badges.gitter.im/schollz/AwwKoala.svg)](https://gitter.im/schollz/AwwKoala?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
[![Version 0.93](https://img.shields.io/badge/version-0.93-brightgreen.svg)]() [![Go Report Card](https://goreportcard.com/badge/github.com/schollz/AwwKoala)](https://goreportcard.com/report/github.com/schollz/AwwKoala) [![Join the chat at https://gitter.im/schollz/AwwKoala](https://badges.gitter.im/schollz/AwwKoala.svg)](https://gitter.im/schollz/AwwKoala?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||||
|
|
||||||
This is a self-contained wiki webserver that makes sharing easy and _fast_. You can make any page you want, and any page is editable by anyone. Pages load instantly for editing, and have special rendering for whether you want to view as a web page or view as list.
|
This is a self-contained wiki webserver that makes sharing easy and _fast_. You can make any page you want, and any page is editable by anyone. Pages load instantly for editing, and have special rendering for whether you want to view as a web page or view as list.
|
||||||
|
|
||||||
|
2
main.go
2
main.go
@ -35,7 +35,7 @@ var RuntimeArgs struct {
|
|||||||
var VersionNum string
|
var VersionNum string
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
VersionNum = "0.92"
|
VersionNum = "0.93"
|
||||||
// _, executableFile, _, _ := runtime.Caller(0) // get full path of this file
|
// _, executableFile, _, _ := runtime.Caller(0) // get full path of this file
|
||||||
cwd, _ := os.Getwd()
|
cwd, _ := os.Getwd()
|
||||||
databaseFile := path.Join(cwd, "data.db")
|
databaseFile := path.Join(cwd, "data.db")
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# AwwKoala
|
# AwwKoala
|
||||||
## A Websocket Wiki and Kind Of A List Application
|
## A Websocket Wiki and Kind Of A List Application
|
||||||
![Version 0.92](https://img.shields.io/badge/version-0.92-brightgreen.svg)
|
![Version 0.93](https://img.shields.io/badge/version-0.92-brightgreen.svg)
|
||||||
|
|
||||||
This is a self-contained wiki webserver that makes sharing easy and _fast_. You can make any page you want, and any page is editable by anyone. Pages load instantly for editing, and have special rendering for whether you want to view as a web page or view as list. **AwwKoala** is also [Open Source](https://github.com/schollz/AwwKoala).
|
This is a self-contained wiki webserver that makes sharing easy and _fast_. You can make any page you want, and any page is editable by anyone. Pages load instantly for editing, and have special rendering for whether you want to view as a web page or view as list. **AwwKoala** is also [Open Source](https://github.com/schollz/AwwKoala).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user