"Fossies" - the Fresh Open Source Software Archive 
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) HTML source code syntax highlighting (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 <!--
2 Licensed to the Apache Software Foundation (ASF) under one
3 or more contributor license agreements. See the NOTICE file
4 distributed with this work for additional information
5 regarding copyright ownership. The ASF licenses this file
6 to you under the Apache License, Version 2.0 (the
7 "License"); you may not use this file except in compliance
8 with the License. You may obtain a copy of the License at
9
10 http://www.apache.org/licenses/LICENSE-2.0
11
12 Unless required by applicable law or agreed to in writing,
13 software distributed under the License is distributed on an
14 "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 KIND, either express or implied. See the License for the
16 specific language governing permissions and limitations
17 under the License.
18 -->
19
20 <html><head><meta name="viewport" content="width=device-width, initial-scale=1">
21 <title>PageSpeed Modules</title></head>
22 <link rel="stylesheet" type="text/css" href="doc/doc.css"/>
23 <style>
24 body {
25 font-family: sans-serif;
26 margin: 0;
27 padding: 0;
28 line-height: 1.5;
29 word-wrap: break-word;
30 }
31
32 #content p {
33 max-width: 40em;
34 }
35
36 a {
37 color: #0288d1;
38 text-decoration: none;
39 }
40
41 a:hover {
42 text-decoration: underline;
43 }
44
45 #header, #navline {
46 color: white;
47 }
48
49 #logoline {
50 background-color: #0061ff;
51 padding: 1em;
52 }
53
54 #logo {
55 display: inline-block;
56 position: relative;
57 top: 4px;
58 }
59
60 #logotext {
61 font-size: 32px;
62 display: inline-block;
63 }
64
65 #content {
66 margin: 1em;
67 margin-top: 2em;
68 }
69
70 #banner {
71 height: 9em;
72 position: relative;
73 text-align: justify;
74 margin-left: auto;
75 margin-right: auto;
76 border-top: 1px solid silver;
77 }
78
79 #banner::before {
80 position: absolute;
81 top: 0;
82 left: 0;
83 bottom: 0;
84 right: 0;
85 opacity: .3;
86 content: "";
87 z-index: -1;
88 background-image: url(network-loading.png);
89 background-repeat: no-repeat;
90 background-size: cover;
91 }
92
93
94
95 #banner-logo-container {
96 height: 8em;
97
98 margin-top: 0.5em;
99 margin-left: auto;
100 margin-right: auto;
101 display: block;
102 position:relative;
103 width: 150px;
104
105 background-image: url(pagespeed+nginx+apache.svg);
106 background-size: contain;
107 background-position: center center;
108 }
109
110
111 #grey-stripe {
112 height: 0.5em;
113 background-color: #888;
114 }
115
116 #resources p {
117 max-width: 33em;
118 }
119
120 #resources h2, #resources h3 {
121 color: #757575;
122 font-weight: normal;
123 }
124
125 #resources a {
126 margin-right: 2em;
127 white-space: nowrap;
128 }
129
130 @media (min-width: 37em) {
131 .resource {
132 width: 35em;
133 display: inline-block;
134 vertical-align: top;
135 }
136 }
137
138 h2 {
139 border-bottom: 1px dashed silver;
140 }
141
142 </style>
143
144 <body>
145
146 <div id=header>
147 <div id=logoline>
148 <div id=logo>
149 <img src="https://www.gstatic.com/images/branding/product/1x/pagespeed_32dp.png"
150 srcset="https://www.gstatic.com/images/branding/product/2x/pagespeed_32dp.png"
151 width=32 height=32 alt="pagespeed logo">
152 </div>
153 <div id=logotext>Apache PageSpeed (Incubating)</div>
154 </div>
155 </div>
156
157 <div id=banner>
158 <div id="banner-logo-container"></div>
159 </div>
160
161 <div id=grey-stripe></div>
162 <img src="/incubator.png" height="80" align="right">
163
164 <div id=content-wrapper>
165 <div id=content>
166
167 <p>
168 The PageSpeed Modules, <a href="https://github.com/apache/incubator-pagespeed-mod" target="_blank">mod_pagespeed</a> and
169 <a href="https://github.com/apache/incubator-pagespeed-ngx" target="_blank">ngx_pagespeed</a>, are open-source
170 webserver modules that <a href="/doc/filters">optimize your site automatically</a>.
171 </p>
172
173 <p class="note">
174 <strong>Disclaimer</strong>:
175 Apache PageSpeed is an effort undergoing incubation at The
176 Apache Software Foundation (ASF), sponsored by the Apache Incubator.
177 Incubation is required of all newly accepted projects until a further
178 review indicates that the infrastructure, communications, and
179 decision making process have stabilized in a manner consistent with
180 other successful ASF projects. While incubation status is not
181 necessarily a reflection of the completeness or stability of
182 the code, it does indicate that the project has yet to be fully
183 endorsed by the ASF.</p>
184 </div>
185
186 <div id=resources>
187 <h2>Install on your webserver</h2>
188
189 <div class=resource-group>
190 <div class=resource>
191 <h3>Packages for Apache</h3>
192 <p>Pre-built binary packages for Apache</p>
193 <a href="doc/download">Download Packages</a>
194 </div>
195
196 <div class=resource>
197 <h3>Source for Nginx</h3>
198 <p>Build from source on Nginx</p>
199 <a href="doc/build_ngx_pagespeed_from_source">Download Source</a>
200 </div>
201 <div>
202
203 <h2>Read Documentation</h2>
204
205 <div class=resource-group>
206 <div class=resource>
207 <h3>Configuring PageSpeed for your site</h3>
208 <p>Read how to enable the module and adjust it for your system</p>
209 <a href="doc/">Documentation</a>
210 <a href="doc/release_notes">Release Notes</a>
211 </div>
212 <div class=resource>
213 <h3>Examples</h3>
214 <p>Examples of PageSpeed optimization filters in action.</p>
215 <a target="_blank" href="examples/">Examples</a>
216 </div>
217 </div>
218
219 <h2>Get Support</h2>
220
221 <div class=resource-group>
222 <div class=resource>
223 <h3>Ask a question on the mailing list</h3>
224 <p>On our discussion mailing lists you can ask questions and get help from
225 the developers and other users.</p>
226 <a href="https://groups.google.com/group/mod-pagespeed-discuss">Apache</a>
227 <a href="https://groups.google.com/group/ngx-pagespeed-discuss">Nginx</a>
228 <h3>IRC</h3>
229 <p>Join our <strong>#pagespeed</strong> channel on irc.freenode.net</p>
230 </div>
231
232 <div class=resource>
233 <h3>File a bug</h3>
234 <p>If PageSpeed isn't working correctly on your site, file a bug and we'll
235 look into it.</p>
236 <a href="https://github.com/apache/incubator-pagespeed-mod/issues/new">Apache</a>
237 <a href="https://github.com/apache/incubator-pagespeed-ngx/issues/new">Nginx</a>
238 </div>
239 </div>
240
241 <h2>Make Changes</h2>
242 <div class=resource-group>
243 <div class=resource>
244 <h3>Get the source</h3>
245 <p>Download the source code, to build on your machine.</p>
246 <a href="https://github.com/apache/incubator-pagespeed-mod">Apache</a>
247 <a href="https://github.com/apache/incubator-pagespeed-ngx">Nginx</a>
248 </div>
249
250 <div class=resource>
251 <h3>Join the project mailing list</h3>
252 <p>Talk about code changes, designs, refactoring, and new features. If
253 you're interested in getting started with PageSpeed development,
254 introduce yourself here!</p>
255 <a href="https://lists.apache.org/list.html?dev@pagespeed.apache.org">pagespeed-dev@</a>
256 </div>
257
258 <div class=resource>
259 <h3>Read the wiki</h3>
260 <p>All our developer-focused documentation, from how to get started with
261 a development environment, to running tests, to our list of
262 priorities.</p>
263 <a href="https://github.com/apache/incubator-pagespeed-mod/wiki">Wiki</a>
264 </div>
265
266 <div class=resource>
267 <h3>API Documentation</h3>
268 <p>Documentation for the PageSpeed optimization libraries.</p>
269 <a target="_blank" href="/psol/annotated.html">API Documentation</a>
270 </div>
271 </div>
272
273 <h2>Related Projects</h2>
274
275 <div class=resource-group>
276 <div class=resource>
277 <h3>Other PageSpeed integrations</h3>
278 <p>While mod_pagespeed (Apache) and ngx_pagesped (Nginx) are the only two
279 server integrations developed by the core PageSpeed team, people have
280 ported PageSpeed to other servers as well.</p>
281 <a href="https://www.iiswebspeed.com/">IIS</a>
282 <a href="https://github.com/apache/trafficserver/tree/master/plugins/experimental/ats_pagespeed">Traffic Server</a>
283 <a href="http://open.litespeedtech.com/mediawiki/index.php/Help:Modules:PageSpeed">OpenLiteSpeed</a>
284 </div>
285 </div>
286 </div>
287
288 </div>
289 </div>
290
291 </body></html>