diff --git a/src/templates/open-data.html b/src/templates/open-data.html
index 3f20d6c..aacf2ad 100644
--- a/src/templates/open-data.html
+++ b/src/templates/open-data.html
@@ -2,77 +2,7 @@
{% load i18n %}
{% block main-content %}
-
-
{% trans "OpenData - Communities Interlegis" %}
-
{% blocktrans %}At this point the system Colab provides much of its data
- through its search engine.{% endblocktrans %}
-
{% blocktrans %}If you are interested in integrating your system with the environment Colab
- and requires no other data provided by this API, please contact us via the ticketing
- system (you must be registered in order to create a ticket).{% endblocktrans %}
-
-
{% trans "Performing searches via the API" %}
-
{% trans "The Colab API searches works through an HTTP/REST always returning JSON objects with result." %}
-
{% trans "The base URL used for the search is:" %}
- http://colab.interlegis.leg.br/api/search/
-
-
{% trans "Parameters:" %}
-
- -
-
{% trans "Query" %} - q
- {% blocktrans %}The query is the "question" sent
- to the search server. A query consists of
- field:value, where the field represents a kind of system data,
- for example collaborator and represents the data stored
- by the system, for example jeanferri.{% endblocktrans %}
- {% trans "The following is a list of available fields to search:" %}
-
- - Type: {% trans "wiki, thread, ticket, changeset." %}
- - Title: {% trans "page name, title of the discussion or ticket, changeset description." %}
- - Description: {% trans "excerpt from the page or the discussion, description of the ticket or changeset." %}
- - Creator: {% trans "name of user who created the document." %}
- - creator_real_name: {% trans "real name who created the document." %}
- - create: {% trans "creation date." %}
- - modified: {% trans "modification date." %}
- - mailinglist: {% trans "mailing list (only for type thread)." %}
- - name: {% trans "name of the wiki page." %}
- - comment: {% trans "comments of tickets (all concatenated)." %}
- - content: {% trans "contents of wiki page or messages of the discussions (all concatenated)." %}
- - keyword: {% trans "keywords (ticket only)." %}
- - milestone: {% trans "milestone (ticket only)." %}
- - priority: {% trans "priority (ticket only)." %}
- - component: {% trans "component (ticket only)." %}
- - version: {% trans "version (ticket only)." %}
- - severity: {% trans "severity (ticket only)." %}
- - owner: {% trans "responsible (ticket only)." %}
- - status: {% trans "status (ticket only)." %}
- - revision: {% trans "review (ticket only)." %}
- - subject: {% trans "synonym for the title (for discussion)." %}
-
-
-
-
- -
-
{% trans "Results per page - n" %}
- {% blocktrans %}Number of results to be displayed per page.
- Its value must be an integer between 1 and 500.{% endblocktrans %}
- {% trans "Default: 50" %}.
-
-
-
- -
-
{% trans "Page - p" %}
- {% blocktrans %}Page number that appears. Its value must be an
- integer equal to or greater than 1.{% endblocktrans %} {% trans "Default: 1" %}.
-
-
-
- -
-
{% trans "Order - o" %}
- {% blocktrans %}Order in which the results will be displayed. Its value must be
- a string in the field direction where the same field are
- presented in the query parameter and direction can be
- asc for ascending or desc for descending.{% endblocktrans %} Default: score desc.
-
-
-
+
{% trans "OpenData - Communities Interlegis" %}
+
+
{% trans 'Soon...'%}
{% endblock %}
--
libgit2 0.21.2