/[pub]/suikawiki/wikidata/config.wp2
Suika

Diff of /suikawiki/wikidata/config.wp2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by wakaba, Mon Mar 29 03:23:15 2004 UTC revision 1.7 by wakaba, Fri Aug 6 09:10:49 2004 UTC
# Line 36  ViewFragment: Line 36  ViewFragment:
36                 description=>"%res(name=>GoToWikiNewsLink);"p);                 description=>"%res(name=>GoToWikiNewsLink);"p);
37      %link-wiki(page=>"Wiki//Help",rel=>help,      %link-wiki(page=>"Wiki//Help",rel=>help,
38                 description=>"%res(name=>GoToWikiHelpLink);"p);                 description=>"%res(name=>GoToWikiHelpLink);"p);
39        %link-to-resource (
40          uri => {#LICENSE},
41          rel => copyright,
42          label => {%html-link (
43            class => wiki-cmd,
44            description => {%res (name => GoToWikiPageLicenseLink);}p,
45          );},
46        );
47      %link-wiki(page=>"Wiki//Page//License",rel=>copyright,      %link-wiki(page=>"Wiki//Page//License",rel=>copyright,
48                 description=>"%res(name=>GoToWikiPageLicenseLink);"p);                 description=>"%res(name=>GoToWikiPageLicenseLink);"p);
49    
# Line 46  ViewFragment: Line 54  ViewFragment:
54        iw-name => {wiki-content-in-cvs-repository},        iw-name => {wiki-content-in-cvs-repository},
55        iw-parameter => {%page-name;}p,        iw-parameter => {%page-name;}p,
56        rel => history,        rel => history,
       class => wiki-cmd,  
57        label => {%html-link (        label => {%html-link (
58            class => wiki-cmd,
59          description => {%res (name => ViewHistoryOfThisPageLink);}p,          description => {%res (name => ViewHistoryOfThisPageLink);}p,
60        );},        );},
61      );      );
62    
63        %html--meta-keywords;
64        %html-meta (
65          name => {description},
66          content => {%page-headline;}p,
67        );
68            
69  ViewFragment:  ViewFragment:
70    @Name: links    @Name: links
# Line 75  ViewFragment: Line 89  ViewFragment:
89      );      );
90    
91  ViewFragment:  ViewFragment:
92      @Name: ws--post-content
93      @Description:
94        @@@: After content body -- License information
95        @@lang:en
96      @Order: 600
97      @Formatting:
98            %section (
99              id => LICENSE,
100              title => {%res(name=>{Section:License:Title});}p, heading,
101              content => {
102                %res (name => {Section:License:BeforeDescriptions});
103                %wr--propread (prop => license);
104                %res (name => {Section:License:AfterDescriptions});
105              }p,
106            );
107    
108    
109    ViewFragment:
110    @Name: ws--footer    @Name: ws--footer
111    @Formatting:    @Formatting:
112      %link-to-wikipage (      %link-to-wikipage (
# Line 155  ViewFragment: Line 187  ViewFragment:
187                default);                default);
188      }p);      }p);
189    
190    ViewFragment:
191      @Name: we--edit
192      @Order: 1250
193      @Description:
194        @@lang:en
195        @@@: License Information that should be read just before submitting.
196      @Formatting:
197        %res (name => {Edit:License:Descriptions});
198    
199  Resource:  Resource:
200      @Edit:License:Descriptions:
201        @@lang:en
202        @@@:
203          %paragraph (content => {
204            Note: Submitting any changes means you understand and accept
205            license terms written in (or referred from)
206            %link-to-wikipage (page => {Wiki//Page//License},
207            label => {%link-to-it (label => {Wiki//Page//License});});.
208          }p);
209          %paragraph (content => {
210            WARNING: Don't submit copyrighted work without permission.
211            If you are not sure whether it is allowed or not, don't submit.
212          });
213          %paragraph (content => {
214            You MUST add license information to the License section
215            just after submission (%link-to-wikipage (mode => pe--propedit,
216            label => {%link-to-it (label => {Edit License Information});});)
217            if your submission is copy of copyrighted work (and if you can
218            publish it).
219          }p);
220    @Edit:UpdateTimeStamp:    @Edit:UpdateTimeStamp:
221      @@@: Update timestamp      @@@: Update timestamp
222      @@lang: en      @@lang: en
# Line 197  Resource: Line 258  Resource:
258    @JumpToEditLink:    @JumpToEditLink:
259      @@@: Open a WikiPage in editing mode...      @@@: Open a WikiPage in editing mode...
260      @@lang: en      @@lang: en
261      @Section:License:AfterDescriptions:
262      @Section:License:BeforeDescriptions:
263        @@lang:en
264        @@@:
265          %paragraph (content => {
266            %char (ucs => {U+00A9}); Authors, et al. %last-modified;
267          }p);
268          %paragraph (content => {
269            For more information about copyright and other rights, see
270            %link-to-wikipage (page => {Wiki//Page//License},
271            label => {%link-to-it (label => {Wiki//Page//License});});.
272          }p);
273      @Section:License:Title:
274        @@lang:en
275        @@@: License
276    @StyleSet:Name:SuikaWiki:    @StyleSet:Name:SuikaWiki:
277      @@@: SuikaWiki      @@@: SuikaWiki
278      @@lang: ja      @@lang: ja

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.7

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24