#include "ad.t"
#ifdef CURL_MAIN
LINK("http://curl.haxx.se/", Front Page)
#else
VLINK("http://curl.haxx.se/", Front Page, curl site front page)
#endif
#ifdef CURL_DOWNLOAD
LINK("http://curl.haxx.se/download.html", Download)
#else
VLINK("http://curl.haxx.se/download.html", Download, Get curl packages)
#endif
#ifdef CURL_CHANGES
LINK("http://curl.haxx.se/changes.html", Changelog)
#else
VLINK("http://curl.haxx.se/changes.html", Changelog, The changes done in releases)
#endif
#ifdef CURL_DOCS
LINK("http://curl.haxx.se/docs/", Docs)
#include "docmenu.t"
#else
VLINK("http://curl.haxx.se/docs/", Docs », curl documentation)
#endif
#if 0
#ifdef CURL_NEWS
LINK("http://curl.haxx.se/news.html", News)
#else
VLINK("http://curl.haxx.se/news.html", News, Recent events and news in the project)
#endif
#endif
#ifdef CURL_MAIL
LINK("http://curl.haxx.se/mail/", Mailing Lists)
#else
VLINK("http://curl.haxx.se/mail/", Mailing Lists, Mailing List info and archives)
#endif
#ifdef CURL_DEVEL
LINK("http://curl.haxx.se/dev/", Development)
#else
VLINK("http://curl.haxx.se/dev/", Development », Resources for development and developers)
#endif
VLINK("http://curl.haxx.se/libcurl/", libcurl », libcurl web site section)
#ifdef CURL_SEARCH
LINK("http://curl.haxx.se/search.html", Search)
#else
VLINK("http://curl.haxx.se/search.html", Search, Search the curl web site)
#endif
#include "sflogo.t"
|
#endif
|