Changeset 708385
- Timestamp:
- 05/05/2013 10:21:19 PM (13 years ago)
- Location:
- wpygments
- Files:
-
- 1 edited
- 7 copied
-
tags/1.1.1 (copied) (copied from wpygments/trunk)
-
tags/1.1.1/Documentation (copied) (copied from wpygments/trunk/Documentation)
-
tags/1.1.1/PHPygments (copied) (copied from wpygments/trunk/PHPygments)
-
tags/1.1.1/README.md (copied) (copied from wpygments/trunk/README.md)
-
tags/1.1.1/assets (copied) (copied from wpygments/trunk/assets)
-
tags/1.1.1/readme.txt (copied) (copied from wpygments/trunk/readme.txt) (4 diffs)
-
tags/1.1.1/wpygments.inc.php (copied) (copied from wpygments/trunk/wpygments.inc.php)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpygments/tags/1.1.1/readme.txt
r708382 r708385 5 5 Requires at least: 3.3 6 6 Tested up to: 3.5.1 7 Stable tag: 1.1 7 Stable tag: 1.1.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 12 12 13 13 == Description == 14 15 WPygments - Wordpress syntax highlighter based on [Pygments](http://pygments.org/ "")16 ======================17 18 14 19 15 ## Installation: … … 68 64 These are supported color styles: 69 65 70 * `monokai`<br> 71  72 73 * `manni`<br> 74  75 76 * `rrt`<br> 77  78 79 * `perldoc`<br> 80  81 82 * `borland`<br> 83  84 85 * `colorful`<br> 86  87 88 * `default`<br> 89  90 91 * `murphy`<br> 92  93 94 * `vs`<br> 95  96 97 * `trac`<br> 98  99 100 * `tango`<br> 101  102 103 * `fruity`<br> 104  105 106 * `autumn`<br> 107  108 109 * `bw`<br> 110  111 112 * `emacs`<br> 113  114 115 * `vim`<br> 116  117 118 * `pastie`<br> 119  120 121 * `friendly`<br> 122  123 124 * `native`<br> 125  126 66 * `monokai` 67 * `manni` 68 * `rrt` 69 * `perldoc` 70 * `borland` 71 * `colorful` 72 * `default` 73 * `murphy` 74 * `vs` 75 * `trac` 76 * `tango` 77 * `fruity` 78 * `autumn` 79 * `bw` 80 * `emacs` 81 * `vim` 82 * `pastie` 83 * `friendly` 84 * `native` 127 85 128 86 ##Languages and filetypes supported … … 221 179 222 180 223 ## Installation:224 To use this plugin you need pygments in your server:225 226 ```227 sudo apt-get install python-setuptools228 easy_install Pygments229 ```230 231 That's all. Now you can download the plugin and install it in your Wordpress.232 233 ## Usage234 Once you get installed the plugin the usage is straightforward. just enclose your code between tokens named with the corresponding lang:235 236 [javascript]....[/javascript]237 238 [php]....[/php]239 240 For a detailed description of usage see [WPygments plugin page](https://github.com/capy/WPygments "WPygments plugin page")241 242 181 == Installation == 243 244 ## Installation:245 182 246 183 To use this plugin you need pygments in your server: -
wpygments/trunk/readme.txt
r708382 r708385 5 5 Requires at least: 3.3 6 6 Tested up to: 3.5.1 7 Stable tag: 1.1 7 Stable tag: 1.1.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 12 12 13 13 == Description == 14 15 WPygments - Wordpress syntax highlighter based on [Pygments](http://pygments.org/ "")16 ======================17 18 14 19 15 ## Installation: … … 68 64 These are supported color styles: 69 65 70 * `monokai`<br> 71  72 73 * `manni`<br> 74  75 76 * `rrt`<br> 77  78 79 * `perldoc`<br> 80  81 82 * `borland`<br> 83  84 85 * `colorful`<br> 86  87 88 * `default`<br> 89  90 91 * `murphy`<br> 92  93 94 * `vs`<br> 95  96 97 * `trac`<br> 98  99 100 * `tango`<br> 101  102 103 * `fruity`<br> 104  105 106 * `autumn`<br> 107  108 109 * `bw`<br> 110  111 112 * `emacs`<br> 113  114 115 * `vim`<br> 116  117 118 * `pastie`<br> 119  120 121 * `friendly`<br> 122  123 124 * `native`<br> 125  126 66 * `monokai` 67 * `manni` 68 * `rrt` 69 * `perldoc` 70 * `borland` 71 * `colorful` 72 * `default` 73 * `murphy` 74 * `vs` 75 * `trac` 76 * `tango` 77 * `fruity` 78 * `autumn` 79 * `bw` 80 * `emacs` 81 * `vim` 82 * `pastie` 83 * `friendly` 84 * `native` 127 85 128 86 ##Languages and filetypes supported … … 221 179 222 180 223 ## Installation:224 To use this plugin you need pygments in your server:225 226 ```227 sudo apt-get install python-setuptools228 easy_install Pygments229 ```230 231 That's all. Now you can download the plugin and install it in your Wordpress.232 233 ## Usage234 Once you get installed the plugin the usage is straightforward. just enclose your code between tokens named with the corresponding lang:235 236 [javascript]....[/javascript]237 238 [php]....[/php]239 240 For a detailed description of usage see [WPygments plugin page](https://github.com/capy/WPygments "WPygments plugin page")241 242 181 == Installation == 243 244 ## Installation:245 182 246 183 To use this plugin you need pygments in your server:
Note: See TracChangeset
for help on using the changeset viewer.