Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ianj-als/omtc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Johnson <ian.johnson@appliedlanguage.com>2013-02-01 17:51:37 +0400
committerIan Johnson <ian.johnson@appliedlanguage.com>2013-02-01 17:51:37 +0400
commit32b9af31ec0cd8d968e9a8cd835bbd15e0f404fa (patch)
tree7ddbc4864f9744413724f1fcf4b338d0051ac3f1
Initial commit
-rw-r--r--.gitignore6
-rw-r--r--README.md4
2 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..0f182a0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+*.class
+
+# Package Files #
+*.jar
+*.war
+*.ear
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..50f2ba7
--- /dev/null
+++ b/README.md
@@ -0,0 +1,4 @@
+omtc
+====
+
+Open Machine Translation Core (OMTC). An open API Standard for Machine Translation Systems. \ No newline at end of file