﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
1072	Does the server code.djangoproject.com have enscript instaled?	Pedro Algarvio <ufs@…>	Jacob	"Sorry to file a bug just for this, but I recently added a wiki page to Django's trac env, [wiki:SimpleBashScriptToSetupDevelopmentEnvironment Simple Bash Script To Setup Development Environment], that would be neater if trac had '''`sh`''' syntax highlight, and trac needs enscript installed on the server running it to correctly display it.

Example:
 A code block usin' '''`sh`''' syntax coloring, wich you won't see because you don't have enscript
{{{
#!sh
#!/bin/bash

VAR=""This is a Bash Script""
}}}
 And now a plain monospace block with the same bash script but not usin' the '''`sh(#!sh)`''' [wiki:WikiProcessors WikiProcessor].

So this ticket is actually to see if you could install enscript on your server, Thanks!
{{{
#!/bin/bash

VAR=""This is a Bash Script""
}}}"	enhancement	closed	Documentation		trivial	invalid			Unreviewed	0	0	0	0	0	0
