Tag: PukiWiki/バージョンアップ
/tmp/wiki.orig以下に本番wikiをダウンロードしておきローカルwikiディレクトリで実行。
#!/bin/sh ORGWIKIDIR=~/tmp/wiki.orig cp -a $ORGWIKIDIR/attach . cp -a $ORGWIKIDIR/backup . cp -a $ORGWIKIDIR/cache . cp -a $ORGWIKIDIR/counter . cp -a $ORGWIKIDIR/diff . cp -a $ORGWIKIDIR/image . cp -a $ORGWIKIDIR/wiki .
php -f data2utf8.php
include_once(PLUGIN_DIR . 'paraedit.inc.php'); $post["msg"] = _plugin_paraedit_parse_postmsg($post["msg_before"], $post["msg"], $post["msg_after"]);
// ParaEdit if(exist_plugin('paraedit')) { $body = _plugin_paraedit_mkeditlink($body); }
$paraedit_flag = (preg_match("/^content_1_/", $this->id)) ? ' paraedit_flag=on' : ''; return $this->msg_top. $this->wrap(parent::toString(),'h'.$this->level," id=\"{$this->id}\"$paraedit_flag");
define(_EDIT_LINK, '<div style="text-align: right; font-size: x-small; padding: 0px; display: inline-block"><a href="%s">' . '<img s\ rc="' . IMAGE_DIR . 'paraedit.png' . '" width="9" height="9" ' . ' />' . '</a></div>'); define(_PARAEDIT_LINK_POS, '$1$2$link$3'); // </h2>の前