mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-04 17:56:13 -04:00
Small updates to TODO and README
This commit is contained in:
parent
5c4b45c2aa
commit
501c91e18f
@ -5,6 +5,8 @@ SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper.
|
|||||||
|
|
||||||
See SQLiteC++ website http://srombauts.github.com/SQLiteCpp on GitHub.
|
See SQLiteC++ website http://srombauts.github.com/SQLiteCpp on GitHub.
|
||||||
|
|
||||||
|
Keywords: sqlite, sqlite3, C, library, wrapper C++
|
||||||
|
|
||||||
### License
|
### License
|
||||||
|
|
||||||
Copyright (c) 2012-2013 Sébastien Rombauts (sebastien.rombauts@gmail.com)
|
Copyright (c) 2012-2013 Sébastien Rombauts (sebastien.rombauts@gmail.com)
|
||||||
|
8
TODO.txt
8
TODO.txt
@ -1,7 +1,12 @@
|
|||||||
Check C++11 explicit support
|
Check C++11 explicit support
|
||||||
|
|
||||||
Add a FAQ.txt
|
Add a FAQ.txt
|
||||||
Create Github Wiki pages with the README.md and FAQ.txt : Installation, Examples,
|
Add a Tutorial: for SQLite newbies
|
||||||
|
Link to GitHub/issue
|
||||||
|
Coding Style Guidelines: CamelCase, see http://www.appinf.com/download/CppCodingStyleGuide.pdf
|
||||||
|
Create Github Wiki pages with the README.md and FAQ.txt: Installation, Examples, Tutorial, How to contribute
|
||||||
|
|
||||||
|
Publish a versionned ZIP file in Google Project Mirror
|
||||||
|
|
||||||
Publish the Doxygen Documentation in the Github Pages (gh-pages branch)
|
Publish the Doxygen Documentation in the Github Pages (gh-pages branch)
|
||||||
|
|
||||||
@ -27,4 +32,3 @@ Advanced missing features:
|
|||||||
- Add optional usage of experimental sqlite3_trace() function to enable statistics
|
- Add optional usage of experimental sqlite3_trace() function to enable statistics
|
||||||
|
|
||||||
Post an article to CodeProject: Is there a license issue ?
|
Post an article to CodeProject: Is there a license issue ?
|
||||||
Mirror the repository to GoogleCode : with a versionned downloadable ZIP file
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user