/usr/share/pyshared/TracWikiRename-2.1.1.egg-info/PKG-INFO is in trac-wikirename 2.1.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | Metadata-Version: 1.0
Name: TracWikiRename
Version: 2.1.1
Summary: Add simple support for renaming/moving wiki pages
Home-page: http://trac-hacks.org/wiki/WikiRenamePlugin
Author: Noah Kantrowitz
Author-email: noah@coderanger.net
License: BSD
Description: Notes
        =====
        
        This plugin allows you to rename wiki pages. It is an evolution of the
        WikiRenameScript_, and currently has the same limitations.
        
        It will move a page and its history, and will rewrite explicit links
        (``[wiki:PageName Label]``) leading to it from other wiki pages. It
        will also move any attachments on the page.
        
        .. caution::
            Currently this plugin doesn't interact well with the TagsPlugin_.
            You should be careful to remove any tags on a page before 
            renaming it, and then re-adding them to the new page.
        
        You can access the page rename form through the Admin system. For
        convenience, a link is also added to the context navigation bar in the
        wiki.
        
        Script
        ======
        
        A script named ``trac-wikirename`` will automatically be installed.
        
        To use it::
        
            trac-wikirename OldName NewName /path/to/trac/env
        
        Permissions
        ===========
        
        A ``WIKI_RENAME`` permission is available, though anyone with 
        ``WIKI_ADMIN`` will also be allowed to rename pages.
        
        Configuration
        =============
        
        To enable the plugin::
        
            [components]
            wikirename.* = enabled
        
        .. _WikiRenameScript: http://trac-hacks.org/wiki/WikiRenameScript
        .. _TagsPlugin: http://trac-hacks.org/wiki/TagsPlugin
Keywords: trac 0.11 plugin wiki page rename
Platform: UNKNOWN
Classifier: Framework :: Trac
 |