changeset 55:5f55fcc2ee69

added the handout
author markus schnalke <meillo@marmaro.de>
date Mon, 20 Oct 2014 07:03:29 +0200
parents 7a137e17e34d
children 8f3e3523dc29
files .hgignore handout/bib handout/handout.roff handout/makefile
diffstat 4 files changed, 222 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Mon Oct 13 07:41:22 2014 +0200
+++ b/.hgignore	Mon Oct 20 07:03:29 2014 +0200
@@ -3,13 +3,15 @@
 old/
 docs/
 fonts/
-handout/
 
 ref2.ps
 ref2.pdf
 *.ig
 refs/
 
+handout/ref2-handout.ps
+handout/ref2-handout.pdf
+
 ref2-pb.pdf
 schnalke*pdf
 pb/ref2-pb.aux
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/handout/bib	Mon Oct 20 07:03:29 2014 +0200
@@ -0,0 +1,1 @@
+../bib
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/handout/handout.roff	Mon Oct 20 07:03:29 2014 +0200
@@ -0,0 +1,197 @@
+\0
+.po 0
+.ll 21c
+.ps 20
+.vs 20
+.ps 16
+.ce 1
+Markus Schnalke
+.sp
+.ps 20
+.ce 1
+.B
+Open Access, Freie Software und Co.
+.R
+.sp
+.ps 12
+.vs 14
+.ce 1
+Eine Analyse der Gemengelage
+.sp
+
+.po \n(POu
+.ll 16c
+.nr LL 16c
+
+.nr PS 12
+.nr VS 14
+
+.af % 1
+
+.RT
+.ps 10
+.ce 1
+Bibliotheksakademie Bayern, Kurs Q4 2012/2014, \
+Open Access (Gernot Deinzer) \
+\(em 2014-04-23
+.RT
+.sp 2
+
+
+.KS
+.in 2c
+.PS 3.5
+boxht = boxht * .9
+right
+S:      box invis "" ht .4
+PO:     box invis "idealistisch" ht .4
+PR:     box invis "pragmatisch" ht .4
+down
+SW:     box invis "Software" with .n at S.s
+TX:     box invis "Texte, etc"
+right
+box "Freie" "Software" with .w at SW.e
+box "Open" "Source"
+box "Free Cultural" "Works" with .w at TX.e
+box "Open" "Access"
+.PE
+.in
+.sp .5
+.ce
+.B "Ausrichtung der Konzepte
+.KE
+.sp 3
+
+
+.2C
+
+.de _b
+.BU
+.sp
+.BU
+.sp
+.BU
+.sp 4
+..
+
+.H0 "Freie Software" no no
+._b
+
+.H0 "Free Cultural Works" no no
+._b
+
+.H0 "Open Source" no no
+._b
+
+.H0 "Open Access" no no
+._b
+
+.bp
+.P
+.1C
+
+
+
+.KS
+.ce
+.B "Geforderte Rechte
+.TS
+center;
+l | c c c c c .
+Definition	Nutzen\u\(**\d	Kopieren	Verbreiten	Verändern	Veränderungen
+.sp -.2v
+					verbreiten
+_
+.sp .2v
+FSF	\(sr	\(sr	\(sr	\(sr	\(sr
+OSI	\(sr	\(sr\u\s-2\(dg\s0\d	\(sr	\(sr	\(sr
+FCW	\(sr	\(sr	\(sr	\(sr	\(sr
+.sp .5v
+Budapest	\(sr	\(sr	\(sr	\(em	\(em
+Berlin	\(sr	\(sr\u\s-2\(dd\s0\d	\(sr	\(sr	\(sr
+.TE
+.sp .5v
+.RS
+.nr PS -2
+.nr VS -2
+.IP "\(**" .5c
+\o'=^'  Betrachten, Lesen, Ausführen, etc.
+.IP "\(dg" .5c
+\o'=^'  Nicht explizit erwähnt, aber notwendigerweise als Voraussetzung angesehen
+.IP "\(dd" .5c
+\o'=^'  Ausdrucke nur in kleinen Stückzahlen für den persönlichen Gebrauch
+.nr PS +2
+.nr VS +2
+.ce 0
+.RE
+.KE
+
+
+
+.sp 2
+.1C
+.LP
+
+.H0 Quellen no no
+
+.nr PS 10
+.nr VS 12
+
+.[
+spiegel befreiung
+.]
+.[
+what is free software def
+.]
+.[
+williams free as in freedom
+.]
+.[
+selling free software
+.]
+.[
+free cultural works definition
+.]
+.[
+what is copyleft
+.]
+.[
+open source definition
+.]
+.[
+free cultural works licenses
+.]
+.[
+boai orginal 2002
+.]
+.[
+berlin declaration
+.]
+.[
+boai10a 2012
+.]
+.[
+bruce perens time to talk about free software again
+.]
+.[
+$LIST$
+.]
+
+.P
+Dieser Handzettel sowie die zugehörige Ausarbeitung sind (bald)
+auch online verfügbar:
+.P
+\f(CW\s-1http://marmaro.de/docs/bib/oa-fs/\s0\fP
+
+.sp
+.in 0
+\l'\n(.lu'
+.B "Public Domain Dedication
+.sp .3
+Ich entlasse dieses Werk in die Gemeinfreiheit, indem ich weltweit
+auf alle urheberrechtlichen und verwandten Schutzrechte verzichte,
+soweit das gesetzlich möglich ist. 
+Dieses Werk ist gemeinfrei nach CC0 1.0 Universell.
+\f(CW\s-1http://creativecommons.org/publicdomain/zero/1.0/\s0\fP
+.sp .3
+markus schnalke <meillo@marmaro.de>, 2014-04-23
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/handout/makefile	Mon Oct 20 07:03:29 2014 +0200
@@ -0,0 +1,21 @@
+NAME = ref2-handout
+CHAPS = ../style handout.roff
+BIB = bib
+PDFFLAGS = -sPAPERSIZE=a4 -dPDFSETTINGS=/prepress
+REFER = refer -n -p $(BIB) -e -P -sLAD -a # -l,2 -k
+
+all: $(NAME).ps pdf
+
+$(NAME).ps: $(CHAPS) makefile $(BIB)
+	export TROFFONTS=../fonts;\
+	soelim $(CHAPS) | $(REFER) | tbl | pic | \
+		troff -Tps -ms 2>err.ig | dpost >$@
+
+pdf: $(NAME).pdf
+$(NAME).pdf: $(NAME).ps
+	ps2pdf $(PDFFLAGS) $(NAME).ps 2>/dev/null
+
+clean:
+	rm -f $(NAME).ps $(NAME).pdf book.ps book.pdf
+	rm -rf refs
+	rm -f *.ig