Commit d17d341f3e4ad385974310329b69a4d7396ac7a0
1 parent
e4ef5dfe
Exists in
master
Numeraçãod a versão de forma automática
Showing
8 changed files
with
32 additions
and
34 deletions
Show diff stats
documentation/quickstart/pt-BR/bookinfo.xml
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | <!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" |
3 | 3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" []> |
4 | 4 | <bookinfo> |
5 | - <title>Framework Demoiselle 2.3.0</title> | |
5 | + <title>Framework Demoiselle &version;</title> | |
6 | 6 | <subtitle>QuickStart</subtitle> |
7 | 7 | <xi:include href="authorgroup.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> |
8 | 8 | </bookinfo> | ... | ... |
documentation/quickstart/pt-BR/criacao.xml
... | ... | @@ -66,7 +66,7 @@ |
66 | 66 | </caution> |
67 | 67 | <caution> |
68 | 68 | <para> |
69 | - A versão do arquétipo irá variar conforme surjam novas versões do Demoiselle. A imagem deste guia apresenta a versão 2.3.0, contudo, | |
69 | + A versão do arquétipo irá variar conforme surjam novas versões do Demoiselle. A imagem deste guia apresenta a versão &version;, contudo, | |
70 | 70 | fique sempre atento para as novas versões do Demoiselle em nosso site e sempre utilize a versão do arquétipo mais recente. |
71 | 71 | </para> |
72 | 72 | </caution> | ... | ... |
documentation/quickstart/pt-BR/images/appedit.png
documentation/quickstart/pt-BR/images/apphome.png
documentation/quickstart/pt-BR/images/appvalid.png
documentation/quickstart/pt-BR/images/new-maven-project02.png
documentation/quickstart/pt-BR/master.xml
1 | 1 | <?xml version='1.0' encoding="utf-8"?> |
2 | 2 | <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" |
3 | 3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" []> |
4 | - <book lang="pt"> | |
4 | +<book lang="pt"> | |
5 | 5 | <xi:include href="bookinfo.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> |
6 | - <xi:include href="preface.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> | |
6 | + | |
7 | + <preface> | |
8 | + <title>Sobre o QuickStart</title> | |
9 | + <para> | |
10 | + Este documento é um tutorial do tipo "passo a passo" que visa ilustrar de forma rápida, clara e prática a criação | |
11 | + de uma aplicação simples utilizando o <emphasis>Demoiselle Framework &version;</emphasis>. | |
12 | + </para> | |
13 | + <note> | |
14 | + <para> | |
15 | + Apesar de o <emphasis>Demoiselle Framework &version;</emphasis> ser simples de usar, o desenvolvimento de aplicações | |
16 | + não triviais requer o conhecimento das diversas tecnologias envolvidas na especificação | |
17 | + <emphasis>Java EE</emphasis>, incluindo: | |
18 | + <itemizedlist> | |
19 | + <listitem>Linguagem Java</listitem> | |
20 | + <listitem>Servlets, JSP e Tag Libraries</listitem> | |
21 | + <listitem>JavaBeans</listitem> | |
22 | + <listitem>HTML e XML</listitem> | |
23 | + <listitem>Contêineres e Servidores Web</listitem> | |
24 | + </itemizedlist> | |
25 | + </para> | |
26 | + </note> | |
27 | + <note> | |
28 | + <para> | |
29 | + Esta documentação refere-se à release &version; do <emphasis>Demoiselle Framework</emphasis> e pode diferir | |
30 | + significativamente das versões anteriores. | |
31 | + </para> | |
32 | + </note> | |
33 | + </preface> | |
34 | + | |
7 | 35 | <xi:include href="instalacao.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> |
8 | 36 | <xi:include href="criacao.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> |
9 | 37 | <xi:include href="melhoria.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> | ... | ... |
documentation/quickstart/pt-BR/preface.xml
... | ... | @@ -1,30 +0,0 @@ |
1 | -<?xml version="1.0" encoding="UTF-8"?> | |
2 | -<!DOCTYPE preface PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" | |
3 | - "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" []> | |
4 | - <preface> | |
5 | - <title>Sobre o QuickStart</title> | |
6 | - <para> | |
7 | - Este documento é um tutorial do tipo "passo a passo" que visa ilustrar de forma rápida, clara e prática a criação | |
8 | - de uma aplicação simples utilizando o <emphasis>Demoiselle Framework 2.3</emphasis>. | |
9 | - </para> | |
10 | - <note> | |
11 | - <para> | |
12 | - Apesar de o <emphasis>Demoiselle Framework 2.3</emphasis> ser simples de usar, o desenvolvimento de aplicações | |
13 | - não triviais requer o conhecimento das diversas tecnologias envolvidas na especificação | |
14 | - <emphasis>Java EE</emphasis>, incluindo: | |
15 | - <itemizedlist> | |
16 | - <listitem>Linguagem Java</listitem> | |
17 | - <listitem>Servlets, JSP e Tag Libraries</listitem> | |
18 | - <listitem>JavaBeans</listitem> | |
19 | - <listitem>HTML e XML</listitem> | |
20 | - <listitem>Contêineres e Servidores Web</listitem> | |
21 | - </itemizedlist> | |
22 | - </para> | |
23 | - </note> | |
24 | - <note> | |
25 | - <para> | |
26 | - Esta documentação refere-se à release 2.3 do <emphasis>Demoiselle Framework</emphasis> e pode diferir | |
27 | - significativamente das versões anteriores. | |
28 | - </para> | |
29 | - </note> | |
30 | - </preface> | |
31 | 0 | \ No newline at end of file |