Skip to content

Commit

Permalink
Slight documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
David Moreau Simard committed Sep 29, 2015
1 parent eafaf3e commit 8ba8842
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
7 changes: 3 additions & 4 deletions docs/configuring.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ Settings
~~~~~~~~
* ``TMPDIR`` is a path that defines where ``DNF`` will store it's repository
cache.
* ``REPOSITORIES`` defines which repositories can be queried and has the
following structure. Configured repositories will automatically show up in the
top menu.
* ``REPOSITORIES`` defines which repositories can be queried. Configured
repositories will automatically show up in the top menu.
* ``TAGS`` is a string matcher. It will automatically create a link in the
``Compare`` tab of the top menu for comparing repositories that match the tag
string.
Expand All @@ -27,4 +26,4 @@ Settings
Read on the `running documentation`_ to see how to get ``rpm-versiontracker``
to run.

.. _running documentation: running.html
.. _running documentation: running.html
2 changes: 1 addition & 1 deletion docs/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ will be running it from::
Read on the `configuration documentation`_ to see how to configure
``rpm-versiontracker``.

.. _configuration documentation: configuration.html
.. _configuration documentation: configuring.html
Empty file removed docs/packages.rst
Empty file.
4 changes: 4 additions & 0 deletions docs/running.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ Perhaps your favorite setup is with `Apache and mod_wsgi`_ or you're used to
What you need to know is that the application to start is ``run:app`` where
``run`` references `run.py`_ and ``app`` the actual Flask application.

The REST API is currently unrestricted. It is highly recommended to secure
access to it with the help of a web server or other means as it could fairly
easily be abused or used in amplification attacks.

.. _documentation: http://flask.pocoo.org/docs/0.10/deploying/
.. _Apache and mod_wsgi: http://flask.pocoo.org/docs/0.10/deploying/mod_wsgi/
.. _gunicorn: http://flask.pocoo.org/docs/0.10/deploying/wsgi-standalone/#gunicorn
Expand Down

0 comments on commit 8ba8842

Please sign in to comment.