Hi,

I've uploaded two new plugins on Trac Hacks and Github.

*GenshiMacro* is a wiki macro that lets you write, and render, Genshi
templates directly in wiki pages using a ``#!Genshi`` processor for
blockquotes.  These templates have access to the current request, which
means you can check the user's authentication status, generate links using
``req.href``, and render form tokens for POST requests.  The plugin's Trac
Hacks page includes a complete example of how you might use it to render a
custom "New Ticket" form on a wiki page.

http://trac-hacks.org/wiki/GenshiMacro
https://github.com/ejucovy/trac-GenshiMacro

*LighterTheme* is a theme plugin that skins Trac, slightly, for a "lighter"
look-and-feel.  It provides a narrower (940px) main content div; fewer dark
lines in the top (mainnav and metanav) banner; bigger buttons (using CSS
from Twitter Bootstrap); rounded corners on input fields; and the "Ubuntu"
font used on Launchpad.  Screenshots are available on the plugin's Trac
Hacks page.

http://trac-hacks.org/wiki/LighterTheme
https://github.com/ejucovy/trac-LighterTheme

I'll make initial releases of both plugins to PyPI soon.  Feedback and bug
reports welcome!

Thanks,
Ethan

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.

Reply via email to