Subversion Repositories wimsdev

Rev

Rev 5766 | Rev 9071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5766 Rev 5920
Line 1... Line 1...
1
<p>
1
<p>
2
The following is the things you should check.
2
The following is the things you should check.
-
 
3
</p>
3
<ol>
4
<ol>
4
 <li>Find a wims site, verify the
5
 <li>Find a wims site, verify the
5
  <a href="html/policy.html">site policy</a> or contact the site manager,
6
  <a href="html/policy.html">site policy</a> or contact the site manager,
6
  to see whether they are interested in carrying your page. <p>
7
  to see whether they are interested in carrying your page. <p>
7
  If the site has a test server, you may also ask the site manager to give you
8
  If the site has a test server, you may also ask the site manager to give you
Line 9... Line 10...
9
  repeatedly, at a very high frequency.
10
  repeatedly, at a very high frequency.
10
  <p>
11
  <p>
11
  The home site wims.unice.fr contains such a test server which welcomes all
12
  The home site wims.unice.fr contains such a test server which welcomes all
12
  people desirous of writing mathematical pages. But connection
13
  people desirous of writing mathematical pages. But connection
13
  might be slow for non-European users.
14
  might be slow for non-European users.
14
  </li><li>Connect to to the test server (from your browser), submit your (existing)
15
  </p></li><li>Connect to to the test server (from your browser), submit your (existing)
15
  html file into it, and make a http request for the page, to see thether it
16
  html file into it, and make a http request for the page, to see thether it
16
  is there.
17
  is there.
17
  Then add some mathematical symbols, wims variables and commands into your
18
  Then add some mathematical symbols, wims variables and commands into your
18
  file, resubmit it, and reload your page to see whether it works. If you
19
  file, resubmit it, and reload your page to see whether it works. If you
19
  make an error, wims server will
20
  make an error, wims server will
Line 22... Line 23...
22
  <p>
23
  <p>
23
  You have only to submit your html file which requires wims services. Graphics
24
  You have only to submit your html file which requires wims services. Graphics
24
  files, may stay where they were, on your original site. But you
25
  files, may stay where they were, on your original site. But you
25
  should make sure that the file you submitted to wims site contains only
26
  should make sure that the file you submitted to wims site contains only
26
  links to absolute addresses.  
27
  links to absolute addresses.  
27
  </li><li> Please
28
  </p></li><li> Please
28
  read the corresponding chapters of the technical reference of this document
29
  read the corresponding chapters of the technical reference of this document
29
  to see how to add variables and commands into your file. <p>
30
  to see how to add variables and commands into your file. <p>
30
  Briefly, a variable is a word preceeded by the dollar sign $emph $$$emphend.
31
  Briefly, a variable is a word preceeded by the dollar sign $emph $$$emphend.
31
  You may use predefined variables (see
32
  You may use predefined variables (see
32
  $(ref1)varspecial$(ref2)varspecial">$title_varspecial</a>), or define your
33
  $(ref1)varspecial$(ref2)varspecial">$title_varspecial</a>), or define your
33
  own (by the command
34
  own (by the command
34
  $(ref1)cmdlist_let_&+cmd_choose=all$(ref2)cmdlist_let_">!set</a>).
35
  $(ref1)cmdlist_let_&+cmd_choose=all$(ref2)cmdlist_let_">!set</a>).
35
  <p>
36
  </p><p>
36
  And a wims command is a word preceeded by the character $emph !$emphend, <b>
37
  And a wims command is a word preceeded by the character $emph !$emphend, <b>
37
  when it appears at the beginning of a line</b>. The list of commands as
38
  when it appears at the beginning of a line</b>. The list of commands as
38
  well as their syntax can be found
39
  well as their syntax can be found
39
  $(ref1)cmdlist$(ref2)cmdlist">here</a> in this document.
40
  $(ref1)cmdlist$(ref2)cmdlist">here</a> in this document.
40
  </li><li>If you want your page to be visible by the (future) wims
41
  </p></li><li>If you want your page to be visible by the (future) wims
41
  search engine, please copy a template file
42
  search engine, please copy a template file
42
  (<a href="modules/light/template.en.phtml">English</a> or
43
  (<a href="modules/light/template.en.phtml">English</a> or
43
  <a href="modules/light/template.fr.phtml">French</a> version), modify the header
44
  <a href="modules/light/template.fr.phtml">French</a> version), modify the header
44
  according to your case, and put in the body of your html content.
45
  according to your case, and put in the body of your html content.
45
  </li><li>You can also copy (the source of) an existing phtml file, study its
46
  </li><li>You can also copy (the source of) an existing phtml file, study its
Line 53... Line 54...
53
  pointing to it, and/or submit its address to search engines.
54
  pointing to it, and/or submit its address to search engines.
54
  </li>
55
  </li>
55
 
56
 
56
</ol>
57
</ol>
57
 
58
 
58
<p><hr/></p>
59
<hr/>
59
<center><h3>Important notes</h3></center>
60
<h3 class="wimscenter">Important notes</h3>
60
<p>When writing a phtml file, please take care of the following.
61
<p>When writing a phtml file, please take care of the following.</p>
61
<ol>
62
<ol>
62
 <li>You may adapt any html file composed by any html composer to a phtml
63
 <li>You may adapt any html file composed by any html composer to a phtml
63
  file. But once your file contains any wims commands, you should no longuer
64
  file. But once your file contains any wims commands, you should no longuer
64
  use html composers to modify it. Because WIMS only recognizes commands at
65
  use html composers to modify it. Because WIMS only recognizes commands at
65
  the beginning of a line, while most html composers will reformat the lines
66
  the beginning of a line, while most html composers will reformat the lines