forked from cherokee/cherokee.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
148 lines (106 loc) · 3.88 KB
/
index.html
File metadata and controls
148 lines (106 loc) · 3.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
---
layout: default
title: Home
---
<div id="banner">
<div id="sprint">
<div id="mainmsg">
<h1>Evolved Web Infrastructure Software</h1>
<p>Cherokee is an innovative, feature rich, and yet easy to configure open source web server.</p>
</div>
</div>
</div>
<div id="container">
<div id="index-main">
<h2>Features Highlights</h2>
<div id="features">
<ul class="list">
<li><strong>User friendly</strong><br>
<span>All the configuration is done through Cherokee-Admin, a
beautiful and powerful web interface.</span></li>
<li><strong>Modern Technologies</strong><br>
<span>Cherokee supports the most widespread Web technologies:
FastCGI, SCGI, PHP, uWSGI, SSI, CGI, LDAP, TLS/SSL, HTTP proxying,
video streaming, content caching, traffic shaping, etc.</span></li>
<li><strong>Cross Platform</strong><br>
<span>Cherokee runs on Linux, Mac OS X, Solaris, and BSD.</span></li>
</ul>
</div>
</div>
<div id="index-sidebox">
<div id="main-links">
<ul>
<li><img src="/static/images/download.png" title="Download Cherokee 1.2.103"><a href="/downloads.html">Download Cherokee 1.2.103</a><br>
<span>Fetch the latest version of Cherokee</span></li>
<li><img src="/static/images/documentation.png" title="Read the documentation"><a href="/doc">Read the documentation</a><br>
<span>Tutorials, recipes, etc</span></li>
<li><img src="/static/images/contribute.png" title="Contribute to the project"><a href="/contribute.html">Contribute to the project</a><br>
<span>Help us to develop a better server!</span></li>
</ul>
</div>
</div>
<div class="clr"></div>
<div class="bar3">
<div class="bar3-title">
<a href="https://github.com/cherokee/webserver/commits/master">Latest Commits in <em>master</em></a>
</div>
<script src="/static/js/github.commits.widget.js"></script>
<script>
$(function() {
$('#github-commits-master').githubInfoWidget(
{ user: 'cherokee', repo: 'webserver', branch: 'master', last: 6, limitMessageTo: 40 });
});
</script>
<div id="github-commits-master"></div>
<div class="bar3-bottom-link">
<a href="https://github.com/cherokee/webserver/commits/master">View commits log »</a>
</div>
</div>
<div class="bar3">
<div class="bar3-title">
<a href="https://github.com/cherokee/webserver/commits/master">Latest Commits in <em>dev</em></a>
</div>
<script src="/static/js/github.commits.widget.js"></script>
<script>
$(function() {
$('#github-commits-dev').githubInfoWidget(
{ user: 'cherokee', repo: 'webserver', branch: 'dev', last: 6, limitMessageTo: 40 });
});
</script>
<div id="github-commits-dev"></div>
<div class="bar3-bottom-link">
<a href="https://github.com/cherokee/webserver/commits/master">View commits log »</a>
</div>
</div>
<!-- removed from display until someone finds a javascript widget --
<div class="bar3">
<div id="mailing-list">
<div class="bar3-title">
<a href="http://lists.octality.com/listinfo/cherokee">Mailing List</a>
</div>
<div class="mail">
<div class="date">
Date
</div>
<div class="mail-txt">
<a href="http://lists.octality.com/pipermail/cherokee/2012-December/thread.html">Title</a><br>
Author, message count
</div>
</div>
<div class="bar3-bottom-link">
<a href="http://lists.octality.com/listinfo/cherokee">Subscribe to the Cherokee mailing list »</a>
</div>
</div>
</div>
-->
<div class="clr"></div>
<!-- Show last 5 blog posts here -->
{% for post in site.posts limit: 5 %}
<div class="post">
<h2>{{ post.title }}</h2>
<span class="date">{{ post.date | date_to_string }}</span>
<div class="entry">{{ post.excerpt }}</div>
<span class="meta"><a href="{{site.baseurl}}{{ post.url }}">Read more</a></span>
</div>
{% endfor %}
</div>