From dfa3147afebc0a18deca389eb5fa0a294131243e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 6 Nov 2015 20:18:35 -0200 Subject: Pequenas mudanças MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 6 +++--- aulas/ambientes.rst | 4 ++++ aulas/seguranca.rst | 2 ++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 18bb3d5..9b526a5 100644 --- a/Makefile +++ b/Makefile @@ -161,6 +161,6 @@ doc: web @mkdir -p _build/pdf @mkdir -p _build/odt @mkdir -p _build/docx - #@pandoc ementa.rst -o _build/pdf/ementa.pdf - #@pandoc ementa.rst -o _build/odt/ementa.odt - #@pandoc ementa.rst -o _build/docx/ementa.docx + @pandoc ementa.rst -o _build/pdf/ementa.pdf + @pandoc ementa.rst -o _build/odt/ementa.odt + @pandoc ementa.rst -o _build/docx/ementa.docx diff --git a/aulas/ambientes.rst b/aulas/ambientes.rst index aba2c21..a31b472 100644 --- a/aulas/ambientes.rst +++ b/aulas/ambientes.rst @@ -19,6 +19,7 @@ ~~~~~~~~~~~~~~ - Vantagens dos IDEs (NetBeans, Eclipse, Aptana, etc): + - Facilidade de uso. - Ambiente de desenvolvimento integrado. - Vantagens dos editores de texto (Atom, Emacs, VIM, Notepad++, gedit etc): - Simplicidade. @@ -27,6 +28,9 @@ 2.2 - Emulador de terminal ~~~~~~~~~~~~~~~~~~~~~~~~~~ +- Despacha comandos para sistemas. +- Comandos podem ser automatizados. + 2.3 - Fluxo de trabalho ~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/aulas/seguranca.rst b/aulas/seguranca.rst index 787c9f0..472b378 100644 --- a/aulas/seguranca.rst +++ b/aulas/seguranca.rst @@ -21,3 +21,5 @@ 6.5 - Certificados x509 para SSL/TLS/HTTPS ------------------------------------------ + +* `Let's Encrypt `_. -- cgit v1.2.3