Plugin Directory

Changeset 708385


Ignore:
Timestamp:
05/05/2013 10:21:19 PM (13 years ago)
Author:
capynet
Message:

tagging version 1.1.1

Location:
wpygments
Files:
1 edited
7 copied

Legend:

Unmodified
Added
Removed
  • wpygments/tags/1.1.1/readme.txt

    r708382 r708385  
    55Requires at least: 3.3
    66Tested up to: 3.5.1
    7 Stable tag: 1.1
     7Stable tag: 1.1.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1212
    1313== Description ==
    14 
    15 WPygments - Wordpress syntax highlighter based on [Pygments](http://pygments.org/ "")
    16 ======================
    17 
    1814
    1915## Installation:
     
    6864These are supported color styles:
    6965
    70 * `monokai`<br>
    71 ![monokai example](Documentation/img/style__0018_Layer-20.png "")
    72 
    73 * `manni`<br>
    74 ![monokai example](Documentation/img/style__0017_Layer-19.png "")
    75 
    76 * `rrt`<br>
    77 ![monokai example](Documentation/img/style__0016_Layer-18.png "")
    78 
    79 * `perldoc`<br>
    80 ![monokai example](Documentation/img/style__0015_Layer-17.png "")
    81 
    82 * `borland`<br>
    83 ![monokai example](Documentation/img/style__0014_Layer-16.png "")
    84 
    85 * `colorful`<br>
    86 ![monokai example](Documentation/img/style__0013_Layer-15.png "")
    87 
    88 * `default`<br>
    89 ![monokai example](Documentation/img/style__0012_Layer-14.png "")
    90 
    91 * `murphy`<br>
    92 ![monokai example](Documentation/img/style__0011_Layer-13.png "")
    93 
    94 * `vs`<br>
    95 ![monokai example](Documentation/img/style__0010_Layer-12.png "")
    96 
    97 * `trac`<br>
    98 ![monokai example](Documentation/img/style__0009_Layer-11.png "")
    99 
    100 * `tango`<br>
    101 ![monokai example](Documentation/img/style__0008_Layer-10.png "")
    102 
    103 * `fruity`<br>
    104 ![monokai example](Documentation/img/style__0007_Layer-9.png "")
    105 
    106 * `autumn`<br>
    107 ![monokai example](Documentation/img/style__0006_Layer-8.png "")
    108 
    109 * `bw`<br>
    110 ![monokai example](Documentation/img/style__0005_Layer-7.png "")
    111 
    112 * `emacs`<br>
    113 ![monokai example](Documentation/img/style__0004_Layer-6.png "")
    114 
    115 * `vim`<br>
    116 ![monokai example](Documentation/img/style__0003_Layer-5.png "")
    117 
    118 * `pastie`<br>
    119 ![monokai example](Documentation/img/style__0002_Layer-4.png "")
    120 
    121 * `friendly`<br>
    122 ![monokai example](Documentation/img/style__0001_Layer-3.png "")
    123 
    124 * `native`<br>
    125 ![monokai example](Documentation/img/style__0000_Layer-1.png "")
    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`
    12785
    12886##Languages and filetypes supported
     
    221179
    222180
    223 ## Installation:
    224 To use this plugin you need pygments in your server:
    225 
    226 ```
    227 sudo apt-get install python-setuptools
    228 easy_install Pygments
    229 ```
    230 
    231 That's all. Now you can download the plugin and install it in your Wordpress.
    232 
    233 ## Usage
    234 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 
    242181== Installation ==
    243 
    244 ## Installation:
    245182
    246183To use this plugin you need pygments in your server:
  • wpygments/trunk/readme.txt

    r708382 r708385  
    55Requires at least: 3.3
    66Tested up to: 3.5.1
    7 Stable tag: 1.1
     7Stable tag: 1.1.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1212
    1313== Description ==
    14 
    15 WPygments - Wordpress syntax highlighter based on [Pygments](http://pygments.org/ "")
    16 ======================
    17 
    1814
    1915## Installation:
     
    6864These are supported color styles:
    6965
    70 * `monokai`<br>
    71 ![monokai example](Documentation/img/style__0018_Layer-20.png "")
    72 
    73 * `manni`<br>
    74 ![monokai example](Documentation/img/style__0017_Layer-19.png "")
    75 
    76 * `rrt`<br>
    77 ![monokai example](Documentation/img/style__0016_Layer-18.png "")
    78 
    79 * `perldoc`<br>
    80 ![monokai example](Documentation/img/style__0015_Layer-17.png "")
    81 
    82 * `borland`<br>
    83 ![monokai example](Documentation/img/style__0014_Layer-16.png "")
    84 
    85 * `colorful`<br>
    86 ![monokai example](Documentation/img/style__0013_Layer-15.png "")
    87 
    88 * `default`<br>
    89 ![monokai example](Documentation/img/style__0012_Layer-14.png "")
    90 
    91 * `murphy`<br>
    92 ![monokai example](Documentation/img/style__0011_Layer-13.png "")
    93 
    94 * `vs`<br>
    95 ![monokai example](Documentation/img/style__0010_Layer-12.png "")
    96 
    97 * `trac`<br>
    98 ![monokai example](Documentation/img/style__0009_Layer-11.png "")
    99 
    100 * `tango`<br>
    101 ![monokai example](Documentation/img/style__0008_Layer-10.png "")
    102 
    103 * `fruity`<br>
    104 ![monokai example](Documentation/img/style__0007_Layer-9.png "")
    105 
    106 * `autumn`<br>
    107 ![monokai example](Documentation/img/style__0006_Layer-8.png "")
    108 
    109 * `bw`<br>
    110 ![monokai example](Documentation/img/style__0005_Layer-7.png "")
    111 
    112 * `emacs`<br>
    113 ![monokai example](Documentation/img/style__0004_Layer-6.png "")
    114 
    115 * `vim`<br>
    116 ![monokai example](Documentation/img/style__0003_Layer-5.png "")
    117 
    118 * `pastie`<br>
    119 ![monokai example](Documentation/img/style__0002_Layer-4.png "")
    120 
    121 * `friendly`<br>
    122 ![monokai example](Documentation/img/style__0001_Layer-3.png "")
    123 
    124 * `native`<br>
    125 ![monokai example](Documentation/img/style__0000_Layer-1.png "")
    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`
    12785
    12886##Languages and filetypes supported
     
    221179
    222180
    223 ## Installation:
    224 To use this plugin you need pygments in your server:
    225 
    226 ```
    227 sudo apt-get install python-setuptools
    228 easy_install Pygments
    229 ```
    230 
    231 That's all. Now you can download the plugin and install it in your Wordpress.
    232 
    233 ## Usage
    234 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 
    242181== Installation ==
    243 
    244 ## Installation:
    245182
    246183To use this plugin you need pygments in your server:
Note: See TracChangeset for help on using the changeset viewer.