/[drupal]/contributions/modules/service_links/services/general_services.module
ViewVC logotype

Diff of /contributions/modules/service_links/services/general_services.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.2.5, Fri Aug 14 00:36:27 2009 UTC revision 1.1.2.6, Fri Aug 14 04:01:47 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: general_services.module,v 1.1.2.4 2009/08/08 10:14:10 thecrow Exp $  // $Id: general_services.module,v 1.1.2.5 2009/08/14 00:36:27 robloach Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 33  function general_services_service_links( Line 33  function general_services_service_links(
33      'description' => t('Share this on Twitter'),      'description' => t('Share this on Twitter'),
34      'link' => 'http://twitter.com/home/?status=<encoded-url>+--+<encoded-title>',      'link' => 'http://twitter.com/home/?status=<encoded-url>+--+<encoded-title>',
35    );    );
36      $links['pingthis'] = array(
37        'name' => 'Ping This!',
38        'link' => 'http://ping.fm/ref/?link=<encoded-url>&title=<encoded-title>&body=<encoded-teaser>',
39        'description' => t('Submit to Ping.fm.'),
40      );
41    $links['propeller'] = array(    $links['propeller'] = array(
42      'name' => 'Propeller',      'name' => 'Propeller',
43      'link' => 'http://www.propeller.com/submit/?U=<encoded-url>&T=<encoded-title>',      'link' => 'http://www.propeller.com/submit/?U=<encoded-url>&T=<encoded-title>',

Legend:
Removed from v.1.1.2.5  
changed lines
  Added in v.1.1.2.6

  ViewVC Help
Powered by ViewVC 1.1.2