Metadata-Version: 1.0
Name: collective.recipe.symlink
Version: 0.1
Summary: A recipe to create symbolic links of an egg
Home-page: http://svn.plone.org/svn/collective/
Author: Matous Hora
Author-email: matous.hora@dms4u.cz
License: GPL
Description: collective.recipe.symlink
        =========================
        
        A recipe to enable linking parts of eggs into a fixed directory that can be served via a webserver.
        
        Usage
        -----
        
        Example of the buildout section::
        
          [symlink]
          recipe=collective.recipe.symlink
          egg = foo.bar
          destination = ${buildout:directory}/parts/static
          links =
            css = foo/bar/static/css
            js = foo/bar/static/js
        
        TODO: Tests
        
        Changelog
        =========
        
        1.0dev (unreleased)
        -------------------
        
        - Initial release
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
