Metadata-Version: 1.0
Name: slc.xliff
Version: 1.0
Summary: A framework to allow im and export of xliff files for translations
Home-page: https://svn.plone.org/svn/collective/slc.xliff
Author: Syslab.com GmbH
Author-email: info@syslab.com
License: GPL
Description: slc.xliff Package Readme
        ========================
        
        Overview
        --------
        
        A framework to allow im and export of xliff files for translations
        
        Change history
        **************
        
        slc.xliff Changelog
        ===================
        
        slc.xliff 1.0 (2008-03-31)
        --------------------------
        
        - packaged egg
        
        slc.xliff 1.0b1
        ---------------
        
        * Added export support for IObjectManager
        * Added browser views, actions
        
        slc.xliff 1.0a1
        ---------------
        
        * port from eITXliffTool to slc.xliff plone3 compatible
        
        
        
        Detailed Documentation
        **********************
        
        How it works
        ============
        
        please see the doc/ directory
        
        TODO
        ----
        
        Currently untested are:
        
        - html compatibility export and import
        
        
        HTML Compatibility
        ------------------
        
        Unfortunately some translators still only can translate using html editors. For this case we supply an htmlized form of the xliff file which adds an html header. It also hides the source tags and adds the source language into the target tag so that it can be translated by replacing it. There is a flag to use compatibility mode.
        
        There is a log output which explicitly states which languages have been uploaded and where parsing problems have occured. Note that in html compatibility mode you are responsible yourself to check if the results are good.
        
        
        Contributors
        ************
        
        - Wolfgang Thomas (Syslab.com GmbH)
        - Alexander Pilz (Syslab.com GmbH)
        
        
        
Keywords: xliff translation import export
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Zope2
Classifier: Framework :: Zope3
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
