SVN: toys/rsget.pl/Link: .template 4Shared AnonymTo CryptIt CryptedBiz LinkProtector LixIn ProtectLi...
sparky
sparky at pld-linux.org
Mon Oct 26 18:00:45 CET 2009
Author: sparky
Date: Mon Oct 26 18:00:45 2009
New Revision: 10860
Modified:
toys/rsget.pl/Link/.template (contents, props changed)
toys/rsget.pl/Link/4Shared (contents, props changed)
toys/rsget.pl/Link/AnonymTo
toys/rsget.pl/Link/CryptIt
toys/rsget.pl/Link/CryptedBiz
toys/rsget.pl/Link/LinkProtector
toys/rsget.pl/Link/LixIn (contents, props changed)
toys/rsget.pl/Link/ProtectLinks
toys/rsget.pl/Link/RSProtect (contents, props changed)
toys/rsget.pl/Link/RaidRush
toys/rsget.pl/Link/SecuredIn (contents, props changed)
toys/rsget.pl/Link/ShareBee (contents, props changed)
toys/rsget.pl/Link/Simple
Log:
- nice preamble
Modified: toys/rsget.pl/Link/.template
==============================================================================
--- toys/rsget.pl/Link/.template (original)
+++ toys/rsget.pl/Link/.template Mon Oct 26 18:00:45 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Link::[NAME] - Link decrypter plugin for rsget.pl
+#
+# (c) 2009 ??? <???@???.??>
+# This program is free software,
+# you may distribute it under GPL v2 or newer.
name: [NAME]
short: L:[NAME]
@@ -38,4 +43,4 @@
LINK( @{$-{outlist}} );
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4
Modified: toys/rsget.pl/Link/4Shared
==============================================================================
--- toys/rsget.pl/Link/4Shared (original)
+++ toys/rsget.pl/Link/4Shared Mon Oct 26 18:00:45 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Link::4Shared - Link retriever 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: L:4Shared
@@ -35,4 +40,4 @@
LINK( map "http://www.4shared.com$_", @{ $-{links} } );
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4
Modified: toys/rsget.pl/Link/AnonymTo
==============================================================================
--- toys/rsget.pl/Link/AnonymTo (original)
+++ toys/rsget.pl/Link/AnonymTo Mon Oct 26 18:00:45 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Link::AnonymTo - Link retriever 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: AnonymTo
short: L:AnonymTo
@@ -12,4 +17,4 @@
s{^http://.*?http}{http};
LINK( $_ );
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4
Modified: toys/rsget.pl/Link/CryptIt
==============================================================================
--- toys/rsget.pl/Link/CryptIt (original)
+++ toys/rsget.pl/Link/CryptIt Mon Oct 26 18:00:45 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Link::CryptIt - Link decrypter 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: CryptIt
short: L:CryptIt
@@ -52,4 +57,4 @@
LINK( @links );
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4
Modified: toys/rsget.pl/Link/CryptedBiz
==============================================================================
--- toys/rsget.pl/Link/CryptedBiz (original)
+++ toys/rsget.pl/Link/CryptedBiz Mon Oct 26 18:00:45 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Link::CryptedBiz - Link decrypter 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: CryptedBiz
short: L:CryptedBiz
@@ -32,4 +37,4 @@
LINK( @{$-{outlist}} );
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4
Modified: toys/rsget.pl/Link/LinkProtector
==============================================================================
--- toys/rsget.pl/Link/LinkProtector (original)
+++ toys/rsget.pl/Link/LinkProtector Mon Oct 26 18:00:45 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Link::LinkProtector - Link decrypter 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: LinkProtector
short: L:LinkProtector
@@ -12,4 +17,4 @@
LINK( $1 );
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4
Modified: toys/rsget.pl/Link/LixIn
==============================================================================
--- toys/rsget.pl/Link/LixIn (original)
+++ toys/rsget.pl/Link/LixIn Mon Oct 26 18:00:45 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Link::LixIn - Link decrypter 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: LixIn
short: L:LixIn
@@ -69,4 +74,4 @@
GOTO stage_nextlink;
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4
Modified: toys/rsget.pl/Link/ProtectLinks
==============================================================================
--- toys/rsget.pl/Link/ProtectLinks (original)
+++ toys/rsget.pl/Link/ProtectLinks Mon Oct 26 18:00:45 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Link::ProtectLinks - Link decrypter 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: ProtectLinks
short: L:ProtectLinks
@@ -21,4 +26,4 @@
LINK( $1 );
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4
Modified: toys/rsget.pl/Link/RSProtect
==============================================================================
--- toys/rsget.pl/Link/RSProtect (original)
+++ toys/rsget.pl/Link/RSProtect Mon Oct 26 18:00:45 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Link::RSProtect - Link decrypter 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: RSProtect
short: L:RSProtect
@@ -18,4 +23,4 @@
LINK( $_ );
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4
Modified: toys/rsget.pl/Link/RaidRush
==============================================================================
--- toys/rsget.pl/Link/RaidRush (original)
+++ toys/rsget.pl/Link/RaidRush Mon Oct 26 18:00:45 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Link::RaidRush - Link decrypter 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: RaidRush
short: L:RaidRush
@@ -26,4 +31,4 @@
LINK( @{$-{outlist}} );
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4
Modified: toys/rsget.pl/Link/SecuredIn
==============================================================================
--- toys/rsget.pl/Link/SecuredIn (original)
+++ toys/rsget.pl/Link/SecuredIn Mon Oct 26 18:00:45 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Link::SecuredIn - Link decrypter 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: SecuredIn
short: L:SecuredIn
@@ -87,4 +92,4 @@
LINK( @{$-{outlist}} );
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4
Modified: toys/rsget.pl/Link/ShareBee
==============================================================================
--- toys/rsget.pl/Link/ShareBee (original)
+++ toys/rsget.pl/Link/ShareBee Mon Oct 26 18:00:45 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Link::ShareBee - Link retriever 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: ShareBee
short: L:ShareBee
@@ -16,4 +21,4 @@
LINK( @links );
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4
Modified: toys/rsget.pl/Link/Simple
==============================================================================
--- toys/rsget.pl/Link/Simple (original)
+++ toys/rsget.pl/Link/Simple Mon Oct 26 18:00:45 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Link::Simple - Link retriever 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: Simple
short: L:Simple
@@ -31,4 +36,4 @@
LINK( $link );
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4
More information about the pld-cvs-commit
mailing list