From e9659f7b11429d7b3d7414c4287832af846d5296 Mon Sep 17 00:00:00 2001 From: argius Date: Sat, 11 May 2013 14:06:53 +0900 Subject: [PATCH 1/1] adds English documentation files --- FEATURE.md | 1 + MANUAL.md | 3 +++ README.md | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 52 insertions(+) create mode 100644 FEATURE.md create mode 100644 MANUAL.md create mode 100644 README.md diff --git a/FEATURE.md b/FEATURE.md new file mode 100644 index 0000000..d255b0d --- /dev/null +++ b/FEATURE.md @@ -0,0 +1 @@ +% New Features And Changes In Stew4 diff --git a/MANUAL.md b/MANUAL.md new file mode 100644 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 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. -- 2.11.0