HTML.DefinitionRev.txt 533 B

12345678910111213141516
  1. HTML.DefinitionRev
  2. TYPE: int
  3. VERSION: 2.0.0
  4. DEFAULT: 1
  5. --DESCRIPTION--
  6. <p>
  7. Revision identifier for your custom definition specified in
  8. %HTML.DefinitionID. This serves the same purpose: uniquely identifying
  9. your custom definition, but this one does so in a chronological
  10. context: revision 3 is more up-to-date then revision 2. Thus, when
  11. this gets incremented, the cache handling is smart enough to clean
  12. up any older revisions of your definition as well as flush the
  13. cache.
  14. </p>
  15. --# vim: et sw=4 sts=4