forked from mysociety/fixmystreet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some text tweaks to the notes docs, updating customisation with new d…
…efaults.
- Loading branch information
Showing
5 changed files
with
60 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,32 @@ | ||
The code is broken down into the following sections: | ||
|
||
website: code to display the website and handle user submissions | ||
* Website: code to display the website and handle user submissions | ||
|
||
backend: send alerts to the councils, work out who should get the alert, various | ||
confirmation emails | ||
* Backend: send reports to the councils, work out who should get alerts, | ||
send questionnaires, and so on | ||
|
||
mobile apps: currently for iPhone and Android - two separate apps | ||
* Mobile apps: currently for iPhone and Android - two separate apps, with | ||
a PhoneGap app being worked on. | ||
|
||
* Utility scripts: odds and ends | ||
|
||
Main top level directories | ||
-------------------------- | ||
|
||
android Native Android phone app source code | ||
bin Scripts, ranging from the ones that send reports to councils to | ||
one-offs to fix data import errors | ||
commonlib Shared mySociety functions | ||
conf Configuration file, needed Debian packages, example Apache config, | ||
and example crontab | ||
db Schema for PostgreSQL database | ||
iphone Native iPhone phone app source code | ||
local Local store of Perl modules | ||
locale Translation files | ||
perllib Source code of the FixMyStreet project | ||
phonegap PhoneGap mobile app, in progress | ||
script Catalyst management commands | ||
t Test suite | ||
templates Email and web templates | ||
web Front end static files; CSS, JS, images | ||
|
||
utility scripts: odds and ends - eg importing photos from Flickr tagged | ||
'fixmystreet' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.