User Tools

Site Tools


Writing /home/donghee/dh8.kr/wiki/data/meta/migrate.pl.meta failed
Unable to save metadata file. Hint: disk full; file permissions; safe_mode setting.
migrate.pl

This is an old revision of the document!


Writing /home/donghee/dh8.kr/wiki/data/log/deprecated/2026-07-14.log failed

BEGIN { $readblank = 0; }

$readblank = 1 if /^$/;

# Fix line-endings for Unix # $; # Ignore all pragmas next if !$readblank and /^#/; # Fix different a href linking styles s/\[(http:\S+)\s+(.*?)]/[\[$1|$2\]]/g; # Fix lists that aren't indented enough s/^ \*/ \*/; # Fix ordered lists s/^(\s+)\d+\./$1-/; # Fix code blocks s/^s}$/<\/code>/; # Fix monospace/code text s///g; s/(.*?)/$1/g; # Fix headers s/^= (.*) =$/====== $1 ======/g; s/^== (.*) ==$/===== $1 =====/g; s/^=== (.*) ===$/==== $1 ====/g; print;

migrate.pl.1421464203.txt.gz · Last modified: 2026/06/11 05:51 (external edit)