July 30, 2007
On 7/30/07, Pragma <ericanderton@internetdomains.us> wrote:
> Anders, one thing: you might want to link to the RSS feed for the D category posts on my blog, rather than drink from the firehose: http://pragma.solaries.net/?feed=rss2&cat=6  (Wordpress kinda sucks since it doesn't give you a link for category feeds up-front... don't ask me why)
>
> I don't mind the extra exposure, but I dont't want to spam dplanet with all kinds of inane ramblings about non-D stuff. :)

Done.

-- 
Anders
July 31, 2007
Pragma wrote:
> PS, any help with setting up D syntax highlighting for WordPress would be appreciated.

I'm using Prettify on my blog (wordpress also). It does syntax highlighting for D (although it gets processed as Java).

http://code.google.com/p/google-code-prettify/
August 08, 2007
> Any way to do the equivalent from the command line?  Wordpress is php based, so WP can easly hand stuff off to VIM via exec(), were I to throw together a custom plugin.
Use Pygments (http://pygments.org/languages/) in Wordpress: http://lucumr.pocoo.org/cogitations/2007/05/30/pygments-in-wordpress/

 - Paul
August 08, 2007
Paul Findlay wrote:
>> Any way to do the equivalent from the command line?  Wordpress is php
>> based, so WP can easly hand stuff off to VIM via exec(), were I to throw
>> together a custom plugin.
> Use Pygments (http://pygments.org/languages/) in Wordpress:
> http://lucumr.pocoo.org/cogitations/2007/05/30/pygments-in-wordpress/
> 
>  - Paul

Awesome, thanks for the pro-tip.  I'm going to have to try this. :)

-- 
- EricAnderton at yahoo
1 2
Next ›   Last »