Skip to content

Commit

Permalink
Working build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Johansen committed Feb 6, 2012
1 parent 115d382 commit 4f9f74f
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 8 deletions.
7 changes: 4 additions & 3 deletions bin/build 100644 → 100755
@@ -1,6 +1,7 @@
#!/bin/sh

rm -fr static
echo "Indexing docs site at http://localhost:8090"
wget -o wget.log --convert-links --page-requisites --recursive --level=inf -U WGET --html-extension --no-host-directories --directory-prefix=static http://localhost:8090/
sed -i s/\"index.html/"\"\/"/ static/**/*.html
sed -i s/index.html// static/**/*.html
wget --convert-links --page-requisites --recursive --level=inf -U WGET --html-extension --no-host-directories --directory-prefix=static http://localhost:8090/
find static -name "*.html" | xargs sed -i s/\"index.html/"\"\/"/
find static -name "*.html" | xargs sed -i s/index.html//
Binary file modified public/images/docs/overview/buster-server-start.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions site/community.html
@@ -0,0 +1,39 @@
<h1>Community</h1>
<h2>Contact</h2>
<p>
If you have any questions, you can
e-mail <a href="mailto:august@augustl.com">August Lilleaas</a>
(august@augustl.com) and <a href="mailto:christian@cjohansen.no">Christian
Johansen</a> (christian@cjohansen.no). We're the hard working programmers
running the Buster.JS project.
</p>
<h2>Development</h2>
<p>
Buster.JS is developed in the open. The Source code is hosted
at <a href="http://github.com/busterjs">github.com/busterjs</a>
and <a href="http://gitorious.org/buster">gitorious.org/buster</a>. Development
discussion happens in
the <a href="http://github.com/busterjs/buster/issues">issue tracker</a> and
the <a href="http://groups.google.com/group/busterjs-dev">development mailing
list</a>.
</p>
<h2>Twitter</h2>
<p>
We tweet
on <a href="http://twitter.com/buster_js">twitter.com/buster_js</a>. It is
actually a mirror of our
StatusNet, <a href="http://statusnet.busterjs.org/">statusnet.busterjs.org</a>
&mdash; we prefer to own our content. Since most people prefer Twitter, we're
listening in on your tweets too though.
</p>
<h2>IRC</h2>
<p>
Come visit us at <a href="irc://irc.freenode.net/buster">#buster on
freenode</a>. Activity is spiky so stay around for a few hours if you ask us a
question.
</p>
<h2>Mailing list</h2>
<p>
There's a mailing list
on <a href="http://groups.google.com/group/busterjs">Google Groups</a>.
</p>
10 changes: 5 additions & 5 deletions site/docs/browser-testing.html
Expand Up @@ -15,22 +15,22 @@ <h2 id="buster-server">Running with <kbd>buster server</kbd></h2>
in actual browsers easy and painless.
</p>
<p>
<img src="../images/docs/overview/buster-server-start.png" width="633" height="382">
<img src="/images/docs/overview/buster-server-start.png" width="633" height="382">
</p>
<p>
<img src="../images/docs/overview/buster-server-capture-firefox.png" width="827" height="339">
<img src="/images/docs/overview/buster-server-capture-firefox.png" width="827" height="339">
</p>
<p>
<img src="../images/docs/overview/buster-test-run-browsers.png" width="633" height="382">
<img src="/images/docs/overview/buster-test-run-browsers.png" width="633" height="382">
</p>
<h2 id="buster-server">Running with <kbd>buster static</kbd></h2>
<p>
In the cases where you need a simpler method for running tests, Buster.JS has
a straightforward HTML page based test runner, similar to QUnit and other
traditional test frameworks.
</p>
<p><img src="../images/docs/overview/buster-static-start.png" width="529" height="348"></p>
<p><img src="../images/docs/overview/buster-static-success.png", width="514" height="470"></p>
<p><img src="/images/docs/overview/buster-static-start.png" width="529" height="348"></p>
<p><img src="/images/docs/overview/buster-static-success.png", width="514" height="470"></p>
<h2 id="phantomjs">Running headless with PhantomJS</h2>
<p class="warning">
Note: this feature has not yet landed in the beta.
Expand Down

0 comments on commit 4f9f74f

Please sign in to comment.