| 1 | = !SlideShare Download = |
| 2 | A tool to download slides from [http://www.slideshare.net SlideShare]. |
| 3 | |
| 4 | == Requirements == |
| 5 | * [http://www.python.org/ Python 2.5] |
| 6 | |
| 7 | == Download == |
| 8 | To get the latest version, download the file from [http://svn.bleah.co.uk/repos/misc/slideshare-dl/slideshare-dl.py], or checkout [source:slideshare-dl] from the Subversion repository: |
| 9 | {{{ |
| 10 | svn co http://svn.bleah.co.uk/repos/misc/slideshare-dl/ |
| 11 | }}} |
| 12 | |
| 13 | == Usage == |
| 14 | Usage: slideshare-dl.py ''[''-d ''DIR]'' ''URI'' |
| 15 | |
| 16 | Downloads the slides for the slideshow at ''URI'' into DIR, or a sub-directory of the current directory. |
| 17 | |
| 18 | == Licence == |
| 19 | !SlideShare Download is free software: you can redistribute it and/or modify it under the terms of [http://projects.bleah.co.uk/licenses/gpl-3.0 version 3 of the GNU General Public License] as published by the [http://www.fsf.org/ Free Software Foundation]. |
| 20 | |
| 21 | !SlideShare Download 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 [http://projects.bleah.co.uk/licenses/gpl-3.0 GNU General Public License] for more details. |