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

« back to all changes in this revision

Viewing changes to website/index.html

[Uber-commit of holiday work because I lacked a local copy of the branch.]

 ivle.makeuser: Don't use jailconf.py as a header for the in-jail conf.py;
     generate the whole thing using string formatting operators and include
     the template inline.

 ivle.makeuser.make_conf_py: XXX the inclusion of ivle.conf.jail_base in
     the jail. It is simply there to placate ivle.studpath, and needs
     to go before we can entirely remove the in-jail config.

 ivle-buildjail:
   - Add. Converted from setup.buildjail.
   - Build the jail in __base_build__ and rsync it to __base__ when
     done, rather than operating only in ./jail
   - Rename --rebuildjail/-j to --recreate/-r, as the whole script
     is now for jail rebuilding. Also add a warning to the usage string about
     the large volume likely to be downloaded.
   - Check existence before removing trees.
   - Don't copy jailconf.py over conf.py in the jail. Also make
     sure that we remove conf.pyc.

 setup.configure:
   - Stop generating jailconf.py at all.
   - Add a jail_system_build setting, defaulting to __base_build__ next to
     the existing __base__.
   - Don't use an OptionParser before calling the real function, as that
     adds options dynamically.

 setup.install:
   - Add an option (-R) to avoid writing out svn revision info to
     $PREFIX/share/ivle/revision.txt.
   - Remove jail-copying things.
   - Install all services to the host, rather than just usrmgt-server. We do
     this so we can build the jail from the host without the source tree.
   - Shuffle some things, and don't install phpBB3 twice.
   - Add a --root argument, to take an alternate root directory to install
     into (as given to autotools in $DESTDIR).

 setup.build:
   - Allow running as non-root.
   - Take a --no-compile option to not byte-compile Python files.

 setup.util:
   - Include usrmgt-server in the list of services.
   - Add make_install_path(), a wrapper around os.path.join() that ensures
     the second path is relative.
   - Install ivle-buildjail with the other binaries.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="iso-8859-1"?>
 
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 
3
      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
4
<html xmlns="http://www.w3.org/1999/xhtml">
 
5
<head>
 
6
  <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
 
7
  <title>IVLE - Informatics Virtual Learning Environment</title>
 
8
  <meta name="generator" content="Amaya, see http://www.w3.org/Amaya/" />
 
9
</head>
 
10
 
 
11
<body>
 
12
<img src="images/ivle_banner.png"/>
 
13
<h1>IVLE - Informatics Virtual Learning Environment</h1>
 
14
 
 
15
<p><em>A web-based, interactive, Python tutoring system</em></p>
 
16
 
 
17
<p>
 
18
  <a href="http://sourceforge.net/projects/ivle">
 
19
    <img src="http://sourceforge.net/sflogo.php?group_id=211309&type=1" width="88" height="26" border="1" alt="SourceForge" align="top"/></a> Download from Sourceforge.net
 
20
</p>
 
21
 
 
22
<p>Includes
 
23
subversion-based file-browser,
 
24
Python-aware text editor and Python console,
 
25
web publishing with support for CGI and graphics,
 
26
safe server-based execution environment with load balancing,
 
27
and interactive tutorial system incorporating automatic analysis and assessment.
 
28
</p>
 
29
 
 
30
<h2>Screenshots</h2>
 
31
 
 
32
<p>Click to enlarge.</p>
 
33
 
 
34
<table border="1" padding="5">
 
35
  <tr>
 
36
    <td>File Browser<br/><a href="images/file_browser.png"><img src="images/file_browser_small.png" border=0/></a></td>
 
37
    <td>Text Editor<br/><a href="images/text_editor.png"><img src="images/text_editor_small.png" border=0/></a></td>
 
38
  </tr>
 
39
  <tr>
 
40
    <td>Console<br/><a href="images/console.png"><img src="images/console_small.png" border=0/></a></td>
 
41
    <td>Tutorial<br/><a href="images/tutorial.png"><img src="images/tutorial_small.png" border=0/></a></td>
 
42
  </tr>
 
43
</table>
 
44
 
 
45
</body>
 
46
</html>