/[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.9 by wakaba, Fri Oct 8 09:15:36 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    ViewFragment:
121      @Name: ws--post-content
122      @Description:
123        @@@: After content body -- URI
124        @@lang:en
125      @Order: 700
126      @Formatting:
127        %block (
128          class => myuri,
129          content => {
130            %res (name => {WikiPage:ThisURI=});
131            %link-to-wikipage (
132              label => {<%link-to-it (label => {%uri-reference;}p);>},
133            );
134          }p,
135        );
136    
137    ViewFragment:
138    @Name: ws--footer    @Name: ws--footer
139    @Formatting:    @Formatting:
140      %link-to-wikipage (      %link-to-wikipage (
# Line 155  ViewFragment: Line 215  ViewFragment:
215                default);                default);
216      }p);      }p);
217    
218    ViewFragment:
219      @Name: we--edit
220      @Order: 1250
221      @Description:
222        @@lang:en
223        @@@: License Information that should be read just before submitting.
224      @Formatting:
225        %res (name => {Edit:License:Descriptions});
226    
227  Resource:  Resource:
228      @Edit:License:Descriptions:
229        @@lang:en
230        @@@:
231          %paragraph (content => {
232            Note: Submitting any changes means you understand and accept
233            license terms written in (or referred from)
234            %link-to-wikipage (page => {Wiki//Page//License},
235            label => {%link-to-it (label => {Wiki//Page//License});});.
236          }p);
237          %paragraph (content => {
238            WARNING: Don't submit copyrighted work without permission.
239            If you are not sure whether it is allowed or not, don't submit.
240          });
241          %paragraph (content => {
242            You MUST add license information to the License section
243            just after submission (%link-to-wikipage (mode => pe--propedit,
244            label => {%link-to-it (label => {Edit License Information});});)
245            if your submission is copy of copyrighted work (and if you can
246            publish it).
247          }p);
248    @Edit:UpdateTimeStamp:    @Edit:UpdateTimeStamp:
249      @@@: Update timestamp      @@@: Update timestamp
250      @@lang: en      @@lang: en
# Line 197  Resource: Line 286  Resource:
286    @JumpToEditLink:    @JumpToEditLink:
287      @@@: Open a WikiPage in editing mode...      @@@: Open a WikiPage in editing mode...
288      @@lang: en      @@lang: en
289      @Section:License:AfterDescriptions:
290      @Section:License:BeforeDescriptions:
291        @@lang:en
292        @@@:
293          %paragraph (content => {
294            %char (ucs => {U+00A9}); Authors, et al. %last-modified;
295          }p);
296          %paragraph (content => {
297            For more information about copyright and other rights, see
298            %link-to-wikipage (page => {Wiki//Page//License},
299            label => {%link-to-it (label => {Wiki//Page//License});});.
300          }p);
301      @Section:License:Title:
302        @@lang:en
303        @@@: License
304    @StyleSet:Name:SuikaWiki:    @StyleSet:Name:SuikaWiki:
305      @@@: SuikaWiki      @@@: SuikaWiki
306      @@lang: ja      @@lang: ja
# Line 206  Resource: Line 310  Resource:
310    @WikiForm:Search:Name:    @WikiForm:Search:Name:
311      @@@: Keyword      @@@: Keyword
312      @@lang: en      @@lang: en
313      @WikiPage:Obsolete:DescBefore:
314        @@@:
315          This WikiPage is obsolete in favor of
316        @@lang:en
317      @WikiPage:Obsolete:DescAfter:
318        @@@: .
319        @@lang:en
320      @WikiPage:ThisURI=:
321        @@@:
322          This WikiPage:
323        @@lang:en
324    
325    
326    
327    

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24