Contents
Add a pastebin component to Trac
Notice: This plugin is unmaintained and available for adoption.
Description
This plugin adds a basic pastebin functionality to a webpage.
Key features:
- Paste events are shown in the timeline
paste
TracLinks- Pastes are searchable
Some additional features have been proposed:
- Tags support (#6160)
- Spam filter integration (#6144)
- XmlRpcPlugin support (#6348)
Some screenshots are included below, using 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.
defect |
20 / 21 |
||
---|---|---|---|
enhancement |
6 / 13 |
||
task |
2 / 3 |
Download
Download the zipped source from here.
Source
Check out TracPastePlugin from here using Subversion or browse the source with Trac.
Installation
- Make sure the pypi:Pygments package is installed.
- Either: Download, build egg, drop into your plugins folder,
or:easy_install https://trac-hacks.org/svn/tracpasteplugin/trunk
. - Enable it through WebAdmin or by adding the following to your
trac.ini
file:[components] tracpaste.* = enabled
- Run
trac-admin $TRAC_ENV upgrade
. - Restart web server.
- Add the permissions
PASTEBIN_VIEW
,PASTEBIN_CREATE
,PASTEBIN_DELETE
andPASTEBIN_ADMIN
that you would like your users to have. - The plugin menu item should now be visible on the main navigation bar 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: none (needsadoption)
Contributors: otaku42, olemis, ejucovy
Attachments (2)
- pastebin_file.png (101.9 KB) - added by 18 years ago.
- pastebin_index.png (100.5 KB) - added by 18 years ago.
Download all attachments as: .zip