updated to EiffelWebFramework/EWF
This commit is contained in:
156
index.html
156
index.html
@@ -1,78 +1,80 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset='utf-8'>
|
<meta charset='utf-8'>
|
||||||
|
|
||||||
<title>Eiffel-World/Eiffel-Web-Framework @ GitHub</title>
|
<title>EiffelWebFramework/EWF @ GitHub</title>
|
||||||
|
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
body {
|
body {
|
||||||
margin-top: 1.0em;
|
margin-top: 1.0em;
|
||||||
background-color: #7ffc32;
|
background-color: #7ffc32;
|
||||||
font-family: Helvetica, Arial, FreeSans, san-serif;
|
font-family: Helvetica, Arial, FreeSans, san-serif;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
#container {
|
#container {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
width: 700px;
|
width: 700px;
|
||||||
}
|
}
|
||||||
h1 { font-size: 3.8em; color: #8003cd; margin-bottom: 3px; }
|
h1 { font-size: 3.8em; color: #8003cd; margin-bottom: 3px; }
|
||||||
h1 .small { font-size: 0.4em; }
|
h1 .small { font-size: 0.4em; }
|
||||||
h1 a { text-decoration: none }
|
h1 a { text-decoration: none }
|
||||||
h2 { font-size: 1.5em; color: #8003cd; }
|
h2 { font-size: 1.5em; color: #8003cd; }
|
||||||
h3 { text-align: center; color: #8003cd; }
|
h3 { text-align: center; color: #8003cd; }
|
||||||
a { color: #8003cd; }
|
a { color: #8003cd; }
|
||||||
.description { font-size: 1.2em; margin-bottom: 30px; margin-top: 30px; font-style: italic;}
|
.description { font-size: 1.2em; margin-bottom: 30px; margin-top: 30px; font-style: italic;}
|
||||||
.download { float: right; }
|
.download { float: right; }
|
||||||
pre { background: #000; color: #fff; padding: 15px;}
|
pre { background: #000; color: #fff; padding: 15px;}
|
||||||
hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}
|
hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}
|
||||||
.footer { text-align:center; padding-top:30px; font-style: italic; }
|
.footer { text-align:center; padding-top:30px; font-style: italic; }
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<a href="http://github.com/Eiffel-World/Eiffel-Web-Framework"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
|
<a href="http://github.com/EiffelWebFramework/EWF"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
|
||||||
|
|
||||||
<div id="container">
|
<div id="container">
|
||||||
|
|
||||||
<div class="download">
|
<div class="download">
|
||||||
<a href="http://github.com/Eiffel-World/Eiffel-Web-Framework/zipball/master">
|
<a href="http://github.com/EiffelWebFramework/EWF/zipball/master">
|
||||||
<img border="0" width="90" src="http://github.com/images/modules/download/zip.png"></a>
|
<img border="0" width="90" src="http://github.com/images/modules/download/zip.png"></a>
|
||||||
<a href="http://github.com/Eiffel-World/Eiffel-Web-Framework/tarball/master">
|
<a href="http://github.com/EiffelWebFramework/EWF/tarball/master">
|
||||||
<img border="0" width="90" src="http://github.com/images/modules/download/tar.png"></a>
|
<img border="0" width="90" src="http://github.com/images/modules/download/tar.png"></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h1><a href="http://github.com/Eiffel-World/Eiffel-Web-Framework">Eiffel-Web-Framework</a>
|
<h1><a href="http://github.com/EiffelWebFramework/EWF">EWF</a>
|
||||||
<span class="small">by <a href="http://github.com/Eiffel-World">Eiffel-World</a></span></h1>
|
<span class="small">by <a href="http://github.com/EiffelWebFramework">EiffelWebFramework</a></span></h1>
|
||||||
|
|
||||||
<div class="description">
|
<div class="description">
|
||||||
Framework to build web server application in Eiffel
|
Framework to build web server application in Eiffel
|
||||||
Compliant with EWSGI specification (spec in-progress)
|
Compliant with EWSGI specification (spec in-progress)
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>License</h2>
|
<h2>License</h2>
|
||||||
<p>Eiffel Forum V2</p>
|
<p>Eiffel Forum V2</p>
|
||||||
<h2>Authors</h2>
|
<h2>Authors</h2>
|
||||||
<p>Jocelyn Fiat (jfiat@eiffel.com)
|
<p>Jocelyn Fiat (jfiat@eiffel.com)
|
||||||
<br/>
|
<br/>
|
||||||
<br/> </p>
|
<br/> </p>
|
||||||
|
|
||||||
|
|
||||||
<h2>Download</h2>
|
<h2>Download</h2>
|
||||||
<p>
|
<p>
|
||||||
You can download this project in either
|
You can download this project in either
|
||||||
<a href="http://github.com/Eiffel-World/Eiffel-Web-Framework/zipball/master">zip</a> or
|
<a href="http://github.com/EiffelWebFramework/EWF/zipball/master">zip</a> or
|
||||||
<a href="http://github.com/Eiffel-World/Eiffel-Web-Framework/tarball/master">tar</a> formats.
|
<a href="http://github.com/EiffelWebFramework/EWF/tarball/master">tar</a> formats.
|
||||||
</p>
|
</p>
|
||||||
<p>You can also clone the project with <a href="http://git-scm.com">Git</a>
|
<p>You can also clone the project with <a href="http://git-scm.com">Git</a>
|
||||||
by running:
|
by running:
|
||||||
<pre>$ git clone git://github.com/Eiffel-World/Eiffel-Web-Framework</pre>
|
<pre>$ git clone git://github.com/EiffelWebFramework/EWF</pre>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
get the source code on GitHub : <a href="http://github.com/Eiffel-World/Eiffel-Web-Framework">Eiffel-World/Eiffel-Web-Framework</a>
|
get the source code on GitHub : <a href="http://github.com/EiffelWebFramework/EWF">EiffelWebFramework/EWF</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user