Skip to content

Commit

Permalink
Added IRC reference in documentation/site.
Browse files Browse the repository at this point in the history
  • Loading branch information
assaf committed Jan 14, 2011
1 parent aea73ca commit 444f095
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -198,6 +198,7 @@ Zombie.js supports the following:
- `setTimeout`/`setInterval` and messing with the system clock
- `pushState`, `popstate` and `hashchange` events
- Scripts that use `document.write`
- `alert`, `confirm` and `prompt`


## Reporting Glitches
Expand Down Expand Up @@ -226,6 +227,7 @@ Read more [about troubleshooting](troubleshoot)

## Giving Back


* Find [assaf/zombie on Github](http://github.com/assaf/zombie)
* Fork the project
* Add tests
Expand All @@ -235,6 +237,8 @@ Read more [about troubleshooting](troubleshoot)
Read more [about the guts of Zombie.js](guts) and check out the
outstanding [to-dos](todo).

IRC: [#zombie.js on Freenode](irc://irc.freenode.net/zombie.js)


## Brains

Expand Down
7 changes: 3 additions & 4 deletions doc/layout/main.html
Expand Up @@ -16,13 +16,12 @@
<li><a href="selectors.html">CSS Selectors</a></li>
<li><a href="troubleshoot.html">Troubleshooting</a></li>
<li><a href="guts.html">The Guts</a></li>
<li><a href="changelog.html">Changelog</a></li>
<li><a href="zombie.pdf">Download PDF</a></li>
<li>&nbsp;</li>
<li><a href="http://www.w3.org/DOM/DOMTR">DOM API</a></li>
<li><a href="source/">Annotated Source</a></li>
<li><a href="todo.html">Todo</a></li>
<li><a href="changelog.html">Changelog</a></li>
<li><a href="https://github.com/assaf/zombie">Github/Issues</a></li>
<li><a href="irc://irc.freenode.net/zombie.js">IRC: #zombie.js</a></li>
<li><a href="source/">Annotated Source</a></li>
</ul>
<div class="donate">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
Expand Down

0 comments on commit 444f095

Please sign in to comment.