SVN: toys/rsget.pl/Get: .template 4Shared ArchivTo BadongoCom BitRoad DepositFiles EasyShare FileFac...
sparky
sparky at pld-linux.org
Mon Oct 26 17:45:27 CET 2009
Author: sparky
Date: Mon Oct 26 17:45:27 2009
New Revision: 10859
Modified:
toys/rsget.pl/Get/.template (contents, props changed)
toys/rsget.pl/Get/4Shared (contents, props changed)
toys/rsget.pl/Get/ArchivTo
toys/rsget.pl/Get/BadongoCom (contents, props changed)
toys/rsget.pl/Get/BitRoad
toys/rsget.pl/Get/DepositFiles
toys/rsget.pl/Get/EasyShare
toys/rsget.pl/Get/FileFactory
toys/rsget.pl/Get/FlyfileUs
toys/rsget.pl/Get/FreakShare
toys/rsget.pl/Get/GigaSize (contents, props changed)
toys/rsget.pl/Get/HotFile
toys/rsget.pl/Get/MediaFire
toys/rsget.pl/Get/MegaShares
toys/rsget.pl/Get/MegaUpload
toys/rsget.pl/Get/NetLoad
toys/rsget.pl/Get/OdSiebie
toys/rsget.pl/Get/PrzeklejPL (contents, props changed)
toys/rsget.pl/Get/RapidShare
toys/rsget.pl/Get/RapidShareDE (contents, props changed)
toys/rsget.pl/Get/RapidShark
toys/rsget.pl/Get/SendSpace
toys/rsget.pl/Get/SendSpacePL
toys/rsget.pl/Get/SharePlace
toys/rsget.pl/Get/SharingMatrix
toys/rsget.pl/Get/StorageTo
toys/rsget.pl/Get/TurboBit
toys/rsget.pl/Get/TurboUpload
toys/rsget.pl/Get/UpFile (contents, props changed)
toys/rsget.pl/Get/UploadedTo
toys/rsget.pl/Get/UploadingCom (contents, props changed)
toys/rsget.pl/Get/zSHARE
Log:
- nice preamble
Modified: toys/rsget.pl/Get/.template
==============================================================================
--- toys/rsget.pl/Get/.template (original)
+++ toys/rsget.pl/Get/.template Mon Oct 26 17:45:27 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Get::[NAME] - File getter plugin for rsget.pl
+#
+# (c) 2009 ??? <???@???.??>
+# This program is free software,
+# you may distribute it under GPL v2 or newer.
name: [NAME]
short: [NAME]
@@ -27,4 +32,4 @@
DOWNLOAD( $-{file_uri} );
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4
Modified: toys/rsget.pl/Get/4Shared
==============================================================================
--- toys/rsget.pl/Get/4Shared (original)
+++ toys/rsget.pl/Get/4Shared Mon Oct 26 17:45:27 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Get::4Shared - File getter plugin for rsget.pl
+#
+# (c) 2009 Przemysław Iskra <sparky at pld-linux.org>
+# This program is free software,
+# you may distribute it under GPL v2 or newer.
name: 4Shared
short: 4S
@@ -35,4 +40,4 @@
CLICK_DOWNLOAD( $-{file_uri} );
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4
Modified: toys/rsget.pl/Get/ArchivTo
==============================================================================
--- toys/rsget.pl/Get/ArchivTo (original)
+++ toys/rsget.pl/Get/ArchivTo Mon Oct 26 17:45:27 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Get::ArchivTo - File getter plugin for rsget.pl
+#
+# (c) 2009 Przemysław Iskra <sparky at pld-linux.org>
+# This program is free software,
+# you may distribute it under GPL v2 or newer.
name: ArchivTo
short: AT
@@ -20,4 +25,4 @@
CLICK_DOWNLOAD( de_ml( $file_uri ) );
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4
Modified: toys/rsget.pl/Get/BadongoCom
==============================================================================
--- toys/rsget.pl/Get/BadongoCom (original)
+++ toys/rsget.pl/Get/BadongoCom Mon Oct 26 17:45:27 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Get::BadongoCom - File, audio, video and picture getter plugin for rsget.pl
+#
+# (c) 2009 Przemysław Iskra <sparky at pld-linux.org>
+# This program is free software,
+# you may distribute it under GPL v2 or newer.
name: BadongoCom
short: BC
@@ -148,4 +153,4 @@
}
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4
Modified: toys/rsget.pl/Get/BitRoad
==============================================================================
--- toys/rsget.pl/Get/BitRoad (original)
+++ toys/rsget.pl/Get/BitRoad Mon Oct 26 17:45:27 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Get::BitRoad - File getter plugin for rsget.pl
+#
+# (c) 2009 Przemysław Iskra <sparky at pld-linux.org>
+# This program is free software,
+# you may distribute it under GPL v2 or newer.
name: BitRoad
short: BR
@@ -20,4 +25,4 @@
$-{form} = $self->form( match => { action => qr{^/download3\.php$} } );
CLICK_DOWNLOAD( $-{form}->post() );
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4
Modified: toys/rsget.pl/Get/DepositFiles
==============================================================================
--- toys/rsget.pl/Get/DepositFiles (original)
+++ toys/rsget.pl/Get/DepositFiles Mon Oct 26 17:45:27 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Get::DepositFiles - File getter plugin for rsget.pl
+#
+# (c) 2009 Przemysław Iskra <sparky at pld-linux.org>
+# This program is free software,
+# you may distribute it under GPL v2 or newer.
name: DepositFiles
short: DF
@@ -36,4 +41,4 @@
RESTART( $1, "traffic limit" ) if /Wait (\d+) seconds/;
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4
Modified: toys/rsget.pl/Get/EasyShare
==============================================================================
--- toys/rsget.pl/Get/EasyShare (original)
+++ toys/rsget.pl/Get/EasyShare Mon Oct 26 17:45:27 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Get::EasyShare - File getter plugin for rsget.pl
+#
+# (c) 2009 Przemysław Iskra <sparky at pld-linux.org>
+# This program is free software,
+# you may distribute it under GPL v2 or newer.
name: EasyShare
short: ES
@@ -111,4 +116,4 @@
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4
Modified: toys/rsget.pl/Get/FileFactory
==============================================================================
--- toys/rsget.pl/Get/FileFactory (original)
+++ toys/rsget.pl/Get/FileFactory Mon Oct 26 17:45:27 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Get::FileFactory - File getter plugin for rsget.pl
+#
+# (c) 2009 Przemysław Iskra <sparky at pld-linux.org>
+# This program is free software,
+# you may distribute it under GPL v2 or newer.
name: FileFactory
short: FF
@@ -41,4 +46,4 @@
RESTART( $1, "free limit reached" )
if /Please wait (\d+) seconds to download more files/;
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4
Modified: toys/rsget.pl/Get/FlyfileUs
==============================================================================
--- toys/rsget.pl/Get/FlyfileUs (original)
+++ toys/rsget.pl/Get/FlyfileUs Mon Oct 26 17:45:27 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Get::FlyfileUs - File getter plugin for rsget.pl
+#
+# (c) 2009 Przemysław Iskra <sparky at pld-linux.org>
+# This program is free software,
+# you may distribute it under GPL v2 or newer.
name: FlyfileUs
short: FU
@@ -31,4 +36,4 @@
RESTART( 120, "temporarily unavailable" )
if /temporarily unavailable/;
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4
Modified: toys/rsget.pl/Get/FreakShare
==============================================================================
--- toys/rsget.pl/Get/FreakShare (original)
+++ toys/rsget.pl/Get/FreakShare Mon Oct 26 17:45:27 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Get::FreakShare - File getter plugin for rsget.pl
+#
+# (c) 2009 Przemysław Iskra <sparky at pld-linux.org>
+# This program is free software,
+# you may distribute it under GPL v2 or newer.
name: FreakShare
short: FS
@@ -30,4 +35,4 @@
MULTI() if /Sorry, you cant download more then 1 at time/;
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4
Modified: toys/rsget.pl/Get/GigaSize
==============================================================================
--- toys/rsget.pl/Get/GigaSize (original)
+++ toys/rsget.pl/Get/GigaSize Mon Oct 26 17:45:27 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Get::GigaSize - File getter plugin for rsget.pl
+#
+# (c) 2009 Przemysław Iskra <sparky at pld-linux.org>
+# This program is free software,
+# you may distribute it under GPL v2 or newer.
name: GigaSize
short: GS
@@ -65,4 +70,4 @@
}
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4
Modified: toys/rsget.pl/Get/HotFile
==============================================================================
--- toys/rsget.pl/Get/HotFile (original)
+++ toys/rsget.pl/Get/HotFile Mon Oct 26 17:45:27 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Get::HotFile - File getter plugin for rsget.pl
+#
+# (c) 2009 Przemysław Iskra <sparky at pld-linux.org>
+# This program is free software,
+# you may distribute it under GPL v2 or newer.
name: HotFile
short: HF
@@ -72,4 +77,4 @@
return $img->ocr();
}
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4
Modified: toys/rsget.pl/Get/MediaFire
==============================================================================
--- toys/rsget.pl/Get/MediaFire (original)
+++ toys/rsget.pl/Get/MediaFire Mon Oct 26 17:45:27 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Get::MediaFire - File getter plugin for rsget.pl
+#
+# (c) 2009 Przemysław Iskra <sparky at pld-linux.org>
+# This program is free software,
+# you may distribute it under GPL v2 or newer.
name: MediaFire
short: MF
@@ -32,4 +37,4 @@
CLICK_DOWNLOAD( $uri );
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4
Modified: toys/rsget.pl/Get/MegaShares
==============================================================================
--- toys/rsget.pl/Get/MegaShares (original)
+++ toys/rsget.pl/Get/MegaShares Mon Oct 26 17:45:27 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Get::MegaShares - File getter plugin for rsget.pl
+#
+# (c) 2009 Przemysław Iskra <sparky at pld-linux.org>
+# This program is free software,
+# you may distribute it under GPL v2 or newer.
name: MegaShares
short: MS
@@ -103,4 +108,4 @@
return $img->doublesize->ocr();
}
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4
Modified: toys/rsget.pl/Get/MegaUpload
==============================================================================
--- toys/rsget.pl/Get/MegaUpload (original)
+++ toys/rsget.pl/Get/MegaUpload Mon Oct 26 17:45:27 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Get::MegaUpload - File getter plugin for rsget.pl
+#
+# (c) 2009 Przemysław Iskra <sparky at pld-linux.org>
+# This program is free software,
+# you may distribute it under GPL v2 or newer.
name: MegaUpload
short: MU
@@ -198,4 +203,4 @@
return join "", @cap;
}
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4
Modified: toys/rsget.pl/Get/NetLoad
==============================================================================
--- toys/rsget.pl/Get/NetLoad (original)
+++ toys/rsget.pl/Get/NetLoad Mon Oct 26 17:45:27 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Get::NetLoad - File getter plugin for rsget.pl
+#
+# (c) 2009 Przemysław Iskra <sparky at pld-linux.org>
+# This program is free software,
+# you may distribute it under GPL v2 or newer.
name: NetLoad
short: NL
@@ -152,4 +157,4 @@
return $_;
}
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4
Modified: toys/rsget.pl/Get/OdSiebie
==============================================================================
--- toys/rsget.pl/Get/OdSiebie (original)
+++ toys/rsget.pl/Get/OdSiebie Mon Oct 26 17:45:27 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Get::OdSiebie - File, audio, video and picture getter plugin for rsget.pl
+#
+# (c) 2009 Przemysław Iskra <sparky at pld-linux.org>
+# This program is free software,
+# you may distribute it under GPL v2 or newer.
name: OdSiebie
short: OS
@@ -49,4 +54,4 @@
@fname = ( fname => $-{fname} ) if $-{fname};
CLICK_DOWNLOAD( $-{file_uri}, @fname );
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4
Modified: toys/rsget.pl/Get/PrzeklejPL
==============================================================================
--- toys/rsget.pl/Get/PrzeklejPL (original)
+++ toys/rsget.pl/Get/PrzeklejPL Mon Oct 26 17:45:27 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Get::PrzeklejPL - File getter plugin for rsget.pl
+#
+# (c) 2009 Przemysław Iskra <sparky at pld-linux.org>
+# This program is free software,
+# you may distribute it under GPL v2 or newer.
name: PrzeklejPL
short: P.pl
@@ -22,4 +27,4 @@
CLICK_DOWNLOAD( de_ml( $file_uri ) );
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4
Modified: toys/rsget.pl/Get/RapidShare
==============================================================================
--- toys/rsget.pl/Get/RapidShare (original)
+++ toys/rsget.pl/Get/RapidShare Mon Oct 26 17:45:27 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Get::RapidShare - File getter plugin for rsget.pl
+#
+# (c) 2009 Przemysław Iskra <sparky at pld-linux.org>
+# This program is free software,
+# you may distribute it under GPL v2 or newer.
name: RapidShare
short: RS
@@ -43,4 +48,4 @@
MULTI() if /Please wait until the download is completed/;
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4
Modified: toys/rsget.pl/Get/RapidShareDE
==============================================================================
--- toys/rsget.pl/Get/RapidShareDE (original)
+++ toys/rsget.pl/Get/RapidShareDE Mon Oct 26 17:45:27 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Get::RapidShareDE - File getter plugin for rsget.pl
+#
+# (c) 2009 Przemysław Iskra <sparky at pld-linux.org>
+# This program is free software,
+# you may distribute it under GPL v2 or newer.
name: RapidShareDE
short: RS.de
@@ -72,4 +77,4 @@
}
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4
Modified: toys/rsget.pl/Get/RapidShark
==============================================================================
--- toys/rsget.pl/Get/RapidShark (original)
+++ toys/rsget.pl/Get/RapidShark Mon Oct 26 17:45:27 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Get::RapidShark - File getter plugin for rsget.pl
+#
+# (c) 2009 Przemysław Iskra <sparky at pld-linux.org>
+# This program is free software,
+# you may distribute it under GPL v2 or newer.
name: RapidShark
short: RK
@@ -95,4 +100,4 @@
return $img->doublesize->ocr();
}
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4
Modified: toys/rsget.pl/Get/SendSpace
==============================================================================
--- toys/rsget.pl/Get/SendSpace (original)
+++ toys/rsget.pl/Get/SendSpace Mon Oct 26 17:45:27 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Get::SendSpace - File getter plugin for rsget.pl
+#
+# (c) 2009 Przemysław Iskra <sparky at pld-linux.org>
+# This program is free software,
+# you may distribute it under GPL v2 or newer.
name: SendSpace
short: SS
@@ -30,4 +35,4 @@
RESTART( 0, "empty page" ) unless /\S/;
MULTI() if /You cannot download more than one file at a time/;
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4
Modified: toys/rsget.pl/Get/SendSpacePL
==============================================================================
--- toys/rsget.pl/Get/SendSpacePL (original)
+++ toys/rsget.pl/Get/SendSpacePL Mon Oct 26 17:45:27 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Get::SendSpacePL - File getter plugin for rsget.pl
+#
+# (c) 2009 Przemysław Iskra <sparky at pld-linux.org>
+# This program is free software,
+# you may distribute it under GPL v2 or newer.
name: SendSpacePL
short: SS.pl
@@ -29,4 +34,4 @@
RESTART( $1, "free limit reached" ) if /setDownloadTimeOut\('(\d+)'\);/;
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4
Modified: toys/rsget.pl/Get/SharePlace
==============================================================================
--- toys/rsget.pl/Get/SharePlace (original)
+++ toys/rsget.pl/Get/SharePlace Mon Oct 26 17:45:27 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Get::SharePlace - File getter plugin for rsget.pl
+#
+# (c) 2009 Przemysław Iskra <sparky at pld-linux.org>
+# This program is free software,
+# you may distribute it under GPL v2 or newer.
name: SharePlace
short: SP
@@ -34,4 +39,4 @@
CLICK_DOWNLOAD( $-{file_uri} );
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4
Modified: toys/rsget.pl/Get/SharingMatrix
==============================================================================
--- toys/rsget.pl/Get/SharingMatrix (original)
+++ toys/rsget.pl/Get/SharingMatrix Mon Oct 26 17:45:27 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Get::SharingMatrix - File getter plugin for rsget.pl
+#
+# (c) 2009 Przemysław Iskra <sparky at pld-linux.org>
+# This program is free software,
+# you may distribute it under GPL v2 or newer.
name: SharingMatrix
short: SM
@@ -96,4 +101,4 @@
return $img->ocr();
}
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4
Modified: toys/rsget.pl/Get/StorageTo
==============================================================================
--- toys/rsget.pl/Get/StorageTo (original)
+++ toys/rsget.pl/Get/StorageTo Mon Oct 26 17:45:27 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Get::StorageTo - File getter plugin for rsget.pl
+#
+# (c) 2009 Przemysław Iskra <sparky at pld-linux.org>
+# This program is free software,
+# you may distribute it under GPL v2 or newer.
name: StorageTo
short: ST
@@ -33,4 +38,4 @@
delete $-{_referer}; # started from ajax, there must be no referer
CLICK_DOWNLOAD( $-{file_uri} );
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4
Modified: toys/rsget.pl/Get/TurboBit
==============================================================================
--- toys/rsget.pl/Get/TurboBit (original)
+++ toys/rsget.pl/Get/TurboBit Mon Oct 26 17:45:27 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Get::TurboBit - File getter plugin for rsget.pl
+#
+# (c) 2009 Przemysław Iskra <sparky at pld-linux.org>
+# This program is free software,
+# you may distribute it under GPL v2 or newer.
name: TurboBit
short: TB
@@ -83,4 +88,4 @@
return $_;
}
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4
Modified: toys/rsget.pl/Get/TurboUpload
==============================================================================
--- toys/rsget.pl/Get/TurboUpload (original)
+++ toys/rsget.pl/Get/TurboUpload Mon Oct 26 17:45:27 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Get::TurboUpload - File getter plugin for rsget.pl
+#
+# (c) 2009 Przemysław Iskra <sparky at pld-linux.org>
+# This program is free software,
+# you may distribute it under GPL v2 or newer.
name: TurboUpload
short: TU
@@ -47,4 +52,4 @@
return join "", @c;
}
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4
Modified: toys/rsget.pl/Get/UpFile
==============================================================================
--- toys/rsget.pl/Get/UpFile (original)
+++ toys/rsget.pl/Get/UpFile Mon Oct 26 17:45:27 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Get::UpFile - File getter plugin for rsget.pl
+#
+# (c) 2009 Przemysław Iskra <sparky at pld-linux.org>
+# This program is free software,
+# you may distribute it under GPL v2 or newer.
name: UpFile
short: UF
@@ -23,4 +28,4 @@
CLICK_DOWNLOAD( $form->post() );
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4
Modified: toys/rsget.pl/Get/UploadedTo
==============================================================================
--- toys/rsget.pl/Get/UploadedTo (original)
+++ toys/rsget.pl/Get/UploadedTo Mon Oct 26 17:45:27 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Get::UploadedTo - File getter plugin for rsget.pl
+#
+# (c) 2009 Przemysław Iskra <sparky at pld-linux.org>
+# This program is free software,
+# you may distribute it under GPL v2 or newer.
name: UploadedTo
short: UT
@@ -36,4 +41,4 @@
CLICK_DOWNLOAD( $-{form}->post() );
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4
Modified: toys/rsget.pl/Get/UploadingCom
==============================================================================
--- toys/rsget.pl/Get/UploadingCom (original)
+++ toys/rsget.pl/Get/UploadingCom Mon Oct 26 17:45:27 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Get::UploadingCom - File getter plugin for rsget.pl
+#
+# (c) 2009 Przemysław Iskra <sparky at pld-linux.org>
+# This program is free software,
+# you may distribute it under GPL v2 or newer.
name: UploadingCom
short: UC
@@ -57,4 +62,4 @@
MULTI() if /Your IP address is currently downloading a file/;
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4
Modified: toys/rsget.pl/Get/zSHARE
==============================================================================
--- toys/rsget.pl/Get/zSHARE (original)
+++ toys/rsget.pl/Get/zSHARE Mon Oct 26 17:45:27 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Get::zSHARE - File getter plugin for rsget.pl
+#
+# (c) 2009 Przemysław Iskra <sparky at pld-linux.org>
+# This program is free software,
+# you may distribute it under GPL v2 or newer.
name: zSHARE
short: zS
@@ -31,4 +36,4 @@
CLICK_DOWNLOAD( $-{uri} );
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4
More information about the pld-cvs-commit
mailing list