summaryrefslogtreecommitdiff
path: root/docs/narr/startup.rst
AgeCommit message (Collapse)Author
2017-05-12Merge branch 'master' into change-to-localhostSteve Piercy
2017-05-12update narrative docs to align with source codeSteve Piercy
- per https://github.com/Pylons/pyramid/pull/3000#issuecomment-294565854
2017-04-16Fix #2927 - Change to listen = localhost:6543.Aleph Melo
2017-03-31add some simple notes about plaster in the narrative docsMichael Merickel
2016-12-27quick_tutorial - refactor MyProject/myproject for cookiecuttersSteve Piercy
2016-12-27narr/startup - update for cookiecuttersSteve Piercy
2016-12-09grammar fixesMartin
2016-12-09Added configuration for ipv6 in .ini files.Martin
2016-12-07Changed 'host' and 'port' configuration to a new 'listen' style that is now ↵Martin
supported by waitress server.
2016-12-06Revert "Changed 'host' and 'port' configuration to a new 'listen' style that ↵Bert JW Regeer
…"
2016-12-06Changed 'host' and 'port' configuration to a new 'listen' style that is now ↵Martin
supported by waitress server.
2015-12-08update narrative docs and literalinclude source files that use the starter ↵Steve Piercy
scaffold to reflect its current state
2015-10-09wrap 79 colsSteve Piercy
2015-10-06- grammar, wrapping to 79 columnsSteve Piercy
2014-08-08Add index entries for .ini files vis settings.Karl O. Pinc
2014-08-08Link to logging configuration in the Startup chapter.Karl O. Pinc
The Startup chapter describes the application's .ini file. The Logging chapter describes how to configure logging with the .ini file.
2014-02-09Apply change from #1221 manually.Tres Seaver
Avoid the unintentional slight in OPs commit message.
2013-03-26fix #948Tshepang Lekhonkhobe
2013-03-05fix linkTshepang Lekhonkhobe
2012-04-19squash another reference to dotted nameChris McDonough
2012-04-19take out 'or dotted python name'Chris McDonough
2012-03-01Remove mention of the `root_factory` argument.Martijn Pieters
The example code earlier on the page does not use the `root_factory` argument, only the `settings` argument. This is a fix for pyramid issue #452.
2012-01-02- Use the ``waitress`` WSGI server instead of ``wsgiref`` in scaffolding.Chris McDonough
2011-12-10update startup chapter against new scaffoldingChris McDonough
2011-10-25updated [DEFAULT] to link to the relevant sectionCypha
2011-10-24clarified [DEFAULT] as an optional section in .iniCypha
2011-10-06remove all reference to the paster command-line utilityChris McDonough
2011-08-22- Use [app:main] instead of a pipeline in all scaffolds and tutorialsChris McDonough
and narrative docs. - Break out awkward description of PasteDeploy entry points from project chapter into its own Paste chapter.
2011-07-30Updated all of the docs to reflect the new pyramid.* settings prefix.Michael Merickel
2011-07-24Rewrote bad sentenceCarlos de la Guardia
2011-07-20add more index markersChris McDonough
2011-07-12add docs about logging configChris McDonough
2011-01-29no longer brokenChris McDonough
2011-01-29renderingsChris McDonough
2011-01-27module name contractionsChris McDonough
2010-12-19fix startup chapterChris McDonough
2010-12-09fix docs: pyramid.configuration -> pyramid.configChris McDonough
2010-11-28Narrative doc cleanupBlaise Laflamme
2010-11-22fix wrong egg referenceChris McDonough
2010-11-11document the request.settings attribute as well as we canChris McDonough
2010-11-09- All references to Pyramid-the-application were changed from :mod:`pyramid`Chris McDonough
to :app:`Pyramid`. A custom role setting was added to ``docs/conf.py`` to allow for this. (internal)
2010-11-07- All references to events by interfaceChris McDonough
(e.g. ``pyramid.interfaces.INewRequest``) have been changed to reference their concrete classes (e.g. ``pyramid.events.NewRequest``) in documentation about making subscriptions.
2010-11-04we added more keys to the default paster template ini file app section, ↵Chris McDonough
update the startup chapter to show them
2010-11-04fix project documentation to account for starter paster template changesChris McDonough
2010-11-03de-zcml-ify various chapters and move ZCML to the declarative chapterChris McDonough
2010-10-25convert narrative docs to PyramidChris McDonough
2010-09-12- The BFG router now emits an additional event unconditionally at theChris McDonough
end of request processing: ``repoze.bfg.interfaces.IFinishedRequest``. This event is meant to be used when it is necessary to perform unconditional cleanup after request processing. See the ``repoze.bfg.events.FinishedRequest`` class documentation for more information. - The ``repoze.bfg.interfaces.IWSGIApplicationCreatedEvent`` event interface was renamed to ``repoze.bfg.interfaces.IApplicationCreated``. Likewise, the ``repoze.bfg.events.WSGIApplicationCreatedEvent`` class was renamed to ``repoze.bfg.events.ApplicationCreated``. The older aliases will continue to work indefinitely. - The ``repoze.bfg.interfaces.IAfterTraversal`` event interface was renamed to ``repoze.bfg.interfaces.IContextFound``. Likewise, the ``repoze.bfg.events.AfterTraveral`` class was renamed to ``repoze.bfg.events.ContextFound``. The older aliases will continue to work indefinitely.
2010-03-29Delete duplicate step.Chris McDonough
2010-01-18Prep for b1Chris McDonough
Merge a bunch of paper-based docs fixes Configure logging during bfgshell.
2010-01-11Merge of andrew-docs branch.Chris McDonough