Ignore:
Timestamp:
11/18/08 08:44:09 (4 years ago)
Author:
KennethLavrsen
Message:

Item205: Cont. TWiki. to %SYSTEMWEB% conv.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SpanishTWikiContrib/data/TWiki/TranslationNote.txt

    r666 r772  
    3333---+++ Explanation 
    3434Each translated topic shall include data related to the original document (generally from the english source documentation) that is stored in the TranslationForm attached to the translated topic. This TranslationForm includes three core elements (fields), based on a the concept developed on TWiki:Codev.TranslationSupport: 
    35    * Origin: The original, not translated topic, including the web-reference, e.g. =TWiki.WikiUsersGuide= 
     35   * Origin: The original, not translated topic, including the web-reference, e.g. =%SYSTEMWEB%.WikiUsersGuide= 
    3636   * Revision: The revision number of the original topic at the moment of translation 
    3737   * Language: Two-character ISO language code representing the language of the translated topic, e.g. =es= for spanish or =en= for english 
    3838Based on the information of that form, the text of TranslationNote is generated automatically by an 
    3939<verbatim> 
    40 %INCLUDE{"TWiki.TranslationNote" section="%FORMFIELD{"Language"}%" ORIGIN="%FORMFIELD{"Origin"}%" REVISION="%FORMFIELD{"Revision"}%" ORIGINWEB="%CALC{"$REPLACE(%FORMFIELD{"Origin"}%,$FIND(., %FORMFIELD{"Origin"}%),$LENGTH(%FORMFIELD{"Origin"}%), )"}%" ORIGINTOPIC="%CALC{"$REPLACE(%FORMFIELD{"Origin"}%,0,$FIND(., %FORMFIELD{"Origin"}%), )"}%"}% 
     40%INCLUDE{"%SYSTEMWEB%.TranslationNote" section="%FORMFIELD{"Language"}%" ORIGIN="%FORMFIELD{"Origin"}%" REVISION="%FORMFIELD{"Revision"}%" ORIGINWEB="%CALC{"$REPLACE(%FORMFIELD{"Origin"}%,$FIND(., %FORMFIELD{"Origin"}%),$LENGTH(%FORMFIELD{"Origin"}%), )"}%" ORIGINTOPIC="%CALC{"$REPLACE(%FORMFIELD{"Origin"}%,0,$FIND(., %FORMFIELD{"Origin"}%), )"}%"}% 
    4141</verbatim> 
    4242at the beginning of each translated topic, refering to the original topic (form field _Origin_) in its corresponding revision version (form field _Revision_). 
Note: See TracChangeset for help on using the changeset viewer.