~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/apps/console/help.html

  • Committer: wagrant
  • Date: 2008-07-23 05:48:36 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:940
userservice: Repeat after me: I will not talk to code that runs as root
             for the sole purpose of writing to the database! Bad
             userservice! BAD! Write to the database yourself.

usrmgt-service: Remove {create,update}_user. They were just DB-access
                functions, which userservice now performs itself. We're
                now down to a single function, but additions will come.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<div class="helpfile">
2
1
<p>The IVLE <strong>Console</strong> is a programming console for Python which provides features similar to the Python command line console or <a href="http://en.wikipedia.org/wiki/IDLE_(Python)">IDLE</a> GUI.</p>
3
2
 
4
3
<h2>Getting started</h2>
58
57
 
59
58
<h3><a name="restarting">Restarting the console</a></h3>
60
59
<p>If things go really wrong, you can restart the console simply by clicking the <em>Console</em> tab. Be aware that you will lose all state (such as variables and functions) entered into your previous console session.</p>
61
 
</div>