diff --git a/bin/build b/bin/build old mode 100644 new mode 100755 index 1fcad55..593b3d2 --- a/bin/build +++ b/bin/build @@ -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// diff --git a/public/images/docs/overview/buster-server-start.png b/public/images/docs/overview/buster-server-start.png index e69de29..547cb82 100644 Binary files a/public/images/docs/overview/buster-server-start.png and b/public/images/docs/overview/buster-server-start.png differ diff --git a/site/community.html b/site/community.html new file mode 100644 index 0000000..f48b769 --- /dev/null +++ b/site/community.html @@ -0,0 +1,39 @@ +

Community

+

Contact

+

+ If you have any questions, you can + e-mail August Lilleaas + (august@augustl.com) and Christian + Johansen (christian@cjohansen.no). We're the hard working programmers + running the Buster.JS project. +

+

Development

+

+ Buster.JS is developed in the open. The Source code is hosted + at github.com/busterjs + and gitorious.org/buster. Development + discussion happens in + the issue tracker and + the development mailing + list. +

+

Twitter

+

+ We tweet + on twitter.com/buster_js. It is + actually a mirror of our + StatusNet, statusnet.busterjs.org + — we prefer to own our content. Since most people prefer Twitter, we're + listening in on your tweets too though. +

+

IRC

+

+ Come visit us at #buster on + freenode. Activity is spiky so stay around for a few hours if you ask us a + question. +

+

Mailing list

+

+ There's a mailing list + on Google Groups. +

diff --git a/site/docs/browser-testing.html b/site/docs/browser-testing.html index 0b6d9b0..bbf20e0 100644 --- a/site/docs/browser-testing.html +++ b/site/docs/browser-testing.html @@ -15,13 +15,13 @@

Running with buster server

in actual browsers easy and painless.

- +

- +

- +

Running with buster static

@@ -29,8 +29,8 @@

Running with buster static

a straightforward HTML page based test runner, similar to QUnit and other traditional test frameworks.

-

-

+

+

Running headless with PhantomJS

Note: this feature has not yet landed in the beta.