Skip to content

Commit

Permalink
Update code.fixmystreet.com references to fixmystreet.org.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Mar 19, 2014
1 parent 36f50c1 commit de4da66
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 12 deletions.
3 changes: 1 addition & 2 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
mySociety.org Software Licensing

Most of the software in this directory is Copyright (c) 2004-2010 UK
Citizens Online Democracy.
Most of the software here is Copyright (c) UK Citizens Online Democracy.

Unless otherwise stated in particular files or directories, this
software is free software; you can redistribute it and/or modify it
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Platform is now at version 1.3.
## Installation

We've been working hard to make the FixMyStreet Platform easy to install and
re-use in other countries - please see our site at <http://code.fixmystreet.com/>
re-use in other countries - please see our site at <http://fixmystreet.org/>
for help and documentation in installing the FixMyStreet Platform.

## Contribution Guidelines
Expand Down
2 changes: 1 addition & 1 deletion bin/oxfordshire/open311_service_request.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# passing them into Bentley EXOR backend via create_enquiry stored
# procedure.
#
# mySociety: http://code.fixmystreet.com/
# mySociety: http://fixmystreet.org/
#-----------------------------------------------------------------

require 'open311_services.pm';
Expand Down
2 changes: 1 addition & 1 deletion bin/oxfordshire/open311_service_request_update.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Bentley and offering them up as XML service request updates.
# https://github.com/mysociety/fixmystreet/wiki/Open311-FMS---Proposed-differences-to-Open311
#
# mySociety: http://code.fixmystreet.com/
# mySociety: http://fixmystreet.org/
#-----------------------------------------------------------------

require 'open311_services.pm';
Expand Down
2 changes: 1 addition & 1 deletion bin/oxfordshire/open311_services.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# common stuff used by Oxfordshire Open311 glue scripts
#
# mySociety: http://code.fixmystreet.com/
# mySociety: http://fixmystreet.org/
#-----------------------------------------------------------------

use strict;
Expand Down
2 changes: 1 addition & 1 deletion conf/apache-vhost.conf.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# An example Apache virtualhost configuration file.
#
# See our installation help at http://code.fixmystreet.com/
# See our installation help at http://fixmystreet.org/

<VirtualHost *:80>
ServerName fixmystreet.yourservername
Expand Down
2 changes: 1 addition & 1 deletion conf/httpd.conf-example
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# example of such a virtualhost configuration file can be found in the
# file apache-vhost.conf.example in this directory.
#
# See our installation help at http://code.fixmystreet.com/
# See our installation help at http://fixmystreet.org/

RewriteEngine on
# RewriteLog /var/log/apache2/rewrite.log
Expand Down
2 changes: 1 addition & 1 deletion conf/nginx.conf.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# An example sysvinit script to help with this is shown given in the file
# sysvinit-catalyst-fastcgi.example in this directory.
#
# See our installation help at http://code.fixmystreet.com/
# See our installation help at http://fixmystreet.org/

server {

Expand Down
4 changes: 2 additions & 2 deletions templates/web/default/admin/config_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,15 @@ <h2>Cobrand module</h2>

Other things can be changed on a cobrand basis by using functions in an
(optional) Cobrand .pm module, as explained in the
<a href="http://code.fixmystreet.com/customising/" class="admin-offsite-link">customising section of our
<a href="http://fixmystreet.org/customising/" class="admin-offsite-link">customising section of our
documentation</a>. If you wish to add new functionality just for your cobrand
that can't be done simply by changes to your cobrand's templates, you might
need to add a new Cobrand function.

<p>Examples of cobrand functions are below; this is not exhaustive.
Many were added for one specific cobrand, so didn't need a general
configuration option. Please feel free to discuss on <a
href="http://code.fixmystreet.com/community/" class="admin-offsite-link">our mailing list</a> if you think
href="http://fixmystreet.org/community/" class="admin-offsite-link">our mailing list</a> if you think
something should be moved to the general.yml file, done differently,
or have any questions.</p>

Expand Down
2 changes: 1 addition & 1 deletion templates/web/fixmybarangay/faq/faq-en-gb.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ <h2><a name="organisation"></a>Organisation Questions</h2>
<dd>
The software behind this site is open source, and available
to you mainly under the GNU Affero GPL software license.
See <a href="http://code.fixmystreet.com/">code.fixmystreet.com</a> for more information about setting up
See <a href="http://fixmystreet.org/">fixmystreet.org</a> for more information about setting up
and running sites like these.
</dd>
</dl>
Expand Down

0 comments on commit de4da66

Please sign in to comment.