Read Me
Screenshot Paste plugin for Trac
Copyright 2011-2012 Roberto Longobardi
The Screenshot Paste plugin for Trac is free software: you can
redistribute it and/or modify it under the terms of the
GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any
later version.
The Screenshot Paste plugin for Trac is distributed in the hope that
it will be useful, but WITHOUT ANY WARRANTY; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with the Screenshot Paste plugin for Trac. See LICENSE.txt.
If not, see <http://www.gnu.org/licenses/>.
The Supa applet, the Screenshot UPload Applet, is Copyright 2010
Christoph Linder and is developed under the LGPL 2.1.
See lgpl-2.1.txt.
Project web page on TracHacks: http://trac-hacks.org/wiki/ScreenshotPastePlugin
Project web page on SourceForge.net: https://sourceforge.net/projects/screenshot4trac/
Project web page on Pypi: http://pypi.python.org/pypi/ScreenshotPastePlugin
A Trac plugin to allow pasting screenshots captured in the clipboard
directly as attachements to tickets, Wiki pages, etc., without the need
to first saving as an image and then uploading it.
Refer to BUILD.txt for details about how to build.
Refer to INSTALL.txt for installation details.
=================================================================================================
Change History:
(Refer to the tickets on trac-hacks or SourceForge for complete descriptions.)
Release 0.1.2 (2012-11-04):
o Fixed Ticket #10427 (Track-Hacks): ScreenShotPaste doesn't work with trac 1.0
o Fixed Ticket #10352 (Track-Hacks): User redirected to empty page after attaching screenshot (missing trailing slash in URL)
Release 0.1.1 (2012-02-12):
o Fixed Ticket #9683 (Track-Hacks): Images are empty on Windows (linux works fine)
Release 0.1.0 (2012-01-04):
o First release publicly available