BugNET

Open source issue tracking & project management
Welcome to BugNET Register | Login |

BugNET Documentation

History for Documentation (history as of 05/01/2008 06:57:50)

This page describes how to write documentation for the BugNET wiki.

 

Formatting

Below are examples of how to format headings for the wiki.

Heading 1

HTML
1
<h1 class="separator">Heading 1</h1>

Heading 2

HTML
1
<h2 class="separator">Heading 2</h2>

Heading 3

HTML
1
<h3 class="separator">Heading 3</h3>

Table of Contents

HTML
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<div id="TocContainer"><strong>Table of Contents</strong>
<ul class="Toc">
<li><a href="#prereq">Pre-installation System Requirements</a></li>
<li><a href="#installing">Installing BugNET</a></li>
<li><a href="#upgrade">Upgrading BugNET</a>
<ul>
<li><a href="#upgrade_07">Upgrading From Version 0.7.X</a></li>
<li><a href="#_upgrade_06">Upgrading From Version 0.6.7</a></li>
</ul>
</li>
<li><a href="#_windows_auth">Windows Authentication</a></li>
<li><a href="#known_issues">Known Issues</a></li>
<li><a href="#version_history">Version History</a></li>
<li><a href="#acknowledgements">Acknowledgements</a></li>
</ul>
</div>
  

|<< Back |