Subversion Repositories pub

Compare Revisions

No changes between revisions

Ignore whitespace Rev 89 → Rev 90

/wp-js-syntax-highlighter/trunk/plugin.php
5,7 → 5,7
* Plugin URI: http://p.outlyer.net./wordpress/
* Feed URI:
* Description: Adds automatic syntax highlighting of code from JavaScript. Using Alex Gorbatchev's SyntaxHighlighter code. It works better with base2.DOM. It tries to make it less intrusive and allow for valid XHTML. See loader.js for details.
* Version: 0.1.1+1.5.1
* Version: 0.2+1.5.1
* Author: Toni Corvera
* Author URI: http://outlyer.net./
*/
14,7 → 14,8
$base_path = get_settings('siteurl').'/wp-content/plugins/js-syntax-highlighter';
 
echo '<!-- JS Syntax Highlighter Plugin -->'."\n".
'<link type="text/css" rel="stylesheet" href="'.$base_path.'/SyntaxHighlighter.css" />'."\n".
// Dinamically loaded:
// '<link type="text/css" rel="stylesheet" href="'.$base_path.'/SyntaxHighlighter.css" />'."\n".
'<script type="text/javascript" src="'.$base_path.'/js/shCore.js"></script>'."\n".
'<script type="text/javascript" src="'.$base_path.'/js/loader.js"></script>'."\n".
'<script type="text/javascript">dpLoader.init("'.$base_path.'");</script>'."\n".
/wp-js-syntax-highlighter/trunk/ChangeLog.txt
2,6 → 2,9
is mostly for reference purposes.
The full plugin can be obtained on request though.
 
0.2.0 (2007-10-25):
* Versions re-numbered, current as 0.2
 
0.1.1 (2007-10-25):
* BUGFIX: Use local basePath instead of global
* bloggerMode option
/wp-js-syntax-highlighter/trunk
Property changes:
Modified: svn:mergeinfo
Merged /wp-js-syntax-highlighter/branches/0.2.0+1.5.1:r89