Changes between Version 1 and Version 2 of collective.clipboardupload


Ignore:
Timestamp:
Sep 24, 2013 3:12:06 PM (11 years ago)
Author:
sorenabell
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • collective.clipboardupload

    v1 v2  
    11Collective.clipboardupload is a Python package, developed to simplify the process of inserting images into visual editor without the need to upload the image. 
     2 
     3 
     4If you are using buildout to manage your project, you can do this: 
     5 
     6 * Add collective.clipboardupload to the list of eggs to install in the buildout.cfg file: 
     7 {{{ 
     8     [buildout] 
     9     ... 
     10     eggs = 
     11         ... 
     12         collective.clipboardupload 
     13 }}}