-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
31 lines (24 loc) · 1.21 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
extentdl, http://github.com/valspy/extentdl
by: valspy
Simple (for now?) PHP wget assistant
Outline:
* Stores config data in text file
* Features presets for easier wget usage
* Easy to use!
Upgrading:
It is highly recommended that all files are removed except for presets.txt (unless you want all your presets sucked into a vicious black hole of no return)
Installation:
1) Put files somewhere on file server
2) Be sure that web server has read and write access to files (will alert if not)
3) Recommended: Edit config.php (located in root of script) with custom settings
Legal/Copyright:
extentdl is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
extentdl is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.