WordPress Plugins
gnucitizen stellt einige WordPress Plugins vor die dort intern entwickelt und verwendet werden. Unter anderem:
Content Tags
This plugin is nothing special really. At the moment, all it does is to provide users with a mechanism to import feeds withing their posts.
Custom Templates
The plugin makes possible to create per-post/page/comments customizations. You can define custom templates for each, without much of a trouble. Simply create a file called single-{post id here}.php within your template folder in order to customize the template of a single post. You can do the same with page-{post id here}.php and comments-{post id here}.php. This plugin is suitable in situations where you need to customize the blog to a greater degree.
Google Analytics
Well, what do you know? The plugin does nothing but to provide nice and clean interface for enabling and using Google Analytics. The reason we had to write this plugin was because all other Google Analytics plugins out there are vulnerable to simple and persistent XSS, no CSRF trickery required, just post your comments on the vulnerable site. Shame! It is absolutely possible to write an AJAX WordPress comment worm.

