Ramiro Gomez
3800c7396b
Try to correct confusing sentence in doc and fixed word duplication.
12 years ago
Randall Degges
40ccc0a99a
Fixing some wording in the design documentation.
12 years ago
Akai Kitsune
b9df128ba8
Added directions for mod_wsgi vhost configuration under Apache on Windows
13 years ago
Simon Sapin
c3f651dccb
Remove the unused `ScriptNameStripper.to_strip` in the FastCGI doc example.
...
Alernatively, `environ['SCRIPT_NAME'] = ''` should be replaced with something like:
if environ['SCRIPT_NAME'].startswith(self.to_strip):
environ['SCRIPT_NAME'] = environ['SCRIPT_NAME'][len(self.to_strip):]
13 years ago
Ron DuPlain
ea2a0629c9
Touch up dbinit tutorial doc.
...
Discussion on #pocoo with svenstaro, dAnjou, noob13.
13 years ago
Sven-Hendrik Haase
690b0c34ff
Fix chose -> choose typo
13 years ago
Sven-Hendrik Haase
0553bbdefe
Made it explicitly clear where changes should go in the tutorial
13 years ago
Armin Ronacher
d5218997d9
Added flask.stream_with_context
13 years ago
bev-a-tron
1f82d02b33
Fixes #519 by adding return statement
13 years ago
Armin Ronacher
7b1c8fd15b
Added #522 in modified version
13 years ago
Ramiro Gómez
5bbf8bdcd9
Update master
13 years ago
Ben Rousch
5c2aa7a921
Added link to extensions in "Hook. Extend." section.
13 years ago
Natan L
99aaacb1a9
Emended extensiondev.rst.
13 years ago
Armin Ronacher
086348e2f2
Added after_this_request decorator.
13 years ago
Armin Ronacher
dbfd406a21
Added required_methods
13 years ago
Ron DuPlain
26da6a5365
Use default send_file max-age consistently.
...
Prior to this commit, the send_file max-age hook and config were only
used for the static file handler. Now they are used when calling
helpers.send_file directly.
13 years ago
Ron DuPlain
7c79ce6e41
Revise foreword and Becoming Big docs, #484 .
13 years ago
Alex Vykalyuk
028229d0ff
Fixed typo in docs/quickstart
13 years ago
Alex Vykalyuk
0333c824bf
Removed link to ep.io from quickstart
13 years ago
Ron DuPlain
fb01187885
Touch up fastcgi doc.
13 years ago
Vadim Pestovnikov
34380b9c1d
Add detailed Apache httpd fastcgi configuration.
13 years ago
Ron DuPlain
a3cb2a3382
Use American English for "behavior" in docs.
...
Prompted by plaes on #pocoo, mitsuhiko confirmed to use American English.
13 years ago
Ron DuPlain
10c34e6652
Reword 0.9 upgrade doc, thanks to plaes on #pocoo.
13 years ago
Ron DuPlain
b885edf810
Fix typo pointed out by tri on #pocoo.
13 years ago
Ron DuPlain
0d2ffc094b
Use 'venv' consistently for virtualenv directory.
...
Pointed out by tri on #pocoo.
13 years ago
Natan
ffbab00cd1
Rectified rampant 'roule'.
13 years ago
Paul McMillan
acb61ae57b
Minor docs fix.
13 years ago
Armin Ronacher
d26af4fd6d
Fixed some smaller things in the docs
13 years ago
Armin Ronacher
52f9cefbcd
More documentation updates for 0.9
13 years ago
Armin Ronacher
32f845ea75
Added an example for using the db connection without the request
13 years ago
Armin Ronacher
9bed20c07c
Added documentation for appcontext and teardown handlers
13 years ago
Armin Ronacher
cf1641e5be
Changed the implementation of returning tuples from functions
13 years ago
Armin Ronacher
ab110d8fe5
Documented config changes
13 years ago
Armin Ronacher
0207e90155
Updated docs for the app context.
13 years ago
Dmitry Shevchenko
9c48387072
Removed unneeded print statements form mongokit pattern doc
13 years ago
Ron DuPlain
f07199009c
Fix reqcontext ref in signals doc.
13 years ago
Ron DuPlain
492ef06bff
Clarify use of context-locals with signals.
13 years ago
Ron DuPlain
b16c988f1e
Fix static endpoint name mention in quickstart.
13 years ago
Kenneth Reitz
f46f7155b2
2012
13 years ago
Ron DuPlain
df772df24f
Touch up run_simple doc, #446 .
13 years ago
Ron DuPlain
9ab41edbd7
Touch up proxying docs.
13 years ago
Ron DuPlain
9a1d616706
Add simple proxying nginx config to docs.
...
Origin:
https://gist.github.com/2269917
13 years ago
Ron DuPlain
976c9576bd
Reorder deployment options.
13 years ago
Ron DuPlain
7e4b705b3c
Move others.rst to wsgi-standalone.rst.
13 years ago
Sergey
e76db15e26
Update docs/quickstart.rst
13 years ago
Simon Sapin
e08028de55
pip vs. easy_install consistency
13 years ago
Filip Ristić
c2661dd4bc
Update docs/patterns/packages.rst
13 years ago
jtsoi
fe9f5a4768
Added an example of how to configure debugging with run_simple, it has to be enabled both for the Flask app and the Werkzeug server.
13 years ago
iammookli
73cb15ed2c
Update docs/patterns/mongokit.rst
13 years ago
Ron DuPlain
d94efc6db6
Expose send_file max-age as config value, #433 .
...
Need to add the same hook in a Blueprint, but this is the first such
case where we need app.config in the Blueprint.
13 years ago