Skip to content

Commit ef4674d

Browse files
committed
Added a community middlewares section.
1 parent f889ffd commit ef4674d

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

source/index.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,30 @@ <h3>OAuth <i class="icon-lock pull-right"></i></h3>
125125
</div>
126126
</div>
127127

128+
<hr>
129+
130+
<div class="middlewares">
131+
<h2>Community Middlewares</h2>
132+
<div class="row-fluid">
133+
<div class="span6">
134+
<h3>HttpCache</h3>
135+
<p>The Symfony2 cache system relies on the simplicity and power of the HTTP cache as defined in the <a href="http://symfony.com/doc/current/glossary.html#term-http-specification">HTTP specification</a>.</p>
136+
<div class="btn-group">
137+
<a class="btn" href="https://github.com/symfony/symfony/tree/master/src/Symfony/Component/HttpKernel"><i class="icon icon-github"></i> GitHub</a>
138+
<a class="btn" href="http://symfony.com/doc/current/book/http_cache.html"><i class="icon icon-book"></i> Docs</a>
139+
<a class="btn" href="https://github.com/symfony/symfony/blob/master/src/Symfony/Component/HttpKernel/HttpCache/HttpCache.php"><i class="icon icon-code"></i> Code</a>
140+
</div>
141+
</div>
142+
<div class="span6">
143+
<h3>StackGeoIp</h3>
144+
<p>Adds geolocation results to the request for subsequent middlewares. Can use any geocoding provider from <a href="http://geocoder-php.org">http://geocoder-php.org</a>.</p>
145+
<div class="btn-group">
146+
<a class="btn" href="https://github.com/herebeducks/StackGeoIp"><i class="icon icon-github"></i> GitHub</a>
147+
</div>
148+
</div>
149+
</div>
150+
</div>
151+
128152
<!--
129153
<hr>
130154

0 commit comments

Comments
 (0)