Changes between Version 19 and Version 20 of ScreenshotPastePlugin


Ignore:
Timestamp:
Aug 6, 2016, 7:46:06 AM (8 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • ScreenshotPastePlugin

    v19 v20  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Screenshot Paste plugin for Trac
     3= Paste images and screenshots into Trac pages
    44
    55== Description
    66
    7 A Trac plugin to allow attaching screenshots or other images to tickets, Wiki pages, etc. directly from the clipboard, without needing to save them locally first and then uploading them.
     7This is a Trac plugin that allows you to attach images and screenshots to tickets, wiki pages, blog pages etc directly from the clipboard. With this plugin it is no longer necessary to save them locally first and then uploading them into Trac.
    88
    9 This plugin uses the [http://supa.sourceforge.net/ Supa applet], the Screenshot UPload Applet, which is Copyright 2010 Christoph Linder and is developed under the LGPL 2.1.
     9This plugin uses the [http://supa.sourceforge.net/ Supa applet], the Screenshot UPload Applet, which is written by Christoph Linder in 2010 and LGPL-2.1 licensed.
    1010
    1111See also: ScreenshotsPlugin
    1212
    13 == How-to
     13== Usage
    1414
    15 Once the plugin is installed, you can easily attach a screenshot or any image you have in the clipboard to a ticket or Wiki page.
     15Once the plugin is installed, you can easily attach a screenshot or any image you have in the clipboard to a ticket or wiki page.
    1616
    17 === Attach a screenshot or an image to a Trac Ticket
     17=== Attach a screenshot or an image to a Trac ticket
    1818
    1919First, grab a screenshot or copy an image, for example, from the browser or an email.
    2020
    21 Then, from a ticket, add an attachment as usual.
     21Then, from a ticket, add an attachment as usual:
    2222
    2323[[Image(screenshotpaste02.png)]]
     
    2525'''Adding an attachment while creating a Ticket'''
    2626
    27 The first time, you will get a Java security warning. Click Run to run the applet.
     27The first time, you will get a Java security warning. Click Run to run the applet:
    2828
    2929[[Image(screenshotpaste03.png)]]
     
    3333You will notice the '''extra section''' above the usual file attachment one.
    3434
    35 Click '''Paste the Captured Screenshot''' to provide the screenshot to the plugin applet and to see a preview.
     35Click '''Paste the Captured Screenshot''' to provide the screenshot to the plugin applet and to see a preview:
    3636
    3737[[Image(screenshotpaste06.png)]]
     
    3939'''Paste the image you have in memory. Get a preview'''
    4040
    41 Then click '''Send the Screenshot''' to actually send it to Trac and save it as an attachment.
     41Then click '''Send the Screenshot''' to actually send it to Trac and save it as an attachment:
    4242
    4343[[Image(screenshotpaste09.png)]]
     
    4545'''Click Upload to send the image to Trac'''
    4646
    47 See the image file name generated and attached to the ticket.
     47See the image file name generated and attached to the ticket:
    4848
    4949[[Image(screenshotpaste07.png)]]
     
    5151'''The image attached as a file, with unique name generated'''
    5252
    53 === Attach a screenshot or an image to a Trac Wiki page
     53=== Attach a screenshot or an image to a Trac wiki page
    5454
    5555The steps are very similar to the ones used for attaching to a Ticket.
     
    5757First, grab a screenshot or copy an image, for example, from the browser or an email.
    5858
    59 Then, from a wiki page, add an attachment as usual.
     59Then, from a wiki page, add an attachment as usual:
    6060
    6161[[Image(screenshotpaste08.png)]]
     
    6565Then follow the '''steps described above for Ticket''' attachments.
    6666
    67 When done, you will see the image file name generated and attached to the Wiki page.
     67When done, you will see the image file name generated and attached to the Wiki page:
    6868
    6969[[Image(screenshotpaste10.png)]]
     
    7474
    7575If you have any issues, create a
    76 [/newticket?component=ScreenshotPastePlugin&owner=seccanj new ticket].
     76[/newticket?component=ScreenshotPastePlugin new ticket].
    7777
    7878Existing bugs and feature requests for ScreenshotPastePlugin are
    7979[report:9?COMPONENT=ScreenshotPastePlugin here].
    8080
    81 [[TicketQuery(component=ScreenshotPastePlugin,format=table,col=summary|status|severity|priority|milestone|type|owner|time)]]
     81[[TicketQuery(component=ScreenshotPastePlugin&group=type,format=progress)]]
    8282
    8383== Download
    8484
    85 Download Egg files and the zipped source from [https://sourceforge.net/projects/screenshot4trac/files/ the project on SourceForge].
     85Download the egg files and the zipped source from [https://sourceforge.net/projects/screenshot4trac/files/ the project on SourceForge].
    8686
    8787== Source
    8888
    8989You can check out ScreenshotPastePlugin from [https://sourceforge.net/p/screenshot4trac/code/ the repository on SourceForge] using Git.
     90
     91== Installation
     92
     93Installation instructions can be found on the Sourceforge page.
    9094
    9195== Recent Changes