From 85eb5c7b5fca4aba3c6fef9cf10716d749572bc0 Mon Sep 17 00:00:00 2001
From: Stefan Ziegler
Date: Thu, 8 Nov 2018 18:28:46 +0100
Subject: Umbau fortunes-Seite
---
content/fortunes/babelfish | 20 +
content/fortunes/fortune-cookies-HOWTO.html | 143 ++
content/fortunes/fortune-cookies-HOWTO.sgml | 119 +
content/fortunes/fortune-cookies-HOWTO.txt | 159 ++
content/fortunes/fortunes.txt | 3270 +++++++++++++++++++++++++++
5 files changed, 3711 insertions(+)
create mode 100644 content/fortunes/babelfish
create mode 100644 content/fortunes/fortune-cookies-HOWTO.html
create mode 100644 content/fortunes/fortune-cookies-HOWTO.sgml
create mode 100644 content/fortunes/fortune-cookies-HOWTO.txt
create mode 100644 content/fortunes/fortunes.txt
(limited to 'content/fortunes')
diff --git a/content/fortunes/babelfish b/content/fortunes/babelfish
new file mode 100644
index 0000000..65b7f2d
--- /dev/null
+++ b/content/fortunes/babelfish
@@ -0,0 +1,20 @@
+Best of Babelfish: »auskommentieren« -> »getting along animals«
+%
+Best of Babelfish: »Adobe Acrobat Reader« -> »Ziegelstein-Seiltänzer-Leser«
+%
+Best of Babelfish: »Barbezahlung« -> »Bar payment«
+%
+Best of Google Translations: »Tom Cruise« -> »Kreuzfahrt Tom«
+%
+Best of Babelfish: »The Corporal« -> »Das Obergefreite«
+%
+Best of Babelfish: »2 is a prime« -> »2 ist eine höchste Vollkommenheit«
+%
+Best of Babelfish: »blues harp« -> »Blauharfe«
+%
+Best of Babelfish: »jam session« -> »Staulernabschnitt«
+%
+Best of Babelfish: »I am a role model« -> »Ich bin ein Rolle Modell«
+%
+Best of Babelfish: »stark naked« -> »steifes blankes«
+%
diff --git a/content/fortunes/fortune-cookies-HOWTO.html b/content/fortunes/fortune-cookies-HOWTO.html
new file mode 100644
index 0000000..d74a89e
--- /dev/null
+++ b/content/fortunes/fortune-cookies-HOWTO.html
@@ -0,0 +1,143 @@
+
+
+
+
+ Fortune Mini-HOWTO (english)
+
+
+Fortune Mini-HOWTO (english)
+
+Walter Harms
Version 0.01, 19.05.2004
+
+How to use use fortune to generate cookies.
+
+
+
+When a user logs into a system normally the /etc/motd is displayed. ( You can
+disable this by creating the file ~/.hushlogin.) You will be greeted
+by something like ''welcome to 127.0.0.1''. That is boring.
+Here comes ''fortune'' to the rescue. The package comes with 3 programs:
+fortune,strfile and unstr.
+
+
+
+The programs have clear distinguished jobs: presentation, assembly and
+disassembly of the fortune databases.
+
+
+
+fortune is the presenter program. A simple application is to call the
+program in the crontab and modify the /etc/motd. e.g.:
+
+
+ */10 * * * * /usr/bin/fortune >/etc/motd
+
+To select a given database with quotes simply add the database as argument.
+
+ */10 * * * * /usr/bin/fortune myquotes >/etc/motd
+
+
+
+You can also specify more than one database file. Then fortune will consider
+both files equally often.
+
+
+
+> fortune myquotes startrek
+
+
+
+Some people like some quotes more than others. So your can manipulate the
+equilibrium by adding probabilities.
+
+
+
+> fortune 90% myquotes 10% startrek
+
+
+
+fortune has some additional command line switches but its beyond the
+scope of this document to explain them. check the man page instead.
+
+
+
+Now we come to terms. Pick a list of quotes. There are several sources.
+Of cause the Internet will provide you with a long list. Choose quotes
+you like they will appear regularly now. Collect the quotes in one file.
+Every quote separated with a line containing a single % e.g.:
+
+
+quote 1
+%
+quote 2
+%
+quote 3
+%
+quote 5
+
+
+
+This is not a very effective way. Therefor is the strfile program.It will
+process the ASCII-file and add a binary helper. The <myquotes> will
+accompanied by <myquotes>.dat .
+
+
+
+> strfile myquotes
+
+
+
+The <myquotes>.dat will by copied into the directory where the datafiles are stored.
+This is usually /usr/share/fortune. Check the installation with:
+
+
+>fortune myquotes
+
+
+
+
+
+
+This is what the man-page says:
+
+
+The purpose of unstr is to undo the work of strfile. It prints out the
+strings contained in the file source_file in the order that they are
+listed in the header file source_file.dat to standard output. It is
+possible to create sorted versions of input files by using -o when strfile
+is run and then using unstr to dump them out in the table order.
+
+
+
+
+
+
+An other possible target is .signature.
+Any selfrespecting mailprogram will add that to an outgoing mail.
+
+
+
+The patchnames mentioned here are based on the actual fortune package.
+Distribution may change the place to somewhere.
+Beside fortune there are several other programs that select random
+quotes from a database.
+Be carefull when choosing quotes. There are people who take them serious like:
+
+
+====### legal notice ###====-------------------------------------------
+Microsoft Network is prohibited from redistributing this work in any form, in
+whole or in part. License to distribute this post is available to Microsoft
+for $499. Posting without permission constitutes an agreement to these terms.
+walter@linux:~/bericht/fortune> fortune myquotes
+"You have the right to remain silent, but I wouldn't encourage you to do
+ so. Anything you say will be taken down, altered to my satisfaction and
+ used in a court of law to send you down for a good many years!"
+
+
+
+
+
+
diff --git a/content/fortunes/fortune-cookies-HOWTO.sgml b/content/fortunes/fortune-cookies-HOWTO.sgml
new file mode 100644
index 0000000..7bf6a89
--- /dev/null
+++ b/content/fortunes/fortune-cookies-HOWTO.sgml
@@ -0,0 +1,119 @@
+
+
+
+
+Fortune Mini-HOWTO (english)
+Walter Harms
+Version 0.01, 19.05.2004
+
+
+How to use use fortune to generate cookies.
+
+
+
+
+Introduction
+
+When a user logs into a system normally the /etc/motd is displayed. ( You can
+disable this by creating the file ˜/.hushlogin.) You will be greeted
+by something like ''welcome to 127.0.0.1''. That is boring.
+
+Here comes ''fortune'' to the rescue. The package comes with 3 programs:
+fortune,strfile and unstr.
+
+Usage of fortune, strfile and unstr
+
+The programs have clear distinguished jobs: presentation, assembly and
+disassembly of the fortune databases.
+
+Fortune
+
+fortune is the presenter program. A simple application is to call the
+program in the crontab and modify the /etc/motd. e.g.:
+
+ */10 * * * * /usr/bin/fortune >/etc/motd
+
+To select a given database with quotes simply add the database as argument.
+
+ */10 * * * * /usr/bin/fortune myquotes >/etc/motd
+
+You can also specify more than one database file. Then fortune will consider
+both files equally often.
+
+
+> fortune myquotes startrek
+
+Some people like some quotes more than others. So your can manipulate the
+equilibrium by adding probabilities.
+
+
+> fortune 90% myquotes 10% startrek
+
+fortune has some additional command line switches but its beyond the
+scope of this document to explain them. check the man page instead.
+
+generating a fortune database
+
+Now we come to terms. Pick a list of quotes. There are several sources.
+Of cause the Internet will provide you with a long list. Choose quotes
+you like they will appear regularly now. Collect the quotes in one file.
+Every quote separated with a line containing a single % e.g.:
+
+quote 1
+%
+quote 2
+%
+quote 3
+%
+quote 5
+
+This is not a very effective way. Therefor is the strfile program.It will
+process the ASCII-file and add a binary helper. The <myquotes> will
+accompanied by <myquotes>.dat .
+
+
+> strfile myquotes
+
+The <myquotes>.dat will by copied into the directory where the datafiles are stored.
+This is usually /usr/share/fortune. Check the installation with:
+
+>fortune myquotes
+
+
+ unstr
+
+This is what the man-page says:
+
+The purpose of unstr is to undo the work of strfile. It prints out the
+strings contained in the file source_file in the order that they are
+listed in the header file source_file.dat to standard output. It is
+possible to create sorted versions of input files by using -o when strfile
+is run and then using unstr to dump them out in the table order.
+
+
+ other files to have fun with
+
+An other possible target is .signature.
+Any selfrespecting mailprogram will add that to an outgoing mail.
+
+ remarks
+
+The patchnames mentioned here are based on the actual fortune package.
+Distribution may change the place to somewhere.
+
+Beside fortune there are several other programs that select random
+quotes from a database.
+
+Be carefull when choosing quotes. There are people who take them serious like:
+
+====### legal notice ###====-------------------------------------------
+Microsoft Network is prohibited from redistributing this work in any form, in
+whole or in part. License to distribute this post is available to Microsoft
+for $499. Posting without permission constitutes an agreement to these terms.
+walter@linux:~/bericht/fortune> fortune myquotes
+"You have the right to remain silent, but I wouldn't encourage you to do
+ so. Anything you say will be taken down, altered to my satisfaction and
+ used in a court of law to send you down for a good many years!"
+
+
+
\ No newline at end of file
diff --git a/content/fortunes/fortune-cookies-HOWTO.txt b/content/fortunes/fortune-cookies-HOWTO.txt
new file mode 100644
index 0000000..00e8bff
--- /dev/null
+++ b/content/fortunes/fortune-cookies-HOWTO.txt
@@ -0,0 +1,159 @@
+ Fortune Mini-HOWTO (english)
+ Walter Harms
+ Version 0.01, 19.05.2004
+
+ How to use use fortune to generate cookies.
+ ______________________________________________________________________
+
+ Table of Contents
+
+
+ 1. Introduction
+ 2. Usage of fortune, strfile and unstr
+ 2.1 Fortune
+ 2.2 generating a fortune database
+ 2.3 unstr
+
+ 3. other files to have fun with
+ 4. remarks
+
+
+ ______________________________________________________________________
+
+ 1. Introduction
+
+ When a user logs into a system normally the /etc/motd is displayed. (
+ You can disable this by creating the file ~/.hushlogin.) You will be
+ greeted by something like ''welcome to 127.0.0.1''. That is boring.
+
+ Here comes ''fortune'' to the rescue. The package comes with 3
+ programs: fortune,strfile and unstr.
+
+
+ 2. Usage of fortune, strfile and unstr
+
+ The programs have clear distinguished jobs: presentation, assembly and
+ disassembly of the fortune databases.
+
+
+ 2.1. Fortune
+
+ fortune is the presenter program. A simple application is to call the
+ program in the crontab and modify the /etc/motd. e.g.:
+
+ ______________________________________________________________________
+ */10 * * * * /usr/bin/fortune >/etc/motd
+
+ To select a given database with quotes simply add the database as argument.
+
+ */10 * * * * /usr/bin/fortune myquotes >/etc/motd
+ ______________________________________________________________________
+
+
+ You can also specify more than one database file. Then fortune will
+ consider both files equally often.
+
+ ______________________________________________________________________
+
+ > fortune myquotes startrek
+ ______________________________________________________________________
+
+
+ Some people like some quotes more than others. So your can manipulate
+ the equilibrium by adding probabilities.
+
+
+
+ ______________________________________________________________________
+
+ > fortune 90% myquotes 10% startrek
+ ______________________________________________________________________
+
+
+ fortune has some additional command line switches but its beyond the
+ scope of this document to explain them. check the man page instead.
+
+
+ 2.2. generating a fortune database
+
+ Now we come to terms. Pick a list of quotes. There are several
+ sources. Of cause the Internet will provide you with a long list.
+ Choose quotes you like they will appear regularly now. Collect the
+ quotes in one file. Every quote separated with a line containing a
+ single % e.g.:
+
+ ______________________________________________________________________
+ quote 1
+ %
+ quote 2
+ %
+ quote 3
+ %
+ quote 5
+ ______________________________________________________________________
+
+
+ This is not a very effective way. Therefor is the strfile program.It
+ will process the ASCII-file and add a binary helper. The
+ will accompanied by .dat .
+
+ ______________________________________________________________________
+
+ > strfile myquotes
+ ______________________________________________________________________
+
+
+ The .dat will by copied into the directory where the
+ datafiles are stored. This is usually /usr/share/fortune. Check the
+ installation with:
+
+ ______________________________________________________________________
+ >fortune myquotes
+ ______________________________________________________________________
+
+
+
+ 2.3. unstr
+
+ This is what the man-page says:
+
+ ______________________________________________________________________
+ The purpose of unstr is to undo the work of strfile. It prints out the
+ strings contained in the file source_file in the order that they are
+ listed in the header file source_file.dat to standard output. It is
+ possible to create sorted versions of input files by using -o when strfile
+ is run and then using unstr to dump them out in the table order.
+ ______________________________________________________________________
+
+
+
+ 3. other files to have fun with
+
+ An other possible target is .signature. Any selfrespecting
+ mailprogram will add that to an outgoing mail.
+
+
+ 4. remarks
+
+ The patchnames mentioned here are based on the actual fortune package.
+ Distribution may change the place to somewhere.
+
+ Beside fortune there are several other programs that select random
+ quotes from a database.
+
+ Be carefull when choosing quotes. There are people who take them
+ serious like:
+
+ ______________________________________________________________________
+ ====### legal notice ###====-------------------------------------------
+ Microsoft Network is prohibited from redistributing this work in any form, in
+ whole or in part. License to distribute this post is available to Microsoft
+ for $499. Posting without permission constitutes an agreement to these terms.
+ walter@linux:~/bericht/fortune> fortune myquotes
+ "You have the right to remain silent, but I wouldn't encourage you to do
+ so. Anything you say will be taken down, altered to my satisfaction and
+ used in a court of law to send you down for a good many years!"
+ ______________________________________________________________________
+
+
+
diff --git a/content/fortunes/fortunes.txt b/content/fortunes/fortunes.txt
new file mode 100644
index 0000000..a333063
--- /dev/null
+++ b/content/fortunes/fortunes.txt
@@ -0,0 +1,3270 @@
+"Unsterblichkeit ist nicht jedermanns Sache."
+ -- Johann Wolfgang von Goethe
+%
+Er will sie nicht?
+Er, will sie nicht?
+Er will, sie nicht?
+Er will sie, nicht?
+%
+Wer den Teufel an die Wand malt, spart Tapete.
+%
+Ob eine schwarze Katze Unglück bringt, hängt davon ab,
+ob man ein Mensch ist oder eine Maus.
+%
+Ein Webstuhl ist der Lehrstuhl eines Dozenten für Webdesign.
+%
+-.-. ..- .-. .. --- ... .. - -.--
+-.- .. .-.. .-.. . -..
+- .... .
+-.-. .- -
+%
+Der Phallus ist auch nur ein Zigarrensymbol.
+%
+Lieber niedertraechtig als hochschwanger!
+%
+Frage: "Was ist ein Holländer, der seinen Führerschein verloren hat?"
+Antwort: "Obdachlos!"
+%
+Im Vatikan kommen auf 1000 Einwohner 1,67 Päpste.
+%
+Die einzige Legitimation für das