public
Description: web-based go app
Homepage: http://eidogo.com/
Clone URL: git://github.com/jkk/eidogo.git
eidogo / ff_extension.phtml
100644 20 lines (13 sloc) 0.704 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php $title = "Firefox Extension"; include("header.phtml"); ?>
 
<div id="text-content">
 
<h2>Firefox Extension</h2>
 
<p>Adrian Petrescu has written
    an excellent Firefox extension that allows you to open SGF files from other websites
    in EidoGo.</p>
    
<p><a href="http://www.blog.komrades.org/?p=45">Here's more info.</a> Bug reports and feedback related to
    extension can be sent directly to <a href="mailto:apetresc@gmail.com">Adrian</a>.</p>
 
<div style='margin: 10px; padding: 10px; background: #ddd'>
    <p>&raquo; <a href="http://komrades.org/eidogoext.xpi"><b>Install Extension</b></a> (You may need to tell Firefox to allow it.)</p>
</div>
 
</div>
 
<?php include("footer.phtml"); ?>