Changeset 3416 for ctxtnavaddplugin

Show
Ignore:
Timestamp:
03/25/08 01:39:08 (8 months ago)
Author:
coderanger
Message:

Change my email to avoid Yahoo, which decided to brake my scraper script recently.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • ctxtnavaddplugin/0.10/setup.py

    r901 r3416  
    1010    package_data={ 'ctxtnavadd' : [ 'templates/*.cs' , 'htdocs/js/*.js' ] }, 
    1111    author = "Noah Kantrowitz", 
    12     author_email = "coderanger@yahoo.com", 
     12    author_email = "noah@coderanger.net", 
    1313    description = "Allow adding to the ctxtnav bar of other plugins.", 
    1414    long_description = "Exposes an extension point interface for manipulating the ctxtnav bar (the little bar below the main navigation bar) of other plugins", 
  • ctxtnavaddplugin/0.11/setup.py

    r2450 r3416  
    1010    package_data={ 'ctxtnavadd' : [ 'templates/*.js' , 'htdocs/js/*.js' ] }, 
    1111    author = "Noah Kantrowitz", 
    12     author_email = "coderanger@yahoo.com", 
     12    author_email = "noah@coderanger.net", 
    1313    description = "Allow adding to the ctxtnav bar of other plugins.", 
    1414    long_description = "Exposes an extension point interface for manipulating the ctxtnav bar (the little bar below the main navigation bar) of other plugins", 
  • ctxtnavaddplugin/0.9/setup.py

    r903 r3416  
    1010    package_data={ 'ctxtnavadd' : [ 'templates/*.cs' , 'htdocs/js/*.js' ] }, 
    1111    author = "Noah Kantrowitz", 
    12     author_email = "coderanger@yahoo.com", 
     12    author_email = "noah@coderanger.net", 
    1313    description = "Allow adding to the ctxtnav bar of other plugins.", 
    1414    long_description = "Exposes an extension point interface for manipulating the ctxtnav bar (the little bar below the main navigation bar) of other plugins",