OJD: Add recent changes list
[eidogo-ojd.git] / doc / overview.txt
blobcc57c611e6a51034703e24ffd16a8a047fe36e5c
1 !EidoGo is a web-based SGF editor and Go application. Its features include:
3   * Extensive SGF-editing capabilities
4   * Joseki tutoring
5   * Easy pattern searching
6   * GNU Go interface
7   * CSS-skinnable interface
8   * Web-friendly permanent links
10 The !EidoGo Player (SGF view and editor) is an independent piece and can be plugged easily into any webpage. It works in Firefox, Internet Explorer 6 and 7, Safari, and Opera.
12 To get started quickly, download the Player and put the following markup in your webpage:
14 {{{
15 <script type="text/javascript" src="player/js/all.compressed.js"></script>
16 <div class="eidogo-player-auto" sgf="path/to/sgf/file.sgf"></div>
17 }}}
19 You can include multiple Players on a page. See the two example HTML files in the Player download for more options.