Skip to content

Latest commit

 

History

History
72 lines (49 loc) · 3.89 KB

index.textile

File metadata and controls

72 lines (49 loc) · 3.89 KB
layout title tagline
page
titles.index
taglines.index

{% include JB/setup %}

{% t index.introduction.title %}

{% t index.introduction.first_paragraph %}

{% t index.introduction.second_paragraph %}

{% t index.first_steps.title %}

1. {% t index.first_steps.credentials_creation.title %}

{% t index.first_steps.credentials_creation.first_paragraph %}

{% t index.first_steps.credentials_creation.second_paragraph %}

2. {% t index.first_steps.authentication.title %}

{% 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 %}

3. {% t index.first_steps.rest_api_consumption.title %}

{% 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 %}

Hypertext enabled

{% t index.first_steps.rest_api_consumption.second_paragraph %}

{% t index.first_steps.rest_api_consumption.third_paragraph %}

{% t index.more_information.title %}