aboutsummaryrefslogtreecommitdiff
path: root/aulas/ambientes.rst
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-11-16 14:49:03 -0200
committerSilvio Rhatto <rhatto@riseup.net>2015-11-16 14:49:03 -0200
commit7570d940537891cb398f51cfc7bce0d1b5e36e9e (patch)
tree063dab60495ab7a29e6ebdbd638284b99e73804b /aulas/ambientes.rst
parentdfa05a268b3640ddbe0b906ea174453144bce283 (diff)
downloadboaspraticas-7570d940537891cb398f51cfc7bce0d1b5e36e9e.tar.gz
boaspraticas-7570d940537891cb398f51cfc7bce0d1b5e36e9e.tar.bz2
Adiciona imagens e template de ikiwiki
Diffstat (limited to 'aulas/ambientes.rst')
-rw-r--r--aulas/ambientes.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/aulas/ambientes.rst b/aulas/ambientes.rst
index d9b8629..8755967 100644
--- a/aulas/ambientes.rst
+++ b/aulas/ambientes.rst
@@ -175,7 +175,7 @@ Roteiro do screencast:
2.3 - Arquivos básicos
~~~~~~~~~~~~~~~~~~~~~~
-* README: em Markdown (.md), reStructuredText (.rst), texto simples (.txt), etc.
+* README: em Markdown (.md ou .mdwn), reStructuredText (.rst), texto simples (.txt), etc.
* ChangeLog: opcional e pode ser gerado automaticamente.
* Makefile ou outro arquivo dependendo do método de construção do software (Rakefile, setup.py, etc).
@@ -185,8 +185,8 @@ Roteiro do screencast:
# Criando a estrutura básica do seu projeto
cd ~/projetos/blogatico
- touch README.md ChangeLog TODO.md
- gedit README.md
+ touch README.mdwn ChangeLog TODO.mdwn
+ gedit README.mdwn
2.3 - Markdown e texto estruturado
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -207,7 +207,7 @@ Roteiro do screncast:
::
- gedit TODO.md
+ gedit TODO.mdwn
Imagens:
@@ -247,7 +247,7 @@ Roteiro do screencast:
# Criando o conteúdo inicial
mkdir www
cd www
- touch index.md
+ touch index.mdwn
# Testando!
../bin/build