dropbox-index

Creates index.html for directory contents shared publicly on Dropbox
Download

dropbox-index Ranking & Summary

Advertisement

  • Rating:
  • License:
  • The Apache License 2.0
  • Publisher Name:
  • Wojciech Pietrzok
  • Publisher web site:
  • http://www.kosciak.net/

dropbox-index Tags


dropbox-index Description

Creates index.html for directory contents shared publicly on Dropbox dropbox-index is a module that creates index.html for directory contents shared publicly on Dropbox. That way you can easily share whole content of the directory without the need to send separate links for all the shared files.Check the Downloads section, install using pip / easy_install from PyPI, or checkout the source from Subversion repository usingsvn checkout http://kosciak-misc.googlecode.com/svn/python/dropbox-index/trunk/ dropbox-indexGenerated index.html pages were tested on Linux with Chrome 4.x, Firefox 3.0.x, and Opera 10.xInstallation:Download, extract, and run:python setup.py installUsage:Just run this Python script with directory as an argument (and add -R as an option if you want to include subdirectories)Usage: dropbox-index DIRECTORYOptions: --version show program's version number and exit -h, --help show this help message and exit -R, --recursive Include subdirectories -T TEMPLATE, --template=TEMPLATE Use HTML file as templateATTENTION: Script will overwrite any existing index.html file(s)!Example: ./dropbox-index.py -R -T template.html ~/Dropbox/Public/showScript will generate index.html for directory (and subdirectories if run in recursive mode). Hidden files on Linux (filename starting with '.') are automatically omited.If a directory contains a file with dir-info in it's name (dir-name, dir-name.txt, dir-name.html, - all these names are valid) the contents of the file will be used in the index.html as and additional information about directory content.From version 0.4 you can click on the table's headings to sort files by name, size, or date (in ascending and descending order).ATTENTION! Script will overwrite any existing index.html file without asking for permission! Requirements: · Python


dropbox-index Related Software