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

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

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

revision 1.1.2.3, Sun Aug 9 14:54:04 2009 UTC revision 1.1.2.4, Fri Aug 14 00:36:27 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id$  // $Id: russian_services.module,v 1.1.2.3 2009/08/09 14:54:04 thecrow Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 29  function russian_services_service_links( Line 29  function russian_services_service_links(
29      'link' => 'http://www.mister-wong.ru/index.php?action=addurl&bm_url=<encoded-url>&bm_description=<encoded-title>',      'link' => 'http://www.mister-wong.ru/index.php?action=addurl&bm_url=<encoded-url>&bm_description=<encoded-title>',
30      'name' => 'Mister Wong',      'name' => 'Mister Wong',
31      'description' => t('Bookmark this post on Mister Wong'),      'description' => t('Bookmark this post on Mister Wong'),
32      'icon' => 'misterwong.png',      'icon' => drupal_get_path('module', 'service_links') .'/images/misterwong.png',
33    );    );
34    
35    $links['_ru_memori'] = array(    $links['_ru_memori'] = array(
# Line 57  function russian_services_service_links( Line 57  function russian_services_service_links(
57    );    );
58    
59    $links['_ru_yandex'] = array(    $links['_ru_yandex'] = array(
60      'link' => 'http://zakladki.yandex.ru/addlink.xml?create_link=&name=<encoded-title>&url=<encoded-url>&descr=<teaser>&tags=<tags>&folder_id=<source>&newfolder=0&create_link=0',      'link' => 'http://zakladki.yandex.ru/addlink.xml?create_link=&name=<encoded-title>&url=<encoded-url>&descr=<encoded-teaser>&tags=<tags>&folder_id=<source>&newfolder=0&create_link=0',
61      'name' => 'Yandex',      'name' => 'Yandex',
62      'description' => t('Bookmark this post on Yandex'),      'description' => t('Bookmark this post on Yandex'),
63    );    );
# Line 81  function russian_services_service_links( Line 81  function russian_services_service_links(
81    );    );
82    
83    $links['_ru_communizm'] = array(    $links['_ru_communizm'] = array(
84      'link' => 'http://communizm.ru/index.php?mode=addstory&title=<encoded-title>&link=<encoded-url>&description=<teaser>',      'link' => 'http://communizm.ru/index.php?mode=addstory&title=<encoded-title>&link=<encoded-url>&description=<encoded-teaser>',
85      'name' => 'Communizm',      'name' => 'Communizm',
86      'description' => t('Bookmark this post on Communizm'),      'description' => t('Bookmark this post on Communizm'),
87    );    );

Legend:
Removed from v.1.1.2.3  
changed lines
  Added in v.1.1.2.4

  ViewVC Help
Powered by ViewVC 1.1.2