From 8cf6844deb8cd1e9382add6fe5220133a2b0f3aa Mon Sep 17 00:00:00 2001 From: Gregory Burd Date: Sun, 27 Jan 2013 10:48:41 -0800 Subject: [PATCH] Create gh-pages branch via GitHub --- index.html | 43 ++++++ javascripts/scale.fix.js | 17 +++ params.json | 1 + stylesheets/pygment_trac.css | 69 ++++++++++ stylesheets/styles.css | 255 +++++++++++++++++++++++++++++++++++ 5 files changed, 385 insertions(+) create mode 100644 index.html create mode 100644 javascripts/scale.fix.js create mode 100644 params.json create mode 100644 stylesheets/pygment_trac.css create mode 100644 stylesheets/styles.css diff --git a/index.html b/index.html new file mode 100644 index 0000000..c9a3d7f --- /dev/null +++ b/index.html @@ -0,0 +1,43 @@ + + + + + + DBSQL by gburd + + + + + + + +
+
+

DBSQL

+

A SQL database engine on top of Oracle Berkeley DB

+ +

View the Project on GitHub gburd/dbsql

+ + + +
+
+

DB SQL

+ +

This project isn't under active development. Years ago I set about to reuse the SQLite source with Berkeley DB functioning as the storage manager. As I set about to do this I also completely changed the SQLite code, mostly in format but with some other changes. The project finished up when DBSQL was functional, but not fully debugged. I used this prototype to help justify the work to do much the same within the Berkeley DB group in Oracle. Berkeley DB now has a good integration with SQLite, so this project is defunct.

+
+
+

This project is maintained by gburd

+

Hosted on GitHub Pages — Theme by orderedlist

+
+
+ + + + \ No newline at end of file diff --git a/javascripts/scale.fix.js b/javascripts/scale.fix.js new file mode 100644 index 0000000..87a40ca --- /dev/null +++ b/javascripts/scale.fix.js @@ -0,0 +1,17 @@ +var metas = document.getElementsByTagName('meta'); +var i; +if (navigator.userAgent.match(/iPhone/i)) { + for (i=0; i