高亮代码嵌入在使用JavaScript和远程highlihter网页
资 源 简 介
Ajax Syntax Highlighter
Ajax Syntax Highlighter is a small Javascript utility designed to highlight code embed in a web page in a standard compliant way.
It automatically looks for source code in the page, send it to a server-side highlighter and display the highlighted code. It also has a "view as plain text" feature and support internationalization.
Ajax Syntax Highlighter is built with Yahoo! UI and uses JSON for serialization. It is wrote by Kévin Dunglas.
It currently includes GeSHi as server-side (PHP required) highlighter but it can be easily used with others such as Pygments.
[See a demo.](http://lapin-blanc.net/wp-content/plugins/ajax-syntax-highlighter/test.html)
Install
Unzip the archive
文 件 列 表
ajax-syntax-highlighter
ajax-syntax-highlighter.css
ajax-syntax-highlighter.js
highlighter.php
lib
LICENSE
README
test.html