diff options
| author | ernado <ernado@ya.ru> | 2014-07-23 15:38:03 +0400 |
|---|---|---|
| committer | ernado <ernado@ya.ru> | 2014-07-23 15:38:03 +0400 |
| commit | 027d86794f08356776108ed9efda976436968299 (patch) | |
| tree | 07385255d4668ef196fffaf294a6be9f8a8f5c6f | |
| parent | 34eb00de337fb183e0467e26e92252f462149bbf (diff) | |
| download | seaweedfs-027d86794f08356776108ed9efda976436968299.tar.xz seaweedfs-027d86794f08356776108ed9efda976436968299.zip | |
added client libraries
| -rw-r--r-- | docs/clients.rst | 35 | ||||
| -rw-r--r-- | docs/index.rst | 1 |
2 files changed, 36 insertions, 0 deletions
diff --git a/docs/clients.rst b/docs/clients.rst new file mode 100644 index 000000000..193d10cae --- /dev/null +++ b/docs/clients.rst @@ -0,0 +1,35 @@ +Client libraries +===================== + ++---------------------------------------------------------------------------------+--------------+-----------+ +| Name | Author | Language | ++---------------------------------------------------------------------------------+--------------+-----------+ +| `WeedPHP <https://github.com/micjohnson/weed-php/>`_ | Mic Johnson | PHP | ++---------------------------------------------------------------------------------+--------------+-----------+ +| `Weed-FS Symfony bundle <https://github.com/micjohnson/weed-php-bundle>`_ | Mic Johnson | PHP | ++---------------------------------------------------------------------------------+--------------+-----------+ +| `Weed-FS Node.js client <https://github.com/cruzrr/node-weedfs>`_ | Aaron Blakely| Javascript| ++---------------------------------------------------------------------------------+--------------+-----------+ +| `Amazon S3 API backed by Weed-FS <https://github.com/tgulacsi/s3weed>`_ | Tamás Gulácsi| Go | ++---------------------------------------------------------------------------------+--------------+-----------+ +| `File store upload test <https://github.com/tgulacsi/filestore-upload-test>`_ | Tamás Gulácsi| Go | ++---------------------------------------------------------------------------------+--------------+-----------+ +| `Java Weed-FS client <https://github.com/simplebread/WeedFSClient>`_ | Xu Zhang | Java | ++---------------------------------------------------------------------------------+--------------+-----------+ +| `Java Weed-FS client 2 <https://github.com/zenria/Weed-FS-Java-Client>`_ | zenria | Java | ++---------------------------------------------------------------------------------+--------------+-----------+ +| `python-weed <https://github.com/darkdarkfruit/python-weed>`_ | darkdarkfruit| Python | ++---------------------------------------------------------------------------------+--------------+-----------+ +| `pyweed <https://github.com/utek/pyweed>`_ | utek | Python | ++---------------------------------------------------------------------------------+--------------+-----------+ +| `Camlistore blobserver Storage <https://github.com/zenria/Weed-FS-Java-Client>`_| Tamás Gulácsi| Go | ++---------------------------------------------------------------------------------+--------------+-----------+ +| `Scala Weed-FS client <https://github.com/zenria/Weed-FS-Java-Client>`_ | chiradip | Scala | ++---------------------------------------------------------------------------------+--------------+-----------+ +| `weed-fs module for kohanaphp <https://github.com/zenria/Weed-FS-Java-Client>`_ | bububa | PHP | ++---------------------------------------------------------------------------------+--------------+-----------+ +| `Weedo <https://github.com/zenria/Weed-FS-Java-Client>`_ | ginuerzh | Go | ++---------------------------------------------------------------------------------+--------------+-----------+ +| `django-weed <https://github.com/zenria/Weed-FS-Java-Client>`_ | ProstoKSI | Python | ++---------------------------------------------------------------------------------+--------------+-----------+ + diff --git a/docs/index.rst b/docs/index.rst index b0aa7c6f5..561a79d7d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -24,6 +24,7 @@ Contents: :maxdepth: 2 gettingstarted + clients Indices and tables |
