- Documentation is updated from DocBook 4.1/SGML to DocBook 4.2/XML
- Webpages are updated from HTML 4.01 Transitional to XHTML 1.0 Transitional
- Static webpages are now processed by XSLT behind the scenes
- Webpages are now built with less cycles; tidy has been removed and the
date processing is now done by XSLT
- Generated webpages are now actually valid (they did not use to be)
- All XSLT stylesheets now pull in a main XSLT, which reduces
duplicated markup
- Site map and index are converted to an XML format with an
XSLT transformation that generates the output
- For docs, there is now only one entity set for both articles and books
- Some trademark/legalnotice entities have been merged to a cohesive
single entity file
- Untranslated entity sets are now always pulled in from the English tree
instead of redundant copies
- The base and enbase entities are already automatically generated so
remove inline definitions from individual files
- Fetch the LEGAL file via http instead of depending on CVS
- Convert id names to lowercase to avoid mixing different styles and
for better readability
- All PSGML comments are removed since they are mostly useless
- Convert character entities to normal characters
- Do not copy CSS files but override only necessary part
- Fix build with newest tidy
- Partly update the fdp-primer to reflect changes
Approved by: doceng (implicit)
17 lines
703 B
XML
17 lines
703 B
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
|
|
<!-- $FreeBSD$ -->
|
|
|
|
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"
|
|
xml:lang="de">
|
|
<ShortName>FreeBSD Mail Message-ID</ShortName>
|
|
<LongName>FreeBSD Mail Message-ID</LongName>
|
|
<Description>FreeBSD Mail Message-ID</Description>
|
|
<Url template="http://www.freebsd.org/cgi/mid.cgi?db=mid&id={searchTerms}&sourceid=opensearch" type="text/html" />
|
|
<Developer>The FreeBSD Project</Developer>
|
|
<Contact>http://www.freebsd.org/</Contact>
|
|
<Image height="16" type="image/x-icon" width="16">http://www.freebsd.org/favicon.ico</Image>
|
|
<Language>en</Language>
|
|
<InputEncoding>ISO-8859-1</InputEncoding>
|
|
</OpenSearchDescription>
|
|
|