Changes between Version 4 and Version 5 of LinkedInMacrosMacro


Ignore:
Timestamp:
Apr 16, 2015, 8:47:28 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • LinkedInMacrosMacro

    v4 v5  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = !LinkedIn Macros =
     3= !LinkedIn widget library
    44
    5 == Description ==
     5== Description
    66
    7 Widget libraries for !LinkedIn
     7This plugin implements widget libraries for !LinkedIn.
    88
    9 These are an implementation of two javascript widgets described in [http://developer.linkedin.com/community/widgets LinkedIn Developer Site]
     9These are an implementation of two Javascript widgets described in [http://developer.linkedin.com/community/widgets LinkedIn Developer Site].
    1010
    11 == Bugs/Feature Requests ==
     11== Bugs/Feature Requests
    1212
    1313Existing bugs and feature requests for LinkedInMacrosMacro are
     
    1717[http://trac-hacks.org/newticket?component=LinkedInMacrosMacro&owner=theist new ticket].
    1818
    19 == Download ==
     19[[TicketQuery(component=LinkedInMacrosMacro&group=type,format=progress)]]
     20
     21== Download
    2022
    2123Download the zipped source from [download:linkedinmacrosmacro here].
    2224
    23 == Source ==
     25== Source
    2426
    2527You can check out LinkedInMacrosMacro from [http://trac-hacks.org/svn/linkedinmacrosmacro here] using Subversion, or [source:linkedinmacrosmacro browse the source] with Trac.
    2628
    27 == Usage ==
     29== Usage
    2830
    29 === Company Insider Widget ===
     31=== Company Insider Widget
    3032
    31 Generates a Linked-In Company Insider widget, a simple Javascript widget which you can place on the wiki pages to show a user how many people they know at any company. The user must log in LinkedIn (this can be accessed from the widget) and has cookies enabled.
     33Generates a Linked-In Company Insider widget, a simple Javascript widget which you can place on the wiki pages to show a user how many people they know at any company. The user must be logged in to LinkedIn (this can be accessed from the widget) and must have cookies enabled.
    3234   
    3335You can put the widget on your page as many times as you want and there are three different presentation formats.
    3436   
    35 ==== Syntax: ====
     37==== Syntax
    3638{{{
    37     [[LinkedInCompany(Company Name,type=type)]]
     39[[LinkedInCompany(Company Name,type=type)]]
    3840}}}
    3941
    40 Mandatory, possitional parameters:
     42Mandatory, positional parameters:
    4143  * Company name, Company Name to show in the widget.
    4244Optional, named parameters:
     
    4648    - popup
    4749
    48 === Profile ===
     50=== Profile
    4951   
    50 Macro to present and style a !LinkedIn profile url. The trac user must be logged in !LinkedIn and has cookies enabled.
     52Macro to present and style a !LinkedIn profile URL. The trac user must be logged in !LinkedIn and has cookies enabled.
    5153
    52 ==== Syntax ====
     54==== Syntax
     55
    5356{{{
    54   [[LinkedInProfile(profile url,type=type,name=name)]]
     57[[LinkedInProfile(profile url,type=type,name=name)]]
    5558}}}
    5659
    57 Mandatory, possitional parameters:
     60Mandatory, positional parameters:
    5861  * Company name, Company Name to show in the widget.
    5962Optional, named parameters:
     
    6366  * name: Name to present in popup mode
    6467     
    65 If there is no type, popup is taken as default
     68If there is no type, then popup is taken as default.
    6669   
    67 If there is no name, the profile url will be showed. This only has effect in popup mode, because the element rendered by the macro in this mode is a link.
     70If there is no name, the profile URL will be shown. This only has effect in popup mode, because the element rendered by the macro in this mode is a link.
    6871
    69 == Install ==
     72== Installation
    7073
    71 For a per environment instalallation make an egg
    72 {{{
    73    python setup.py bdist_egg
     74For a single Trac environment installation, make an egg:
     75{{{#!sh
     76python setup.py bdist_egg
    7477}}}
    7578
    76 and lay the cooked egg in your plugins directory or
    77 
    78 For a global installation: (note that this step may require administrative privilegies)
    79 {{{
    80    python setup.py install
     79and lay the cooked egg in your plugins directory, or, for a global installation:
     80{{{#!sh
     81python setup.py install
    8182}}}
    8283
    83 and enable it by the trac !WebAdmin interface or by manually adding to trac.ini:
    84 {{{
     84Note that this step may require administrative privileges.
     85
     86Then enable it by the trac !WebAdmin interface or by manually adding to your `trac.ini` file:
     87{{{#!ini
    8588[components]
    8689linkedinmacro.* = enabled
    8790}}}
    88 == Recent Changes ==
     91
     92== Recent Changes
    8993
    9094[[ChangeLog(linkedinmacrosmacro, 3)]]
    9195
    92 == Author/Contributors ==
     96== Author/Contributors
    9397
    9498'''Author:''' [wiki:theist] [[BR]]
    95 '''Maintainer:''' [wiki:theist] [[BR]]
     99'''Maintainer:''' [[Maintainer]] [[BR]]
    96100'''Contributors:'''