Changes between Version 85 and Version 86 of AnnouncerPlugin


Ignore:
Timestamp:
Sep 16, 2016, 9:16:51 AM (8 years ago)
Author:
Jun Omae
Comment:

fix insecure connections warning from browsers

Legend:

Unmodified
Added
Removed
Modified
  • AnnouncerPlugin

    v85 v86  
    3333
    3434 * AnnouncerPlugin will only ever run on Trac 0.11b1 or later.
    35  * While development is done with Trac 0.11 still in mind, ie to get full internationalization support, you'll want to checkout from 'trunk' branch not before you have [http://babel.edgewall.org Babel] installed on your system.
     35 * While development is done with Trac 0.11 still in mind, ie to get full internationalization support, you'll want to checkout from 'trunk' branch not before you have [babel: Babel] installed on your system.
    3636 Beware: This plugin may break notifications from other Trac plugins that use the default [t:wiki:TracNotification TracNotification] system. A plugin that sends notifications using the !TracNotification system needs to be modified to use the AnnouncerPlugin API. For example, see the aforementioned [AnnouncerPlugin/PluginSupport/FullBlogPlugin FullBlogPlugin].
    3737
     
    293293The development version of this plugin is prepared for localization. After recent major changes an additional name-space has been introduced to separate maintenance efforts from development for upcoming versions. Be part of the shift, prefer contributions to the new stuff.[[BR]]
    294294But English message texts are still the (POSIX) default. If this isn't your preferred language, you can
    295  1. check if it is already available from the [TracPluginTranslation Trac plugin l10n project] at [http://www.transifex.net/projects/p/Trac_Plugin-L10N/c/tracannouncer Transifex] (catalogs for [http://www.transifex.net/projects/p/Trac_Plugin-L10N/c/announcer older versions] available as well) or
    296  2. do it yourself (see the [http://trac.edgewall.org/wiki/CookBook/PluginL10N#Dotranslatorswork l10n cookbook page for Trac plugins] for more details).
    297 
    298 Contributing your translation is highly appreciated! You could send it to the plugin's maintainer or contribute to [TracPluginTranslation Trac plugin l10n project] via [http://www.transifex.net/projects/p/Trac_Plugin-L10N/ Transifex]:
    299 
    300 Top translations: Trac_Plugin-L10N » [http://www.transifex.net/projects/p/Trac_Plugin-L10N/resource/tracannouncer/ tracannouncer][[BR]]
    301  [[Image(http://www.transifex.net/projects/p/Trac_Plugin-L10N/resource/tracannouncer/chart/image_png, title=Go to Trac_Plugin-L10N project page on Transifex.net, link=http://www.transifex.net/projects/p/Trac_Plugin-L10N/resource/tracannouncer/)]]
    302 Kindly provided by [[Image(https://ds0k0en9abmn1.cloudfront.net/static/charts/images/tx-logo-micro.png, link=http://www.transifex.net/, title=the open translation platform, valign=bottom)]]
     295 1. check if it is already available from the [TracPluginTranslation Trac plugin l10n project] at [https://www.transifex.com/projects/p/Trac_Plugin-L10N/c/tracannouncer Transifex] (catalogs for [https://www.transifex.com/projects/p/Trac_Plugin-L10N/c/announcer older versions] available as well) or
     296 2. do it yourself (see the [t:wiki:CookBook/PluginL10N#Dotranslatorswork l10n cookbook page for Trac plugins] for more details).
     297
     298Contributing your translation is highly appreciated! You could send it to the plugin's maintainer or contribute to [TracPluginTranslation Trac plugin l10n project] via [https://www.transifex.com/projects/p/Trac_Plugin-L10N/ Transifex]:
     299
     300Top translations: Trac_Plugin-L10N » [https://www.transifex.com/projects/p/Trac_Plugin-L10N/resource/tracannouncer/ tracannouncer][[BR]]
     301 [[Image(https://www.transifex.com/projects/p/Trac_Plugin-L10N/resource/tracannouncer/chart/image_png, title=Go to Trac_Plugin-L10N project page on Transifex.net, link=https://www.transifex.com/projects/p/Trac_Plugin-L10N/resource/tracannouncer/)]]
     302Kindly provided by [[Image(https://ds0k0en9abmn1.cloudfront.net/static/charts/images/tx-logo-micro.png, link=https://www.transifex.com/, title=the open translation platform, valign=bottom)]]
    303303
    304304Preparing the plugin from source requires '''no additional steps''' for compiling message catalog files. Only to include translations marked as `# fuzzy` by the translator, you'll want to do a manual message catalog compilation with the extra `-f` argument before packaging: