285 Commits (a43a439c7a839edc8c5ac7062acb694eceb99e55)

Author SHA1 Message Date
Armin Ronacher 5ca17c86c0 Added a missing colon 13 years ago
Brandon Stafford 5304a15adc Add runserver.py filename to match earlier section of example 13 years ago
Armin Ronacher 029eebe2f5 No need for the directive here. 13 years ago
Armin Ronacher 4d2c8181b4 Updated docs for streaming 13 years ago
Dan Callahan 290925e133 Minor documentation typo / grammar fixes 13 years ago
Felix Hummel 8d2daea327 be consistent with app.config['UPLOAD_FOLDER'] 13 years ago
ThomasWaldmann 441c8a5b93 fixed typo 13 years ago
Hadley Rich c6dbcd572b Trivial fix for PathDispatcher example usage 13 years ago
Armin Ronacher c26a6dd50c Admin -> Backend 13 years ago
Armin Ronacher 22d468e190 Less annoying gender neutral forms 13 years ago
Jeffrey Finkelstein 12761bd02c fixed pronoun gender in documentation 13 years ago
Ron DuPlain 8e928a2fcb Document Werkzeug's run_simple for dispatch, #225. 13 years ago
wilsaj c40937e7bf Bug fix in the documentation for Deploying with Fabric: as of Fabric 1.0, in the local() function capture=False by default, so it must be explicitly set to capture=True so it returns a python string (http://docs.fabfile.org/en/1.0.1/api/core/operations.html#fabric.operations.local) 13 years ago
Peter Manser e6b9f509ba Improving documentation for loading jQuery. Now using Google CDN with fallback to local jQuery. 13 years ago
Armin Ronacher d38c61f42a More modules -> blueprints 13 years ago
Armin Ronacher d62e277dfe Added pattern for url processors because the API documentation itself might not reveal much. 13 years ago
Armin Ronacher 86175054d6 More docstrings for blueprints. 13 years ago
Armin Ronacher dbfa04ece6 Removed old module documentation and added some new for blueprints. 13 years ago
Ron DuPlain 65f9bc7b22 Touch up (tiny) doc as requested by emiel, #244. 13 years ago
Armin Ronacher a9fc040c39 Updated documentation to use teardown request where appropriate 14 years ago
Ronny Pfannschmidt 74514fc837 the import order note was meant to be bold, not cursive 14 years ago
Aaron Kavlie c6e4d743a9 A couple of corrections to the example fabfile. 14 years ago
Armin Ronacher 43cf3f307f Improved wording 14 years ago
Armin Ronacher 60de3f295b Updated appdispatch pattern 14 years ago
Drew Vogel 3deae1bd48 Clarified language related to avoiding circular imports. 14 years ago
Armin Ronacher 45b97d14e3 Started work on app dispatch docs 14 years ago
matt swanson 5764f3abd2 fixing cross-referenced links on jquery patterns page 14 years ago
matt swanson 4046d3bd30 fixing cross-referenced links on fileupload patterns page 14 years ago
Jerry Baker 09a06abb77 Updated 'declarative' link in docs/patterns/sqlalchemy.rst 14 years ago
Armin Ronacher 8ed051d5b5 Fixed a terrible wrong part in the module documentation 14 years ago
Armin Ronacher 4228d7281f No reference for favicon 14 years ago
mvantellingen b0ca7e5af1 Implement the endpoint decorator. This allows you to easily map views to endpoints when using the werkzeug routing. 14 years ago
Dag Odenhall 7afd49c648 Pattern documentation for favicons 14 years ago
Armin Ronacher 24c1713ff5 Improved documentation for model registration 14 years ago
agentultra 325b96099a Small change to the packages documentation example for clarity 14 years ago
Ron DuPlain 6875a057ec Fixed small typos in docs. Added a cross-ref. 14 years ago
agentultra c62422c318 Updated documentation on packaging patterns 14 years ago
Armin Ronacher d903f55e83 s/sdist/dist/. This fixes #106 14 years ago
Armin Ronacher a3f78af870 Improved the templated decorator in the documentation as recommended by Thadeus Burgess on the mailinglist 14 years ago
Armin Ronacher 6b5ba14521 Added a missing is 14 years ago
Armin Ronacher c41a1cd8dc Another typo fix 14 years ago
jgraeme ff2786d8af Fix some typos in the docs 14 years ago
Armin Ronacher 0d9b6347d6 Fixed two typos in the pattern documentation. Thanks Ricky de Laveaga 14 years ago
Armin Ronacher dbb3620792 Fixed an rst error 14 years ago
Armin Ronacher e84ca8ed94 Clearified that 14 years ago
Armin Ronacher bc8e021b34 Added a note on references to static folders 14 years ago
Armin Ronacher 54ebd88f45 Documented MAX_CONTENT_LENGTH in the file upload docs and linked to Flask-Uploads 14 years ago
Armin Ronacher f1a6fbe250 send_from_directory > SharedDataMiddleware 14 years ago
florentx 16e4d5a655 Various typos. 14 years ago
Armin Ronacher 5dd4e9f318 Fixed a typo 14 years ago