Monthly Archive: December 2009
Well, spent the good amount of time trying to figure this out. See the configuration info below from my trac.ini file.
|
[mimeviewer] max_preview_size = 262144 mime_map = text/x-dylan:dylan,text/x-idl:ice,text/x-ada:ads:adb, php_path = php pygments_default_style = trac <strong>pygments_modes = text/x-csharp:csharp:7,text/plain:aspx-cs:7</strong> tab_width = 4 treat_as_binary = application/octet-stream,application/pdf,application/postscript,application/rtf |
Oh yeah, it helps if you actually install Pygments, too.
In the previous entry, we looked at how we can model a SharePoint list item using a more domain specific model to simplify programmatic access to the list item thus reducing otherwise error prone data access code and making the...
I’ve been working on setting up a VM to play around with SharePoint 2010 and kept running into a weird issue where I would be prompted for my credentials repeatedly and I was denied access to the site entirely, even...
As I’ve been working with a client which has demanded rigorous sequence diagrams as deliverables for the design phase of the project, I’ve started to use WebSequenceDiagrams.com more and more. I’ve blogged about it previously, but I’ve only come to...