Annotation of doc/loncapafiles/critical_capabilities.xml, revision 1.2

1.1       harris41    1: <!--  This file is meant to catalog critical system
                      2:       functionality necessary for the operation of
                      3:       a LON-CAPA server.  Note that these capabilities
                      4:       describe operating system capabilities (not
                      5:       educational feature capabilities).
                      6: 
                      7:       The idea is that this file becomes a central point
                      8:       for the verification of existing operating system
                      9:       capabilities.
                     10: -->
                     11: 
                     12: <!-- This file does NOT represent an exhaustive list
                     13:      of software packages.  Nor can this file perfectly
                     14:      automate the handling of software packages on
                     15:      a RedHat linux system.  Due to differing
                     16:      configuration settings, the shaky nature of software
                     17:      dependencies, and machine states across the LON-CAPA
                     18:      network, there has not yet been a perfect automation
                     19:      of LON-CAPA server system duplication.
                     20: 
                     21:      Someday, maybe our grandkids will release LON-CAPA on
                     22:      pre-installed indestructible palm-pilot-sized units
                     23:      and then there will be no installation problems.
                     24:      (I have to say something melodramatic, I am watching
                     25:       Star Trek right now.)
                     26: -->
                     27: 
                     28: <!-- Scott Harrison, sharrison@users.sourceforge.net, 2002 -->
                     29: 
                     30: <capabilities>
                     31:  <capability>
                     32:   <name>Matricular-Database</name>
                     33:  </capability>
                     34:  <capability>
                     35:   <name>Scripted-Modules</name>
                     36:  </capability>
                     37:  <capability>
                     38:   <name>Graphics-Drawing</name>
1.2     ! harris41   39:   <need>
        !            40:    <name>Image Magick</name>
        !            41:    <synopsis>
        !            42:     Used for generating image responses to homework questions.
        !            43:     Used to calculate image dimensions provided with default HTML image
        !            44:     tags.
        !            45:     Also needed for on-the-fly gif to eps conversions for
        !            46:     "seamlessly" generating postscript documents from LON-CAPA resources.
        !            47:    </synopsis>
        !            48:    <components>
        !            49:    <component>Perl module Image::Magick</component>
        !            50:    <component>RPM ImageMagick</component>
        !            51:    </components>
        !            52:   </need>
1.1       harris41   53:  </capability>
                     54:  <capability>
                     55:   <name>Password-Authentication</name>
                     56:  </capability>
                     57:  <capability>
                     58:   <name>Web-Server</name>
                     59:  </capability>
                     60:  <capability>
                     61:   <name>mod-perl</name>
                     62:  </capability>
                     63:  <capability>
                     64:   <name>Network-Connectivity</name>
                     65:  </capability>
                     66:  <capability>
                     67:   <name>Backup</name>
                     68:  </capability>
                     69:  <capability>
                     70:   <name>XML-Processing</name>
                     71:  </capability>
                     72: </capabilities>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>