summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Justen <jordan.l.justen@intel.com>2018-12-17 01:13:07 -0800
committerJordan Justen <jordan.l.justen@intel.com>2018-12-17 23:39:58 -0800
commit77739a8b42ad0efb621a4a51223b343acb07becf (patch)
tree33f2acfab5fee8db18da1d275a070a797065ed08
parentec8ec4690056629c029f20e0d46e1b15fd35a9f1 (diff)
index.rst: Change content to match current piglit website
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
-rw-r--r--docs/index.rst45
1 files changed, 29 insertions, 16 deletions
diff --git a/docs/index.rst b/docs/index.rst
index bf96c5d87..2a5e6cd9a 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1,25 +1,38 @@
-.. Sphinx Example Project documentation master file, created by
- sphinx-quickstart on Tue Oct 25 09:18:20 2016.
- You can adapt this file completely to your liking, but it should at least
- contain the root `toctree` directive.
+Piglit
+======
+Piglit is an open-source test suite for OpenGL implementations.
-Welcome to Sphinx Example Project's documentation!
-==================================================
+Building piglit
+---------------
-Contents:
+Piglit is primarily distributed through git. Given that driver
+developers frequently need to rebuild tests for debugging purposes
+during testing, we have found little value in publishing releases.
-.. toctree::
- :maxdepth: 2
+To check out piglit, use::
+ git clone https://gitlab.freedesktop.org/mesa/piglit
+To build piglit, see the `README`_.
-Indices and tables
-==================
+.. _README: https://gitlab.freedesktop.org/mesa/piglit/blob/master/README.md
-* :ref:`genindex`
-* :ref:`search`
+License
+-------
-Fork this project
-==================
+Most piglit test cases are distributed under the MIT license, though
+some code is under the GPL. The MIT license is the preferred license
+for the project.
-* https://gitlab.com/pages/sphinx \ No newline at end of file
+Contact
+-------
+
+Most discussion about piglit usage and development takes place on the
+piglit mailing list. To see the collection of prior postings to the
+list, visit the `Piglit Archives`_. Before you will be able to post to
+the list, you will need to `subscribe to the list`_. Once you are
+subscribed, you may post to the list by sending an email to
+piglit@lists.freedesktop.org.
+
+.. _Piglit Archives: http://lists.freedesktop.org/archives/piglit/
+.. _subscribe to the list: http://lists.freedesktop.org/mailman/listinfo/piglit