Noah Kantrowitz <[EMAIL PROTECTED]> writes:
You can look at the IncludeMacro over at trac-hacks, as it can inline a file from the repo.
I don't think it does what I need, does it? Someone is going to be checking a whole pile of interlinked HTML files into source control. I need them to be browsable as HTML over the web, with the same permissions that allow them to be read via SVN... Hmm, actually Trac's source code browser component *nearly* does what I need. When you view an HTML file and then click "Download in other formats > Original Format", Trac serves up the html file. The only problem is that its links to other HTML, CSS, and image files in the repository point to their browser pages rather than to something that actually shows the original content. If I could just get the Browser to append "?format=raw" to any relative URLs encountered when showing an HTML file, I'd be all set. -- Dave Abrahams Boost Consulting www.boost-consulting.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
