10+
安裝啟用
—
尚無評分
4301 天前
最後更新
—
問題解決
WordPress 3.0.0+ v0.2.1 上架:2014-06-03
內容簡介
此外掛可讓使用者儲存腳本和程式碼片段,使用 WordPress 內建的文章版本控制功能。
程式碼將顯示在 yourblog.com/code。
使用 curl 存取程式碼網址
curl -sS yourblog.com/code/scriptname/
將返回適合於 shell sourcing 的未格式化程式碼版本。
外掛標籤
開發者團隊
原文外掛簡介
Allows users to save scripts and code snippets, using built in WordPress post revisioning.
Scripts will be shown on yourblog.com/code.
Using curl on a script url
curl -sS yourblog.com/code/scriptname/
will return an unformatted version of the code, suitable for shell sourcing.
