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
Ron DuPlain
c1a2e3cf14
Add Rule #0 to extension development.
13 years ago
Ron DuPlain
3bf1750b5d
Tighten quickstart deployment docs.
13 years ago
Max
8f568cfc19
Split foreword into two files; edited lots.
13 years ago
James Saryerwinnie
8d1546f8e6
Reword the docs for writing a flask extension
...
There was a minor bug in the example extension that's
been fixed.
I also updated the description of the fixed code accordingly, and
expanded on the usage of _request_ctx_stack.top for adding data
that should be accesible to view functions.
I verified that the existing code as is works as expected.
13 years ago
wilsaj
a77938837c
docfix: wrong converter name: unicode -> string fixes #364
13 years ago
wilsaj
756a5565ea
docfix: wrong converter name: unicode -> string
13 years ago
Max
c78070d862
Wrapped paragraphs; changed some words.
13 years ago
Max
d8c2ec4cd8
Fixed linebreaks.
13 years ago
Max
74a72e86ad
Changed some things in the foreward to diminish its discouragement.
13 years ago
Ned Jackson Lovely
27194a01d8
Fix typo in docs.
...
http://feedback.flask.pocoo.org/message/279
13 years ago
Matt Dawson
2d237f3c53
Fix grammar in extension dev docs.
13 years ago
Kevin Burke
2befab24c5
remove localtunnel things that were added to snippets
13 years ago
Kevin Burke
605d0ee344
update links
13 years ago
Kevin Burke
6b9e6a5a52
add heroku/deploy options to quickstart, and add more clear links in tutorial setup.
13 years ago
Paul McMillan
b9f4e0bd9c
Remove redundant words from quickstart.
13 years ago
awsum
20a3281209
Update docs/patterns/wtforms.rst
13 years ago
Andrew Ash
fc7fe62846
Update docs/errorhandling.rst
13 years ago
Ron DuPlain
04bb720d38
Fix Blueprint example with template_folder, #403 .
13 years ago
Ron DuPlain
e070ede050
Use "." not "source" for shell sourcing.
...
Shell portability from mitsuhiko.
13 years ago
Kenneth Reitz
5e848176e5
typos and fixes
13 years ago
Kenneth Reitz
60f7e3a7b4
vent and no more .
13 years ago
Kenneth Reitz
73a8595335
vent and no more .
13 years ago
Kenneth Reitz
4a75198f36
pip and distribute installation
13 years ago
Ron DuPlain
69e7a0a2a0
Move debugger details into a new section, #343 .
13 years ago
Ron DuPlain
dfd3ef6d54
Add cookie size limit note to sessions section.
...
Result of discussion with jujule_ on #pocoo irc.
13 years ago
Ron DuPlain
5a1bef4429
Demonstrate in docs how to use registered filters.
...
Requested by @plaes on #pocoo irc.
13 years ago
Ron DuPlain
8ef2ca99b9
Reword context processors for functions.
13 years ago
Priit Laes
d33f9990c8
Document context processors' variable functions
13 years ago
FND
4aebc267bc
Hyphenate "class-based"
...
makes it more readable
13 years ago
Ron DuPlain
5cb50a46ee
Fix Message Flashing doc, from SwashBuckla #pocoo.
...
Provide a full example as promised in the doc.
13 years ago
Ron DuPlain
36f3184396
Automate .mobi generation of docs, #388 .
13 years ago
Ron DuPlain
92dbe3153a
Export .epub with docs, #388 .
13 years ago
FND
76c1a1f722
fixed spelling of "instantiate"
...
while the interwebs suggest "instanciate" might be a valid spelling, it
seems quite uncommon and potentially irritating (to pedants like myself)
13 years ago
Ron DuPlain
c93ea5551c
Keep flashed message examples in one place.
13 years ago