aboutsummaryrefslogtreecommitdiffstats
path: root/english/releases/slink
diff options
context:
space:
mode:
authorAdam D. McKenna <adam>1999-09-23 14:53:31 +0000
committerAdam D. McKenna <adam>1999-09-23 14:53:31 +0000
commitade71d02c34a6397c9a0fdc56d4b606cca0f9335 (patch)
treebea5fca4b234c580e4549ebfda9aebc8b82c077f /english/releases/slink
parent33844ace979a3c44209b216b2338fc1dc20d7265 (diff)
new file, contains formats and architecture hashes used in index.wml
CVS version numbers english/releases/slink/formats_and_architectures.wmh: INITIAL -> 1.1
Diffstat (limited to 'english/releases/slink')
-rw-r--r--english/releases/slink/formats_and_architectures.wmh17
1 files changed, 17 insertions, 0 deletions
diff --git a/english/releases/slink/formats_and_architectures.wmh b/english/releases/slink/formats_and_architectures.wmh
new file mode 100644
index 00000000000..9133e11d233
--- /dev/null
+++ b/english/releases/slink/formats_and_architectures.wmh
@@ -0,0 +1,17 @@
+<perl>
+
+# list of architectures
+%arches = ( i386 => 'Intel x86',
+ m68k => 'Motorola 680x0',
+ sparc => 'SPARC',
+ alpha => 'Alpha',
+ );
+
+# list of output formats
+%formats = ( html => "HTML",
+ pdf => "PDF",
+ txt => "ASCII",
+ );
+
+
+</perl>

© 2014-2024 Faster IT GmbH | imprint | privacy policy