changeset 86:86d964916fe5

Added sample web.ini, and README explaining how it all works
author David Fraser <davidf@sjsoft.com>
date Wed, 02 Sep 2009 09:36:38 +0000
parents 782e45d70ea8
children 615396b21744
files data/sounds/README.txt data/sounds/web.ini.sample
diffstat 2 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /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)
+
--- /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
+
+