aboutsummaryrefslogtreecommitdiff
path: root/dists/amiga
diff options
context:
space:
mode:
authorHubert Maier2018-01-25 12:46:44 +0100
committerDavid Turner2018-01-25 12:46:43 +0000
commit38df276b25158a144ec715c20f90b9980b7bcfdc (patch)
tree91f3696be49093894448e39a825ed121ebfbeb06 /dists/amiga
parent15a5605c0fe0da345dacb61f295e6ca7e03c16a2 (diff)
downloadscummvm-rg350-38df276b25158a144ec715c20f90b9980b7bcfdc.tar.gz
scummvm-rg350-38df276b25158a144ec715c20f90b9980b7bcfdc.tar.bz2
scummvm-rg350-38df276b25158a144ec715c20f90b9980b7bcfdc.zip
AMIGA: Update convertRM.sed
Diffstat (limited to 'dists/amiga')
-rw-r--r--dists/amiga/convertRM.sed26
1 files changed, 13 insertions, 13 deletions
diff --git a/dists/amiga/convertRM.sed b/dists/amiga/convertRM.sed
index 47b6707001..049244459e 100644
--- a/dists/amiga/convertRM.sed
+++ b/dists/amiga/convertRM.sed
@@ -1,17 +1,17 @@
-# $VER: READMEconverter.sed 1.04 (22.12.2015) © Eugene "sev" Sandulenko
-# Additions by Raziel
+# $VER: READMEconverter.sed 1.05 (25.01.2018) © Eugene "sev" Sandulenko
+# Additions and changes by Raziel
#
-# Preprocessing the README file and adding some landmarks for easier parsing
-# and for converting it to an AmigaGuide Hypertext file later.
+# Preprocessing the README file and adding some markers for easier parsing
+# and later converting it to an AmigaGuide Hypertext file.
#
s/http:\/\/[#?=&a-zA-Z0-9_.\/\-]*/@{"&" System "URLOpen &"}/ # Convert all URLs to AmigaGuide format
s/https:\/\/[#?=&a-zA-Z0-9_.\/\-]*/@{"&" System "URLOpen &"}/ # Convert all secure URLs to AmigaGuide format
-s/[0-9][0-9]*\.[0-9][0-9]*/°&°/ # Convert all chapter numbers to °x°...
-s/°\([0-9][0-9]*\.[0-9][0-9]*\)°\(\.[0-9]\)/°\1\2°/ # ...and all three-digit chapter numbers...
-s/°\([01]\.[0-9][0-9]*\.[0-9][0-9]*\)°/\1/ # ...and restore mentioned version numbers like 1.0.0 and 0.7.0.
-s/of °0\.0°/of 0.0/ # "Fluidsynth's gain setting of 0.0" is not a chapter reference.
-s/through °10\.0°/through 10.0/ # "through 10.0" is not a chapter reference.
-s/ttf-°2\.00.1°/ttf-2.00.1/ # This part of an url link is not a chapter reference.
-s/patch °1\.2°/patch 1.2/ # "Zork patch 1.2" is not a chapter reference.
-s/Mac OS X °10\.2.8°/Mac OS X 10.2.8/ # "Mac OS X 10.2.8" is not a chapter reference.
-s/Mac_OS_X_°10\.2.8°/Mac_OS_X_10.2.8/ # "Mac_OS_X_10.2.8" is not a chapter reference. \ No newline at end of file
+s/[0-9][0-9]*\.[0-9][0-9]*/<>&<>/ # Convert all chapter numbers to <>x<>...
+s/<>\([0-9][0-9]*\.[0-9][0-9]*\)<>\(\.[0-9]\)/<>\1\2<>/ # ...and all three-digit chapter numbers...
+s/<>\([01]\.[0-9][0-9]*\.[0-9][0-9]*\)<>/\1/ # ...and restore mentioned version numbers like 1.0.0 and 0.7.0.
+s/of <>0\.0<>/of 0.0/ # "Fluidsynth's gain setting of 0.0" is not a chapter reference.
+s/through <>10\.0<>/through 10.0/ # "through 10.0" is not a chapter reference.
+s/ttf-<>2\.00.1<>/ttf-2.00.1/ # This part of an url link is not a chapter reference.
+s/patch <>1\.2<>/patch 1.2/ # "Zork patch 1.2" is not a chapter reference.
+s/Mac OS X <>10\.2.8<>/Mac OS X 10.2.8/ # "Mac OS X 10.2.8" is not a chapter reference.
+s/Mac_OS_X_<>10\.2.8<>/Mac_OS_X_10.2.8/ # "Mac_OS_X_10.2.8" is not a chapter reference.