From ca1dd1ea395409d06f0ccde7a632f8f40267b7be Mon Sep 17 00:00:00 2001 From: Tpt Date: Sat, 19 Mar 2022 09:28:22 +0100 Subject: [PATCH] Adds a help section in the READMEs --- README.md | 8 ++++++++ python/README.md | 9 +++++++++ python/docs/index.rst | 9 +++++++++ server/README.md | 8 ++++++++ 4 files changed, 34 insertions(+) diff --git a/README.md b/README.md index 3c327ff4..671a229c 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,14 @@ Oxigraph implements the following specifications: A preliminary benchmark [is provided](bench/README.md). There is also [a document describing Oxigraph technical architecture](https://github.com/oxigraph/oxigraph/wiki/Architecture). +## Help + +Feel free to use [GitHub discussions](https://github.com/oxigraph/oxigraph/discussions) or [the Gitter chat](https://gitter.im/oxigraph/community) to ask questions or talk about Oxigraph. +[Bug reports](https://github.com/oxigraph/oxigraph/issues) are also very welcome. + +If you need advanced support or are willing to pay to get some extra features, feel free to reach out to [Tpt](https://github.com/Tpt/). + + ## License This project is licensed under either of diff --git a/python/README.md b/python/README.md index 5d7e9bee..3465f196 100644 --- a/python/README.md +++ b/python/README.md @@ -32,6 +32,15 @@ Pyoxigraph documentation is [available on the Oxigraph website](https://oxigraph To build and install the development version of pyoxigraph you need to clone this git repository and to run `pip install .` in the `python` directory (the one this README is in). + +## Help + +Feel free to use [GitHub discussions](https://github.com/oxigraph/oxigraph/discussions) or [the Gitter chat](https://gitter.im/oxigraph/community) to ask questions or talk about Oxigraph. +[Bug reports](https://github.com/oxigraph/oxigraph/issues) are also very welcome. + +If you need advanced support or are willing to pay to get some extra features, feel free to reach out to [Tpt](https://github.com/Tpt). + + ## How to contribute Pyoxigraph is written in Rust using [PyO3](https://github.com/PyO3/pyo3). diff --git a/python/docs/index.rst b/python/docs/index.rst index 9deda9e6..b36178bd 100644 --- a/python/docs/index.rst +++ b/python/docs/index.rst @@ -65,3 +65,12 @@ Table of contents store sparql migration + + +Help +"""" + +Feel free to use `GitHub discussions `_ or `the Gitter chat `_ to ask questions or talk about Oxigraph. +`Bug reports `_ are also very welcome. + +If you need advanced support or are willing to pay to get some extra features, feel free to reach out to `Tpt `_. diff --git a/server/README.md b/server/README.md index acee48c9..4b722ea0 100644 --- a/server/README.md +++ b/server/README.md @@ -231,6 +231,14 @@ It installs the `oxigraph_server` binary. [See the usage documentation to know h and the exposed state does not change for the complete duration of a read operation (e.g. a SPARQL query) or a read/write operation (e.g. a SPARQL update). +## Help + +Feel free to use [GitHub discussions](https://github.com/oxigraph/oxigraph/discussions) or [the Gitter chat](https://gitter.im/oxigraph/community) to ask questions or talk about Oxigraph. +[Bug reports](https://github.com/oxigraph/oxigraph/issues) are also very welcome. + +If you need advanced support or are willing to pay to get some extra features, feel free to reach out to [Tpt](https://github.com/Tpt). + + ## License This project is licensed under either of