Changes between Version 22 and Version 23 of WebRpc
- Timestamp:
- Jan 21, 2009, 8:07:52 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebRpc
v22 v23 11 11 12 12 {{{ 13 param1=val1¶m2=val2&...¶mn=valn13 ?param1=val1¶m2=val2&...¶mn=valn 14 14 }}} 15 15 where param1 ... paramN are the parameter names, and val1 ... valn are the values. Parameter values must be URL-encoded (for example, using PHP's `urlencode` function). … … 109 109 The elements are: 110 110 111 {{{name}}}:: 111 {{{ 112 #!html 113 <font color=darkgreen face="monospace">name</font> 114 }}}:: 112 115 Project name 113 116 {{{master_url}}}::