summaryrefslogtreecommitdiff
path: root/doc/alphaimplementation.html
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2006-05-25 14:20:23 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2006-05-25 14:20:23 +0000
commitbb79e2e871d0a4585164c1a6ed626d96d0231975 (patch)
tree6d457ba6c36c408b45db24ec3c29e147fe7504ff /doc/alphaimplementation.html
parent4fc3a0648699c2b441251ba4e1d37a9107bd1986 (diff)
downloadsqlalchemy-bb79e2e871d0a4585164c1a6ed626d96d0231975.tar.gz
merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1
Diffstat (limited to 'doc/alphaimplementation.html')
-rw-r--r--doc/alphaimplementation.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/alphaimplementation.html b/doc/alphaimplementation.html
new file mode 100644
index 000000000..204092493
--- /dev/null
+++ b/doc/alphaimplementation.html
@@ -0,0 +1,16 @@
+<html>
+<head>
+ <link href="style.css" rel="stylesheet" type="text/css"></link>
+ <link href="docs.css" rel="stylesheet" type="text/css"></link>
+ <script src="scripts.js"></script>
+ <title>SQLAlchemy Documentation</title>
+</head>
+<body>
+ <h3>What is an Alpha Implementation Feature?</h3>
+<p><b>Alpha Implementation</b> indicates a feature where developer confidence in its functionality has not yet been firmly established. This typically includes brand new features for which adequate unit tests have not been completed, and/or features whose scope is broad enough that its not clear what additional unit tests might be needed.</p>
+
+<p>Alpha implementation is not meant to discourage the usage of a feature, it is only meant to indicate that some difficulties in getting full functionality from the feature may occur, and to encourage the reporting of these difficulties either via the mailing list or through <a href="http://www.sqlalchemy.org/trac/newticket" target="_blank">submitting a ticket</a>.</p>
+
+<center><input type="button" value="close window" onclick="window.close()"></center>
+</body>
+</html> \ No newline at end of file