Changes between Version 10 and Version 11 of OhlohWidgetsMacroPlugin


Ignore:
Timestamp:
Jan 16, 2016, 6:42:57 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with pypi

Legend:

Unmodified
Added
Removed
Modified
  • OhlohWidgetsMacroPlugin

    v10 v11  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Ohloh statistics widgets macro
     3= OpenHub statistics widgets macro
    44
    55== Description
    66
    7 [http://www.ohloh.net Ohloh] has some nice [https://www.ohloh.net/p/ohloh_widgets_macro/widgets widgets] which you can put on your site to show some statistics about your project. This plugin is a [trac: Trac] macro to make embedding these widgets in your Trac wiki easy and does not force you to lower Trac's security settings.
     7[[Image(logo-openhub.png, align=right)]]
     8[https://www.openhub.net/ OpenHub] has some nice [https://www.openhub.net/p/ohloh_widgets_macro/widgets widgets] which you can put on your site to show some statistics about your project. OpenHub, formerly Ohloh, is a website which provides a web services suite and online community platform that aims to index the open source software development community.
    89
    9 Also this macro has a special API so you can modify any Ohloh widget so it blends in better with your layout.
     10This plugin is a [trac: Trac] macro to make embedding these widgets in your Trac wiki easy and does not force you to lower Trac's security settings. It includes a special API so you can modify any OpenHub widget, so it blends in better with your layout.
    1011
    1112See also: OhlohBadgeMacro
     
    1314== Source
    1415
    15 Actual development and bug tracking happens on '''[http://www.schwarz.eu/opensource/projects/ohloh_widgets_macro/ macro development site]'''. You can also find more information about the API to customize Ohloh plugins on that page.
     16Actual development and bug tracking happens on '''[http://www.schwarz.eu/opensource/projects/ohloh_widgets_macro/ macro development site]'''. You can also find more information about the API to customize OpenHub plugins on that page.
    1617
    1718The [https://www.schwarz.eu/opensource/hg/ohloh_widgets_macros_macro source code] is in a Mercurial repository under the liberal [http://en.wikipedia.org/wiki/MIT_License MIT license].
     
    2425 * Trac 0.11+
    2526
    26 Enable the macro in your `trac.ini`:
     27Enable the macro in your `trac.ini` file:
    2728
    2829{{{#!ini
     
    3536== Configuration
    3637
    37 Some Ohloh widgets do not look nice on a Trac page, because some elements do not respect Trac's layout, eg they use different colors for links. This macro already includes some modifiers which can change the appearance of some Ohloh macros with Javascript (jQuery) and CSS, but you can easily add your own by writing a small plugin which implements this interface:
     38Some OpenHub widgets do not look nice on a Trac page, because some elements do not respect Trac's layout, eg they use different colors for links. This macro already includes some modifiers which can change the appearance of some OpenHub macros with Javascript (jQuery) and CSS, but you can easily add your own by writing a small plugin which implements this interface:
    3839
    3940{{{#!python