aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authordvs12025-03-13 14:03:49 +1000
committerdvs12025-03-13 14:03:49 +1000
commit06d44988618148a109e022a2d17e1e261633cd32 (patch)
treec240063356447363afee8362ab3346e397745ac3
parentAttempt to tame the CSS. (diff)
downloadnotYetAnotherWiki-06d44988618148a109e022a2d17e1e261633cd32.zip
notYetAnotherWiki-06d44988618148a109e022a2d17e1e261633cd32.tar.gz
notYetAnotherWiki-06d44988618148a109e022a2d17e1e261633cd32.tar.bz2
notYetAnotherWiki-06d44988618148a109e022a2d17e1e261633cd32.tar.xz
More cleanup of Foswiki profiles.
-rwxr-xr-xnotYetAnotherWiki.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/notYetAnotherWiki.lua b/notYetAnotherWiki.lua
index f1b1565..f479e14 100755
--- a/notYetAnotherWiki.lua
+++ b/notYetAnotherWiki.lua
@@ -253,6 +253,7 @@ for l in io.popen('find -L ' .. Directory .. ' -name "*.HTM" -type f,l -printf "
253 ( 253 (
254 {'class="foswikiCurrentTopicLink"'} -> blank / 254 {'class="foswikiCurrentTopicLink"'} -> blank /
255 {'class="foswikiNewLink"'} -> blank / 255 {'class="foswikiNewLink"'} -> blank /
256 {"<span class='foswikiSmall'><a href='/bin/edit/Main/" ([^;action=form])* ";action=form'>edit</a></span>"} -> blank /
256 {" -- "} -> '-noComment-' / 257 {" -- "} -> '-noComment-' /
257-- {"-- " ([^%nl])* } -> blank / 258-- {"-- " ([^%nl])* } -> blank /
258 {'<div class="foswikiTopic">'} -> blank / 259 {'<div class="foswikiTopic">'} -> blank /