Temporarily here - Please ignore
Sync TWiki04 Docs to TWiki web
Below table shows the merge status of TWiki web with TWiki04 web. Legend:
- OK: Sync and header/footer are OK
- noHF: no header/footer
- diff: difference between
%STARTSECTION{"distributiondoc"}% and %ENDSECTION{"distributiondoc"}%
Guidelines:
- Do not sync Plugins and Skins
- Do not sync preferences topics at this time
- Bug: If you save a new topic that has been copied from TWiki04, the author is still TWikiContributor and the version remains 1. Hit the back button and save again. This fixes the author and version number
- Common format of manually edited distribution documents:
%INCLUDE{DistributionDocHeader}%
%STARTINCLUDE% (only if not present in topic text)
%STARTSECTION{"distributiondoc"}%
... topic text...
%ENDSECTION{"distributiondoc"}%
%STOPINCLUDE% (only if not present in topic text)
%INCLUDE{DistributionDocComments}%
%COMMENT%
- Common format of generated distribution documents, such as module documentation:
%INCLUDE{DistributionGenDocHeader}%
%INCLUDE{TWiki04.%TOPIC%}%
%INCLUDE{DistributionDocComments}%
%COMMENT%