summaryrefslogtreecommitdiff
path: root/developer.html
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2012-12-18 17:52:40 +0100
committerWerner Lemberg <wl@gnu.org>2012-12-18 17:52:40 +0100
commit01d76d717e96c06b2c01f28dd1a867a672214e8c (patch)
treef245c26410e578e0f91997898a7389b83329611b /developer.html
parent7c730f7106448803d2a19d5ec273eb26a18b2d99 (diff)
Implement primary and secondary parts of TOC.
Diffstat (limited to 'developer.html')
-rw-r--r--developer.html97
1 files changed, 60 insertions, 37 deletions
diff --git a/developer.html b/developer.html
index 22b9d48..be99d9a 100644
--- a/developer.html
+++ b/developer.html
@@ -325,43 +325,66 @@
<!-- ************************************************** -->
<div id="TOC">
- <ul>
- <li id="funding">
- <a href="http://pledgie.com/campaigns/18808">
- <img alt="Click here to lend your support to the FreeType project and make a donation at pledgie.com!"
- src="http://pledgie.com/campaigns/18808.png?skin_name=chrome"
- border="0"
- align="middle">
- </a><br>
- <a href="http://flattr.com/thing/882217/The-FreeType-Project"
- target="_blank">
- <img class="with-border"
- src="http://api.flattr.com/button/flattr-badge-large.png"
- alt="Flattr this"
- title="Flattr this"
- border="0"
- align="middle">
- </a>
- </li>
- <li>
- <a href="index.html">Home</a>
- </li>
- <li>
- <a href="#source-code">Source Code</a>
- </li>
- <li>
- <a href="#language-bindings">Language Bindings</a>
- </li>
- <li>
- <a href="#support-tools">Support Tools</a>
- </li>
- <li>
- <a href="#bug-report">Bug Reports</a>
- </li>
- <li>
- <a href="contact.html#mailing-lists">Mailing Lists</a>
- </li>
- </ul>
+ <div class="primary">
+ <ul>
+ <li id="funding">
+ <a href="http://pledgie.com/campaigns/18808">
+ <img alt="Click here to lend your support to the FreeType project and make a donation at pledgie.com!"
+ src="http://pledgie.com/campaigns/18808.png?skin_name=chrome"
+ border="0"
+ align="middle">
+ </a><br>
+ <a href="http://flattr.com/thing/882217/The-FreeType-Project"
+ target="_blank">
+ <img class="with-border"
+ src="http://api.flattr.com/button/flattr-badge-large.png"
+ alt="Flattr this"
+ title="Flattr this"
+ border="0"
+ align="middle">
+ </a>
+ </li>
+ <li>
+ <a href="index.html">Home</a>
+ </li>
+ <li>
+ <a href="index.html#news">News</a>
+ </li>
+ <li>
+ <a href="freetype2/index.html">Overview</a>
+ </li>
+ <li>
+ <a href="freetype2/documentation.html">Documentation</a>
+ </li>
+ <li>
+ <a href="developer.html">Development</a>
+ </li>
+ <li>
+ <a href="contact.html"
+ class="emphasis">Contact</a>
+ </li>
+ </ul>
+ </div>
+
+ <div class="secondary">
+ <ul>
+ <li>
+ <a href="#source-code">Source Code</a>
+ </li>
+ <li>
+ <a href="#language-bindings">Language Bindings</a>
+ </li>
+ <li>
+ <a href="#support-tools">Support Tools</a>
+ </li>
+ <li>
+ <a href="#bug-report">Bug Reports</a>
+ </li>
+ <li>
+ <a href="contact.html#mailing-lists">Mailing Lists</a>
+ </li>
+ </ul>
+ </div>
</div>
</div> <!-- id="wrapper" -->