/[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.2 by wakaba, Sat Mar 13 13:16:42 2004 UTC revision 1.10 by wakaba, Thu Dec 2 23:04:21 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    
50      %link-wiki(page=>"Wiki//Page//Search",rel=>search,      %link-wiki(page=>"Wiki//Page//Search",rel=>search,
51                 description=>"%res(name=>GoToSearchPageLink);"p);                 description=>"%res(name=>GoToSearchPageLink);"p);
52    
53        %link-wiki (
54          rel => bookmark,
55          description => {%res (name => GoToMyselfLink);}p,
56        );
57    
58      %link-to-resource (      %link-to-resource (
59        iw-name => {wiki-content-in-cvs-repository},        iw-name => {wiki-content-in-cvs-repository},
60        iw-parameter => {%page-name;}p,        iw-parameter => {%page-name;}p,
61        rel => history,        rel => history,
       class => wiki-cmd,  
62        label => {%html-link (        label => {%html-link (
63            class => wiki-cmd,
64          description => {%res (name => ViewHistoryOfThisPageLink);}p,          description => {%res (name => ViewHistoryOfThisPageLink);}p,
65        );},        );},
66      );      );
67    
68        %html--meta-keywords;
69        %html-meta (
70          name => {description},
71          content => {%page-headline;}p,
72        );
73            
74  ViewFragment:  ViewFragment:
75    @Name: links    @Name: links
# Line 75  ViewFragment: Line 94  ViewFragment:
94      );      );
95    
96  ViewFragment:  ViewFragment:
97      @Name:ws--pre-content
98      @Description:
99        @@@: Before content body -- message
100        @@lang:en
101      @Order:19
102      @Formatting:
103        %res (name => {Wiki:MsgFromAdmin});
104    
105    ViewFragment:
106      @Name: ws--pre-content
107      @Description:
108        @@@: Before content body -- is obsoleted?
109        @@lang:en
110      @Order: 20
111      @Formatting:
112            %m--wikipage-obsolete (
113              desc-before => {%res (name => {WikiPage:Obsolete:DescBefore});}p,
114              desc-after => {%res (name => {WikiPage:Obsolete:DescAfter});}p,
115            );
116    
117    ViewFragment:
118      @Name: ws--post-content
119      @Description:
120        @@@: After content body -- License information
121        @@lang:en
122      @Order: 600
123      @Formatting:
124            %section (
125              id => LICENSE,
126              title => {%res(name=>{Section:License:Title});}p, heading,
127              content => {
128                %res (name => {Section:License:BeforeDescriptions});
129                %wr--propread (prop => license);
130                %res (name => {Section:License:AfterDescriptions});
131              }p,
132            );
133    
134    ViewFragment:
135      @Name: ws--post-content
136      @Description:
137        @@@: After content body -- URI
138        @@lang:en
139      @Order: 700
140      @Formatting:
141        %block (
142          class => myuri,
143          content => {
144            %res (name => {WikiPage:ThisURI=});
145            %link-to-wikipage (
146              label => {<%link-to-it (label => {%uri-reference;}p);>},
147            );
148          }p,
149        );
150    
151    ViewFragment:
152    @Name: ws--footer    @Name: ws--footer
153    @Formatting:    @Formatting:
154      %link-to-wikipage (      %link-to-wikipage (
# Line 96  ViewFragment: Line 170  ViewFragment:
170    @Formatting:    @Formatting:
171                      %block (                      %block (
172                        id => edit-help,                        id => edit-help,
173                        content => {%read(page=>{Wiki//Edit//Help});}p,                        content => {%read(page=>{Wiki//EditHelp});}p,
174                      );                      );
175    
176  Resource:  FormattingRuleAlias:
177    @GoToWikiNewsLink:    @Category[list]:
178      @@@: News      view
179      @@lang:en      view-resource
180    @GoToWikiHelpLink:      form-input
181      @@@: Help    @Name: search-result
182      @@lang:en    @Reference:
183    @GoToWikiPageLicenseLink:      @@Category: view
184      @@@: License      @@Name: namazu-search
185      @@lang:en  
186    FormattingRuleAlias:
187      @Category[list]:
188        form-template
189      @Name: name
190      @Reference:
191        @@Category: form-template
192        @@Name: bbs--2ch-name
193    
194  ViewFragment:  ViewFragment:
195    @Name: we--edit    @Name: we--edit
# Line 141  ViewFragment: Line 222  ViewFragment:
222        %mode-after-edit-selection (        %mode-after-edit-selection (
223          description => {%res (name => {Edit:SaveAnd:Description});}p,          description => {%res (name => {Edit:SaveAnd:Description});}p,
224        );        );
225              
226        %we--update-lastmodified-datetime;        %check (id => we--touch,
227                  label => {%res (name => {Edit:UpdateTimeStamp});}p,
228                  description => {%res (name => {Edit:UpdateTimeStamp:Description});}p,
229                  default);
230      }p);      }p);
231    
232    ViewFragment:
233      @Name: we--edit
234      @Order: 1250
235      @Description:
236        @@lang:en
237        @@@: License Information that should be read just before submitting.
238      @Formatting:
239        %res (name => {Edit:License:Descriptions});
240    
241  Resource:  Resource:
242      @Edit:License:Descriptions:
243        @@lang:en
244        @@@:
245          %paragraph (content => {
246            Note: Submitting any changes means you understand and accept
247            license terms written in (or referred from)
248            %link-to-wikipage (page => {Wiki//Page//License},
249            label => {%link-to-it (label => {Wiki//Page//License});});.
250          }p);
251          %paragraph (content => {
252            WARNING: Don't submit copyrighted work without permission.
253            If you are not sure whether it is allowed or not, don't submit.
254          });
255          %paragraph (content => {
256            You MUST add license information to the License section
257            just after submission (%link-to-wikipage (mode => pe--propedit,
258            label => {%link-to-it (label => {Edit License Information});});)
259            if your submission is copy of copyrighted work (and if you can
260            publish it).
261          }p);
262      @Edit:UpdateTimeStamp:
263        @@@: Update timestamp
264        @@lang: en
265      @Edit:UpdateTimeStamp:Description:
266        @@@: Update Last-Modified date-time to "now"
267        @@lang: en
268    @Footer:License:SeeLicensePage:    @Footer:License:SeeLicensePage:
269      @@@: %char (ucs => {U+00A9});      @@@: %char (ucs => {U+00A9});
270    @Footer:License:SeeLicensePageLong:    @Footer:License:SeeLicensePageLong:
# Line 157  Resource: Line 276  Resource:
276    @GoToCreatePageLong:    @GoToCreatePageLong:
277      @@@: Create a new WikiPage      @@@: Create a new WikiPage
278      @@lang: en      @@lang: en
279      @GoToMyselfLink:
280        @@@: This WikiPage
281        @@lang:en
282    @GoToSearchPage:    @GoToSearchPage:
283      @@@: Search      @@@: Search
284      @@lang: en      @@lang: en
# Line 170  Resource: Line 292  Resource:
292      @@@: Help page      @@@: Help page
293      @@lang: en      @@lang: en
294    @GoToWikiPageLicenseLink:    @GoToWikiPageLicenseLink:
295      @@@: License of this wiki      @@@: License for contents of this wiki
296      @@lang: en      @@lang: en
297    @GoToWikiNewsLink:    @GoToWikiNewsLink:
298      @@@: News on this wiki      @@@: News on this wiki
# Line 181  Resource: Line 303  Resource:
303    @JumpToEditLink:    @JumpToEditLink:
304      @@@: Open a WikiPage in editing mode...      @@@: Open a WikiPage in editing mode...
305      @@lang: en      @@lang: en
306      @Section:License:AfterDescriptions:
307      @Section:License:BeforeDescriptions:
308        @@lang:en
309        @@@:
310          %paragraph (content => {
311            %char (ucs => {U+00A9}); Authors, et al. %last-modified;
312          }p);
313          %paragraph (content => {
314            For more information about copyright and other rights, see
315            %link-to-wikipage (page => {Wiki//Page//License},
316            label => {%link-to-it (label => {Wiki//Page//License});});.
317          }p);
318      @Section:License:Title:
319        @@lang:en
320        @@@: License
321      @StyleSet:Name:SuikaWiki:
322        @@@: SuikaWiki
323        @@lang: ja
324    @WikiForm:Create:Name:    @WikiForm:Create:Name:
325      @@@: WikiName      @@@: WikiName
326      @@lang: en      @@lang: en
327    @WikiForm:Search:Name:    @WikiForm:Search:Name:
328      @@@: Keyword      @@@: Keyword
329      @@lang: en      @@lang: en
330      @WikiPage:Obsolete:DescBefore:
331        @@@:
332          This WikiPage is obsolete in favor of
333        @@lang:en
334      @WikiPage:Obsolete:DescAfter:
335        @@@: .
336        @@lang:en
337      @WikiPage:ThisURI=:
338        @@@:
339          This WikiPage:
340        @@lang:en
341    
342    
343    
344    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.10

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24