layout | title | tagline |
---|---|---|
page |
titles.index |
taglines.index |
{% include JB/setup %}
{% t index.introduction.first_paragraph %}
{% t index.introduction.second_paragraph %}
{% t index.first_steps.credentials_creation.first_paragraph %}
{% t index.first_steps.credentials_creation.second_paragraph %}
{% t index.first_steps.authentication.first_paragraph %}
{% t index.first_steps.authentication.second_paragraph %}
{% t index.first_steps.authentication.third_paragraph %}
{% t index.first_steps.authentication.table.language_framework %} | {% t index.first_steps.authentication.table.project%} | {% t index.first_steps.authentication.table.official_support %}? |
---|---|---|
Ruby On Rails | omniauth-redu | {% t index.first_steps.authentication.table.yes_option %} |
Python | ReduPy | {% t index.first_steps.authentication.table.yes_option %} |
Java | jRedu | {% t index.first_steps.authentication.table.yes_option %} |
Python | rauth | {% t index.first_steps.authentication.table.no_option %} |
Django | django-social-auth | {% t index.first_steps.authentication.table.no_option %} |
Play! | play-pack4j | {% t index.first_steps.authentication.table.no_option %} |
.NET | .NET Open Auth | {% t index.first_steps.authentication.table.no_option %} |
{% t index.first_steps.rest_api_consumption.first_paragraph %}
{% highlight javascript }
{
name: “Foo”,
created_at: “2010-12-17T16:37:40-02:00”,
initials: “bar”,
path: “foo”,
links: [
{ href: “http://redu.com.br/api/environments/foo”, rel: “self” },
{ href: “http://redu.com.br/api/environments/foo/courses”, rel: “courses” }
{ href: “http://redu.com.br/api/environments/foo/users”, rel: “users” }
]
}
{ endhighlight %}
{% t index.first_steps.rest_api_consumption.second_paragraph %}
{% t index.first_steps.rest_api_consumption.third_paragraph %}