Diff for /doc/loncapafiles/loncapafiles.lpml between versions 1.920 and 1.921

version 1.920, 2015/06/18 20:18:41 version 1.921, 2015/06/29 15:41:56
Line 455  extensions</description> Line 455  extensions</description>
 </directory>  </directory>
 <directory dist='default'>  <directory dist='default'>
   <protectionlevel>modest_delete</protectionlevel>    <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/lib/perl/Apache/math_parser</targetdir>
     <categoryname>server readonly</categoryname>
     <description>location of LON-CAPA math parser</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
   <targetdir dist='default'>home/httpd/lib/perl/HTML</targetdir>    <targetdir dist='default'>home/httpd/lib/perl/HTML</targetdir>
   <categoryname>server readonly</categoryname>    <categoryname>server readonly</categoryname>
   <description>location of HTML specific perl module fixes and additions    <description>location of HTML specific perl module fixes and additions
Line 6153  handles request to the CAPA homework pro Line 6159  handles request to the CAPA homework pro
   </description>    </description>
   <status>works/unverified</status>    <status>works/unverified</status>
 </file>  </file>
   <file>
     <source>loncom/homework/loncapamath.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/loncapamath.pm</target>
     <categoryname>handler</categoryname>
     <description>
       lm element implementation, using the math parser package
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/units.json</source>
     <target dist='default'>home/httpd/lonTabs/units.json</target>
     <categoryname>static conf</categoryname>
     <description>
       Math parser: units
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/constants.json</source>
     <target dist='default'>home/httpd/lonTabs/constants.json</target>
     <categoryname>static conf</categoryname>
     <description>
       Math parser: constants
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/math_parser/CalcEnv.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/math_parser/CalcEnv.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Math parser: Calculation environment
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/math_parser/CalcException.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/math_parser/CalcException.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Math parser: Calculation exception
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/math_parser/Definitions.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/math_parser/Definitions.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Math parser: Operator definitions
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/math_parser/ENode.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/math_parser/ENode.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Math parser: Parsed tree node.
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/math_parser/Operator.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/math_parser/Operator.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Math parser: Parser operator
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/math_parser/ParseException.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/math_parser/ParseException.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Math parser: Parse exception
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/math_parser/Parser.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/math_parser/Parser.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Math parser: Equation parser
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/math_parser/QInterval.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/math_parser/QInterval.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Math parser: An interval of quantities
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/math_parser/QIntervalUnion.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/math_parser/QIntervalUnion.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Math parser: A union of possibly disjoint intervals
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/math_parser/QMatrix.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/math_parser/QMatrix.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Math parser: A matrix of quantities
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/math_parser/QSet.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/math_parser/QSet.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Math parser: A set of quantities
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/math_parser/Quantity.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/math_parser/Quantity.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Math parser: A quantity (value and units)
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/math_parser/QVector.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/math_parser/QVector.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Math parser: A vector of quantities
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/math_parser/Token.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/math_parser/Token.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Math parser: A parser token.
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/math_parser/Tokenizer.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/math_parser/Tokenizer.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Math parser: String tokenizer
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/math_parser/Units.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/math_parser/Units.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Math parser: Loads and converts units
     </description>
     <status>works/unverified</status>
   </file>
 <file>  <file>
 <source>loncom/xml/Safe.pm</source>  <source>loncom/xml/Safe.pm</source>
 <target dist='default'>home/httpd/lib/perl/Safe.pm</target>  <target dist='default'>home/httpd/lib/perl/Safe.pm</target>

Removed from v.1.920  
changed lines
  Added in v.1.921


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