/[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.8 by wakaba, Tue Sep 21 03:18: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--pre-content
93      @Description:
94        @@@: Before content body -- is obsoleted?
95        @@lang:en
96      @Order: 20
97      @Formatting:
98            %m--wikipage-obsolete (
99              desc-before => {%res (name => {WikiPage:Obsolete:DescBefore});}p,
100              desc-after => {%res (name => {WikiPage:Obsolete:DescAfter});}p,
101            );
102    
103    ViewFragment:
104      @Name: ws--post-content
105      @Description:
106        @@@: After content body -- License information
107        @@lang:en
108      @Order: 600
109      @Formatting:
110            %section (
111              id => LICENSE,
112              title => {%res(name=>{Section:License:Title});}p, heading,
113              content => {
114                %res (name => {Section:License:BeforeDescriptions});
115                %wr--propread (prop => license);
116                %res (name => {Section:License:AfterDescriptions});
117              }p,
118            );
119    
120    
121    ViewFragment:
122    @Name: ws--footer    @Name: ws--footer
123    @Formatting:    @Formatting:
124      %link-to-wikipage (      %link-to-wikipage (
# Line 155  ViewFragment: Line 199  ViewFragment:
199                default);                default);
200      }p);      }p);
201    
202    ViewFragment:
203      @Name: we--edit
204      @Order: 1250
205      @Description:
206        @@lang:en
207        @@@: License Information that should be read just before submitting.
208      @Formatting:
209        %res (name => {Edit:License:Descriptions});
210    
211  Resource:  Resource:
212      @Edit:License:Descriptions:
213        @@lang:en
214        @@@:
215          %paragraph (content => {
216            Note: Submitting any changes means you understand and accept
217            license terms written in (or referred from)
218            %link-to-wikipage (page => {Wiki//Page//License},
219            label => {%link-to-it (label => {Wiki//Page//License});});.
220          }p);
221          %paragraph (content => {
222            WARNING: Don't submit copyrighted work without permission.
223            If you are not sure whether it is allowed or not, don't submit.
224          });
225          %paragraph (content => {
226            You MUST add license information to the License section
227            just after submission (%link-to-wikipage (mode => pe--propedit,
228            label => {%link-to-it (label => {Edit License Information});});)
229            if your submission is copy of copyrighted work (and if you can
230            publish it).
231          }p);
232    @Edit:UpdateTimeStamp:    @Edit:UpdateTimeStamp:
233      @@@: Update timestamp      @@@: Update timestamp
234      @@lang: en      @@lang: en
# Line 197  Resource: Line 270  Resource:
270    @JumpToEditLink:    @JumpToEditLink:
271      @@@: Open a WikiPage in editing mode...      @@@: Open a WikiPage in editing mode...
272      @@lang: en      @@lang: en
273      @Section:License:AfterDescriptions:
274      @Section:License:BeforeDescriptions:
275        @@lang:en
276        @@@:
277          %paragraph (content => {
278            %char (ucs => {U+00A9}); Authors, et al. %last-modified;
279          }p);
280          %paragraph (content => {
281            For more information about copyright and other rights, see
282            %link-to-wikipage (page => {Wiki//Page//License},
283            label => {%link-to-it (label => {Wiki//Page//License});});.
284          }p);
285      @Section:License:Title:
286        @@lang:en
287        @@@: License
288    @StyleSet:Name:SuikaWiki:    @StyleSet:Name:SuikaWiki:
289      @@@: SuikaWiki      @@@: SuikaWiki
290      @@lang: ja      @@lang: ja
# Line 206  Resource: Line 294  Resource:
294    @WikiForm:Search:Name:    @WikiForm:Search:Name:
295      @@@: Keyword      @@@: Keyword
296      @@lang: en      @@lang: en
297      @WikiPage:Obsolete:DescBefore:
298        @@@:
299          This WikiPage is obsolete in favor of
300        @@lang:en
301      @WikiPage:Obsolete:DescAfter:
302        @@@: .
303        @@lang:en
304    
305    
306    
307    

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24