From 42e381a1c8769bb7165e9745f1d5bdc793a3dc4b Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 21 Oct 2009 02:02:35 +0200 Subject: Initial commit... --- .gitignore | 2 + Makefile | 47 ++++++++++++++++ distchain-deb_edu-emate.g | 4 ++ distchain-deb_edu.g | 4 ++ distchain-now.g | 1 + distchain.dot | 84 ++++++++++++++++++++++++++++ ezgo.da.po | 137 +++++++++++++++++++++++++++++++++++++++++++++ ezgo.de.po | 137 +++++++++++++++++++++++++++++++++++++++++++++ ezgo.mdwn | 56 +++++++++++++++++++ ezgo.pot | 140 ++++++++++++++++++++++++++++++++++++++++++++++ make/pandoc.mk | 98 ++++++++++++++++++++++++++++++++ pr.da.po | 57 +++++++++++++++++++ pr.de.po | 57 +++++++++++++++++++ pr.mdwn | 23 ++++++++ pr.pot | 57 +++++++++++++++++++ 15 files changed, 904 insertions(+) create mode 100644 .gitignore create mode 100644 Makefile create mode 100644 distchain-deb_edu-emate.g create mode 100644 distchain-deb_edu.g create mode 100644 distchain-now.g create mode 100644 distchain.dot create mode 100644 ezgo.da.po create mode 100644 ezgo.de.po create mode 100644 ezgo.mdwn create mode 100644 ezgo.pot create mode 100644 make/pandoc.mk create mode 100644 pr.da.po create mode 100644 pr.de.po create mode 100644 pr.mdwn create mode 100644 pr.pot diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7c2207c --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.gif +*.html diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..d4eab9b --- /dev/null +++ b/Makefile @@ -0,0 +1,47 @@ +SRCDIR ?= . +STATICSRCDIR ?= $(SRCDIR) +BUILDDIR ?= $(SRCDIR) +DESTDIR ?= /home/arrrgh/public_html + +remotehost ?= example.org + +# Pull title, author and creationdate from this Markdown file +metahintfile = $(SRCDIR)/chap0.mdwn) + +s5opts = -i + +# source docs +s5file = $(SRCDIR)/ezgo.mdwn +reportfiles = $(filter-out $(s5file), $(mdwnfiles)) +#reportfiles = $(patsubst %,$(SRCDIR)/chap%.mdwn,0 1 2 2a 2b 3 4 5) + +s5 = $(BUILDDIR)/index.html +htmlreports = $(reportfiles:$(SRCDIR)/%.mdwn=$(BUILDDIR)/%.html) +#htmlreports = $(BUILDDIR)/report.html +#pdfreports = $(BUILDDIR)/report.pdf + +#extrafiles += $(patsubst %,$(BUILDDIR)/%.pdf,deps pkgdeps) + +#htmlcopyfiles = $(BUILDDIR)/map.png +#pdfcopyfiles = $(BUILDDIR)/map.pdf +#javacopyfiles = $(patsubst %,$(BUILDDIR)/map/%,freemindbrowser.jar index.html map.mm IBIS_MemberDB.zip) + +all: $(s5) $(htmlreports) $(pdfreports) $(javacopyfiles) $(extrafiles) + +install: all + for f in $(installfiles:$(BUILDDIR)/%=%); do \ + install -d $(DESTDIR)/`dirname $$f`; \ + install -p -m u=rw,go=r,a-s -t $(DESTDIR)/`dirname $$f` $(BUILDDIR)/$$f; \ + done + +uninstall: + rm -f $(installfiles:$(BUILDDIR)/%=$(DESTDIR)/%) + +clean: + rm -f $(copyfiles) $(genfiles) $(filter-out $(maybecopyfiles),$(installfiles) $(noinstallfiles)) + rm -f $(pdfreports:=~) + +sync: install + rsync -avH $(DESTDIR)/ $(remotehost):$(DESTDIR)/ + +include make/pandoc.mk diff --git a/distchain-deb_edu-emate.g b/distchain-deb_edu-emate.g new file mode 100644 index 0000000..693033d --- /dev/null +++ b/distchain-deb_edu-emate.g @@ -0,0 +1,4 @@ +N [name=="emate"] {color="blue"} +E [name=="deb_edu->emate"] {color="blue"} +E [name=="deb_ezgo->emate"] {color="blue"} +E [name=="ezgo_content->emate"] {color="blue"} diff --git a/distchain-deb_edu.g b/distchain-deb_edu.g new file mode 100644 index 0000000..1b23997 --- /dev/null +++ b/distchain-deb_edu.g @@ -0,0 +1,4 @@ +N [name=="emate"] {style="invis"} +E [name=="deb_edu->emate"] {style="invis"} +E [name=="deb_ezgo->emate"] {style="invis"} +E [name=="ezgo_content->emate"] {style="invis"} diff --git a/distchain-now.g b/distchain-now.g new file mode 100644 index 0000000..70b03a8 --- /dev/null +++ b/distchain-now.g @@ -0,0 +1 @@ +E [name=="intf_web->db_mail"] {style="solid", color="orange"} diff --git a/distchain.dot b/distchain.dot new file mode 100644 index 0000000..25a74c8 --- /dev/null +++ b/distchain.dot @@ -0,0 +1,84 @@ +digraph { +// rankdir=LR + center=1 +// ordering=out + + // sources + rank=same {app1 app2 app3} + app1 [label="Some cool language application"] + app2 [label="Mozilla Firefox"] + app3 [label="OpenOffice.org"] + + // dist + rank=same {deb} + deb [shape="circle", label="Debian"] + + // shared derivations +// rank=same {deb_edu deb_med deb_ezgo deb_blankon ub} + rank=same {deb_edu deb_ezgo ub} + deb_edu [label="Debian-edu"] +// deb_med [label="Debian-med"] + deb_ezgo [label="Debian-EzGO"] +// deb_blankon [label="Debian-blankon\n(graphics + menu structure"] + ub [shape="circle", label="Ubuntu"] + + // distro-specific customizations +// rank=same {skolelinux_config ezgo_graphics ezgo_locale ezgo_struct blankon_hw blankon_doc blankon_graphics} + rank=same {ezgo_graphics ezgo_locale ezgo_struct} + skolelinux_cfg [label="configuration", style="invis"] + ezgo_graphics [label="graphics", style="invis"] + ezgo_locale [label="translation", style="invis"] + ezgo_struct [label="menu structure", style="invis"] + ezgo_content [label="open content"] +/* blankon_hw [label="hardware support", style="invis"] + blankon_doc [label="documentation", style="invis"] + blankon_graphics [label="graphics", style="invis"] + blankon_locale [label="translation", style="invis"] + blankon_struct [label="menu structure", style="invis"] +*/ + // derivatives of blends/derivatives +// rank=same {skolelinux ezgo blankon emate} + rank=same {skolelinux ezgo emate} +// blankon [shape="circle", label="BlankOn"] + skolelinux [shape="circle", label="Skolelinux"] + ezgo [shape="circle", label="EZGo"] + emate [shape="circle", label="E-mate"] + + // chains + app1 -> deb [dir="both"] + app2 -> deb [dir="both"] + app3 -> deb [dir="both"] + deb -> deb_edu [dir="both", style="bold"] +// deb -> deb_med [dir="both", style="bold"] + deb -> deb_ezgo [dir="both", style="bold"] +// deb -> deb_blankon [dir="both", style="bold"] + deb -> ub + + skolelinux_cfg -> skolelinux [style="invis"] + deb_edu -> skolelinux + ezgo_content -> skolelinux + + ub -> ezgo_graphics [style="invis"] + ub -> ezgo [style="invis"] + deb_edu -> ezgo + deb_ezgo -> ezgo + ezgo_graphics -> ezgo [style="invis"] + ezgo_locale -> ezgo [style="invis"] + ezgo_struct -> ezgo [style="invis"] + ezgo_content -> ezgo + +/* ub -> blankon [style="invis"] + deb_ezgo -> blankon + deb_blankon -> blankon + blankon_doc -> blankon [style="invis"] + blankon_hw -> blankon [style="invis"] + blankon_graphics -> blankon [style="invis"] + blankon_locale -> blankon [style="invis"] + blankon_struct -> blankon [style="invis"] +*/ + deb_edu -> emate +// deb_med -> emate + deb_ezgo -> emate + ezgo_content -> emate +// deb_blankon -> emate +} diff --git a/ezgo.da.po b/ezgo.da.po new file mode 100644 index 0000000..9c8f3ef --- /dev/null +++ b/ezgo.da.po @@ -0,0 +1,137 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2009-10-02 09:17+0300\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: ENCODING\n" + +#. type: Plain text +msgid "" +"% Some descriptive title % Jonas Smedegaard % Mejlgade, Århus, September 2009" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "# Singularity\n" +msgstr "" + +#. type: Bullet: ' * ' +msgid "Constant speed of development" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"> * Constant ~~speed~~ of development\n" +" * Constant **acceleration** of development\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "# Collective mind\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "# Sharing\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "# Win win win ...\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "# Mosquitos bite\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "# Vanilla sky\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "# spam = egoism\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "# google = lazyness\n" +msgstr "" + +#. type: Plain text +msgid "...like shopping w/ credit card (fun now, pay later)" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "# share\n" +msgstr "" + +#. type: Bullet: ' * ' +msgid "share → win win win ..." +msgstr "" + +#. type: Bullet: ' * ' +msgid "win win win → share!" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "# me\n" +msgstr "" + +#. type: Bullet: ' * ' +msgid "couch surfing - now on own IKEA couch" +msgstr "" + +#. type: Bullet: ' * ' +msgid "Debconf every(?) summer" +msgstr "" + +#. type: Bullet: ' * ' +msgid "collective mind; add body" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +" * slowly falling apart\n" +" * teeth\n" +" * hair\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "# me - hair\n" +msgstr "" + +#. type: Plain text +msgid "![](../../public_websites/dr.jones.dk/images/me/jonas199903.jpeg)" +msgstr "" + +#. type: Bullet: ' * ' +msgid "developing+nursing Redpill" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +" * bridging odd mindsets\n" +" * theater & art people\n" +" * lawyers\n" +" * NGOs, cooperatives, corporates\n" +" * you!\n" +msgstr "" diff --git a/ezgo.de.po b/ezgo.de.po new file mode 100644 index 0000000..9c8f3ef --- /dev/null +++ b/ezgo.de.po @@ -0,0 +1,137 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2009-10-02 09:17+0300\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: ENCODING\n" + +#. type: Plain text +msgid "" +"% Some descriptive title % Jonas Smedegaard % Mejlgade, Århus, September 2009" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "# Singularity\n" +msgstr "" + +#. type: Bullet: ' * ' +msgid "Constant speed of development" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"> * Constant ~~speed~~ of development\n" +" * Constant **acceleration** of development\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "# Collective mind\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "# Sharing\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "# Win win win ...\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "# Mosquitos bite\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "# Vanilla sky\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "# spam = egoism\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "# google = lazyness\n" +msgstr "" + +#. type: Plain text +msgid "...like shopping w/ credit card (fun now, pay later)" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "# share\n" +msgstr "" + +#. type: Bullet: ' * ' +msgid "share → win win win ..." +msgstr "" + +#. type: Bullet: ' * ' +msgid "win win win → share!" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "# me\n" +msgstr "" + +#. type: Bullet: ' * ' +msgid "couch surfing - now on own IKEA couch" +msgstr "" + +#. type: Bullet: ' * ' +msgid "Debconf every(?) summer" +msgstr "" + +#. type: Bullet: ' * ' +msgid "collective mind; add body" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +" * slowly falling apart\n" +" * teeth\n" +" * hair\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "# me - hair\n" +msgstr "" + +#. type: Plain text +msgid "![](../../public_websites/dr.jones.dk/images/me/jonas199903.jpeg)" +msgstr "" + +#. type: Bullet: ' * ' +msgid "developing+nursing Redpill" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +" * bridging odd mindsets\n" +" * theater & art people\n" +" * lawyers\n" +" * NGOs, cooperatives, corporates\n" +" * you!\n" +msgstr "" diff --git a/ezgo.mdwn b/ezgo.mdwn new file mode 100644 index 0000000..60730de --- /dev/null +++ b/ezgo.mdwn @@ -0,0 +1,56 @@ +% Some descriptive title +% Jonas Smedegaard +% Mejlgade, Århus, September 2009 + +# Singularity + + * Constant speed of development + +# Singularity + +> * Constant ~~speed~~ of development + * Constant **acceleration** of development + +# Collective mind + +# Sharing + +# Win win win ... + +# Mosquitos bite + +# Vanilla sky + +# spam = egoism + +# google = lazyness + +...like shopping w/ credit card +(fun now, pay later) + +# share + + * share → win win win ... + * win win win → share! + +# me + + * couch surfing - now on own IKEA couch + * Debconf every(?) summer + * collective mind; add body + * slowly falling apart + * teeth + * hair + +# me - hair + +![](../../public_websites/dr.jones.dk/images/me/jonas199903.jpeg) + +# me + + * developing+nursing Redpill + * bridging odd mindsets + * theater & art people + * lawyers + * NGOs, cooperatives, corporates + * you! diff --git a/ezgo.pot b/ezgo.pot new file mode 100644 index 0000000..15108d9 --- /dev/null +++ b/ezgo.pot @@ -0,0 +1,140 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2009-10-02 09:26+0300\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: ENCODING" + +#. type: Plain text +msgid "" +"% Some descriptive title % Jonas Smedegaard % Mejlgade, Århus, September " +"2009" +msgstr "" + +#. type: Plain text +#: +#, no-wrap +msgid "# Singularity\n" +msgstr "" + +#. type: Bullet: ' * ' +msgid "Constant speed of development" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +"> * Constant ~~speed~~ of development\n" +" * Constant **acceleration** of development\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "# Collective mind\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "# Sharing\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "# Win win win ...\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "# Mosquitos bite\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "# Vanilla sky\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "# spam = egoism\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "# google = lazyness\n" +msgstr "" + +#. type: Plain text +msgid "...like shopping w/ credit card (fun now, pay later)" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "# share\n" +msgstr "" + +#. type: Bullet: ' * ' +msgid "share → win win win ..." +msgstr "" + +#. type: Bullet: ' * ' +msgid "win win win → share!" +msgstr "" + +#. type: Plain text +#: +#, no-wrap +msgid "# me\n" +msgstr "" + +#. type: Bullet: ' * ' +msgid "couch surfing - now on own IKEA couch" +msgstr "" + +#. type: Bullet: ' * ' +msgid "Debconf every(?) summer" +msgstr "" + +#. type: Bullet: ' * ' +msgid "collective mind; add body" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +" * slowly falling apart\n" +" * teeth\n" +" * hair\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "# me - hair\n" +msgstr "" + +#. type: Plain text +msgid "![](../../public_websites/dr.jones.dk/images/me/jonas199903.jpeg)" +msgstr "" + +#. type: Bullet: ' * ' +msgid "developing+nursing Redpill" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "" +" * bridging odd mindsets\n" +" * theater & art people\n" +" * lawyers\n" +" * NGOs, cooperatives, corporates\n" +" * you!\n" +msgstr "" diff --git a/make/pandoc.mk b/make/pandoc.mk new file mode 100644 index 0000000..a00cc5a --- /dev/null +++ b/make/pandoc.mk @@ -0,0 +1,98 @@ +title ?= $(shell sed -ne '1s/^% *//p' < $(metahintfile)) +author ?= $(shell sed -ne '2s/^% *//p' < $(metahintfile)) +creationdate ?= $(shell sed -ne '3s/^% *//p' < $(metahintfile)) + +mdwnfiles = $(wildcard $(SRCDIR)/*.mdwn) +dotfiles = $(wildcard $(SRCDIR)/*.dot) +gvprfiles = $(wildcard $(SRCDIR)/*.g) + +pngdotfiles = $(dotfiles:$(SRCDIR)/%.dot=$(BUILDDIR)/%.png) +gifdotfiles = $(dotfiles:$(SRCDIR)/%.dot=$(BUILDDIR)/%.gif) +jpgdotfiles = $(dotfiles:$(SRCDIR)/%.dot=$(BUILDDIR)/%.jpg) +svgdotfiles = $(dotfiles:$(SRCDIR)/%.dot=$(BUILDDIR)/%.svg) +epsdotfiles = $(dotfiles:$(SRCDIR)/%.dot=$(BUILDDIR)/%.eps) +pdfdotfiles = $(dotfiles:$(SRCDIR)/%.dot=$(BUILDDIR)/%.pdf) +pnggvprfiles = $(gvprfiles:$(SRCDIR)/%.g=$(BUILDDIR)/%.png) +gifgvprfiles = $(gvprfiles:$(SRCDIR)/%.g=$(BUILDDIR)/%.gif) +jpggvprfiles = $(gvprfiles:$(SRCDIR)/%.g=$(BUILDDIR)/%.jpg) +svggvprfiles = $(gvprfiles:$(SRCDIR)/%.g=$(BUILDDIR)/%.svg) +epsgvprfiles = $(gvprfiles:$(SRCDIR)/%.g=$(BUILDDIR)/%.eps) +pdfgvprfiles = $(gvprfiles:$(SRCDIR)/%.g=$(BUILDDIR)/%.pdf) + +htmlimgfiles += $(gifgvprfiles) $(gifdotfiles) +pdfimgfiles += $(pdfgvprfiles) $(pdfdotfiles) + +infiles = $(wildcard $(SRCDIR)/*.in) +genfiles = $(infiles:$(SRCDIR)/%.in=$(BUILDDIR)/%) + +maybecopyfiles = $(htmlcopyfiles) $(pdfcopyfiles) $(javacopyfiles) +streq = $(if $(filter-out xx,x$(subst $1,,$2)$(subst $2,,$1)x),,yes) +copyfiles = $(if $(call streq,$(STATICSRCDIR),$(BUILDDIR)),,$(maybecopyfiles)) + +installfiles += $(s5) $(htmlreports) $(htmlimgfiles) $(htmlcopyfiles) +installfiles += $(pdfreports) +installfiles += $(javacopyfiles) +installfiles += $(extrafiles) +noinstallfiles = $(filter-out $(extrafiles),$(pdfimgfiles)) + +$(htmlreports):: $(reportfiles) $(htmlimgfiles) $(htmlcopyfiles) + pandoc --to=html --smart --standalone --toc --output=$@ $(reportfiles) + +$(pdfreports):: $(BUILDDIR)/header.tex $(reportfiles) $(pdfimgfiles) $(pdfcopyfiles) + for f in $(reportfiles); do cat $$f; echo; done \ + | sed 's,\([a-z0-9-]*\.\)\(gif\|png\),$(BUILDDIR)\/\1pdf,g;s,\./,,g' \ + | xmarkdown2pdf --toc -C $(BUILDDIR)/header.tex --output=$@ + +$(s5):: $(s5file) $(htmlimgfiles) $(htmlcopyfiles) + pandoc --to=s5 --smart --standalone $(s5opts) --output=$@ $(s5file) + +$(pngdotfiles):: $(BUILDDIR)/%.png: $(SRCDIR)/%.dot + dot -Tdot $< | gvpr -c '' | dot -Tpng:cairo -o $@ + optipng -q $@ + +$(gifdotfiles):: $(BUILDDIR)/%.gif: $(SRCDIR)/%.dot + dot -Tdot $< | gvpr -c '' | dot -Tgif:cairo -o $@ + +$(jpgdotfiles):: $(BUILDDIR)/%.jpg: $(SRCDIR)/%.dot + dot -Tdot $< | gvpr -c '' | dot -Tjpg:cairo -o $@ + +$(svgdotfiles):: $(BUILDDIR)/%.svg: $(SRCDIR)/%.dot + dot -Tdot $< | gvpr -c '' | dot -Tsvg:cairo -o $@ + +$(epsdotfiles):: $(BUILDDIR)/%.eps: $(SRCDIR)/%.dot + dot -Tdot $< | gvpr -c '' | dot -Teps:lasi -o $@ + +$(pdfdotfiles):: $(BUILDDIR)/%.pdf: $(SRCDIR)/%.dot + dot -Tdot $< | gvpr -c '' | dot -Tpdf -o $@ +# dot -Tdot $< | gvpr -c '' | dot -Tpdf -Gsize=3.8,3.8 -o $@ + +# FIXME: depend on gvprdotfile (not all dotfiles) +gvprdotfile = $(SRCDIR)/$(filter-out -%,$(subst -, -,$*)).dot + +$(pnggvprfiles):: $(BUILDDIR)/%.png: $(SRCDIR)/%.g $(dotfiles) + dot -Tdot $(gvprdotfile) | gvpr -c -f $< | dot -Tpng:cairo -o $@ + optipng -q $@ + +$(gifgvprfiles):: $(BUILDDIR)/%.gif: $(SRCDIR)/%.g $(dotfiles) + dot -Tdot $(gvprdotfile) | gvpr -c -f $< | dot -Tgif:cairo -o $@ + +$(jpggvprfiles):: $(BUILDDIR)/%.jpg: $(SRCDIR)/%.g $(dotfiles) + dot -Tdot $(gvprdotfile) | gvpr -c -f $< | dot -Tjpg:cairo -o $@ + +$(svggvprfiles):: $(BUILDDIR)/%.svg: $(SRCDIR)/%.g $(dotfiles) + dot -Tdot $(gvprdotfile) | gvpr -c -f $< | dot -Tsvg:cairo -o $@ + +$(epsgvprfiles):: $(BUILDDIR)/%.eps: $(SRCDIR)/%.g $(dotfiles) + dot -Tdot $(gvprdotfile) | gvpr -c -f $< | dot -Teps:ps -o $@ + +$(pdfgvprfiles):: $(BUILDDIR)/%.pdf: $(SRCDIR)/%.g $(dotfiles) + dot -Tdot $(gvprdotfile) | gvpr -c -f $< | dot -Tpdf -o $@ +# dot -Tdot $(gvprdotfile) | gvpr -c -f $< | dot -Tpdf -Gsize=3.8,3.8 -o $@ + +$(genfiles): $(BUILDDIR)/%: $(STATICSRCDIR)/%.in + mkdir -p $(dir $@) + sed -e 's/@title@/$(title)/g;s/@author@/$(author)/g;s/@subject@/$(subject)/g;s/@keywords@/$(keywords)/g;s/@creationdate@/$(creationdate)/g;' < $< > $@ + +$(copyfiles): $(BUILDDIR)/%: $(STATICSRCDIR)/% + mkdir -p $(dir $@) + cp -af $< $@ diff --git a/pr.da.po b/pr.da.po new file mode 100644 index 0000000..d87454e --- /dev/null +++ b/pr.da.po @@ -0,0 +1,57 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2009-10-02 09:17+0300\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: ENCODING\n" + +#. type: Plain text +#, no-wrap +msgid "# Taiwan Ministry of Education joining forces with Debian\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "## What is EZ-Go\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "## Why use Debian\n" +msgstr "" + +#. type: Plain text +msgid "" +"Debian provides a reliable, sustainable infrastructure to maintain and " +"further develop the EZ-Go distribution initially created by the [name of " +"Eric's office]." +msgstr "" + +#. type: Plain text +msgid "" +"Debian is an ideal platform for customized distributions like EZ-Go due to " +"its strong technical resources, and also because of its diversity in culture " +"of engaged developers, sharing not only equal interests but also internally " +"reusing ideas, concepts and concrete tools among different related " +"subprojects. EZ-Go will be joining an existing family of succesful School-" +"related distributions in the subproject Skolelinux/Debian-edu." +msgstr "" + +#. type: Plain text +msgid "" +"EZ-Go will continue to be developed with its high focus on the Taiwanese " +"needs and special interests. Through partnership through universities with " +"Debian developers in Taiwan, the novelties of EZ-Go will be reimplemented in " +"the more flexible environment of Debian, allowing peer develpers to reuse in " +"related projects, and let EZ-Go reuse" +msgstr "" diff --git a/pr.de.po b/pr.de.po new file mode 100644 index 0000000..d87454e --- /dev/null +++ b/pr.de.po @@ -0,0 +1,57 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2009-10-02 09:17+0300\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: ENCODING\n" + +#. type: Plain text +#, no-wrap +msgid "# Taiwan Ministry of Education joining forces with Debian\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "## What is EZ-Go\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "## Why use Debian\n" +msgstr "" + +#. type: Plain text +msgid "" +"Debian provides a reliable, sustainable infrastructure to maintain and " +"further develop the EZ-Go distribution initially created by the [name of " +"Eric's office]." +msgstr "" + +#. type: Plain text +msgid "" +"Debian is an ideal platform for customized distributions like EZ-Go due to " +"its strong technical resources, and also because of its diversity in culture " +"of engaged developers, sharing not only equal interests but also internally " +"reusing ideas, concepts and concrete tools among different related " +"subprojects. EZ-Go will be joining an existing family of succesful School-" +"related distributions in the subproject Skolelinux/Debian-edu." +msgstr "" + +#. type: Plain text +msgid "" +"EZ-Go will continue to be developed with its high focus on the Taiwanese " +"needs and special interests. Through partnership through universities with " +"Debian developers in Taiwan, the novelties of EZ-Go will be reimplemented in " +"the more flexible environment of Debian, allowing peer develpers to reuse in " +"related projects, and let EZ-Go reuse" +msgstr "" diff --git a/pr.mdwn b/pr.mdwn new file mode 100644 index 0000000..32a5fa1 --- /dev/null +++ b/pr.mdwn @@ -0,0 +1,23 @@ +# Taiwan Ministry of Education joining forces with Debian + +## What is EZ-Go + +## Why use Debian + +Debian provides a reliable, sustainable infrastructure to maintain and +further develop the EZ-Go distribution initially created by the [name of +Eric's office]. + +Debian is an ideal platform for customized distributions like EZ-Go due +to its strong technical resources, and also because of its diversity in +culture of engaged developers, sharing not only equal interests but also +internally reusing ideas, concepts and concrete tools among different +related subprojects. EZ-Go will be joining an existing family of +succesful School-related distributions in the subproject +Skolelinux/Debian-edu. + +EZ-Go will continue to be developed with its high focus on the Taiwanese +needs and special interests. Through partnership through universities +with Debian developers in Taiwan, the novelties of EZ-Go will be +reimplemented in the more flexible environment of Debian, allowing peer +develpers to reuse in related projects, and let EZ-Go reuse diff --git a/pr.pot b/pr.pot new file mode 100644 index 0000000..934a4e0 --- /dev/null +++ b/pr.pot @@ -0,0 +1,57 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2009-10-02 09:25+0300\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: ENCODING" + +#. type: Plain text +#, no-wrap +msgid "# Taiwan Ministry of Education joining forces with Debian\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "## What is EZ-Go\n" +msgstr "" + +#. type: Plain text +#, no-wrap +msgid "## Why use Debian\n" +msgstr "" + +#. type: Plain text +msgid "" +"Debian provides a reliable, sustainable infrastructure to maintain and " +"further develop the EZ-Go distribution initially created by the [name of " +"Eric's office]." +msgstr "" + +#. type: Plain text +msgid "" +"Debian is an ideal platform for customized distributions like EZ-Go due to " +"its strong technical resources, and also because of its diversity in culture " +"of engaged developers, sharing not only equal interests but also internally " +"reusing ideas, concepts and concrete tools among different related " +"subprojects. EZ-Go will be joining an existing family of succesful " +"School-related distributions in the subproject Skolelinux/Debian-edu." +msgstr "" + +#. type: Plain text +msgid "" +"EZ-Go will continue to be developed with its high focus on the Taiwanese " +"needs and special interests. Through partnership through universities with " +"Debian developers in Taiwan, the novelties of EZ-Go will be reimplemented in " +"the more flexible environment of Debian, allowing peer develpers to reuse in " +"related projects, and let EZ-Go reuse" +msgstr "" -- cgit v1.2.3