author | Alberto Bertogli
<albertito@gmail.com> 2007-04-24 23:12:56 UTC |
committer | Alberto Bertogli
<albertito@gmail.com> 2007-04-24 23:12:56 UTC |
parent | bdfe6fa6f209f6bdd1b2e97f1562a44665f3bdb8 |
LICENSE | +3 | -3 |
README | +3 | -3 |
{d => bindings/d}/LICENSE | +0 | -0 |
{d => bindings/d}/nmdb.d | +0 | -0 |
{d => bindings/d}/nmdb_ll.d | +0 | -0 |
{d => bindings/d}/sizeof.c | +0 | -0 |
{d => bindings/d}/test1c.d | +0 | -0 |
{d => bindings/d}/testt.d | +0 | -0 |
{newlisp => bindings/newlisp}/LICENSE | +0 | -0 |
{newlisp => bindings/newlisp}/nmdb.lsp | +0 | -0 |
{newlisp => bindings/newlisp}/test.lsp | +0 | -0 |
{python => bindings/python}/LICENSE | +0 | -0 |
{python => bindings/python}/nmdb.py | +0 | -0 |
{python => bindings/python}/nmdb_ll.c | +0 | -0 |
{python => bindings/python}/setup.py | +0 | -0 |
diff --git a/LICENSE b/LICENSE index 0ccb14e..3edc16e 100644 --- a/LICENSE +++ b/LICENSE @@ -9,8 +9,8 @@ includes subdirectories). As a brief resume, here's how each sub-project is licensed: * nmdb: OSL 3.0 * lib: BOLA (Public domain) - * python: BOLA (Public domain) - * d: BOLA (Public domain) - * newlisp: BOLA (Public domain) + * bindings/python: BOLA (Public domain) + * bindings/d: BOLA (Public domain) + * bindings/newlisp: BOLA (Public domain) diff --git a/README b/README index 5b363dd..d4712b5 100644 --- a/README +++ b/README @@ -13,9 +13,9 @@ Both work combined, but the use of the persistent backend is optional, so you can use the server only for cache queries, pretty much like memcached. This source distribution is composed of several parts: the server called -"nmdb", the library and the python bindings. Each one has a separate top level -directory, and is licensed individually. See the LICENSE file for more -information. +"nmdb", the library and bindings for Python, D and NewLISP. Each one has a +separate directory, and is licensed individually. See the LICENSE file for +more information. Documentation diff --git a/d/LICENSE b/bindings/d/LICENSE similarity index 100% rename from d/LICENSE rename to bindings/d/LICENSE diff --git a/d/nmdb.d b/bindings/d/nmdb.d similarity index 100% rename from d/nmdb.d rename to bindings/d/nmdb.d diff --git a/d/nmdb_ll.d b/bindings/d/nmdb_ll.d similarity index 100% rename from d/nmdb_ll.d rename to bindings/d/nmdb_ll.d diff --git a/d/sizeof.c b/bindings/d/sizeof.c similarity index 100% rename from d/sizeof.c rename to bindings/d/sizeof.c diff --git a/d/test1c.d b/bindings/d/test1c.d similarity index 100% rename from d/test1c.d rename to bindings/d/test1c.d diff --git a/d/testt.d b/bindings/d/testt.d similarity index 100% rename from d/testt.d rename to bindings/d/testt.d diff --git a/newlisp/LICENSE b/bindings/newlisp/LICENSE similarity index 100% rename from newlisp/LICENSE rename to bindings/newlisp/LICENSE diff --git a/newlisp/nmdb.lsp b/bindings/newlisp/nmdb.lsp similarity index 100% rename from newlisp/nmdb.lsp rename to bindings/newlisp/nmdb.lsp diff --git a/newlisp/test.lsp b/bindings/newlisp/test.lsp similarity index 100% rename from newlisp/test.lsp rename to bindings/newlisp/test.lsp diff --git a/python/LICENSE b/bindings/python/LICENSE similarity index 100% rename from python/LICENSE rename to bindings/python/LICENSE diff --git a/python/nmdb.py b/bindings/python/nmdb.py similarity index 100% rename from python/nmdb.py rename to bindings/python/nmdb.py diff --git a/python/nmdb_ll.c b/bindings/python/nmdb_ll.c similarity index 100% rename from python/nmdb_ll.c rename to bindings/python/nmdb_ll.c diff --git a/python/setup.py b/bindings/python/setup.py similarity index 100% rename from python/setup.py rename to bindings/python/setup.py