зеркало из https://github.com/mozilla/shumway.git
Update webpage.
This commit is contained in:
Родитель
43f206ba43
Коммит
d0856aef82
|
@ -6,7 +6,7 @@ build: clean \
|
|||
$(SHUMWAY_ROOT)/src/flash/playerGlobal.min.abc \
|
||||
build-extension
|
||||
mkdir build
|
||||
cp -R $(SHUMWAY_ROOT)/LICENSE index.html build/
|
||||
cp -R $(SHUMWAY_ROOT)/LICENSE index.html images build/
|
||||
# Coping JavaScript content files
|
||||
mkdir build/src
|
||||
mkdir build/src/swf
|
||||
|
|
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 4.3 KiB |
|
@ -7,22 +7,23 @@
|
|||
|
||||
<style type="text/css">
|
||||
body {
|
||||
margin-top: 1.0em;
|
||||
background-color: #482a30;
|
||||
font-family: Helvetica, Arial, FreeSans, san-serif;
|
||||
color: #ffffff;
|
||||
font-size: 16px;
|
||||
line-height: 22px;
|
||||
color: #333;
|
||||
background: #f6f6f6 url(../images/background.png);
|
||||
font-family: "PT Serif", "Georgia", "Helvetica Neue", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif !important;
|
||||
}
|
||||
#container {
|
||||
margin: 0 auto;
|
||||
width: 700px;
|
||||
}
|
||||
h1 { font-size: 3.8em; color: #b7d5cf; margin-bottom: 3px; }
|
||||
h1 { font-size: 3.8em; color: #d56331; margin-bottom: 3px; }
|
||||
h1 .small { font-size: 0.4em; }
|
||||
h1 a { text-decoration: none }
|
||||
h2 { font-size: 1.5em; color: #b7d5cf; }
|
||||
h3 { text-align: center; color: #b7d5cf; }
|
||||
a { color: #b7d5cf; }
|
||||
.description { font-size: 1.2em; margin-bottom: 30px; margin-top: 30px; font-style: italic;}
|
||||
h2 { font-size: 1.5em; color: #d56331; }
|
||||
h3 { text-align: center; color: #d56331; }
|
||||
a { color: #43a0d5; }
|
||||
.description { font-size: 1.2em; line-height: 1.4em; margin-bottom: 30px; margin-top: 30px; font-style: italic;}
|
||||
.download { float: right; }
|
||||
pre { background: #000; color: #fff; padding: 15px;}
|
||||
hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}
|
||||
|
@ -31,17 +32,11 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<a href="http://mozilla.org"><img width="118" height="68" style="position: absolute; top: 0; left: 50; border: 0;" src="images/mozilla.png" alt="Mozilla"></a>
|
||||
<a href="http://github.com/mozilla/shumway"><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 class="download">
|
||||
<a href="http://github.com/mozilla/shumway/zipball/master">
|
||||
<img border="0" width="90" src="http://github.com/images/modules/download/zip.png"></a>
|
||||
<a href="http://github.com/mozilla/shumway/tarball/master">
|
||||
<img border="0" width="90" src="http://github.com/images/modules/download/tar.png"></a>
|
||||
</div>
|
||||
|
||||
<h1><a href="http://github.com/mozilla/shumway">Shumway</a></h1>
|
||||
|
||||
<div class="description">
|
||||
|
@ -51,31 +46,23 @@
|
|||
<h2>Try it out!</h2>
|
||||
<p>Live <a href="examples/racing/">demo</a> lives here. Firefox <a href="extension/firefox/shumway.xpi">extension</a> lives here.</p>
|
||||
<p>Other examples (via shumway inspector):
|
||||
<ol>
|
||||
<li><a href="examples/inspector/inspector.html?rfile=../racing/race.swf">Racing (AS2)</a> (as in live demo)
|
||||
and <a href="examples/inspector/inspector.html?rfile=../racing/race3.swf">Racing (AS3)</a></li>
|
||||
<li><a href="examples/inspector/inspector.html?rfile=../as3_tiger/tiger.swf">Tiger (AS3)</a></li>
|
||||
<li><a href="examples/inspector/inspector.html?rfile=../pac/pac.swf">Pacman (AS2)</a>
|
||||
and <a href="examples/inspector/inspector.html?rfile=../pac/pac3.swf">Pacman (AS3)</a></li>
|
||||
</ol>
|
||||
<ul>
|
||||
<li><a href="examples/inspector/inspector.html?rfile=../racing/race.swf">Racing</a> (AS2) (as in live demo)
|
||||
and <a href="examples/inspector/inspector.html?rfile=../racing/race3.swf">Racing</a> (AS3)</li>
|
||||
<li><a href="examples/inspector/inspector.html?rfile=../as3_tiger/tiger.swf">Tiger</a> (AS3)</li>
|
||||
<li><a href="examples/inspector/inspector.html?rfile=../pac/pac.swf">Pacman</a> (AS2)
|
||||
and <a href="examples/inspector/inspector.html?rfile=../pac/pac3.swf">Pacman</a> (AS3)</li>
|
||||
<li><a href="examples/inspector/inspector.html?rfile=../Box2DFlashAS3/demo.swf">Box2D</a> (AS3)</li>
|
||||
</ul>
|
||||
</p>
|
||||
<h2>Want to get involved?</h2>
|
||||
<p>Find us on the #shumway IRC channel (irc.mozilla.org)</p>
|
||||
<h2>Download</h2>
|
||||
<p>
|
||||
You can download this project in either
|
||||
<a href="http://github.com/mozilla/shumway/zipball/master">zip</a> or
|
||||
<a href="http://github.com/mozilla/shumway/tarball/master">tar</a> formats.
|
||||
</p>
|
||||
<p>You can also clone the project with <a href="http://git-scm.com">Git</a>
|
||||
by running:
|
||||
<pre>$ git clone git://github.com/mozilla/shumway</pre>
|
||||
</p>
|
||||
|
||||
<div class="footer">
|
||||
get the source code on GitHub : <a href="http://github.com/mozilla/shumway">mozilla/shumway</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
Загрузка…
Ссылка в новой задаче