DevMo gets automatically-generated license text and next/prev/toc links
fantasai <[email protected]>
| Newsgroups | gmane.comp.mozilla.documentation |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
Documents on DevMo now get an automatic license notice generated by
the template, based on the license you specify in a <link> such as
<link rel="license" href="http://creativecommons.org/licenses/by-sa/2.0/"
title="Creative Commons Attribution Share-Alike License 2.0">
Approved licenses are the CC Attribution and Attribution Share-Alike 2.0
Licenses.
Also, <link rel="next/prev/toc"> generate navigation links in the content,
so if you are writing a documentation series, you can <link> them up and
the DevMo build system will expose those links in the body HTML.
Details on wrapper-recognized metadata conventions can be found at
http://developer-test.mozilla.org/about/meta
~fantasai