=== WPygments === Contributors: capynet Donate link: Tags: syntax highlight Requires at least: 3.3 Tested up to: 3.5.1 Stable tag: 1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Server side syntax highlighter based on Pygments highlighter software. == Description == WPygments - Wordpress syntax highlighter based on [Pygments](http://pygments.org/ "") ====================== Server side syntax highlighter based on Pygments highlighter software. ## Installation: To use this plugin you need pygments in your server: ``` sudo apt-get install python-setuptools easy_install Pygments ``` That's all. Now you can download the plugin and install it in your Wordpress. ## Usage Once you get installed the plugin the usage is straightforward. just enclose your code between tokens named with the corresponding lang: [javascript]....[/javascript] [php]....[/php] For a detailed description of usage see [WPygments plugin page](https://github.com/capy/WPygments "WPygments plugin page") == Installation == ## Installation: To use this plugin you need pygments in your server: ``` sudo apt-get install python-setuptools easy_install Pygments ``` 1. Upload the plugin to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress Once you get installed the plugin the usage is straightforward. just enclose your code between tokens named with the corresponding lang: [javascript]....[/javascript] [php]....[/php] == Frequently asked questions == = A question that someone might have = An answer to that question. == Screenshots == 1. /assets/screenshot-1.png 2. /assets/screenshot-1.png == Changelog == = 1.0 = * First stable release