fix header markdown in TODO.md (#2592)
This commit is contained in:
parent
dc6c375220
commit
dd36187864
1 changed files with 5 additions and 5 deletions
10
TODO.md
10
TODO.md
|
@ -1,16 +1,16 @@
|
||||||
#TODOs
|
# TODOs
|
||||||
|
|
||||||
This is an unordered list of possible todo items for Cockatrice.
|
This is an unordered list of possible todo items for Cockatrice.
|
||||||
Note that "improve" and "write" always also means: "document and comment"
|
Note that "improve" and "write" always also means: "document and comment"
|
||||||
|
|
||||||
##Improve packaging:
|
## Improve packaging:
|
||||||
* Improve nsis file git hash extraction, it only works if the build directory is cleared as version_string.cpp does not seem to get updated by git pull/cmake
|
* Improve nsis file git hash extraction, it only works if the build directory is cleared as version_string.cpp does not seem to get updated by git pull/cmake
|
||||||
* Create script/... for creating Linux packages (deb, rpm, ebuild, ...) or at least an official tarball/git tags; package maintainers dislike using git snapshots so much that they rather ignore software without stable tarballs.
|
* Create script/... for creating Linux packages (deb, rpm, ebuild, ...) or at least an official tarball/git tags; package maintainers dislike using git snapshots so much that they rather ignore software without stable tarballs.
|
||||||
|
|
||||||
##Scripts
|
## Scripts
|
||||||
* Write example init script for servatrice.
|
* Write example init script for servatrice.
|
||||||
|
|
||||||
##Create developer documentation:
|
## Create developer documentation:
|
||||||
* Create developer manual
|
* Create developer manual
|
||||||
* Add comments to code
|
* Add comments to code
|
||||||
* Describe which components exist and how they work and interact
|
* Describe which components exist and how they work and interact
|
||||||
|
@ -18,7 +18,7 @@ Note that "improve" and "write" always also means: "document and comment"
|
||||||
* Comment and document servatrice.sql
|
* Comment and document servatrice.sql
|
||||||
* Document everything!1!!
|
* Document everything!1!!
|
||||||
|
|
||||||
##Else
|
## Else
|
||||||
|
|
||||||
* Update SFMT library (http://www.math.sci.hiroshima-u.ac.jp/~m-mat@math.sci.hiroshima-u.ac.jp/MT/SFMT/) in common/sfmt and adapt common/rng_sfmt.cpp
|
* Update SFMT library (http://www.math.sci.hiroshima-u.ac.jp/~m-mat@math.sci.hiroshima-u.ac.jp/MT/SFMT/) in common/sfmt and adapt common/rng_sfmt.cpp
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue