diff options
author | gbrandl <devnull@localhost> | 2007-05-30 15:55:24 +0200 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2007-05-30 15:55:24 +0200 |
commit | c75ff6d86365a24dfe941fe008fd1b600f16106f (patch) | |
tree | 73bc7a5d4017e3a4749f919aacc86785489d60a3 /docs/src | |
parent | ea36683239d942d01d59b165e2acd551b710bfdc (diff) | |
download | pygments-c75ff6d86365a24dfe941fe008fd1b600f16106f.tar.gz |
[svn] More doc.
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/index.txt | 2 | ||||
-rw-r--r-- | docs/src/integrate.txt | 18 | ||||
-rw-r--r-- | docs/src/pygtk.txt | 9 |
3 files changed, 19 insertions, 10 deletions
diff --git a/docs/src/index.txt b/docs/src/index.txt index e976d5dd..f2a7cfc7 100644 --- a/docs/src/index.txt +++ b/docs/src/index.txt @@ -48,7 +48,7 @@ Welcome to the Pygments documentation. - `Using Pygments with MoinMoin <moinmoin.txt>`_ - - `Using Pygments in a PyGtk application <pygtk.txt>`_ + - `Using Pygments in a other applications <integrate.txt>`_ - About Pygments diff --git a/docs/src/integrate.txt b/docs/src/integrate.txt new file mode 100644 index 00000000..ca5f9f65 --- /dev/null +++ b/docs/src/integrate.txt @@ -0,0 +1,18 @@ +====================================== +Using Pygments in various applications +====================================== + +PyGtk +----- + +Armin has written a piece of sample code that shows how to create a Gtk +`TextBuffer` object containing Pygments-highlighted text. + +See the article here: http://lucumr.pocoo.org/cogitations/2007/05/30/pygments-gtk-rendering/ + +Wordpress +--------- + +He also has a snippet that shows how to use Pygments in WordPress: + +http://lucumr.pocoo.org/cogitations/2007/05/30/pygments-in-wordpress/ diff --git a/docs/src/pygtk.txt b/docs/src/pygtk.txt deleted file mode 100644 index 7db429d2..00000000 --- a/docs/src/pygtk.txt +++ /dev/null @@ -1,9 +0,0 @@ -==================================== -Using Pygments in PyGtk applications -==================================== - -Armin has written a piece of sample code that shows how to create a Gtk -`TextBuffer` object containing Pygments-highlighted text. - -See the article here: http://lucumr.pocoo.org/cogitations/2007/05/30/pygments-gtk-rendering/ - |