summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
authorMarcel Hellkamp <marc@gsites.de>2020-12-31 19:00:29 +0100
committerMarcel Hellkamp <marc@gsites.de>2020-12-31 19:09:59 +0100
commitf8fc2c122b562f07dcc90b37cc6e01cec2b4cc92 (patch)
tree4039e981b2033d3921b6e25d74070d4680b84c6b /docs/index.rst
parentf796498aaaaf2bc110efd494d4036d48999b1a61 (diff)
downloadbottle-f8fc2c122b562f07dcc90b37cc6e01cec2b4cc92.tar.gz
Drop fapws3 and Python 3.5 support.
fapws3 is unmaintained for 3 years and breaks tests. Python 3.5 is end-of-life.
Diffstat (limited to 'docs/index.rst')
-rwxr-xr-xdocs/index.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst
index a6a23f8..15b39ad 100755
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -5,7 +5,6 @@
.. _cheetah: http://www.cheetahtemplate.org/
.. _jinja2: http://jinja.pocoo.org/
.. _paste: http://pythonpaste.org/
-.. _fapws3: https://github.com/william-os4y/fapws3
.. _bjoern: https://github.com/jonashaag/bjoern
.. _flup: http://trac.saddi.com/flup
.. _cherrypy: http://www.cherrypy.org/
@@ -26,7 +25,7 @@ Bottle is a fast, simple and lightweight WSGI_ micro web-framework for Python_.
* **Routing:** Requests to function-call mapping with support for clean and dynamic URLs.
* **Templates:** Fast and pythonic :ref:`built-in template engine <tutorial-templates>` and support for mako_, jinja2_ and cheetah_ templates.
* **Utilities:** Convenient access to form data, file uploads, cookies, headers and other HTTP-related metadata.
-* **Server:** Built-in HTTP development server and support for paste_, fapws3_, bjoern_, gae_, cherrypy_ or any other WSGI_ capable HTTP server.
+* **Server:** Built-in HTTP development server and support for paste_, bjoern_, gae_, cherrypy_ or any other WSGI_ capable HTTP server.
.. rubric:: Example: "Hello World" in a bottle