Andrew Janke
a622afa235
More typo, grammar, and style fixes
2018-12-18 00:26:44 -05:00
Marc Poulin
35c13bc9ea
Fixed all H2 headings
...
Before, H2 fomratting was not consistent.
Now, all H2 headings use over/under asterisks.
2018-12-04 13:44:41 -07:00
Marc Poulin
693c8ca677
Fixed all H1 headings
...
Before, H1 headings were not consistent.
Now, all H1 headings user over/under hashes.
2018-11-29 11:46:30 -07:00
Marc Poulin
57360cf2c6
Resolved W3C link redirect warnings
...
Fixed permanent redirects reported by the W3C link checker.
2018-10-22 14:12:24 -06:00
Rick West
92ee9d116f
Update web.rst
2018-09-30 14:02:01 +01:00
Rick West
33436d48cc
Update web.rst following #922
...
Fix broken link 🙈
2018-09-29 21:03:44 +01:00
Rick West
96d17ff292
Update web.rst
...
Add Masonite to web frameworks.
2018-09-29 19:22:56 +01:00
Dan Bader
03ed5fbf0d
Host photos locally
2018-07-16 17:51:29 -07:00
kennethreitz
a2ae83f6c1
Merge pull request #900 from anlewis/issue-839-falcon-framework
...
Update web.rst to include Falcon web framework
2018-06-22 16:36:18 -04:00
Marcin Lulek
1d1c6d5f8b
Mention pyramid powered pypi and cookiecutters
...
Mention that pyramid powered pypi and makes some decisions for users providing project templates
2018-06-06 19:23:44 +02:00
Anna Lewis
fb45ce7ef9
Fix quotation marks
2018-05-24 20:18:58 -06:00
Anna Lewis
2cbe7c3452
Update web.rst to include Falcon web framework
2018-05-23 22:17:34 -06:00
Katie McLaughlin
b6307553f4
Add DjangoCon AU
2018-01-05 17:53:30 +11:00
kennethreitz
d0e8328728
Update web.rst
2017-09-04 17:02:05 -04:00
Dmytro Brykovets
d3e97f2ec1
Remove junk in Jinja code block
...
The "<!" before template extension statement is unnecessary and also breaks code highlighting.
2017-04-15 12:34:19 +03:00
Marijn van der Zee
3b63e28f4c
Use Mako highlighting instead of html
2017-03-11 14:53:16 +01:00
kennethreitz
0b1f1d9442
Update web.rst
2017-02-04 15:22:40 -06:00
Bruno Alla
5350bc4d94
Update section about Gondor
...
Gondor has changed name, it’s now called
[Eldarion](http://eldarion.cloud ). I haven’t used it myself, but I
thought I would update the page.
2016-12-12 13:24:13 +00:00
Adam Chainz
af7d603e97
Convert readthedocs links for their .org -> .io migration for hosted projects
...
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/ ) ‘Securing subdomains’:
> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.
Test Plan: Manually visited all the links I’ve modified.
2016-09-21 08:31:09 +01:00
Steve Piercy
205ffc7dd6
use correct URL for Pyramid
...
wrap to 79 columns
2016-03-31 05:31:40 -07:00
Carlos de la Guardia
cc6a4c03a8
Remove inaccurate comparison of Pyramid to Django.
...
Ass proposed in #693 .
2016-03-30 23:53:51 -06:00
Scott Burns
4a83c7a88b
Clarify gondor
2016-02-22 15:22:32 -06:00
kennethreitz
e39e69d7a4
thats better
2016-02-22 00:58:21 -05:00
kennethreitz
5c1329ed9b
sp
2016-02-22 00:55:59 -05:00
kennethreitz
819255fd01
waitress
2016-02-22 00:54:32 -05:00
kennethreitz
b1032554dd
tornado opinion
2016-02-22 00:49:34 -05:00
kennethreitz
b98cc3bd2c
fail
2016-02-22 00:48:45 -05:00
kennethreitz
23d13f3762
better
2016-02-22 00:48:08 -05:00
kennethreitz
a4c1c3213a
recommended
2016-02-22 00:41:00 -05:00
kennethreitz
b7b58209ca
few
2016-02-22 00:39:13 -05:00
kennethreitz
1edba2863f
better
2016-02-22 00:38:06 -05:00
kennethreitz
b887e0df6f
better
2016-02-22 00:36:46 -05:00
kennethreitz
c1093f01ae
simplify
2016-02-22 00:35:36 -05:00
kennethreitz
8cf1d124bb
templates
2016-02-22 00:34:19 -05:00
kennethreitz
ca270f5833
better
2016-02-22 00:27:26 -05:00
kennethreitz
e6c516f108
note
2016-02-22 00:25:12 -05:00
kennethreitz
bd19eccf23
better wording
2016-02-22 00:23:11 -05:00
kennethreitz
ac9d8d31b5
promote
2016-02-22 00:18:58 -05:00
kennethreitz
c8207819c8
update to web
2016-02-22 00:16:35 -05:00
kennethreitz
f12ff7d459
rewrite flask/django
2016-02-21 23:56:42 -05:00
Taranjeet
aa8bf18b87
removes repeating web.py from docs/scenarios
2015-12-27 18:02:49 +05:30
Ian Cordasco
727ff08091
Merge pull request #621 from bhavnanisidhant/patch-2
...
Added Web.py and Web2py
2015-10-31 09:28:51 -05:00
SanketDG
92cfb70e87
add Mako to templating section
...
http://www.makotemplates.org/
Mako is the default templating language included in the pyramid
and pylons web frameworks. This includes a short info on how to
get started writing templates in Mako.
2015-10-26 21:58:34 +05:30
Sidhant Bhavnani
a5510abc65
Added Web.py and Web2py
2015-10-22 21:27:36 +05:30
Mark van Lent
1f68a425dd
Fix duplicate target name "uwsgi".
2015-10-21 06:20:11 +02:00
José Fernández Ramos
06e3bcef58
Fix rst formatting for chameleon link
2015-05-24 18:09:05 +02:00
Vincent Zee
7e385158c7
Corrected lines to be no longer than 78 characters
2015-03-01 16:27:06 +01:00
Ian Cordasco
975a7e694b
Merge pull request #501 from webmaven/master
...
Added section on Chameleon templating, for Issue #382
2014-12-07 14:14:52 -06:00
Michael Bernstein
53bf93d767
A bit more editing and cleanup of the Chameleon section.
2014-12-07 13:43:48 -06:00
Michael Bernstein
c04def9e05
Expanded and edited the Chameleon section.
2014-12-07 11:43:01 -06:00