Source: site.view [edit]
Function name: examples
Arguments:
Description: Example commands
Page type: snippet
Render function:  
Module: site

Page source:

<h1>Example Commands</h1>

<table>
  <tbody>
  <tr><td><a href="/webl/WubHub_DoIt?cmdline=g(lewis carroll)">g(lewis carroll)</a></td>
      <td>Google Lewis Carroll</td></tr>

  <tr><td><a href="/webl/WubHub_DoIt?cmdline=gim(cypress tree)">gim(cypress tree)</a></td>
      <td>Google Image search for cypress trees</td></tr>

  <tr><td><a href="/webl/WubHub_DoIt?cmdline=azn(tufte)">azn(tufte)</a></td>
      <td>Search for "tufte" on Amazon</td></tr>

  <tr><td><a href="/webl/WubHub_DoIt?cmdline=distance(oakland ca,los angeles)">distance(oakland ca,los angeles)</a></td>
      <td>Get the distance between two addresses</td></tr>

  <tr><td><a href="/webl/WubHub_DoIt?cmdline=mweb(forgetful)">mweb(forgetful)</a></td>
      <td>Look up the word "forgetful" from the Merriam-Webster dictionary</td></tr>

  <tr><td><a href="/webl/WubHub_DoIt?cmdline=acronym(ASAP)">acronym(ASAP)</a></td>
      <td>Find definitions for an acronym using AcronymSearch</td></tr>

  <tr><td><a href="/webl/WubHub_DoIt?cmdline=popular">popular</a></td>
      <td>List the most popular commands by Collaborama users</td></tr>
  <tr><td>&nbsp;</td></tr>

  <tr><td><a href="/webl/WubHub_DoIt?cmdline=site.ls">ls</a></td>
      <td>List all available commands.</td></tr>
  
  <tr><td><a href="/webl/WubHub_DoIt?cmdline=site.create">create</a></td>
      <td>Create a new Collaborama command (must be logged in)</td></tr>

  <tr><td><a href="/webl/WubHub_DoIt?cmdline=site.view(distance)">view(distance)</a></td>
      <td>View source for an existing command</td></tr>

  <tr><td><a href="/webl/WubHub_DoIt?cmdline=site.edit(distance)">edit(distance)</a></td>
      <td>Edit an existing command (must be logged in)</td></tr>

  <tr><td><a href="/webl/WubHub_DoIt?cmdline=site.help">help</a></td>
      <td>Get help</td></tr>
  </tbody>
</table>