aboutsummaryrefslogtreecommitdiff
path: root/docs/clients.rst
diff options
context:
space:
mode:
authorStuart P. Bentley <stuart@testtrack4.com>2015-03-04 22:05:25 +0000
committerStuart P. Bentley <stuart@testtrack4.com>2015-03-04 22:05:25 +0000
commit79127b267bee77a54b4be0384c2086000b12eade (patch)
treee7fc485ac6491b7145a629a80820de587a7291af /docs/clients.rst
parent5f9efceee305e68e53d3f0b844278f3b599d71e9 (diff)
downloadseaweedfs-79127b267bee77a54b4be0384c2086000b12eade.tar.xz
seaweedfs-79127b267bee77a54b4be0384c2086000b12eade.zip
Use GitHub Wiki for docs
I've converted all the docs pages to pages on https://github.com/chrislusf/weed-fs/wiki/: - docs/index.rst => https://github.com/chrislusf/weed-fs/wiki - docs/gettingstarted.rst => https://github.com/chrislusf/weed-fs/wiki/Getting-Started - docs/clients.rst => https://github.com/chrislusf/weed-fs/wiki/Client-Libraries - docs/api.rst => https://github.com/chrislusf/weed-fs/wiki/API - docs/replication.rst => https://github.com/chrislusf/weed-fs/wiki/Replication - docs/ttl.rst => https://github.com/chrislusf/weed-fs/wiki/Store-file-with-a-Time-To-Live - docs/failover.rst => https://github.com/chrislusf/weed-fs/wiki/Failover-Master-Server - docs/directories.rst => https://github.com/chrislusf/weed-fs/wiki/Directories-and-Files - docs/distributed_filer.rst => https://github.com/chrislusf/weed-fs/wiki/Distributed-Filer - docs/usecases.rst => https://github.com/chrislusf/weed-fs/wiki/Use-Cases - docs/optimization.rst => https://github.com/chrislusf/weed-fs/wiki/Optimization - docs/benchmarks.rst => https://github.com/chrislusf/weed-fs/wiki/Benchmarks - docs/changelist.rst => https://github.com/chrislusf/weed-fs/wiki/Change-List
Diffstat (limited to 'docs/clients.rst')
-rw-r--r--docs/clients.rst44
1 files changed, 0 insertions, 44 deletions
diff --git a/docs/clients.rst b/docs/clients.rst
deleted file mode 100644
index e4faacc7e..000000000
--- a/docs/clients.rst
+++ /dev/null
@@ -1,44 +0,0 @@
-Client libraries
-=====================
-
-Clients
-###################################
-+---------------------------------------------------------------------------------+--------------+-----------+
-| Name | Author | Language |
-+=================================================================================+==============+===========+
-| `WeedPHP <https://github.com/micjohnson/weed-php/>`_ | Mic Johnson | PHP |
-+---------------------------------------------------------------------------------+--------------+-----------+
-| `Seaweed-FS Symfony bundle <https://github.com/micjohnson/weed-php-bundle>`_ | Mic Johnson | PHP |
-+---------------------------------------------------------------------------------+--------------+-----------+
-| `Seaweed-FS Node.js client <https://github.com/cruzrr/node-weedfs>`_ | Aaron Blakely| Javascript|
-+---------------------------------------------------------------------------------+--------------+-----------+
-| `Amazon S3 API for Seaweed-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 Seaweed-FS client <https://github.com/simplebread/WeedFSClient>`_ | Xu Zhang | Java |
-+---------------------------------------------------------------------------------+--------------+-----------+
-| `Java Seaweed-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/tgulacsi/camli-weed>`_ | Tamás Gulácsi| Go |
-+---------------------------------------------------------------------------------+--------------+-----------+
-| `Scala Seaweed-FS client <https://github.com/chiradip/WeedFsScalaClient>`_ | Chiradip | Scala |
-+---------------------------------------------------------------------------------+--------------+-----------+
-| `Module for kohana <https://github.com/bububa/kohanaphp-weedfs>`_ | Bububa | PHP |
-+---------------------------------------------------------------------------------+--------------+-----------+
-| `Weedo <https://github.com/ginuerzh/weedo>`_ | Ginuerzh | Go |
-+---------------------------------------------------------------------------------+--------------+-----------+
-| `Django-weed <https://github.com/ProstoKSI/django-weed>`_ | ProstoKSI | Python |
-+---------------------------------------------------------------------------------+--------------+-----------+
-
-Projects using Seaweed-FS
-###################################
-* An `email River Plugin <https://github.com/medcl/elasticsearch-river-email/>`_ for Elasticsearch uses Seaweed-FS server to save attachments
-
-Websites using Seaweed-FS
-###################################
-* `Email to create Web Pages <http://mailp.in/>`_ uses Seaweed-FS to save email attachments. \ No newline at end of file