#1072 closed enhancement (invalid)
Does the server code.djangoproject.com have enscript instaled?
Reported by: | Owned by: | Jacob | |
---|---|---|---|
Component: | Documentation | Version: | |
Severity: | trivial | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Sorry to file a bug just for this, but I recently added a wiki page to Django's trac env, 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
#!/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)
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"
Closing this because it's not a Django bug.