Changes between Version 2 and Version 3 of OhlohWidgetsMacroPlugin


Ignore:
Timestamp:
Jun 15, 2010, 6:29:36 PM (14 years ago)
Author:
Felix Schwarz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OhlohWidgetsMacroPlugin

    v2 v3  
    99Also this macro has a special API so you can modify any Ohloh widget so it blends in better with your layout.
    1010
    11 == Example ==
     11== See it in Action ==
     12[[Image(wiki:OhlohWidgetsMacroPlugin:ohloh_widgets_macro.png)]]
     13
     14Check the '''[http://www.schwarz.eu/opensource/projects/ohloh_widgets_macro/ online demo]''' to see the macro in action.
     15
     16
     17== Usage ==
    1218Display a single widget by specifying your project id and the widget name (the Javascript file name without the '.js' suffix):
    1319{{{
     
    2127This has the advantage that all widgets are grouped in a div so you can style it easily.
    2228
    23 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.
    2429
    2530== Source ==
     31
     32Actual 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.
    2633
    2734The [http://oss.schwarz.eu/cgi-bin/hgwebdir.cgi/ohloh_widgets_macro source code] is in a hg repository under the very liberal [http://en.wikipedia.org/wiki/MIT_License MIT license].