Changes between Version 29 and Version 30 of TracPastePlugin


Ignore:
Timestamp:
Jul 14, 2015, 9:12:36 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracPastePlugin

    v29 v30  
    55== Description
    66
    7 Adds a basic [http://en.wikipedia.org/wiki/Pastebin pastebin] functionality to a webpage. Some screenshots have been included below, using a heavily modified theme.
     7This plugin adds a basic [http://en.wikipedia.org/wiki/Pastebin pastebin] functionality to a webpage.
    88
    99Key features:
     
    1717 * XmlRpcPlugin support (#6348)
    1818
     19Some screenshots are included below, using a heavily modified theme.
     20
    1921[[Image(pastebin_file.png, 50%)]]
    2022
    2123=== Bloodhound compatibility
    2224
    23 Since [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 .
     25Since [changeset:12576 version 0.2.3] users may enable `BloodhoundPaste` component to get a new user interface powered by [http://twitter.github.com/bootstrap/ Twitter Bootstrap] and compatible with Apache(TM) Bloodhound.
     26
     27'''Pastebin main form''':
    2428
    2529[[Image(bh_pastebin_x_99_mainform.png)]]
     30
     31'''Pastebin paste view''':
    2632
    2733[[Image(bh_pastebin_x_100_pasteview.png)]]
     
    4652 1. Either: Download, build egg, drop into your plugins folder, [[BR]]
    4753    or: `easy_install http://trac-hacks.org/svn/tracpasteplugin/trunk`.
    48  1. Enable it through WebAdmin or by editing `trac.ini`: `[components] tracpaste.* = enabled`.
     54 1. Enable it through WebAdmin or by editing `trac.ini`: `[components] tracpaste.* = enabled`:
     55 {{{#!ini
     56[components]
     57tracpaste.* = enabled
     58}}}
    4959 1. Run `trac-admin $TRAC_ENV upgrade`.
    5060 1. Restart web server.
    51  1. Add the permissions `PASTEBIN_VIEW`, `PASTEBIN_CREATE`, `PASTEBIN_DELETE` and `PASTEBIN_ADMIN` that you'd like your users to have.
    52  1. It should now be visible on the main navigation bar and available under `/pastebin`.
     61 1. Add the permissions `PASTEBIN_VIEW`, `PASTEBIN_CREATE`, `PASTEBIN_DELETE` and `PASTEBIN_ADMIN` that you would like your users to have.
     62 1. The plugin menu item should now be visible on the main navigation bar and available under `/pastebin`.
    5363
    5464== Recent Changes