diff options
author | Daniel <darthdaniel85@gmail.com> | 2013-12-06 17:12:08 -0500 |
---|---|---|
committer | Daniel <darthdaniel85@gmail.com> | 2013-12-06 17:12:08 -0500 |
commit | f64d3a13f628706bc2f24f420f1e096543bad377 (patch) | |
tree | 9251e1c0e638559b18bcf0b25dbf1f8130908dc5 /demos/quickstart/protected/pages/GettingStarted/Wsat.page | |
parent | bc738b910f44ed6998dc2d181fb284f029a9a4d2 (diff) |
Wsat documentation in QuickStart tutorial at 35%!
Diffstat (limited to 'demos/quickstart/protected/pages/GettingStarted/Wsat.page')
-rw-r--r-- | demos/quickstart/protected/pages/GettingStarted/Wsat.page | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/demos/quickstart/protected/pages/GettingStarted/Wsat.page b/demos/quickstart/protected/pages/GettingStarted/Wsat.page new file mode 100644 index 00000000..cb821a30 --- /dev/null +++ b/demos/quickstart/protected/pages/GettingStarted/Wsat.page @@ -0,0 +1,26 @@ +<com:TContent ID="body"> + <h1>Web Site Administration Tool</h1> + <p class="block-content">Web Site Administration Tool (WSAT) allows you + </p> + + <h2>Requirements</h2> + <p class="block-content"> + To use WSAT, you need to add in your project configuration file: <tt>application.xml</tt>, + in the services section the wsat service like follows: + +<com:TTextHighlighter CssClass="source" Language="xml"> +<services> + ... + <service id="wsat" class="System.Wsat.TWsatService" Password="my_secret_password" /> +</services> +</com:TTextHighlighter> + </p> + + <h2>Usage</h2> + <p class="block-content"> + Then you are ready to go to: http://localhost/yoursite/index.php?wsat=TWsatLogin + </p> + <com:TTextHighlighter Language="cli" CssClass="source block-content cli" id="code_70006"> + + </com:TTextHighlighter> +</com:TContent> |