Changes between Version 9 and Version 10 of DevGuide


Ignore:
Timestamp:
Jun 18, 2014, 8:04:14 AM (10 years ago)
Author:
Ryan J Ollos
Comment:

Fixed grammar.

Legend:

Unmodified
Added
Removed
Modified
  • DevGuide

    v9 v10  
    4040== Metadata for Single-File Plugins
    4141
    42 Plugins are typically packaged using setuptools egg format, but Trac also supports single-file plugins.  A single-file plugins is a single `.py` file that is placed in the project or shared `plugins` directory.  While the metadata for a packaged plugin is stored in it's `setup.py` file, the metadata for a single-file plugin can added using file-scope attributes.  The supported attributes and their aliases are: `author`, `author_email`, `home_page` (`url`), `license`, `trac` and `version` (`revision`).
     42Plugins are typically packaged using setuptools egg format, but Trac also supports single-file plugins.  A single-file plugins is a single `.py` file that is placed in the project or shared `plugins` directory.  While the metadata for a packaged plugin is stored in its `setup.py` file, the metadata for a single-file plugin can added using file-scope attributes.  The supported attributes and their aliases are: `author`, `author_email`, `home_page` (`url`), `license`, `trac` and `version` (`revision`).
    4343
    4444{{{#!python