FrontPage 

TB Wiki

Login

Regression Test

Expected HTML for page "DocCommandLineClient"


expected html
nothing
t1TBWiki includes a command line client, that can be used to performt
2operations on the wiki without going through a regular web browser.
3<p>
4You can get, set or locally edit an item on the wiki, where the item
5can be a page, section, block, record, or field.
6<p>
7Here is the usage for the tool:
8<ul><div style="background-color:#ffffe0; padding:5px; border-style: solid solid solid solid; border-width: 1px 1px 1px 1px;">
9<pre>Usage: tbclient [options] get|put|edit &lt;item-ref&gt; [&lt;new_value&gt;]
10 
11where the action is one of: get, put or edit, and
12item-ref can refer to a page, section, block, record or field.
13 
14On a set, a &lt;new_value&gt; must be provided.  if -i is specified,
15then the data for the new_value comes from  the file specified.
16 
17References must be fully qualified:
18    page = SomePageName
19    section = SomePageName@section_name
20    block = SomePageName:BlockName
21    record = SomePageName:TableBlockName:record_id
22    field = SomePageName:TableBlockName:record_id::field_name
23 
24and options are from:
25-h, --help            Show usage help
26-i, --infile &lt;file&gt;   Get &lt;new_value&gt; from file &lt;file&gt;
27                      If &lt;file&gt; is 'stdin', then get new_value from stdin.
28-w, --wiki &lt;wiki-ref&gt; Specify a wiki (default bird.org/test)</pre></div></ul>
29 
30<p>
31<h1><a name="Developer_information">Developer information</a>
32<span align=right class="section_edit_link">[<a href="/tbwiki/DocCommandLineClient?action=edit&section=Developer_information">edit section</a>]</font></span>
33</h1>
34The server side of the interactions for this are handled by
35the DataHandler processor (ie plugins/ProcessorDatahandler.py)
36<p>
37<h1><a name="Ideas_for_future_actions">Ideas for future actions</a>
38<span align=right class="section_edit_link">[<a href="/tbwiki/DocCommandLineClient?action=edit&section=Ideas_for_future_actions">edit section</a>]</font></span>
39</h1>
40<ul><li>tbclient list [&lt;type&gt;] - list the items in the wiki (of the indicated type, if a type is provided)
41</ul>
42<p>
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op

Differences for page "DocCommandLineClient"


expected html
generated html
t No Differences Found t No Differences Found 
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op

Update saved output

Back to diff page

Return to Regression_Test page
TBWiki engine 1.9.3 by Tim Bird