Metadata-Version: 2.0
Name: TracRobotsTxt
Version: 2.1
Summary: Serve a robots.txt file from Trac.
Home-page: http://trac-hacks.org/wiki/RobotsTxtPlugin
Author: Noah Kantrowitz
Author-email: noah@coderanger.net
License: 3-Clause BSD
Download-URL: http://trac-hacks.org/svn/robotstxtplugin/0.11#egg=TracRobotsTxt-dev
Keywords: trac plugin robots
Platform: UNKNOWN
Classifier: Framework :: Trac
Classifier: Development Status :: 6 - Mature
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Requires-Dist: Trac

Notes
=====

Serve a robots.txt file from Trac. Mostly useful to tracd users, but works on
anything. Just put the data you want in the wiki page ``RobotsTxt``.

Configuration
=============

To enable the plugin::

    [components]
    robotstxt.* = enabled

A typical ``RobotsTxt`` wiki page will look like::

    User-agent: *
    Disallow: /browser
    Disallow: /log
    Disallow: /changeset
    Disallow: /report
    Disallow: /newticket
    Disallow: /search


