|
Revision 7898, 0.9 kB
(checked in by olly, 22 months ago)
|
|
docs/index.html,docs/internals.html: Create a separate index page
for the "internal" documentation.
|
| Line | |
|---|
| 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
|---|
| 2 | <html> |
|---|
| 3 | <head> |
|---|
| 4 | <title>Xapian: Internals</title> |
|---|
| 5 | </head> |
|---|
| 6 | <body bgcolor="white" text="black"> |
|---|
| 7 | |
|---|
| 8 | <div align="center"> |
|---|
| 9 | <a href="quartzdesign.html">quartz</a> |
|---|
| 10 | | |
|---|
| 11 | <a href="matcherdesign.html">matcher</a> |
|---|
| 12 | | |
|---|
| 13 | <a href="remote_protocol.html">remote protocol</a> |
|---|
| 14 | | |
|---|
| 15 | <a href="tests.html">tests</a> |
|---|
| 16 | | |
|---|
| 17 | <a href="sourcedoc/html/annotated.html">internal classes</a> |
|---|
| 18 | | |
|---|
| 19 | <a href="code_structure.html">source code directory structure</a> |
|---|
| 20 | </div> |
|---|
| 21 | |
|---|
| 22 | <h1 align="center">Xapian Internals</h1> |
|---|
| 23 | |
|---|
| 24 | <p> |
|---|
| 25 | This page groups together the documentation of the internals of Xapian. This is |
|---|
| 26 | useful if you intend to modify Xapian, but if you just want to use Xapian in |
|---|
| 27 | your own code, see the <a href="./">user documentation</a> instead. |
|---|
| 28 | </p> |
|---|
| 29 | |
|---|
| 30 | <p>Use the navigation links above to find the information you want. Also, see |
|---|
| 31 | the "HACKING" file in the xapian-core source distribution.</p> |
|---|
| 32 | |
|---|
| 33 | </body> |
|---|
| 34 | </html> |
|---|