File:  [LON-CAPA] / doc / loncapafiles / critical_capabilities.xml
Revision 1.3: download - view: text, annotated - select for diffs
Mon Feb 3 18:03:51 2003 UTC (21 years, 2 months ago) by harris41
Branches: MAIN
CVS tags: version_2_9_X, version_2_9_99_0, version_2_9_1, version_2_9_0, version_2_8_X, version_2_8_99_1, version_2_8_99_0, version_2_8_2, version_2_8_1, version_2_8_0, version_2_7_X, version_2_7_99_1, version_2_7_99_0, version_2_7_1, version_2_7_0, version_2_6_X, version_2_6_99_1, version_2_6_99_0, version_2_6_3, version_2_6_2, version_2_6_1, version_2_6_0, version_2_5_X, version_2_5_99_1, version_2_5_99_0, version_2_5_2, version_2_5_1, version_2_5_0, version_2_4_X, version_2_4_99_0, version_2_4_2, version_2_4_1, version_2_4_0, version_2_3_X, version_2_3_99_0, version_2_3_2, version_2_3_1, version_2_3_0, version_2_2_X, version_2_2_99_1, version_2_2_99_0, version_2_2_2, version_2_2_1, version_2_2_0, version_2_1_X, version_2_1_99_3, version_2_1_99_2, version_2_1_99_1, version_2_1_99_0, version_2_1_3, version_2_1_2, version_2_1_1, version_2_1_0, version_2_12_X, version_2_11_X, version_2_11_4_uiuc, version_2_11_4_msu, version_2_11_4, version_2_11_3_uiuc, version_2_11_3_msu, version_2_11_3, version_2_11_2_uiuc, version_2_11_2_msu, version_2_11_2_educog, version_2_11_2, version_2_11_1, version_2_11_0_RC3, version_2_11_0_RC2, version_2_11_0_RC1, version_2_11_0, version_2_10_X, version_2_10_1, version_2_10_0_RC2, version_2_10_0_RC1, version_2_10_0, version_2_0_X, version_2_0_99_1, version_2_0_2, version_2_0_1, version_2_0_0, version_1_99_3, version_1_99_2, version_1_99_1_tmcc, version_1_99_1, version_1_99_0_tmcc, version_1_99_0, version_1_3_X, version_1_3_3, version_1_3_2, version_1_3_1, version_1_3_0, version_1_2_X, version_1_2_99_1, version_1_2_99_0, version_1_2_1, version_1_2_0, version_1_1_X, version_1_1_99_5, version_1_1_99_4, version_1_1_99_3, version_1_1_99_2, version_1_1_99_1, version_1_1_99_0, version_1_1_3, version_1_1_2, version_1_1_1, version_1_1_0, version_1_0_99_3, version_1_0_99_2, version_1_0_99_1, version_1_0_99, version_1_0_3, version_1_0_2, version_1_0_1, version_1_0_0, version_0_99_5, version_0_99_4, version_0_99_3, version_0_99_2, version_0_99_1, version_0_99_0, loncapaMITrelate_1, language_hyphenation_merge, language_hyphenation, conference_2003, bz6209-base, bz6209, HEAD, GCI_3, GCI_2, GCI_1, BZ4492-merge, BZ4492-feature_horizontal_radioresponse, BZ4492-feature_Support_horizontal_radioresponse, BZ4492-Support_horizontal_radioresponse
best wishes to all.

    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: <capabilities>
   29:  <capability>
   30:   <name>Matricular-Database</name>
   31:  </capability>
   32:  <capability>
   33:   <name>Scripted-Modules</name>
   34:  </capability>
   35:  <capability>
   36:   <name>Graphics-Drawing</name>
   37:   <need>
   38:    <name>Image Magick</name>
   39:    <synopsis>
   40:     Used for generating image responses to homework questions.
   41:     Used to calculate image dimensions provided with default HTML image
   42:     tags.
   43:     Also needed for on-the-fly gif to eps conversions for
   44:     "seamlessly" generating postscript documents from LON-CAPA resources.
   45:    </synopsis>
   46:    <components>
   47:    <component>Perl module Image::Magick</component>
   48:    <component>RPM ImageMagick</component>
   49:    </components>
   50:   </need>
   51:  </capability>
   52:  <capability>
   53:   <name>Password-Authentication</name>
   54:  </capability>
   55:  <capability>
   56:   <name>Web-Server</name>
   57:  </capability>
   58:  <capability>
   59:   <name>mod-perl</name>
   60:  </capability>
   61:  <capability>
   62:   <name>Network-Connectivity</name>
   63:  </capability>
   64:  <capability>
   65:   <name>Backup</name>
   66:  </capability>
   67:  <capability>
   68:   <name>XML-Processing</name>
   69:  </capability>
   70: </capabilities>

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