diff options
-rwxr-xr-x | templates/website/faq.html | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/templates/website/faq.html b/templates/website/faq.html index 36739cd86..9b66a986c 100755 --- a/templates/website/faq.html +++ b/templates/website/faq.html @@ -139,13 +139,22 @@ Neighbourhood Fix-It was a bit of a mouthful, hard to spell, and hard to publici <dd>Yes, we can use help in all sorts of ways, technical or non-technical. Please see our <a href="http://www.mysociety.org/helpus/">Get Involved page</a>.</dd> - <dt>Where’s the "source code" to this site?</dt> - <dd>The software behind this site is open source, and available + <dt>I’d like a site this for my own location/ where’s the "source code" to this site?</dt> + <dd> +<p>The software behind this site is open source, and available to you mainly under the GNU Affero GPL software license. You can <a href="https://secure.mysociety.org/cvstrac/dir?d=mysociety">download the source code</a> (look under ‘bci’) and help us develop it. You’re welcome to use it in your own projects, although you must also -make available the source code to any such projects.</dd> +make available the source code to any such projects.</p> +<p>Some Canadians at VisibleGovernment.ca wrote their own code for <a +href="http://www.fixmystreet.ca/">http://www.fixmystreet.ca/</a> which is +written in GeoDjango and available under an MIT licence at <a +href="http://github.com/visiblegovernment/django-fixmystreet/tree/master">github</a> +– it might well be more suitable for adapting than our code, and +definitely has better installation instructions at present. +</p> +</dd> <dt>People build things, not organisations. Who <em>actually</em> built it?</dt> <dd>Matthew Somerville and Francis Irving wrote the site, Chris Lightfoot wrote the tileserver and map cutter, Richard Pope created |