OSDN Git Service

adds English documentation files
authorargius <argius.net@gmail.com>
Sat, 11 May 2013 05:06:53 +0000 (14:06 +0900)
committerargius <argius.net@gmail.com>
Sat, 11 May 2013 05:06:53 +0000 (14:06 +0900)
FEATURE.md [new file with mode: 0644]
MANUAL.md [new file with mode: 0644]
README.md [new file with mode: 0644]

diff --git a/FEATURE.md b/FEATURE.md
new file mode 100644 (file)
index 0000000..d255b0d
--- /dev/null
@@ -0,0 +1 @@
+% New Features And Changes In Stew4
diff --git a/MANUAL.md b/MANUAL.md
new file mode 100644 (file)
index 0000000..54cdc00
--- /dev/null
+++ b/MANUAL.md
@@ -0,0 +1,3 @@
+% Stew User Manual
+%
+% version 4.0
diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..9eaa021
--- /dev/null
+++ b/README.md
@@ -0,0 +1,48 @@
+% Readme - Stew4
+
+
+## 1. Outline
+
+Stew is the database (SQL) tool with JDBC.
+
+It had the following features:
+
+ * Requires only Core Libraries except JDBC driver.
+ * Console Mode. Not only GUI.
+ * Never keep the cursor:
+    Statement and ResultSet will be released immediately.
+ * Uses only Core APIs.
+ * No dependency (version 2 and later):
+    No DBMS specific code.
+ * Supports Windows, MacOSX and Linux (version 3 and later):
+    Excepts "dock mode" of MacOSX.
+
+For more information, see MANUAL.html and FEATURE.md.
+
+
+## 2. How to Install, Migrate and Uninstall
+
+How to Install
+:   Just need to extract zip file. At least "stew.jar".
+
+How to Migrate
+:   Just overwrite up-to-date files.
+
+How to Uninstall
+:   Just delete installed file and ".stew" dir.
+    To see the location of ".stew", exec "@" command in Stew.
+
+
+## 3. License
+
+Uses Apache License 2.0.
+See LICENSE file.
+
+We omitted to write the License header in every souce file.
+
+
+## 4. Known Issues
+
+Checking the privilege to update (SQL).
+
+Checked only default Look and Feels.