/[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.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 99  ViewFragment: Line 159  ViewFragment:
159                        content => {%read(page=>{Wiki//Edit//Help});}p,                        content => {%read(page=>{Wiki//Edit//Help});}p,
160                      );                      );
161    
162  Resource:  FormattingRuleAlias:
163    @GoToWikiNewsLink:    @Category[list]:
164      @@@: News      view
165      @@lang:en      view-resource
166    @GoToWikiHelpLink:      form-input
167      @@@: Help    @Name: search-result
168      @@lang:en    @Reference:
169    @GoToWikiPageLicenseLink:      @@Category: view
170      @@@: License      @@Name: namazu-search
171      @@lang:en  
172    FormattingRuleAlias:
173      @Category[list]:
174        form-template
175      @Name: name
176      @Reference:
177        @@Category: form-template
178        @@Name: bbs--2ch-name
179    
180  ViewFragment:  ViewFragment:
181    @Name: we--edit    @Name: we--edit
# Line 141  ViewFragment: Line 208  ViewFragment:
208        %mode-after-edit-selection (        %mode-after-edit-selection (
209          description => {%res (name => {Edit:SaveAnd:Description});}p,          description => {%res (name => {Edit:SaveAnd:Description});}p,
210        );        );
211              
212        %we--update-lastmodified-datetime;        %check (id => we--touch,
213                  label => {%res (name => {Edit:UpdateTimeStamp});}p,
214                  description => {%res (name => {Edit:UpdateTimeStamp:Description});}p,
215                  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:
249        @@@: Update timestamp
250        @@lang: en
251      @Edit:UpdateTimeStamp:Description:
252        @@@: Update Last-Modified date-time to "now"
253        @@lang: en
254    @Footer:License:SeeLicensePage:    @Footer:License:SeeLicensePage:
255      @@@: %char (ucs => {U+00A9});      @@@: %char (ucs => {U+00A9});
256    @Footer:License:SeeLicensePageLong:    @Footer:License:SeeLicensePageLong:
# Line 170  Resource: Line 275  Resource:
275      @@@: Help page      @@@: Help page
276      @@lang: en      @@lang: en
277    @GoToWikiPageLicenseLink:    @GoToWikiPageLicenseLink:
278      @@@: License of this wiki      @@@: License for contents of this wiki
279      @@lang: en      @@lang: en
280    @GoToWikiNewsLink:    @GoToWikiNewsLink:
281      @@@: News on this wiki      @@@: News on this wiki
# Line 181  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:
305        @@@: SuikaWiki
306        @@lang: ja
307    @WikiForm:Create:Name:    @WikiForm:Create:Name:
308      @@@: WikiName      @@@: WikiName
309      @@lang: en      @@lang: en
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.2  
changed lines
  Added in v.1.9

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24