Changes between Initial Version and Version 1 of SlideShareDL


Ignore:
Timestamp:
Nov 2, 2008, 2:01:23 AM (15 years ago)
Author:
simon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SlideShareDL

    v1 v1  
     1= !SlideShare Download =
     2A tool to download slides from [http://www.slideshare.net SlideShare].
     3
     4== Requirements ==
     5  * [http://www.python.org/ Python 2.5]
     6
     7== Download ==
     8To 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{{{
     10svn co http://svn.bleah.co.uk/repos/misc/slideshare-dl/
     11}}}
     12
     13== Usage ==
     14Usage: slideshare-dl.py ''[''-d ''DIR]'' ''URI''
     15
     16Downloads 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.