From c8985dc948fda74482c8ce9c870f79cadbc6280a Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 11 Jul 2015 10:50:11 -0300 Subject: FISL: title --- fisl.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fisl.mdwn b/fisl.mdwn index 39506b2..4a9d792 100644 --- a/fisl.mdwn +++ b/fisl.mdwn @@ -1,6 +1,6 @@ -# A Internet das Coisas Livres vencendo os gigantes da vigilância e do controle +[[!meta title="A Internet das Coisas Livres vencendo os gigantes da vigilância e do controle"]] -* FISL16 - 2015 +* FISL16 - 10/07/2015 * rhatto.sarava.org/fisl / rhatto @ sarava.org * `66CA 01CE 2BF2 C9B7 E8D6 4E34 0546 8239 64E3 9FCA` -- cgit v1.2.3 From 927dff2891547b5486696c2384c7aa392b13c859 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 11 Jul 2015 10:51:42 -0300 Subject: FISL: slides --- fisl.mdwn | 1 + 1 file changed, 1 insertion(+) diff --git a/fisl.mdwn b/fisl.mdwn index 4a9d792..f3d09ca 100644 --- a/fisl.mdwn +++ b/fisl.mdwn @@ -3,6 +3,7 @@ * FISL16 - 10/07/2015 * rhatto.sarava.org/fisl / rhatto @ sarava.org * `66CA 01CE 2BF2 C9B7 E8D6 4E34 0546 8239 64E3 9FCA` +* [Slides](slides.pdf). # Distopia -- cgit v1.2.3 From 62af83748fa68112d54609b608fbbc4bfd2677b2 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 11 Jul 2015 10:52:17 -0300 Subject: FISL: slides (2) --- fisl/Makefile | 2 ++ fisl/slides.pdf | Bin 0 -> 2156300 bytes 2 files changed, 2 insertions(+) create mode 100644 fisl/Makefile create mode 100644 fisl/slides.pdf diff --git a/fisl/Makefile b/fisl/Makefile new file mode 100644 index 0000000..fb7444f --- /dev/null +++ b/fisl/Makefile @@ -0,0 +1,2 @@ +all: + pandoc -t beamer slides.md -o slides.pdf diff --git a/fisl/slides.pdf b/fisl/slides.pdf new file mode 100644 index 0000000..3bd0ff4 Binary files /dev/null and b/fisl/slides.pdf differ -- cgit v1.2.3 From 5e0d09354cfc1f66390719dc29dca5ddba08224a Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 13 Jul 2015 11:33:02 -0300 Subject: Updates Makefile --- Makefile | 4 ++-- fisl/Makefile | 2 +- static.mdwn | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 635ffef..e39b5e3 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,8 @@ # Place - Suite 330, Boston, MA 02111-1307, USA # -wiki: +web: @ikiwiki --setup ikiwiki.setup -wiki_deploy: +web_deploy: @rsync -avz --delete www/ blog:/var/sites/rhatto/www/ diff --git a/fisl/Makefile b/fisl/Makefile index fb7444f..9809cb1 100644 --- a/fisl/Makefile +++ b/fisl/Makefile @@ -1,2 +1,2 @@ all: - pandoc -t beamer slides.md -o slides.pdf + pandoc -t beamer ../fisl.mdwn -o slides.pdf diff --git a/static.mdwn b/static.mdwn index eaab29b..734df0e 100644 --- a/static.mdwn +++ b/static.mdwn @@ -34,7 +34,7 @@ It's a good pratice to keep your work under version control: ## Add a bit of sofistication -* Use [this Makefile](/Makefile) as an starting point to refresh and publish your wiki by simply running `make`. +* Use [this Makefile](/Makefile) as an starting point to refresh and publish your wiki by simply running `make web`. * Use a [complete ikiwiki template](https://git.sarava.org/?p=templates.git;a=tree;f=ikiwiki;h=HEAD) and change to your needs. * If you're a automation junkie, try the [puppet-ikiwiki](https://git.sarava.org/puppet-ikiwiki.git) module. -- cgit v1.2.3