Opened 19 years ago

Closed 19 years ago

Last modified 18 years ago

#1072 closed enhancement (invalid)

Does the server code.djangoproject.com have enscript instaled?

Reported by: Pedro Algarvio <ufs@…> 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"

Change History (1)

comment:1 by Adrian Holovaty, 19 years ago

Resolution: invalid
Status: newclosed

Closing this because it's not a Django bug.

Note: See TracTickets for help on using tickets.
Back to Top