# HG changeset patch # User David Fraser # Date 1251884198 0 # Node ID 86d964916fe5f22d21061c08a4f4cccee37e91ac # Parent 782e45d70ea84077251426cf5e33adb16360a23b Added sample web.ini, and README explaining how it all works diff -r 782e45d70ea8 -r 86d964916fe5 data/sounds/README.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/data/sounds/README.txt Wed Sep 02 09:36:38 2009 +0000 @@ -0,0 +1,5 @@ +This works as follows: + * get-sources is a Python script that downloads files from the web, and converts them to the desired target format + * sources.txt lists the files' sources, attribution, licensing etc + * web.ini contains login details for sites that require it (and as such is not included in the source tree - see web.ini.sample for format) + diff -r 782e45d70ea8 -r 86d964916fe5 data/sounds/web.ini.sample --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/data/sounds/web.ini.sample Wed Sep 02 09:36:38 2009 +0000 @@ -0,0 +1,8 @@ +[freesound] +url: http://www.freesound.org/forum/login.php +username: username +password: password +autologin: on +login: login + +