Added bugs page
parent
18884274d3
commit
a2abc9cef8
|
@ -0,0 +1,15 @@
|
|||
<p>
|
||||
Issues and bugs may be reported to the <a
|
||||
href="https://lists.gnu.org/mailman/listinfo/bug-easejs">bug-easejs</a>
|
||||
mailing list or via the project page on <a
|
||||
href="https://savannah.gnu.org/projects/easejs/">Savannah</a>.
|
||||
</p>
|
||||
|
||||
<h3>Getting Help</h3>
|
||||
<p>
|
||||
Be sure to check out the <a href="manual.html">manual</a>; it probably
|
||||
contains the information you are looking for. Otherwise, feel free to send a
|
||||
message to the <a
|
||||
href="https://lists.gnu.org/mailman/listinfo/help-easejs">help-easejs</a>
|
||||
mailing list.
|
||||
</p>
|
|
@ -19,11 +19,7 @@
|
|||
<li id="download"><a href="download.html">Download</a></li>
|
||||
<li id="manual"><a href="manual.html">Manual</a></li>
|
||||
<li id="source"><a href="source.html">Source Code</a></li>
|
||||
<li id="bugs">
|
||||
<a href="https://savannah.nongnu.org/projects/easejs/">
|
||||
Support / Bugs
|
||||
</a>
|
||||
</li>
|
||||
<li id="bugs"><a href="bugs.html">Support / Bugs</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -132,7 +132,8 @@ a:hover {
|
|||
body.index #about a,
|
||||
body.news #news a,
|
||||
body.download #download a,
|
||||
body.man #manual a,
|
||||
body.manual #manual a,
|
||||
body.bugs #bugs a,
|
||||
body.source #source a {
|
||||
background-color: #204a87;
|
||||
}
|
||||
|
@ -140,7 +141,8 @@ body.source #source a {
|
|||
body.index #about a,
|
||||
body.news #news a,
|
||||
body.download #download a,
|
||||
body.man #manual a,
|
||||
body.manual #manual a,
|
||||
body.bugs #bugs a,
|
||||
body.source #source a {
|
||||
color: #f57900;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue