Changes between Version 27 and Version 28 of TracPastePlugin


Ignore:
Timestamp:
Mar 28, 2015, 10:01:18 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracPastePlugin

    v27 v28  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Add a pastebin component to Trac =
    32
    4 == Description ==
     3= Add a pastebin component to Trac
    54
    6 Adds a basic [http://en.wikipedia.org/wiki/Pastebin pastebin] functionality to a webpage.
     5== Description
    76
    8 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.
     7Adds a basic [http://en.wikipedia.org/wiki/Pastebin pastebin] functionality to a webpage. Some screenshots have been included below, using a heavily modified theme.
    98
    10 The TracPastePlugin provides several features:
     9Key features:
    1110 * Paste events are shown in the timeline
    1211 * `paste` TracLinks
     
    2019[[Image(pastebin_file.png, 50%)]]
    2120
    22 === Bloodhound compatibilty ===
     21=== Bloodhound compatibility
    2322
    2423Since [changeset:12576 version 0.2.3] users may enable `BloodhoundPaste` component in order to get a new user interface powered by [http://twitter.github.com/bootstrap/ Twitter Bootstrap] and compatible with Apache(TM) Bloodhound .
     
    2827[[Image(bh_pastebin_x_100_pasteview.png)]]
    2928
    30 == Bugs/Feature Requests ==
     29== Bugs/Feature Requests
    3130
    3231Existing bugs and feature requests for TracPastePlugin are
     
    3635[/newticket?component=TracPastePlugin new ticket].
    3736
    38 == Download and Source ==
     37[[TicketQuery(component=TracPastePlugin&group=type,format=progress)]]
     38
     39== Download and Source
    3940
    4041Download 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.
    4142
    42 == Installing ==
     43== Installation
    4344
    44  1. Make sure the Pygments Python package is installed
     45 1. Make sure the Pygments Python package is installed.
    4546 1. Either: Download, build egg, drop into your plugins folder, [[BR]]
    46     or: `easy_install http://trac-hacks.org/svn/tracpasteplugin/trunk`
    47  1. Enable it through WebAdmin or by editing `trac.ini`: `[components] tracpaste.* = enabled`
    48  1. Run `trac-admin $TRAC_ENV upgrade`
    49  1. Restart web server
     47    or: `easy_install http://trac-hacks.org/svn/tracpasteplugin/trunk`.
     48 1. Enable it through WebAdmin or by editing `trac.ini`: `[components] tracpaste.* = enabled`.
     49 1. Run `trac-admin $TRAC_ENV upgrade`.
     50 1. Restart web server.
    5051 1. Add the permissions `PASTEBIN_VIEW`, `PASTEBIN_CREATE`, `PASTEBIN_DELETE` and `PASTEBIN_ADMIN` that you'd like your users to have.
    5152 1. It should now be visible on the main navigation bar and available under `/pastebin`.
    5253
    53 == Recent Changes ==
     54== Recent Changes
    5455
    5556[[ChangeLog(tracpasteplugin, 3)]]
    5657
    57 == Author/Contributors ==
     58== Author/Contributors
    5859
    5960'''Author:''' [wiki:mitsuhiko] [[BR]]