diff --git a/doc/conf.py b/doc/conf.py index 546c9fe..e27981e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -40,9 +40,9 @@ copyright = '2008, Anthony Tuininga' # other places throughout the built documents. # # The short X.Y version. -version = '4.4a1' +version = '4.4' # The full version, including alpha/beta/rc tags. -release = '4.4a1' +release = '4.4' # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: diff --git a/html/_static/admin.css b/html/_static/admin.css new file mode 100644 index 0000000..a25b77f --- /dev/null +++ b/html/_static/admin.css @@ -0,0 +1,162 @@ +/** + * Sphinx Admin Panel + */ + +div.admin { + margin: 0 -20px -30px -20px; + padding: 0 20px 10px 20px; + background-color: #f2f2f2; + color: black; +} + +div.admin a { + color: #333; + text-decoration: underline; +} + +div.admin a:hover { + color: black; +} + +div.admin h1, +div.admin h2 { + background-color: #555; + border-bottom: 1px solid #222; + color: white; +} + +div.admin form form { + display: inline; +} + +div.admin input, div.admin textarea { + font-family: 'Bitstream Vera Sans', 'Arial', sans-serif; + font-size: 13px; + color: #333; + padding: 2px; + background-color: #fff; + border: 1px solid #aaa; +} + +div.admin input[type="reset"], +div.admin input[type="submit"] { + cursor: pointer; + font-weight: bold; + padding: 2px; +} + +div.admin input[type="reset"]:hover, +div.admin input[type="submit"]:hover { + border: 1px solid #333; +} + +div.admin div.actions { + margin: 10px 0 0 0; + padding: 5px; + background-color: #aaa; + border: 1px solid #777; +} + +div.admin div.error { + margin: 10px 0 0 0; + padding: 5px; + border: 2px solid #222; + background-color: #ccc; + font-weight: bold; +} + +div.admin div.dialog { + background-color: #ccc; + margin: 10px 0 10px 0; +} + +div.admin div.dialog h2 { + margin: 0; + font-size: 18px; + padding: 4px 10px 4px 10px; +} + +div.admin div.dialog div.text { + padding: 10px; +} + +div.admin div.dialog div.buttons { + padding: 5px 10px 5px 10px; +} + +div.admin table.mapping { + width: 100%; + border: 1px solid #999; + border-collapse: collapse; + background-color: #aaa; +} + +div.admin table.mapping th { + background-color: #ddd; + border-bottom: 1px solid #888; + padding: 5px; +} + +div.admin table.mapping th.recent_comments { + background-color: #c5cba4; +} + +div.admin table.mapping, +div.admin table.mapping a { + color: black; +} + +div.admin table.mapping td { + border: 1px solid #888; + border-left: none; + border-right: none; + text-align: left; + line-height: 24px; + padding: 0 5px 0 5px; +} + +div.admin table.mapping tr:hover { + background-color: #888; +} + +div.admin table.mapping td.username { + width: 180px; +} + +div.admin table.mapping td.pub_date { + font-style: italic; + text-align: right; +} + +div.admin table.mapping td.groups input { + width: 100%; +} + +div.admin table.mapping td.actions input { + padding: 0; +} + +div.admin table.mapping .actions { + text-align: right; + width: 70px; +} + +div.admin table.mapping span.meta { + font-size: 11px; + color: #222; +} + +div.admin table.mapping span.meta a { + color: #222; +} + +div.admin div.detail_form dt { + clear: both; + float: left; + width: 110px; +} + +div.admin div.detail_form textarea { + width: 98%; + height: 160px; +} diff --git a/html/_static/comment.png b/html/_static/comment.png new file mode 100644 index 0000000..5219131 Binary files /dev/null and b/html/_static/comment.png differ diff --git a/html/_static/hovercomment.png b/html/_static/hovercomment.png new file mode 100644 index 0000000..5f2461f Binary files /dev/null and b/html/_static/hovercomment.png differ diff --git a/html/_static/nocomment.png b/html/_static/nocomment.png new file mode 100644 index 0000000..954a245 Binary files /dev/null and b/html/_static/nocomment.png differ diff --git a/html/_static/preview.png b/html/_static/preview.png new file mode 100644 index 0000000..0c5df6e Binary files /dev/null and b/html/_static/preview.png differ diff --git a/html/_static/top.png b/html/_static/top.png new file mode 100644 index 0000000..2ee1ec3 Binary files /dev/null and b/html/_static/top.png differ diff --git a/html/connection.html b/html/connection.html index 77835bc..9035ccc 100644 --- a/html/connection.html +++ b/html/connection.html @@ -2,13 +2,13 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-Note
Any outstanding changes will be rolled back when the connection object @@ -101,7 +101,7 @@ for more details.
Note that in order to make use of global (distributed) transactions, the twophase argument to the Connection constructor must be a true value. See the comments on the Connection constructor for more information -(Module Interface).
+(Module Interface).Note
This method is an extension to the DB API definition.
@@ -141,7 +141,7 @@ applies to any cursor objects trying to use the connection.This write-only attribute sets the module column in the v$session table and +is only available in Oracle 10g.
+Shutdown the database. In order to do this the connection must connected as SYSDBA or SYSOPER. First shutdown using one of the -DBSHUTDOWN constants defined in the constants (Constants) section. +DBSHUTDOWN constants defined in the constants (Constants) section. Next issue the SQL statements required to close the database (“alter database close normal”) and dismount the database (“alter database dismount”) followed by a second call to this method with the @@ -369,12 +370,12 @@ connection has been established.