Tweak readme
This commit is contained in:
parent
35a5dfc17a
commit
8eaa0afda1
1 changed files with 6 additions and 10 deletions
16
README.md
16
README.md
|
|
@ -1,12 +1,8 @@
|
||||||
# gonotes
|
# gonotes
|
||||||
|
|
||||||
A toyish project for a shared notebook of sorts implemented in go. It's mostly
|
A shared notebook of sorts implemented in go. Shared here means that the
|
||||||
a learning opportunity for using go, and partially an intent to end up with a
|
content is visible to more than one user. It does not currently support
|
||||||
shared notebook!
|
simultaneous editing and there are no plans to do that. Furthe, it
|
||||||
|
*currently* does not support the concept of a lock or checkout when a note
|
||||||
It's not shared in the sense of simultaneous editing, don't do that!
|
is edited. It's the responsibility of the editing parties to prevent races
|
||||||
|
and conflicts.
|
||||||
## TODO
|
|
||||||
|
|
||||||
* handle static urls in the django url mapping style
|
|
||||||
* Style up the templates better
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue