7 changed files with 8112 additions and 8113 deletions
File diff suppressed because it is too large
@ -1,2 +1,2 @@ |
|||
dojo.hostenv.conditionalLoadModule({"common": ["MochiKit.MochiKit"]}); |
|||
dojo.hostenv.moduleLoaded("MochiKit.*"); |
|||
dojo.hostenv.conditionalLoadModule({"common": ["MochiKit.MochiKit"]}); |
|||
dojo.hostenv.moduleLoaded("MochiKit.*"); |
|||
|
@ -1,11 +1,11 @@ |
|||
The original author of SABnzbd based his work on Pynewsleecher by Freddy@madcowdesease.org. |
|||
|
|||
Few parts of Pynewsleecher have survived the generations of SABnzbd in a |
|||
recognizable form. |
|||
Still, we wish to thank Freddy for his inspiration. |
|||
|
|||
The home of the Pynewsleecher project: |
|||
http://www.madcowdisease.org/mcd/pynewsleecher |
|||
|
|||
The software does not carry any license information. |
|||
|
|||
The original author of SABnzbd based his work on Pynewsleecher by Freddy@madcowdesease.org. |
|||
|
|||
Few parts of Pynewsleecher have survived the generations of SABnzbd in a |
|||
recognizable form. |
|||
Still, we wish to thank Freddy for his inspiration. |
|||
|
|||
The home of the Pynewsleecher project: |
|||
http://www.madcowdisease.org/mcd/pynewsleecher |
|||
|
|||
The software does not carry any license information. |
|||
|
|||
|
@ -1,8 +1,8 @@ |
|||
On http://www.brunningonline.net/simon/blog/archives/001835.html, |
|||
the author licensed SysTrayIcon.py under a variant of the WTFPL: |
|||
|
|||
> Any road up, help yourself. Consider SysTrayIcon.py to be under an |
|||
> "Aleister Crowley" style license - "Do what thou wilt shall be the |
|||
> only law". |
|||
> |
|||
> Err, but don't sue me if it doesn't work. ;-) |
|||
On http://www.brunningonline.net/simon/blog/archives/001835.html, |
|||
the author licensed SysTrayIcon.py under a variant of the WTFPL: |
|||
|
|||
> Any road up, help yourself. Consider SysTrayIcon.py to be under an |
|||
> "Aleister Crowley" style license - "Do what thou wilt shall be the |
|||
> only law". |
|||
> |
|||
> Err, but don't sue me if it doesn't work. ;-) |
|||
|
@ -1,15 +1,15 @@ |
|||
@echo off |
|||
rem Example of a post processing script for SABnzbd |
|||
|
|||
echo. |
|||
echo Running in directory "%~d0%~p0" |
|||
echo. |
|||
echo The first parameter (result-dir) = %1 |
|||
echo The second parameter (nzb-name) = %2 |
|||
echo The third parameter (nice name) = %3 |
|||
echo The fourth parameter (newzbin #) = %4 |
|||
echo The fifth parameter (category) = %5 |
|||
echo The sixth parameter (group) = %6 |
|||
echo The seventh parameter (status) = %7 |
|||
echo The eight parameter (failure_url)= %8 |
|||
echo. |
|||
@echo off |
|||
rem Example of a post processing script for SABnzbd |
|||
|
|||
echo. |
|||
echo Running in directory "%~d0%~p0" |
|||
echo. |
|||
echo The first parameter (result-dir) = %1 |
|||
echo The second parameter (nzb-name) = %2 |
|||
echo The third parameter (nice name) = %3 |
|||
echo The fourth parameter (newzbin #) = %4 |
|||
echo The fifth parameter (category) = %5 |
|||
echo The sixth parameter (group) = %6 |
|||
echo The seventh parameter (status) = %7 |
|||
echo The eight parameter (failure_url)= %8 |
|||
echo. |
|||
|
Loading…
Reference in new issue