auspobieren
This commit is contained in:
parent
54e2684ea1
commit
62c34ca836
5 changed files with 158 additions and 0 deletions
49
documents/Makefile
Normal file
49
documents/Makefile
Normal file
|
@ -0,0 +1,49 @@
|
||||||
|
DOCUMENT_NAMES="asymmetrie chaosradio copyleft intro mailserviceanbieter mozilla outlook pgp_vs_gpg senselab thunderbird thunderbirdnutzung warumverschluesselung wiefunktionierts winpt"
|
||||||
|
|
||||||
|
LYX_FILES := $(foreach dir,$(DOCUMENT_NAMES),$(dir)/$(dir).lyx)
|
||||||
|
TEX_FILES := $(patsubst %.lyx,%.tex.$(LYX_FILES))
|
||||||
|
HTML_FILES := $(patsubst %.lyx,%.html.$(LYX_FILES))
|
||||||
|
TARGET_FILES := $(forecho dir,$(DOCUMENT_NAMES),_output/$(dir).html)
|
||||||
|
|
||||||
|
ASC_FILES := $(wildcard *.asc)
|
||||||
|
|
||||||
|
LINE_STATUS = offline
|
||||||
|
|
||||||
|
#LATEX2HTMLPREFIX := -no_auto_link -split 0 -init_file ../../convert-scripts/latex2html-init -no_navigation -no_subdir
|
||||||
|
LATEX2HTMLPREFIX := -no_auto_link -split 0 -no_navigation -dir _output
|
||||||
|
|
||||||
|
|
||||||
|
.PHONY : clean install-online install-offline
|
||||||
|
|
||||||
|
|
||||||
|
# default target (offline)
|
||||||
|
all: $(HTML_FILES)
|
||||||
|
|
||||||
|
|
||||||
|
install-%: LINE_STATUS=%
|
||||||
|
|
||||||
|
online offline: $(HTML_FILE) $(ASC_FILES)
|
||||||
|
|
||||||
|
$(TARGET_FILES): _output/%.html: %/%.html $(ASC_FILES)
|
||||||
|
cat header.asc nav.asc.$(LINE_STATUS) footer.nav >$@
|
||||||
|
|
||||||
|
|
||||||
|
# create tex files from lyx
|
||||||
|
$(TEX_FILES): %.tex: %.lyx
|
||||||
|
lyx -e latex $*.lyx
|
||||||
|
|
||||||
|
|
||||||
|
# original html-files, as they are created by lyx
|
||||||
|
$(HTML_FILES): %/*.tex: %
|
||||||
|
latex2html $(LATEX2HTMLPREFIX) $*/$*.tex
|
||||||
|
-rm WARNINGS $*/$*-labels.pl $*/$*-internals.pl $*/$*.css 2>/dev/null
|
||||||
|
python ../../convert-scripts/mod_html_files.py $@
|
||||||
|
|
||||||
|
|
||||||
|
clean:
|
||||||
|
-rm WARNINGS 2>/dev/null
|
||||||
|
-rm $(TEX_FILES) 2>/dev/null
|
||||||
|
-rm $(HTML_FILES) 2>/dev/null
|
||||||
|
-rm _output/* 2>/dev/null
|
||||||
|
-rm */*.emergency
|
||||||
|
|
32
documents/footer.asc
Normal file
32
documents/footer.asc
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
<div id="offline">
|
||||||
|
CryptoCD v1.1.1 - die aktuelle Version findest du unter: <a href="http://eduforge.org/wiki/wiki/cryptocd" title="CryptoCD Homepage">http://eduforge.org/wiki/wiki/cryptocd</a><br/><br/>
|
||||||
|
<a href="../ausLese/lizenz/cc/deed.de.html"><img src="somerights20.png" width="88" height="31" border="0" alt="Creative Commons"></a><br/>
|
||||||
|
Falls du die CD weitergeben willst, dann lies <a href="copyleft.html" title="Creative Commons Lizenz">diese Seite</a>.
|
||||||
|
<!-- /Creative Commons License -->
|
||||||
|
<!--
|
||||||
|
|
||||||
|
<rdf:RDF xmlns="http://web.resource.org/cc/"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
||||||
|
<Work rdf:about="">
|
||||||
|
<dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" />
|
||||||
|
<license rdf:resource="http://creativecommons.org/licenses/by-nc-sa/2.0/de/" />
|
||||||
|
</Work>
|
||||||
|
|
||||||
|
<License rdf:about="http://creativecommons.org/licenses/by-nc-sa/2.0/de/">
|
||||||
|
<permits rdf:resource="http://web.resource.org/cc/Reproduction" />
|
||||||
|
<permits rdf:resource="http://web.resource.org/cc/Distribution" />
|
||||||
|
<requires rdf:resource="http://web.resource.org/cc/Notice" />
|
||||||
|
<requires rdf:resource="http://web.resource.org/cc/Attribution" />
|
||||||
|
<prohibits rdf:resource="http://web.resource.org/cc/CommercialUse" />
|
||||||
|
<permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
|
||||||
|
<requires rdf:resource="http://web.resource.org/cc/ShareAlike" />
|
||||||
|
</License>
|
||||||
|
|
||||||
|
</rdf:RDF>
|
||||||
|
|
||||||
|
-->
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
9
documents/header.asc
Normal file
9
documents/header.asc
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
|
<html lang=de>
|
||||||
|
<head>
|
||||||
|
<title>
|
||||||
|
</title>
|
||||||
|
<link rel="stylesheet" type="text/css" href="cryptocd.css">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
34
documents/nav.asc.offline
Normal file
34
documents/nav.asc.offline
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
<div id="nav">
|
||||||
|
<h2><a href="index.html">Einleitung</a></h2>
|
||||||
|
<h3>die Infos</h3>
|
||||||
|
<ul>
|
||||||
|
<li><a href="warumverschluesselung.html" title="Warum Verschlüsselung">Warum Verschlüsselung?</a> -- der thematische Einstieg</li>
|
||||||
|
<li><a href="wiefunktionierts.html" title="Die Theorie">Wie denn nun?</a> -- ein wenig Theorie</li>
|
||||||
|
<li><a href="asymmetrie.html" title="Asymmetrische Verschlüsselung">Asymmetrische Verschlüsselung</a> - kurz erklärt</li>
|
||||||
|
<li><a href="thunderbirdnutzung.html" title="Mailen mit Thunderbird"> Verschlüsselt mailen</a> mit Thunderbird </li>
|
||||||
|
<li><a href="mailserviceanbieter.html" title="Thunderbird Einstellungen">Kurze Liste</a> von Mail-Anbietern und ihren Einstellungen</li>
|
||||||
|
</ul>
|
||||||
|
<h3>die Programme</h3>
|
||||||
|
<ul>
|
||||||
|
<li><a href="thunderbird.html" title="Thunderbird installieren und einrichten">Thunderbird</a> -- das Mailprogramm
|
||||||
|
<li><a href="winpt.html" title="WinPT installieren und einrichten">WinPT</a> -- die Software zur Verschlüsselung
|
||||||
|
</ul>
|
||||||
|
<h3>die Extras</h3>
|
||||||
|
<ul>
|
||||||
|
<li><a href="outlook.html" title="Verschlüsselung mit Outlook">Outlook</a></li>
|
||||||
|
<li><a href="mozilla.html" title="Verschlüsselung mit der Mozilla Suite">Mozilla Suite</a></li>
|
||||||
|
</ul>
|
||||||
|
<h3>die ausLese</h3>
|
||||||
|
<ul>
|
||||||
|
<li><a href="../ausLese/rundum.html" title="Einige Vorstellungen und Mythen aus der Sicherheitspolitik">rundum sicher</a> -- von Christian Vähling</li>
|
||||||
|
<li><a href="chaosradio.html" title="Radiosendungen des CCC">Chaosradio</a> -- Sendungen zum Thema</li>
|
||||||
|
<li><a href="../ausLese/raven/index.html" title="Software zum Schutz der Privatsphäre">Anonymität im Internet</a> -- die Raven-Homepage</li>
|
||||||
|
<li><a href="../ausLese/gesetze_und_verordnungen" title="Das juristische Drumherum zum Zitieren">Gesetze und Verordnungen</a> -- Datenschutz und Kommunikation</li>
|
||||||
|
<li><a href="../ausLese/musterbriefe_datenschutzrechte.html" title="Musterbriefe an Behörden und Unternehmen">Musterbriefe</a> -- zur Bewahrung der informationellen Selbstbestimmung</li>
|
||||||
|
</ul>
|
||||||
|
<h3>das Kleingedruckte</h3>
|
||||||
|
<ul>
|
||||||
|
<li><a href="senselab.html" title="die Autoren">sense.lab</a> -- die Autoren</li>
|
||||||
|
<li><a href="copyleft.html" title="Copyleft">Copyleft</a> -- deine Freiheiten im Umgang mit dieser CD</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
34
documents/nav.asc.online
Normal file
34
documents/nav.asc.online
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
<div id="nav">
|
||||||
|
<h2><a href="index.html">Einleitung</a></h2>
|
||||||
|
<h3>die Infos</h3>
|
||||||
|
<ul>
|
||||||
|
<li><a href="warumverschluesselung.html" title="Warum Verschlüsselung">Warum Verschlüsselung?</a> -- der thematische Einstieg</li>
|
||||||
|
<li><a href="wiefunktionierts.html" title="Die Theorie">Wie denn nun?</a> -- ein wenig Theorie</li>
|
||||||
|
<li><a href="asymmetrie.html" title="Asymmetrische Verschlüsselung">Asymmetrische Verschlüsselung</a> - kurz erklärt</li>
|
||||||
|
<li><a href="thunderbirdnutzung.html" title="Mailen mit Thunderbird"> Verschlüsselt mailen</a> mit Thunderbird </li>
|
||||||
|
<li><a href="mailserviceanbieter.html" title="Thunderbird Einstellungen">Kurze Liste</a> von Mail-Anbietern und ihren Einstellungen</li>
|
||||||
|
</ul>
|
||||||
|
<h3>die Programme</h3>
|
||||||
|
<ul>
|
||||||
|
<li><a href="thunderbird.html" title="Thunderbird installieren und einrichten">Thunderbird</a> -- das Mailprogramm
|
||||||
|
<li><a href="winpt.html" title="WinPT installieren und einrichten">WinPT</a> -- die Software zur Verschlüsselung
|
||||||
|
</ul>
|
||||||
|
<h3>die Extras</h3>
|
||||||
|
<ul>
|
||||||
|
<li><a href="outlook.html" title="Verschlüsselung mit Outlook">Outlook</a></li>
|
||||||
|
<li><a href="mozilla.html" title="Verschlüsselung mit der Mozilla Suite">Mozilla Suite</a></li>
|
||||||
|
</ul>
|
||||||
|
<h3>die ausLese</h3>
|
||||||
|
<ul>
|
||||||
|
<li><a href="http://www.citycrimecontrol.net/texte/rundum.html" title="Einige Vorstellungen und Mythen aus der Sicherheitspolitik">rundum sicher</a> -- von Christian Vähling</li>
|
||||||
|
<li><a href="http://www.chaosradio.ccc.de/archiv.html" title="Radiosendungen des CCC">Chaosradio</a> -- Sendungen zum Thema</li>
|
||||||
|
<li><a href="http://kai.iks-jena.de/" title="Software zum Schutz der Privatsphäre">Anonymität im Internet</a> -- die Raven-Homepage</li>
|
||||||
|
<li><a href="../ausLese/gesetze_und_verordnungen" title="Das juristische Drumherum zum Zitieren">Gesetze und Verordnungen</a> -- Datenschutz und Kommunikation</li>
|
||||||
|
<li><a href="../ausLese/musterbriefe_datenschutzrechte.html" title="Musterbriefe an Behörden und Unternehmen">Musterbriefe</a> -- zur Bewahrung der informationellen Selbstbestimmung</li>
|
||||||
|
</ul>
|
||||||
|
<h3>das Kleingedruckte</h3>
|
||||||
|
<ul>
|
||||||
|
<li><a href="senselab.html" title="die Autoren">sense.lab</a> -- die Autoren</l$
|
||||||
|
<li><a href="copyleft.html" title="Copyleft">Copyleft</a> -- deine Freiheiten im Umgang mit dieser CD</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
Loading…
Reference in a new issue