Dear sqlite maintainers! Besides my previous question "Where exactly are parameters accepted in an expression?" let me ask an easier request for improving the sqlite3 documentation on the homepage.
The document "How To Compile SQLite" at "http://sqlite.org/howtocompile.html" is very important, because it contains information that almost anyone using the C API directly wants to know. Yet, this documentation is very well hidden. In particular, it is not currently linked from the main documentation list (Categorical Index Of SQLite Documents) at "http://sqlite.org/docs.html" . If someone wants to find out how to compile sqlite3, and search that list, they will find only documents for more advanced users, such as "Compilation Options" and "Customizing And Porting SQLite". This even happens to me, despite that I know there's a "how to compile" document, I can't find the link. So please link "http://sqlite.org/howtocompile.html" from "http://sqlite.org/docs.html" . Further, you may also want to link this document from some other documents, such as "http://sqlite.org/quickstart.html" (SQLite In 5 Minutes Or Less) or "http://sqlite.org/amalgamation.html" (The SQLite Amalgamation). Thanks, -- Ambrus _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

