標準的dokuwiki語法加上上面的編輯器已經是很簡潔了。
但是如果要使用markdown來編輯的話,
可以使用下面plugin。
plugin:markdownextra [DokuWiki]
http://www.dokuwiki.org/plugin:markdownextra
Download and Installation
Download and install the plugin using the Plugin Manager using the following URL. Refer to Plugins on how to install plugins manually.
http://madpropellerhead.com/projects/markdownextra.tgz
公告版位
新版Blog peichengnote
目前分類:PHP (5)
- Mar 19 Mon 2012 18:04
[整理]dokuwiki 支援markdown markdownextra 與s5slide s5reloaded
- Feb 29 Wed 2012 14:00
[php]mail 寄信
順手紀錄一下
$t_title= mysql_real_escape_string(strip_tags(($_POST['t_title'])));
$t_body= mysql_real_escape_string(strip_tags(($_POST['t_body'])));
$t_date=date("Y-n-j H:i:s");
echo 'tt '.$t_title;
echo ' tb '.$t_body;
$to ="peicheng@peicheng.cc"; //收件者
//$subject = "test"; //信件標題
- Sep 02 Fri 2011 16:35
[PHP]JSON 中文亂碼
[PHP]JSON 中文亂碼
最近也在用python處理中文,也發現了Unicode 的問題,
通常存成utf-8的文件中文大多會/uxxxx。
由於最近的api都是使用json格式,
這次使用twitter api去做example。
下面示範呈現結果:
最近的碎碎唸
- Jul 21 Thu 2011 00:09
[PHP] MySQL 內的 function PASSWORD ()
[PHP] MySQL 內的 function PASSWORD ()
拿起一本7年前的書,
裏面密碼驗證使用。
$query="SELECT user_id ,first_name FROM users WHERE username='$u' AND password=PASSWORD('$p')";
後來發現怎麼帳號密碼會不match呢?
check for some information
- Aug 31 Mon 2009 00:51
[php]php MySQL phpMyAdmin 中文亂碼utf8 設定