Changeset 1248 in products


Ignore:
Timestamp:
Aug 17, 2009 3:25:10 PM (15 years ago)
Author:
koval
Message:

removed support of Quills products

Location:
quintagroup.transmogrifier.simpleblog2quills/branches/without_image_move
Files:
4 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.transmogrifier.simpleblog2quills/branches/without_image_move/README.txt

    r594 r1248  
    55-------- 
    66 
    7 Configuration of collective.transmogrifier pipeline for migrating blog from  
    8 SimpleBlog to Quills/QuillsEnabled. 
     7Configuration of collective.transmogrifier pipeline for blog migration from  
     8SimpleBlog to QuillsEnabled. 
    99 
    1010Installation 
     
    1818This package was designed to work and tested on next Plone versions: 
    1919 
    20  - Plone 2.1 
     20 - Plone 2.1 / Plone 2.5 
    2121 
    22     SimpleBlog_ plone product is required. To migrate SimbleBlog to Quills this 
    23     package must move all images and files, that were added somewhere in the 
    24     blog to one centralized folder. That's why modifications of links to those 
    25     images/files are needed and these are done automatically. There is only  
    26     problem with absolute links, because site URL isn't known. To make it possible 
    27     to fix absolute links please edit export configuration file 'export.cfg', 
    28     which is located in 'quintagroup/transmogrifier/simpleblog2quills' folder. 
    29     Find in that file line that starts with "site-urls = " and change values 
    30     that come after it to your site URL. 
     22    SimpleBlog_ plone product is required. 
    3123 
    3224 - Plone 3 
    3325 
    34     Quills_ or QuillsEnabled_ plone product is required. When migrating blog to  
    35     QuillsEnabled please edit import configuration file 'import.cfg' located in 
    36     'quintagroup/transmogrifier/simpleblog2quills' folder (comments in that file  
    37     will guide you through necessary modifications) and install this product in 
    38     QuickInstaller (this will enable 'Large Folder' content type and change  
    39     workflow settings for content types). 
     26    QuillsEnabled_ plone product is required. Install  
     27    quintagroup.transmogrifier.simpleblog2quills this product in QuickInstaller  
     28    (this will enable 'Large Folder' content type). 
    4029 
    4130Running tests 
     
    5544 
    5645.. _SimpleBlog: http://plone.org/products/simpleblog 
    57 .. _Quills: http://plone.org/products/quills 
    5846.. _QuillsEnabled: http://plone.org/products/quills 
    5947.. _Bohdan Koval: mailto:koval@quintagroup.com 
  • quintagroup.transmogrifier.simpleblog2quills/branches/without_image_move/TODO.txt

    r528 r1248  
    11TODO 
    22==== 
    3  
    4  - add GS profile with configuration of blog content types workflows 
    53 
    64 - add schema extender that adds ``tags`` field for WeblogEntry 
  • quintagroup.transmogrifier.simpleblog2quills/branches/without_image_move/quintagroup/transmogrifier/simpleblog2quills/configure.zcml

    r1247 r1248  
    5353    </configure> 
    5454 
    55     <!-- next is for importing --> 
    56     <transmogrifier:stylesheet 
    57         source="marshall" 
    58         from="Blog" 
    59         to="Weblog" 
    60         file="blog-weblog.xsl" 
    61         /> 
    62  
    63     <transmogrifier:stylesheet 
    64         source="marshall" 
    65         from="BlogEntry" 
    66         to="WeblogEntry" 
    67         file="blogentry-weblogentry.xsl" 
    68         /> 
    69  
    70     <transmogrifier:stylesheet 
    71         source="marshall" 
    72         from="BlogFolder" 
    73         to="Folder" 
    74         file="blogfolder-folder.xsl" 
    75         /> 
    76  
    7755    <!-- next stylesheets are used when migrating to QuillsEnabled --> 
    7856    <transmogrifier:stylesheet 
     
    9775        /> 
    9876 
     77    <!-- this adapter converts all workflow histories to simple_publication_workflow --> 
    9978    <adapter 
    10079        for="quintagroup.transmogrifier.simpleblog2quills.interfaces.IBaseObject" 
  • quintagroup.transmogrifier.simpleblog2quills/branches/without_image_move/quintagroup/transmogrifier/simpleblog2quills/import.cfg

    r1244 r1248  
    2424blueprint = quintagroup.transmogrifier.substitution 
    2525key = _type 
    26  
    27 # next options is for Quills (comment them if you are using QuillsEnabled) 
    28 # Blog = Weblog 
    29 # BlogFolder = Folder 
    30 # BlogEntry = WeblogEntry 
    31  
    32 # next is for QuillsEnabled (uncomment them if you are using QuillsEnabled) 
    3326Blog = Large Plone Folder 
    3427BlogFolder = Large Plone Folder 
  • quintagroup.transmogrifier.simpleblog2quills/branches/without_image_move/setup.py

    r293 r1248  
    66setup(name='quintagroup.transmogrifier.simpleblog2quills', 
    77      version=version, 
    8       description="Configuration of collective.transmogrifier pipeline for migrating SimpleBlog content to Quills content", 
     8      description="Configuration of collective.transmogrifier pipeline for blog migration from SimpleBlog to QuillsEnabled", 
    99      long_description=open("README.txt").read() + "\n" + 
    1010                       open(os.path.join("docs", "HISTORY.txt")).read(), 
Note: See TracChangeset for help on using the changeset viewer.