summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2011-08-30 21:39:02 +0100
committerdakkar <dakkar@thenautilus.net>2011-09-19 15:46:26 +0100
commit9782571b1b98f1e7a52e80593785f1994b290629 (patch)
tree5ec3d99ecf1a8ceb9eba055a54aca097d46a6049
parent"Perl" tag (diff)
downloadthenautilus-9782571b1b98f1e7a52e80593785f1994b290629.tar.gz
thenautilus-9782571b1b98f1e7a52e80593785f1994b290629.tar.bz2
thenautilus-9782571b1b98f1e7a52e80593785f1994b290629.zip
this will become a new page
-rw-r--r--src/SW/Enigmatic/.gitignore2
-rw-r--r--src/SW/Enigmatic/document.en.rest.txt15
-rw-r--r--src/SW/Enigmatic/document.it.rest.txt8
l---------src/SW/Enigmatic/du2html.xsl1
4 files changed, 26 insertions, 0 deletions
diff --git a/src/SW/Enigmatic/.gitignore b/src/SW/Enigmatic/.gitignore
new file mode 100644
index 0000000..08d33d4
--- /dev/null
+++ b/src/SW/Enigmatic/.gitignore
@@ -0,0 +1,2 @@
+/document.en.du.xml
+/document.it.du.xml
diff --git a/src/SW/Enigmatic/document.en.rest.txt b/src/SW/Enigmatic/document.en.rest.txt
new file mode 100644
index 0000000..1a5fac9
--- /dev/null
+++ b/src/SW/Enigmatic/document.en.rest.txt
@@ -0,0 +1,15 @@
+=========
+Enigmatic
+=========
+---------------------------------------------
+An emulator of the German WWII Enigma machine
+---------------------------------------------
+:CreationDate: 2011-08-30 20:16:43
+:Id: SW/Enigmatic
+:tags: - software
+ - perl
+
+Why would you ever write one?
+=============================
+
+During the `YAPC::EU 2011`_ dinner,
diff --git a/src/SW/Enigmatic/document.it.rest.txt b/src/SW/Enigmatic/document.it.rest.txt
new file mode 100644
index 0000000..91b5869
--- /dev/null
+++ b/src/SW/Enigmatic/document.it.rest.txt
@@ -0,0 +1,8 @@
+============
+SW/Enigmatic
+============
+:CreationDate: 2011-08-30 20:16:43
+:Id: SW/Enigmatic
+:tags: - software
+ - perl
+
diff --git a/src/SW/Enigmatic/du2html.xsl b/src/SW/Enigmatic/du2html.xsl
new file mode 120000
index 0000000..e2487e0
--- /dev/null
+++ b/src/SW/Enigmatic/du2html.xsl
@@ -0,0 +1 @@
+../../../templates/du2html.xsl \ No newline at end of file