wiki:TracPastePlugin

Version 15 (modified by anonymous, 15 years ago) (diff)

--

Add a pastebin component to Trac

Notice: This plugin is unmaintained and available for adoption.

Description

Adds a basic 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.

Bugs/Feature Requests

Existing bugs and feature requests for TracPastePlugin are here.

If you have any issues, create a new ticket.

Download and Source

Download the zipped source from [download:tracpasteplugin here], check out using Subversion, or browse the source with Trac.

Installing

  1. Either: Download, build egg, drop into your plugins folder,
    or: easy_install http://trac-hacks.org/svn/tracpasteplugin/0.11
  2. Enable it over webadmin or by editing trac.ini: [components] tracpaste.* = enabled
  3. Run trac-admin /path/to/project upgrade
  4. Restart web server
  5. Add permission PASTEBIN_USE to users/groups that should be able to access it
  6. It should now be visible in menu and available under /pastebin.

Recent Changes

17747 by rjollos on 2020-05-16 18:30:57
TracPaste 0.4dev: Remove bloodhound support

Added in r12575, however Bloodhound is no longer
under active development.

Refs #10833.

17746 by rjollos on 2020-05-16 18:27:41
TracPaste 0.4dev: Fix import for Trac 1.4+
16349 by rjollos on 2017-03-18 15:07:04
0.3.0: Prepare for release
(more)

Author/Contributors

Author: mitsuhiko
Maintainer: otaku42
Contributors:

Attachments (2)

Download all attachments as: .zip