Switch README.md and description to English
authorBenjamin Braatz <bb@bbraatz.eu>
Fri, 5 Mar 2021 14:43:43 +0000 (15:43 +0100)
committerBenjamin Braatz <bb@bbraatz.eu>
Fri, 5 Mar 2021 14:43:43 +0000 (15:43 +0100)
README.md
setup.py

index 03a21de59d5b9acdb3c043b8db5160581d0660b1..493f5f508a5b2318b136b83dc7625d3c2f3ae711 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,12 +1,16 @@
-# ControlPi-Plugin für Websocket-Server
-Dieses Paket enthält ein Plugin für das ControlPi-System, mit dem ein
-Websocket-Server zur Verfügung gestellt wird, der eine Verbindung mit dem
-System durch verschiedene Clients ermöglicht. Außerdem stellt er eine
-einfache Debug-Oberfläche zur Verfügung, die alle auf dem System
-vorhandenen Komponenten, ihren momentanen Zustand und die zuletzt von ihnen
-gesandten Nachrichten darstellt und es ermöglicht, ihre Kommandos direkt
-aufzurufen.
+# ControlPi Plugin for Websocket Servers
+This distribution package contains a plugin for the
+[ControlPi system](https://docs.graph-it.com/graphit/controlpi), that
+provides a Websocket server connected to the message bus of the ControlPi.
+Clients connecting a Websocket to the server receive JSON serialisations of
+all messages on the bus and can also send to it.
+A minimal debug Web app is also included, which is served through the
+Websocket server and connects back to it to show all clients of the bus
+with their interfaces, last messages sent, and current state and allow to
+send messages to it.
 
-Die Dokumentation kann unter [doc/index.md](doc/index.md) bzw.
-[https://docs.graph-it.com/graphit/controlpi-wsserver](https://docs.graph-it.com/graphit/controlpi-wsserver)
-gefunden werden.
+Documentation (in German) can be found at [doc/index.md](doc/index.md) in
+the source repository and at
+[https://docs.graph-it.com/graphit/controlpi-wsserver](https://docs.graph-it.com/graphit/controlpi-wsserver).
+Code documentation (in English) including doctests is contained in the
+source files.
index 6570a5c6742a9b50bbcad847f5175a7fa1c66cbb..a62d71e6f4a22fa7fc503da4df7a58a4de786d44 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ setuptools.setup(
     version="0.1.0",
     author="Graph-IT GmbH",
     author_email="info@graph-it.com",
-    description="ControlPi-Plugin für Websocket-Server",
+    description="ControlPi Plugin for Websocket Servers",
     long_description=long_description,
     long_description_content_type="text/markdown",
     url="http://docs.graph-it.com/graphit/controlpi-wsserver",