#ifndef __MENU #define __MENU #include "setup.t" #define BACKGROUND "#ffffff" #define TEXTCOLOR "#000000" #define MENUTEXT "#ffffff" #define MENUCOLOR "#e0e0ff" #define BLACK "#000000" #ifndef NOBODY
#endif
#include "ad.t"
#ifdef DOCS_INDEX LINK(x, Docs Index) #else VLINK(/docs/, Docs Index, Documentation main page) #endif #ifdef DOCS_BUGS LINK(x, Bug Report) #else VLINK(/docs/bugs.html, Bug Report, How to report a problem) #endif #ifdef DOCS_CAEXTRACT LINK(x, CA Extract) #else VLINK(/docs/caextract.html, CA Extract, CA cert bundle exatracted from Mozilla) #endif #ifdef DOCS_COMPANIES LINK(x, Companies) #else VLINK(/docs/companies.html, Companies, Commercial users of curl) #endif #ifdef DOCS_COMPARISON LINK(x, Comparison) #else VLINK(/docs/comparison-table.html, Comparison, Compare curl to other tools) #endif #ifdef DOCS_COPYRIGHT LINK(x, Copyright) #else VLINK(/docs/copyright.html, Copyright, Copyright and license info) #endif #ifdef DOCS_MANPAGE LINK(x, curl Man Page) #else VLINK(/docs/manpage.html, curl Man Page, Command line option reference) #endif #ifdef DOCS_LIBS LINK(x, Dependencies) #else VLINK(/docs/libs.html, Dependencies, Libraries to use) #endif #ifdef DOCS_FAQ LINK(x, FAQ) #else VLINK(/docs/faq.html, FAQ, Frequently Asked Questions) #endif #ifdef DOCS_FEATURES LINK(x, Features) #else VLINK(/docs/features.html, Features, All features summed up) #endif #ifdef DOCS_HISTORY LINK(x, History) #else VLINK(/docs/history.html, History, A project history overview) #endif #ifdef DOCS_HTTP_COOKIES LINK(x, HTTP Cookies) #else VLINK(/docs/http-cookies.html, HTTP Cookies, Description of cookies with curl) #endif #ifdef DOCS_HTTPSCRIPT LINK(x, HTTP Scripting) #else VLINK(/docs/httpscripting.html, HTTP Scripting, How to script HTTP with curl) #endif #ifdef DOCS_INSTALL LINK(x, Install) #else VLINK(/docs/install.html, Install, Installing curl from source) #endif #ifdef DOCS_KNOWNBUGS LINK(x, Known Bugs) #else VLINK(/docs/knownbugs.html, Known Bugs, Already known problems ) #endif VLINK(/legal/, Legal », A subsection with legal info) #ifdef DOCS_MKCABUNDLE LINK(x, mk-ca-bundle) #else VLINK(/docs/mk-ca-bundle.html, mk-ca-bundle, Generate your own CA bundle) #endif #ifdef DOCS_PROGRAMS LINK(x, Programs) #else VLINK(/docs/programs.html, Programs, List of programs using curl) #endif #ifdef DOCS_RELATED_TOOLS LINK(x, Related Tools) #else VLINK(/docs/relatedtools.html, Related Tools, Tools that are related!) #endif #ifdef DOCS_RELEASES LINK(x, Release Table) #else VLINK(/docs/releases.html, Release Table, All releases with details) #endif #ifdef DOCS_SECURITY LINK(x, Security) #else VLINK(/docs/security.html, Security, Vulnerabilities and more) #endif #ifdef DOCS_SSLCERTS LINK(x, SSL Certs) #else VLINK(/docs/sslcerts.html, SSL Certs, How curl works with SSL certficates) #endif #ifdef DOCS_SSL_COMPARED LINK(x, SSL libs compared) #else VLINK(/docs/ssl-compared.html, SSL libs compared, An SSL library comparison) #endif #ifdef DOCS_THANKS LINK(x, Thanks) #else VLINK(/docs/thanks.html, Thanks, Named and listed contributors) #endif #ifdef DOCS_TODO LINK(x, TODO) #else VLINK(/docs/todo.html, TODO, Things we might do in the future) #endif #ifdef DOCS_MANUAL LINK(x, Tutorial) #else VLINK(/docs/manual.html, Tutorial, A curl tutorial) #endif #ifdef DOCS_VERSIONS LINK(x, Version Nums) #else VLINK(/docs/versions.html, Version Nums, How curl versioning works) #endif #ifdef DOCS_VULNTABLE LINK(x, Vulnerabilities) #else VLINK(/docs/vulnerabilities.html, Vulnerabilities, Security problems in old releases) #endif #ifdef CURL_SEARCH LINK("/search.html", Search) #else VLINK("/search.html", Search, Search the curl.haxx.se site) #endif | #endif |