= Add a pastebin component to Trac = == Description == Adds a basic [http://en.wikipedia.org/wiki/Pastebin pastebin] functionality to a webpage. It requires trac0.11 and pygments > 0.5. For some screenshots have a look at the attachments. But note that they are taken on my test trac installation with a heavily modified theme. [[Image(pastebin_file.png, 50%)]] == Bugs/Feature Requests == Existing bugs and feature requests for TracPastePlugin are [report:9?COMPONENT=TracPastePlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=TracPastePlugin&owner=otaku42 new ticket]. == Download and Source == Download the zipped source from [download:tracpasteplugin here], check out [http://trac-hacks.org/svn/tracpasteplugin using Subversion], or [source:tracpasteplugin browse the source] with Trac. == Installing == 1. Either: Download, build egg, drop into your plugins folder, [[BR]] or: `easy_install http://trac-hacks.org/svn/tracpasteplugin/0.11` 1. Enable it over webadmin or by editing trac.ini: `[components] tracpaste.* = enabled` 1. Run `trac-admin /path/to/project upgrade` 1. Restart web server 1. Add permission `PASTEBIN_USE` to users/groups that should be able to access it 1. It should now be visible in menu and available under `/pastebin`. == Recent Changes == [[ChangeLog(tracpasteplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:mitsuhiko] [[BR]] '''Maintainer:''' [wiki:otaku42] [[BR]] '''Contributors:'''