aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/notYetAnotherWiki.lua
diff options
context:
space:
mode:
authordvs12025-03-28 14:39:43 +1000
committerdvs12025-03-28 14:39:43 +1000
commit824e60e3cbe2531f2ef09b7e5c3419ba97365a03 (patch)
treeedc8601090d5ac8518954d113de5548d9b434c66 /notYetAnotherWiki.lua
parentCreate redirect pages for moved ones. (diff)
downloadnotYetAnotherWiki-824e60e3cbe2531f2ef09b7e5c3419ba97365a03.zip
notYetAnotherWiki-824e60e3cbe2531f2ef09b7e5c3419ba97365a03.tar.gz
notYetAnotherWiki-824e60e3cbe2531f2ef09b7e5c3419ba97365a03.tar.bz2
notYetAnotherWiki-824e60e3cbe2531f2ef09b7e5c3419ba97365a03.tar.xz
Oops-- for last commit.
Diffstat (limited to 'notYetAnotherWiki.lua')
-rwxr-xr-xnotYetAnotherWiki.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/notYetAnotherWiki.lua b/notYetAnotherWiki.lua
index eea42a7..f53691b 100755
--- a/notYetAnotherWiki.lua
+++ b/notYetAnotherWiki.lua
@@ -283,8 +283,8 @@ for l in io.popen('find -L ' .. Folder .. ' -name unsorted -prune -o -name "*.md
283 a:write( 283 a:write(
284[=[<!DOCTYPE html> 284[=[<!DOCTYPE html>
285<html> 285<html>
286 <head><meta http-equiv="refresh" content="0; url=]=] .. dst .. [=[\" /></head> 286 <head><meta http-equiv="refresh" content="0; url=]=] .. dst .. '"' .. [=[/></head>
287 <body><p>Click this if you don't get redirected to the real page - <a href="]=] .. dst .. [=[\">Redirect</a></p></body> 287 <body><p>Click this if you don't get redirected to the real page - <a href="]=] .. dst .. '"' .. [=[>Redirect</a></p></body>
288</html> 288</html>
289]=]) 289]=])
290 a:close() 290 a:close()