/[suikacvs]/webroot/www/js/jste/test2.xml
Suika

Contents of /webroot/www/js/jste/test2.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.6 - (show annotations) (download) (as text)
Tue Feb 3 09:36:21 2009 UTC (15 years, 3 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +0 -1 lines
File MIME type: text/xml
Enable commands even if message is missing

1 <c:course name="sw.tour.mime" xmlns:c="http://suika.fam.cx/ns/wat"
2 xmlns="http://www.w3.org/1999/xhtml">
3
4 <c:steps not-state="in-tour">
5 <c:entry-point document-url="http://suika.fam.cx/~wakaba/wiki/sw/n/MIME" step="start"/>
6 <c:step id="start">
7 <c:message>MIME つまみ食いツアーでーす。</c:message>
8 <c:command type="next" clear-state="back-state" save-state="in-tour">はじめる</c:command>
9 <c:command type="close">あとでやる</c:command>
10 <c:command type="close" save-state="done">やらない</c:command>
11 <c:next-step step="mime"/>
12 </c:step>
13 </c:steps>
14
15 <c:steps state="in-tour">
16 <c:entry-point document-url="http://suika.fam.cx/~wakaba/wiki/sw/n/MIME" step="mime"/>
17
18 <c:step id="mime">
19 <c:message>MIME てこんなんです。</c:message>
20 <c:command type="back"/>
21 <c:command type="url" href="実体">次へ</c:command>
22 </c:step>
23
24 <c:entry-point document-url="http://suika.fam.cx/~wakaba/wiki/sw/n/実体" step="entity"/>
25 <c:step id="entity">
26 <c:message>MIME 実体ってこういうことなんです。わかったかな?</c:message>
27 <c:command type="back"/>
28 <c:command type="url" href="媒体型">次へ</c:command>
29 </c:step>
30
31 <c:entry-point document-url="http://suika.fam.cx/~wakaba/wiki/sw/n/媒体型" step="mt"/>
32 <c:step id="mt">
33 <c:message>これであなたは MIME 博士(嘘)</c:message>
34 <c:command type="back" clear-state="done"/>
35 <c:command type="close" clear-state="in-tour">おしまい</c:command>
36 <c:command type="url" href="MIME" clear-state="in-tour done">はじめに戻る</c:command>
37 <c:save-state name="done"/>
38 <c:next-step/>
39 </c:step>
40
41 <c:entry-point step="back-to-tour"/>
42 <c:step nohistory="" id="back-to-tour">
43 <c:command type="back">MIME ツアーに戻る</c:command>
44 </c:step>
45 </c:steps>
46
47 </c:course>
48
49 <!--
50 /* ***** BEGIN LICENSE BLOCK *****
51 * Copyright 2008-2009 Wakaba <w@suika.fam.cx>. All rights reserved.
52 *
53 * This program is free software; you can redistribute it and/or
54 * modify it under the same terms as Perl itself.
55 *
56 * Alternatively, the contents of this file may be used
57 * under the following terms (the "MPL/GPL/LGPL"),
58 * in which case the provisions of the MPL/GPL/LGPL are applicable instead
59 * of those above. If you wish to allow use of your version of this file only
60 * under the terms of the MPL/GPL/LGPL, and not to allow others to
61 * use your version of this file under the terms of the Perl, indicate your
62 * decision by deleting the provisions above and replace them with the notice
63 * and other provisions required by the MPL/GPL/LGPL. If you do not delete
64 * the provisions above, a recipient may use your version of this file under
65 * the terms of any one of the Perl or the MPL/GPL/LGPL.
66 *
67 * "MPL/GPL/LGPL":
68 *
69 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
70 *
71 * The contents of this file are subject to the Mozilla Public License Version
72 * 1.1 (the "License"); you may not use this file except in compliance with
73 * the License. You may obtain a copy of the License at
74 * <http://www.mozilla.org/MPL/>
75 *
76 * Software distributed under the License is distributed on an "AS IS" basis,
77 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
78 * for the specific language governing rights and limitations under the
79 * License.
80 *
81 * The Original Code is JSTE code.
82 *
83 * The Initial Developer of the Original Code is Wakaba.
84 * Portions created by the Initial Developer are Copyright (C) 2008
85 * the Initial Developer. All Rights Reserved.
86 *
87 * Contributor(s):
88 * Wakaba <w@suika.fam.cx>
89 *
90 * Alternatively, the contents of this file may be used under the terms of
91 * either the GNU General Public License Version 2 or later (the "GPL"), or
92 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
93 * in which case the provisions of the GPL or the LGPL are applicable instead
94 * of those above. If you wish to allow use of your version of this file only
95 * under the terms of either the GPL or the LGPL, and not to allow others to
96 * use your version of this file under the terms of the MPL, indicate your
97 * decision by deleting the provisions above and replace them with the notice
98 * and other provisions required by the LGPL or the GPL. If you do not delete
99 * the provisions above, a recipient may use your version of this file under
100 * the terms of any one of the MPL, the GPL or the LGPL.
101 *
102 * ***** END LICENSE BLOCK ***** */
103 -->

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24