David MENTRE
8955dc7d06
Add .gitignore for *~ files
2009-08-31 19:32:46 +02:00
Thomas Petazzoni
af5e77c416
Add a subtitle on the website
2009-08-31 19:23:46 +02:00
David Decotigny
d26f763ff9
renamed render_into_files -> render_map
2009-08-30 01:12:49 +02:00
Thomas Petazzoni
9150cf23d1
Improve error message
2009-08-30 00:58:15 +02:00
Thomas Petazzoni
1bc8ab5703
Improve error message
2009-08-30 00:57:53 +02:00
Thomas Petazzoni
8a60f68cc7
Remove debugging cruft
2009-08-30 00:56:00 +02:00
Thomas Petazzoni
3e36d229ad
Validate that the city entered exists
2009-08-30 00:44:20 +02:00
Thomas Petazzoni
0cbe52838b
Display CSV Index in generated files
2009-08-30 00:24:16 +02:00
Thomas Petazzoni
506ea5625d
Additionnal checks on submitted values
2009-08-30 00:05:35 +02:00
Thomas Petazzoni
e356483c7c
Fix generation using bounding box coordinates
2009-08-29 22:56:37 +02:00
David Decotigny
be1bee4a8f
fixed forgotten import
2009-08-29 21:17:50 +02:00
Thomas Petazzoni
764404012e
Removing debugging
2009-08-29 19:44:27 +02:00
David Decotigny
738cd645ca
fixed log typo
2009-08-29 19:35:12 +02:00
David Decotigny
10dc95f81a
Merge branch 'master' of git://surf.local/maposmatic
2009-08-29 19:23:25 +02:00
David Decotigny
7a3ac15d5b
added instructions for daemon script
2009-08-29 19:23:14 +02:00
Thomas Petazzoni
1794bdd19d
Merge branch 'master' of git://pollindd.local/maposmatic/
2009-08-29 19:16:32 +02:00
David Decotigny
83b8aa0157
added template for daemon startup script
2009-08-29 19:15:42 +02:00
David Decotigny
37ccc94c60
changed log infrastructure : single LOG object confiugrable through settings
2009-08-29 19:13:17 +02:00
Thomas Petazzoni
69018abb0c
More details on installation instructions
2009-08-29 19:07:05 +02:00
Thomas Petazzoni
5ca1ed0958
Slightly increase the space between the bounding box inputs
2009-08-29 19:02:38 +02:00
Thomas Petazzoni
f3ebea30f3
Translate index to english
2009-08-29 19:01:44 +02:00
Thomas Petazzoni
bf43a91081
Remove NOHANG in call to waitpid()
...
This allows to wait for the child process to tell us about its failure
(otherwise we consider it as a success).
2009-08-29 18:57:54 +02:00
Thomas Petazzoni
075676c16f
Implement the file cleaning procedure
2009-08-29 18:30:35 +02:00
David Decotigny
280dfa573b
doc for the wsgi template
2009-08-29 17:45:45 +02:00
David Decotigny
15d5cd7f0d
wsgi template
2009-08-29 17:43:28 +02:00
Thomas Petazzoni
4df2d3e9c0
Add missing import logging in configuration template
2009-08-29 17:39:17 +02:00
Thomas Petazzoni
f6303aec2e
Remove forbidden prints
2009-08-29 17:38:53 +02:00
Thomas Petazzoni
2b13d8bc3f
Support multiple rendering formats and display links to generated files
2009-08-29 17:23:11 +02:00
Thomas Petazzoni
331d738c89
Switch to a better logging facility
...
We now have separate logging for the web service (logwww) and the
daemon (logdaemon). They can be configured separately in the
settings_local.py file.
2009-08-29 16:40:31 +02:00
Thomas Petazzoni
5a38ca6107
Use named keywords when calling the OCitySMap constructor
2009-08-29 16:39:54 +02:00
Thomas Petazzoni
eb64e1e1b5
Improve the generation of the files prefix
2009-08-29 16:39:07 +02:00
Thomas Petazzoni
3a4da0d28a
Only show entries over last 24h in /jobs page and improve formatting
2009-08-29 15:08:07 +02:00
Thomas Petazzoni
3e8997fead
Add more details in the job status pages
2009-08-29 12:51:53 +02:00
Thomas Petazzoni
8a5dcb3cf0
Add methods to give queue status informations
...
Method queue_size() in the MapRenderingJob manager
Methods current_position_in_queue() and
rendering_estimated_start_time() in MapRenderingJob
In the view:
* use the queue_size() method to initialize the
index_queue_at_submission when a job is submitted.
* on the job status page, sort jobs by descending order of submission
time
2009-08-29 12:49:41 +02:00
Thomas Petazzoni
616b3b39d0
Many improvements
2009-08-29 11:06:30 +02:00
Thomas Petazzoni
8a70335efe
Improve menu + add about and maps pages
2009-08-29 09:20:13 +02:00
Thomas Petazzoni
880d6795fa
Move menu to the left, center the title
2009-08-29 08:53:17 +02:00
Thomas Petazzoni
da10c910e5
Re-indent CSS
2009-08-29 08:37:50 +02:00
Thomas Petazzoni
cb79143669
Various fixes
2009-08-29 01:15:50 +02:00
Thomas Petazzoni
952e822659
Implementation of maposmaticd and other improvements
2009-08-29 00:11:46 +02:00
Thomas Petazzoni
3b58bd825a
Split settings into settings_local
2009-08-28 15:42:41 +02:00
Thomas Petazzoni
dc341b22d9
Ignore .pyc files
2009-08-28 15:36:51 +02:00
Thomas Petazzoni
7c28357369
First import of maposmatic web service
2009-08-28 15:36:10 +02:00