Annotation of doc/loncapafiles/loncapafiles.lpml, revision 1.797.2.23
1.117 harris41 1: <!DOCTYPE lpml PUBLIC "-//TUX/DTD lpml 1.0 Final//EN"
2: "http://lpml.sourceforge.net/DTD/lpml.dtd">
1.81 harris41 3: <!-- loncapafiles.lpml -->
1.67 harris41 4:
1.797.2.23! raeburn 5: <!-- $Id: loncapafiles.lpml,v 1.797.2.22 2012/12/19 02:53:16 raeburn Exp $ -->
1.67 harris41 6:
7: <!--
8:
9: Copyright Michigan State University Board of Trustees
10:
11: This file is part of the LearningOnline Network with CAPA (LON-CAPA).
12:
13: LON-CAPA is free software; you can redistribute it and/or modify
14: it under the terms of the GNU General Public License as published by
15: the Free Software Foundation; either version 2 of the License, or
16: (at your option) any later version.
17:
18: LON-CAPA is distributed in the hope that it will be useful,
19: but WITHOUT ANY WARRANTY; without even the implied warranty of
20: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21: GNU General Public License for more details.
22:
23: You should have received a copy of the GNU General Public License
24: along with LON-CAPA; if not, write to the Free Software
25: Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
26:
27: /home/httpd/html/adm/gpl.txt
28:
29: http://www.lon-capa.org/
30:
31: -->
1.14 harris41 32:
33: <!-- Default values must be defined before specific values. -->
34: <!-- If no 'dist' attribute is specified, then it is always installed. -->
35: <!-- If 'dist' attribute is set to 'default', then the specification. -->
36: <!-- is accepted if an alternative distribution is not requested or not -->
37: <!-- defined. -->
1.53 harris41 38:
1.1 harris41 39: <lpml>
1.94 harris41 40: <specialnotices>
1.102 harris41 41: <specialnotice dist='default'>
42: !!! Sometimes an incorrect /etc/hosts file is incorrectly generated !!!
43: !!! This sometimes happens (bad): !!!
44: !!! 127.0.0.1 computer1 localhost.localdomain localhost !!!
45: !!! Should be: !!!
46: !!! 127.0.0.1 localhost.localdomain localhost !!!
47: !!! 35.2.3.80 computer1 computer1.notreal.msu.edu !!!
48: </specialnotice>
1.94 harris41 49: </specialnotices>
1.1 harris41 50: <targetroot>/</targetroot>
51: <sourceroot>/home/user/loncapa/</sourceroot>
1.14 harris41 52: <categories>
1.1 harris41 53: <category name="interface file" type="runtime">
1.5 harris41 54: <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55 harris41 55: <abbreviation>interfacefile</abbreviation>
1.1 harris41 56: </category>
57: <category name="interface file" type="development">
1.5 harris41 58: <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
1.55 harris41 59: <abbreviation>interfacefile</abbreviation>
1.1 harris41 60: </category>
61: <category name="setuid script" type="runtime">
1.5 harris41 62: <chmod dist='default'>6755</chmod><chown dist='default'>root:root</chown>
1.55 harris41 63: <abbreviation>setuid</abbreviation>
1.1 harris41 64: </category>
65: <category name="setuid script" type="development">
1.5 harris41 66: <chmod dist='default'>6755</chmod><chown dist='default'>root:root</chown>
1.55 harris41 67: <abbreviation>setuid</abbreviation>
1.1 harris41 68: </category>
69: <category name="handler" type="runtime">
1.5 harris41 70: <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55 harris41 71: <abbreviation>handler</abbreviation>
1.1 harris41 72: </category>
73: <category name="handler" type="development">
1.89 harris41 74: <chmod dist='default'>0600</chmod><chown dist='default'>www:www</chown>
1.55 harris41 75: <abbreviation>handler</abbreviation>
1.1 harris41 76: </category>
77: <category name="static conf" type="runtime">
1.5 harris41 78: <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55 harris41 79: <abbreviation>static</abbreviation>
1.1 harris41 80: </category>
81: <category name="static conf" type="development">
1.5 harris41 82: <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55 harris41 83: <abbreviation>static</abbreviation>
1.1 harris41 84: </category>
1.301 albertel 85: <category name="www static conf" type="runtime">
86: <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
87: <abbreviation>static</abbreviation>
88: </category>
89: <category name="www static conf" type="development">
90: <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
91: <abbreviation>static</abbreviation>
92: </category>
1.1 harris41 93: <category name="conf" type="runtime">
1.5 harris41 94: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55 harris41 95: <abbreviation>configurable</abbreviation>
1.1 harris41 96: </category>
97: <category name="conf" type="development">
1.5 harris41 98: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55 harris41 99: <abbreviation>configurable</abbreviation>
1.1 harris41 100: </category>
1.718 raeburn 101: <category name="www conf" type="runtime">
102: <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
103: <abbreviation>configurable</abbreviation>
104: </category>
105: <category name="www conf" type="development">
106: <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
107: <abbreviation>configurable</abbreviation>
108: </category>
1.1 harris41 109: <category name="script" type="runtime">
1.89 harris41 110: <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>
1.55 harris41 111: <abbreviation>script</abbreviation>
1.1 harris41 112: </category>
113: <category name="script" type="development">
1.89 harris41 114: <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
1.55 harris41 115: <abbreviation>script</abbreviation>
1.1 harris41 116: </category>
117: <category name="graphic file" type="runtime">
1.5 harris41 118: <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55 harris41 119: <abbreviation>graphicfile</abbreviation>
1.1 harris41 120: </category>
121: <category name="graphic file" type="development">
1.89 harris41 122: <chmod dist='default'>0400</chmod><chown dist='default'>www:www</chown>
1.55 harris41 123: <abbreviation>graphicfile</abbreviation>
1.1 harris41 124: </category>
1.738 raeburn 125: <category name="lexicon file" type="runtime">
126: <chmod dist='default'>0444</chmod><chown dist='default'>www:www</chown>
127: <abbreviation>lexicon</abbreviation>
128: </category>
129: <category name="lexicon file" type="development">
130: <chmod dist='default'>0444</chmod><chown dist='default'>www:www</chown>
131: <abbreviation>lexicon</abbreviation>
132: </category>
1.83 harris41 133: <category name="doc" type="runtime">
134: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
135: <abbreviation>systemfile</abbreviation>
136: </category>
137: <category name="doc" type="development">
138: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
139: <abbreviation>systemfile</abbreviation>
140: </category>
1.1 harris41 141: <category name="system file" type="runtime">
1.5 harris41 142: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55 harris41 143: <abbreviation>systemfile</abbreviation>
1.1 harris41 144: </category>
145: <category name="system file" type="development">
1.5 harris41 146: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55 harris41 147: <abbreviation>systemfile</abbreviation>
1.1 harris41 148: </category>
1.188 harris41 149: <category name="system script" type="runtime">
150: <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
151: <abbreviation>systemscript</abbreviation>
152: </category>
153: <category name="system script" type="development">
154: <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
155: <abbreviation>systemscript</abbreviation>
156: </category>
1.1 harris41 157: <category name="root script" type="runtime">
1.89 harris41 158: <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
1.55 harris41 159: <abbreviation>rootscript</abbreviation>
1.1 harris41 160: </category>
161: <category name="root script" type="development">
1.89 harris41 162: <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
1.55 harris41 163: <abbreviation>rootscript</abbreviation>
1.1 harris41 164: </category>
165: <category name="symbolic link" type="runtime">
1.5 harris41 166: <chmod dist='default'></chmod><chown dist='default'>root:root</chown>
1.55 harris41 167: <abbreviation>link</abbreviation>
1.1 harris41 168: </category>
169: <category name="symbolic link" type="development">
1.5 harris41 170: <chmod dist='default'></chmod><chown dist='default'>root:root</chown>
1.55 harris41 171: <abbreviation>link</abbreviation>
1.1 harris41 172: </category>
173: <category name="standard" type="runtime">
1.5 harris41 174: <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
1.56 harris41 175: <abbreviation>directory</abbreviation>
1.1 harris41 176: </category>
177: <category name="standard" type="development">
1.5 harris41 178: <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
1.56 harris41 179: <abbreviation>directory</abbreviation>
1.1 harris41 180: </category>
181: <category name="server standard" type="runtime">
1.5 harris41 182: <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
1.56 harris41 183: <abbreviation>directory</abbreviation>
1.1 harris41 184: </category>
185: <category name="server standard" type="development">
1.5 harris41 186: <chmod dist='default'>0755</chmod><chown dist='default'>www:www</chown>
1.56 harris41 187: <abbreviation>directory</abbreviation>
1.1 harris41 188: </category>
189: <category name="server readonly" type="runtime">
1.5 harris41 190: <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>
1.56 harris41 191: <abbreviation>directory</abbreviation>
1.1 harris41 192: </category>
193: <category name="server readonly" type="development">
1.89 harris41 194: <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
1.56 harris41 195: <abbreviation>directory</abbreviation>
1.1 harris41 196: </category>
1.784 raeburn 197: <category name="pdf manual" type="runtime">
198: <chmod dist='default'>0444</chmod><chown dist='default'>www:www</chown>
199: <abbreviation>manual</abbreviation>
200: </category>
201: <category name="pdf manual" type="development">
202: <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
203: <abbreviation>manual</abbreviation>
204: </category>
1.14 harris41 205: </categories>
1.2 harris41 206: <rpm>
1.3 harris41 207: <rpmSummary>Basic files for running a LON-CAPA server.</rpmSummary>
208: <rpmName>LON-CAPA-base</rpmName>
209: <rpmVersion>3.1</rpmVersion>
210: <rpmRelease>1</rpmRelease>
1.27 harris41 211: <rpmVendor>Laboratory for Instructional Technology Education,
212: Division of Science and Mathematics Education, Michigan State University.
213: </rpmVendor>
1.3 harris41 214: <rpmBuildRoot>/home/harris41/LON-CAPA-BuildRoot</rpmBuildRoot>
215: <rpmCopyright>GNU General Public License. Version 2, June 1991. Michigan State University patents may apply.</rpmCopyright>
216: <rpmGroup>Utilities/System</rpmGroup>
217: <rpmSource>LON-CAPA-base-3.1.tar.gz</rpmSource>
218: <rpmAutoReqProv>no</rpmAutoReqProv>
1.98 harris41 219: <rpmdescription>This package facilitates a base installation of LON-CAPA \n
220: files in their directories.\n
221: For more on the LON-CAPA project, visit http://www.lon-capa.org/.
222: </rpmdescription>
1.10 harris41 223: <rpmpre>echo '***********************************************************************'\n
224: echo 'LON-CAPA LearningOnline with CAPA'\n
225: echo 'http://www.lon-capa.org/'\n
226: echo 'Gerd Kortemeyer, et al'\n
227: echo 'Laboratory for Instructional Technology Education'\n
228: echo 'Michigan State University'\n
229: echo 'General Public License, Version 2, June 1991'\n
230: echo '** Michigan State University patents may apply **'\n
231: echo ' '\n
232: echo 'This installation assumes an installation of Redhat 6.2'\n
233: echo ' '\n
234: echo 'The server computer should be currently connected to the ethernet'\n
235: echo ' '\n
236: echo '***********************************************************************'\n
237: </rpmpre>
1.83 harris41 238: <rpmRequires>
239: <item>PreReq: LON-CAPA-setup</item>
240: <item>PreReq: apache</item>
1.129 harris41 241: <item>PreReq: /etc/httpd/conf/httpd.conf</item>
1.83 harris41 242: </rpmRequires>
1.2 harris41 243: </rpm>
1.14 harris41 244: <directories>
1.115 harris41 245: <directory dist='default'>
1.179 harris41 246: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 247: <targetdir dist='default'>etc</targetdir>
248: <categoryname>standard</categoryname>
249: <description>standard linux directory for configuration files</description>
250: </directory>
1.115 harris41 251: <directory dist='default'>
1.179 harris41 252: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 253: <targetdir dist='default'>etc/cron.d</targetdir>
254: <categoryname>standard</categoryname>
255: <description>standard linux directory for running time-based "jobs"
256: </description>
257: </directory>
1.115 harris41 258: <directory dist='default'>
1.179 harris41 259: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 260: <targetdir dist='default'>etc/httpd/conf</targetdir>
1.749 raeburn 261: <targetdir dist='suse9.2 suse9.3 sles9'>etc/httpd</targetdir>
1.797.2.18 raeburn 262: <targetdir dist='debian5 debian6 ubuntu6 ubuntu8 ubuntu10 ubuntu12 suse9.2 suse9.3 sles9 sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 suse12.2'>etc/apache2</targetdir>
1.3 harris41 263: <categoryname>standard</categoryname>
264: <description>web configuration files</description>
1.37 harris41 265: </directory>
1.115 harris41 266: <directory dist='default'>
1.749 raeburn 267: <protectionlevel>modest_delete</protectionlevel>
268: <targetdir dist='default'>etc/httpd/conf/rewrites</targetdir>
269: <targetdir dist='suse9.2 suse9.3 sles9'>etc/httpd/rewrites</targetdir>
1.797.2.18 raeburn 270: <targetdir dist='debian5 debian6 ubuntu6 ubuntu8 ubuntu10 ubuntu12 suse9.2 suse9.3 sles9 sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 suse12.2'>etc/apache2/rewrites</targetdir>
1.749 raeburn 271: <categoryname>standard</categoryname>
272: <description>
273: default configuration files to enable/disable http:// -> https:// rewrites
274: </description>
275: </directory>
276: <directory dist='default'>
1.179 harris41 277: <protectionlevel>never_delete</protectionlevel>
1.48 harris41 278: <targetdir dist='default'>etc/pam.d</targetdir>
279: <categoryname>standard</categoryname>
280: <description>configuration directory for password authentication mechanism
281: </description>
282: </directory>
1.115 harris41 283: <directory dist='default'>
1.179 harris41 284: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 285: <targetdir dist='default'>etc/rc.d/init.d</targetdir>
1.797.2.18 raeburn 286: <targetdir dist='debian5 debian6 ubuntu6 ubuntu8 ubuntu10 ubuntu12 suse9.2 suse9.3 sles9 sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 suse12.2'>etc/init.d</targetdir>
1.37 harris41 287: <categoryname>standard</categoryname>
288: <description>scripts that run during system startup</description>
289: </directory>
1.115 harris41 290: <directory dist='default'>
1.179 harris41 291: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 292: <targetdir dist='default'>etc/rc.d/rc0.d</targetdir>
1.797.2.18 raeburn 293: <targetdir dist='debian5 debian6 ubuntu6 ubuntu8 ubuntu10 ubuntu12 suse9.2 suse9.3 sles9 sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 suse12.2'>etc/rc0.d</targetdir>
1.37 harris41 294: <categoryname>standard</categoryname>
295: <description>scripts that run for run-level 0</description>
296: </directory>
1.198 albertel 297: <directory dist='default'>
1.179 harris41 298: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 299: <targetdir dist='default'>etc/rc.d/rc1.d</targetdir>
1.797.2.18 raeburn 300: <targetdir dist='debian5 debian6 ubuntu6 ubuntu8 ubuntu10 ubuntu12 suse9.2 suse9.3 sles9 sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 suse12.2'>etc/rc1.d</targetdir>
1.37 harris41 301: <categoryname>standard</categoryname>
302: <description>scripts that run for run-level 1</description>
303: </directory>
1.115 harris41 304: <directory dist='default'>
1.179 harris41 305: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 306: <targetdir dist='default'>etc/rc.d/rc2.d</targetdir>
1.797.2.18 raeburn 307: <targetdir dist='debian5 debian6 ubuntu6 ubuntu8 ubuntu10 ubuntu12 suse9.2 suse9.3 sles9 sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 suse12.2'>etc/rc2.d</targetdir>
1.37 harris41 308: <categoryname>standard</categoryname>
309: <description>scripts that run for run-level 2</description>
310: </directory>
1.115 harris41 311: <directory dist='default'>
1.215 albertel 312: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 313: <targetdir dist='default'>etc/rc.d/rc3.d</targetdir>
1.797.2.18 raeburn 314: <targetdir dist='debian5 debian6 ubuntu6 ubuntu8 ubuntu10 ubuntu12 suse9.2 suse9.3 sles9 sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 suse12.2'>etc/rc3.d</targetdir>
1.37 harris41 315: <categoryname>standard</categoryname>
316: <description>scripts that run for run-level 3</description>
317: </directory>
1.115 harris41 318: <directory dist='default'>
1.179 harris41 319: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 320: <targetdir dist='default'>etc/rc.d/rc4.d</targetdir>
1.797.2.18 raeburn 321: <targetdir dist='debian5 debian6 ubuntu6 ubuntu8 ubuntu10 ubuntu12 suse9.2 suse9.3 sles9 sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 suse12.2'>etc/rc4.d</targetdir>
1.37 harris41 322: <categoryname>standard</categoryname>
323: <description>scripts that run for run-level 4</description>
324: </directory>
1.115 harris41 325: <directory dist='default'>
1.179 harris41 326: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 327: <targetdir dist='default'>etc/rc.d/rc5.d</targetdir>
1.797.2.18 raeburn 328: <targetdir dist='debian5 debian6 ubuntu6 ubuntu8 ubuntu10 ubuntu12 suse9.2 suse9.3 sles9 sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 suse12.2'>etc/rc5.d</targetdir>
1.37 harris41 329: <categoryname>standard</categoryname>
330: <description>scripts that run for run-level 5</description>
331: </directory>
1.115 harris41 332: <directory dist='default'>
1.179 harris41 333: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 334: <targetdir dist='default'>etc/rc.d/rc6.d</targetdir>
1.797.2.18 raeburn 335: <targetdir dist='debian5 debian6 ubuntu6 ubuntu8 ubuntu10 ubuntu12 suse9.2 suse9.3 sles9 sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 suse12.2'>etc/rc6.d</targetdir>
1.37 harris41 336: <categoryname>standard</categoryname>
337: <description>scripts that run for run-level 6</description>
338: </directory>
1.115 harris41 339: <directory dist='default'>
1.179 harris41 340: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 341: <targetdir dist='default'>home/httpd/lonTabs</targetdir>
1.3 harris41 342: <categoryname>standard</categoryname>
343: <description>tab-formatted reference files</description>
344: </directory>
1.115 harris41 345: <directory dist='default'>
1.179 harris41 346: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 347: <targetdir dist='default'>home/httpd</targetdir>
1.3 harris41 348: <categoryname>standard</categoryname>
349: <description>start of the web server tree</description>
350: </directory>
1.115 harris41 351: <directory dist='default'>
1.179 harris41 352: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 353: <targetdir dist='default'>home/httpd/perl</targetdir>
1.10 harris41 354: <categoryname>server readonly</categoryname>
1.3 harris41 355: <description>perl scripts for managing the LON-CAPA system</description>
356: </directory>
1.115 harris41 357: <directory dist='default'>
1.402 albertel 358: <protectionlevel>modest_delete</protectionlevel>
359: <targetdir dist='default'>home/httpd/perl/debug</targetdir>
360: <categoryname>server readonly</categoryname>
361: <description>perl scripts for debugging the LON-CAPA system</description>
362: </directory>
363: <directory dist='default'>
1.740 raeburn 364: <protectionlevel>modest_delete</protectionlevel>
365: <targetdir dist='default'>home/httpd/perl/manage_dns</targetdir>
1.743 raeburn 366: <categoryname>server readonly</categoryname>
1.740 raeburn 367: <description>perl scripts for cluster table management on LON-CAPA DNS servers</description>
368: </directory>
369: <directory dist='default'>
1.179 harris41 370: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 371: <targetdir dist='default'>home/httpd/perl/logs</targetdir>
1.3 harris41 372: <categoryname>server standard</categoryname>
1.27 harris41 373: <description>location where system performance and error logs are kept
1.90 harris41 374: </description>
375: </directory>
1.115 harris41 376: <directory dist='default'>
1.179 harris41 377: <protectionlevel>modest_delete</protectionlevel>
1.97 albertel 378: <targetdir dist='default'>home/httpd/html/lon-status/londchld</targetdir>
1.90 harris41 379: <categoryname>server standard</categoryname>
380: <description>
381: Used by lond parent to check if children are responding to USR1 signals
382: (otherwise they are killed and replaced).
1.27 harris41 383: </description>
1.3 harris41 384: </directory>
1.115 harris41 385: <directory dist='default'>
1.179 harris41 386: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 387: <targetdir dist='default'>home/httpd/perl/tmp</targetdir>
1.3 harris41 388: <categoryname>server standard</categoryname>
1.27 harris41 389: <description>location where temporary files (for caching) are stored
390: </description>
1.3 harris41 391: </directory>
1.115 harris41 392: <directory dist='default'>
1.179 harris41 393: <protectionlevel>modest_delete</protectionlevel>
1.64 harris41 394: <targetdir dist='default'>home/httpd/prtspool</targetdir>
395: <categoryname>server standard</categoryname>
396: <description>for the output of lonprintout.pm
397: </description>
1.155 harris41 398: </directory>
399: <directory dist='default'>
1.179 harris41 400: <protectionlevel>modest_delete</protectionlevel>
1.534 banghart 401: <targetdir dist='default'>home/httpd/zipspool</targetdir>
402: <categoryname>server standard</categoryname>
1.540 albertel 403: <description>for the output of multidownload.pl
1.534 banghart 404: </description>
405: </directory>
406: <directory dist='default'>
407: <protectionlevel>modest_delete</protectionlevel>
1.595 raeburn 408: <targetdir dist='default'>home/httpd/captchaspool</targetdir>
409: <categoryname>server standard</categoryname>
410: <description>for temporary storage of Captcha images</description>
411: </directory>
412: <directory dist='default'>
413: <protectionlevel>modest_delete</protectionlevel>
414: <targetdir dist='default'>home/httpd/captchadb</targetdir>
415: <categoryname>server standard</categoryname>
416: <description>for temporary storage of Captcha codes</description>
417: </directory>
418: <directory dist='default'>
419: <protectionlevel>modest_delete</protectionlevel>
1.788 raeburn 420: <targetdir dist='default'>home/httpd/webdav</targetdir>
421: <categoryname>server standard</categoryname>
422: <description>for storage of webdav DAVLock files</description>
423: </directory>
424: <directory dist='default'>
425: <protectionlevel>modest_delete</protectionlevel>
426: <targetdir dist='default'>home/httpd/webdav/sessionIDs</targetdir>
427: <categoryname>server standard</categoryname>
428: <description>for storage of webdav session files</description>
429: </directory>
430: <directory dist='default'>
431: <protectionlevel>modest_delete</protectionlevel>
1.155 harris41 432: <targetdir dist='default'>home/httpd/lib</targetdir>
433: <categoryname>server readonly</categoryname>
434: <description>location of LON-CAPA software modules and
435: extensions</description>
1.64 harris41 436: </directory>
1.115 harris41 437: <directory dist='default'>
1.306 albertel 438: <!-- Must protect localauth.pm/localenroll.pm from extinction. -->
1.179 harris41 439: <protectionlevel>weak_delete</protectionlevel>
1.34 albertel 440: <targetdir dist='default'>home/httpd/lib/perl</targetdir>
441: <categoryname>server readonly</categoryname>
442: <description>location of LON-CAPA non web mod-perl handlers</description>
443: </directory>
1.115 harris41 444: <directory dist='default'>
1.179 harris41 445: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 446: <targetdir dist='default'>home/httpd/lib/perl/Apache</targetdir>
1.3 harris41 447: <categoryname>server readonly</categoryname>
448: <description>location of LON-CAPA web mod-perl handlers</description>
1.114 harris41 449: </directory>
1.115 harris41 450: <directory dist='default'>
1.179 harris41 451: <protectionlevel>modest_delete</protectionlevel>
1.283 www 452: <targetdir dist='default'>home/httpd/lib/perl/Apache/localize</targetdir>
453: <categoryname>server readonly</categoryname>
454: <description>location of LON-CAPA MakeText translation files</description>
455: </directory>
456: <directory dist='default'>
457: <protectionlevel>modest_delete</protectionlevel>
1.114 harris41 458: <targetdir dist='default'>home/httpd/lib/perl/HTML</targetdir>
459: <categoryname>server readonly</categoryname>
460: <description>location of HTML specific perl module fixes and additions
461: </description>
1.3 harris41 462: </directory>
1.115 harris41 463: <directory dist='default'>
1.179 harris41 464: <protectionlevel>modest_delete</protectionlevel>
1.125 harris41 465: <targetdir dist='default'>home/httpd/lib/perl/LONCAPA</targetdir>
466: <categoryname>server readonly</categoryname>
467: <description>location of HTML specific perl module fixes and additions
468: </description>
469: </directory>
470: <directory dist='default'>
1.179 harris41 471: <protectionlevel>modest_delete</protectionlevel>
472: <targetdir dist='default'>home/httpd/lonIDs</targetdir>
1.3 harris41 473: <categoryname>server standard</categoryname>
474: <description>cookie jar</description>
475: </directory>
1.115 harris41 476: <directory dist='default'>
1.226 albertel 477: <protectionlevel>modest_delete</protectionlevel>
478: <targetdir dist='default'>home/httpd/scantron</targetdir>
479: <categoryname>server standard</categoryname>
480: <description>uploaded scantron forms directory</description>
481: </directory>
482: <directory dist='default'>
1.179 harris41 483: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 484: <targetdir dist='default'>home/httpd/sockets</targetdir>
1.3 harris41 485: <categoryname>server standard</categoryname>
486: <description>lonc's sockets</description>
487: </directory>
1.115 harris41 488: <directory dist='default'>
1.179 harris41 489: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 490: <targetdir dist='default'>home/httpd/sockets/delayed</targetdir>
1.3 harris41 491: <categoryname>server standard</categoryname>
492: <description>lonc's sockets (delayed)</description>
493: </directory>
1.115 harris41 494: <directory dist='default'>
1.179 harris41 495: <protectionlevel>never_delete</protectionlevel>
1.26 harris41 496: <targetdir dist='default'>home/httpd/cgi-bin</targetdir>
497: <categoryname>standard</categoryname>
498: <description>location of cgi scripts</description>
499: </directory>
1.115 harris41 500: <directory dist='default'>
1.179 harris41 501: <protectionlevel>never_delete</protectionlevel>
1.416 albertel 502: <targetdir dist='default'>home/httpd/cgi-bin/mimetexcache</targetdir>
503: <categoryname>server standard</categoryname>
504: <description>location of cgi scripts</description>
505: </directory>
506: <directory dist='default'>
507: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 508: <targetdir dist='default'>home/httpd/html</targetdir>
1.3 harris41 509: <categoryname>server standard</categoryname>
510: <description>location of web-accessible file tree</description>
511: </directory>
1.115 harris41 512: <directory dist='default'>
1.179 harris41 513: <protectionlevel>never_delete</protectionlevel>
1.766 raeburn 514: <targetdir dist='default'>home/httpd/html/priv</targetdir>
515: <categoryname>server standard</categoryname>
516: <description>root of hosted authors' construction spaces tree</description>
517: </directory>
518: <directory dist='default'>
519: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 520: <targetdir dist='default'>home/httpd/html/res</targetdir>
1.3 harris41 521: <categoryname>server standard</categoryname>
522: <description>root of resource tree</description>
523: </directory>
1.115 harris41 524: <directory dist='default'>
1.179 harris41 525: <protectionlevel>modest_delete</protectionlevel>
1.151 www 526: <targetdir dist='default'>home/httpd/html/userfiles</targetdir>
527: <categoryname>server standard</categoryname>
528: <description>root for user uploaded files</description>
529: </directory>
530: <directory dist='default'>
1.179 harris41 531: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 532: <targetdir dist='default'>home/httpd/html/adm</targetdir>
1.3 harris41 533: <categoryname>server readonly</categoryname>
534: <description>unauthenticated resources</description>
535: </directory>
1.115 harris41 536: <directory dist='default'>
1.179 harris41 537: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 538: <targetdir dist='default'>home/httpd/html/adm/rat</targetdir>
1.3 harris41 539: <categoryname>server readonly</categoryname>
540: <description>home of the rat</description>
541: </directory>
1.115 harris41 542: <directory dist='default'>
1.179 harris41 543: <protectionlevel>modest_delete</protectionlevel>
1.407 albertel 544: <targetdir dist='default'>home/httpd/html/adm/fonts</targetdir>
545: <categoryname>server readonly</categoryname>
546: <description>fonts</description>
547: </directory>
548: <directory dist='default'>
549: <protectionlevel>modest_delete</protectionlevel>
1.32 harris41 550: <targetdir dist='default'>home/httpd/html/adm/help</targetdir>
551: <categoryname>server readonly</categoryname>
552: <description>online help documentation</description>
1.257 albertel 553: </directory>
554: <directory dist='default'>
555: <protectionlevel>modest_delete</protectionlevel>
556: <targetdir dist='default'>home/httpd/html/adm/jme</targetdir>
557: <categoryname>server readonly</categoryname>
558: <description>JME support files</description>
1.140 bowersj2 559: </directory>
560: <directory dist='default'>
1.179 harris41 561: <protectionlevel>modest_delete</protectionlevel>
1.431 albertel 562: <targetdir dist='default'>home/httpd/html/adm/jmol</targetdir>
563: <categoryname>server readonly</categoryname>
564: <description>Jmol files</description>
565: </directory>
566: <directory dist='default'>
567: <protectionlevel>modest_delete</protectionlevel>
1.708 www 568: <targetdir dist='default'>home/httpd/html/adm/geogebra</targetdir>
569: <categoryname>server readonly</categoryname>
570: <description>GeoGebra files</description>
571: </directory>
572: <directory dist='default'>
573: <protectionlevel>modest_delete</protectionlevel>
1.797.2.7 raeburn 574: <targetdir dist='default'>home/httpd/html/adm/MathJax</targetdir>
575: <categoryname>server readonly</categoryname>
576: <description>MathJax files</description>
577: </directory>
578: <directory dist='default'>
579: <protectionlevel>modest_delete</protectionlevel>
1.414 albertel 580: <targetdir dist='default'>home/httpd/html/adm/jsMath</targetdir>
581: <categoryname>server readonly</categoryname>
582: <description>jsMath support files</description>
583: </directory>
584: <directory dist='default'>
585: <protectionlevel>modest_delete</protectionlevel>
1.471 albertel 586: <targetdir dist='default'>home/httpd/html/adm/jsMath/extensions</targetdir>
587: <categoryname>server readonly</categoryname>
588: <description>jsMath extension files</description>
589: </directory>
590: <directory dist='default'>
591: <protectionlevel>modest_delete</protectionlevel>
592: <targetdir dist='default'>home/httpd/html/adm/jsMath/uncompressed</targetdir>
593: <categoryname>server readonly</categoryname>
594: <description>jsMath files (uncompressed)</description>
595: </directory>
596: <directory dist='default'>
597: <protectionlevel>modest_delete</protectionlevel>
1.464 albertel 598: <targetdir dist='default'>home/httpd/html/adm/jsMath/plugins</targetdir>
599: <categoryname>server readonly</categoryname>
600: <description>jsMath plugin files</description>
601: </directory>
602: <directory dist='default'>
603: <protectionlevel>modest_delete</protectionlevel>
1.588 www 604: <targetdir dist='default'>home/httpd/html/adm/dragmath</targetdir>
605: <categoryname>server readonly</categoryname>
606: <description>Formula editor</description>
607: </directory>
608: <directory dist='default'>
609: <protectionlevel>modest_delete</protectionlevel>
1.672 raeburn 610: <targetdir dist='default'>home/httpd/html/adm/ckeditor</targetdir>
611: <categoryname>server readonly</categoryname>
612: <description>Rich Text Editor</description>
613: </directory>
614: <directory dist='default'>
615: <protectionlevel>modest_delete</protectionlevel>
1.671 faziophi 616: <targetdir dist='default'>home/httpd/html/adm/jQuery</targetdir>
617: <categoryname>server readonly</categoryname>
618: <description>jQuery JavaScript library</description>
619: </directory>
620: <directory dist='default'>
621: <protectionlevel>modest_delete</protectionlevel>
622: <targetdir dist='default'>home/httpd/html/adm/jQuery/js</targetdir>
623: <categoryname>server readonly</categoryname>
624: <description>jQuery JavaScript library -- js files</description>
625: </directory>
626: <directory dist='default'>
627: <protectionlevel>modest_delete</protectionlevel>
628: <targetdir dist='default'>home/httpd/html/adm/jQuery/css</targetdir>
629: <categoryname>server readonly</categoryname>
630: <description>jQuery JavaScript library -- css files</description>
631: </directory>
632: <directory dist='default'>
633: <protectionlevel>modest_delete</protectionlevel>
1.674 faziophi 634: <targetdir dist='default'>home/httpd/html/adm/jQuery/css/smoothness</targetdir>
635: <categoryname>server readonly</categoryname>
636: <description>jQuery JavaScript library -- css files</description>
637: </directory>
638: <directory dist='default'>
639: <protectionlevel>modest_delete</protectionlevel>
640: <targetdir dist='default'>home/httpd/html/adm/jQuery/css/smoothness/images</targetdir>
641: <categoryname>server readonly</categoryname>
642: <description>jQuery JavaScript library -- css images</description>
643: </directory>
1.794 foxr 644:
1.674 faziophi 645: <directory dist='default'>
646: <protectionlevel>modest_delete</protectionlevel>
1.786 foxr 647: <targetdir dist='default'>/home/httpd/html/adm/jpicker</targetdir>
648: <categoryname>server readonly</categoryname>
649: <description>JQuery color picker JavaScript library</description>
650: </directory>
651: <directory dist='default'>
652: <protetionlevel>modest_delete</protectionlevel>
653: <targetdir dist='default'>/home/httpd/html/adm/jpicker/js</targetdir>
654: <categoryname>server readonly</categoryname>
655: <description>JQuery color picker JavaScript library javascript files</description>
656: </directory>
657: <directory dist='default'>
658: <protectionlevel>modest_delete</protectionlevel>
659: <targetdir dist='default'>/home/httpd/html/adm/jpicker/css</targetdir>
660: <categoryname>server readonly</categoryname>
661: <description>JQuery color picker JavaScript library CSS files</description>
662: </directory>
663: <directory dist='default'>
664: <protectionlevel>modest_delete</protectionlevel>
665: <targetdir dist='default'>/home/httpd/html/adm/jpicker/images</targetdir>
666: <categoryname>server readonly</categoryname>
667: <description>Jquery color picker javascript library image files</description>
668: </directory>
669:
670: <directory dist='default'>
671: <protectionlevel>modest_delete</protectionlevel>
1.794 foxr 672: <targetdir dist='default'>/home/httpd/html/adm/countdown</targetdir>
673: <categoryname>server readonly</categoryname>
674: <description>JQuery countdown timer</description>
675: </directory>
676: <directory dist='default'>
677: <protectionlevel>modest_delete</protectionlevel>
678: <targetdir dist='default'>/home/httpd/html/adm/countdown/js</targetdir>
679: <categoryname>server readonly</categoryname>
680: <description>JQuery countdown timer</description>
681: </directory>
682: <directory dist='default'>
683: <protectionlevel>modest_delete</protectionlevel>
684: <targetdir dist='default'>/home/httpd/html/adm/countdown/css</targetdir>
685: <categoryname>server readonly</categoryname>
686: <description>JQuery countdown timer</description>
687: </directory>
1.797.2.20 raeburn 688:
689: <!-- JQuery spellchecker plugin -->
690:
691: <directory dist='default'>
692: <protectionlevel>modest_delete</protectionlevel>
693: <targetdir dist='default'>/home/httpd/html/adm/spellchecker</targetdir>
694: <categoryname>server readonly</categoryname>
695: <description>JQuery spellchecker plugin</description>
696: </directory>
697: <directory dist='default'>
698: <protectionlevel>modest_delete</protectionlevel>
699: <targetdir dist='default'>/home/httpd/html/adm/spellchecker/js</targetdir>
700: <categoryname>server readonly</categoryname>
701: <description>JQuery spellchecker plugin</description>
702: </directory>
703: <directory dist='default'>
704: <protectionlevel>modest_delete</protectionlevel>
705: <targetdir dist='default'>/home/httpd/html/adm/spellchecker/css</targetdir>
706: <categoryname>server readonly</categoryname>
707: <description>JQuery spellchecker plugin</description>
708: </directory>
709: <directory dist='default'>
710: <protectionlevel>modest_delete</protectionlevel>
711: <targetdir dist='default'>/home/httpd/html/adm/spellchecker/img</targetdir>
712: <categoryname>server readonly</categoryname>
713: <description>JQuery spellchecker plugin</description>
714: </directory>
1.794 foxr 715:
716: <directory dist='default'>
717: <protectionlevel>modest_delete</protectionlevel>
1.588 www 718: <targetdir dist='default'>home/httpd/html/adm/dragmath/applet</targetdir>
719: <categoryname>server readonly</categoryname>
720: <description>Formula editor applet directory and popups</description>
721: </directory>
722: <directory dist='default'>
723: <protectionlevel>modest_delete</protectionlevel>
724: <targetdir dist='default'>home/httpd/html/adm/dragmath/applet/classes</targetdir>
725: <categoryname>server readonly</categoryname>
726: <description>Formula editor applet classes</description>
727: </directory>
728: <directory dist='default'>
729: <protectionlevel>modest_delete</protectionlevel>
730: <targetdir dist='default'>home/httpd/html/adm/dragmath/applet/HotEqn</targetdir>
731: <categoryname>server readonly</categoryname>
732: <description>Formula editor applet HotEqn classes and jar</description>
733: </directory>
734: <directory dist='default'>
735: <protectionlevel>modest_delete</protectionlevel>
736: <targetdir dist='default'>home/httpd/html/adm/dragmath/applet/classes/Display</targetdir>
737: <categoryname>server readonly</categoryname>
738: <description>Formula editor applet display</description>
739: </directory>
740: <directory dist='default'>
741: <protectionlevel>modest_delete</protectionlevel>
742: <targetdir dist='default'>home/httpd/html/adm/dragmath/applet/classes/lang</targetdir>
743: <categoryname>server readonly</categoryname>
744: <description>Formula editor applet languages</description>
745: </directory>
746: <directory dist='default'>
747: <protectionlevel>modest_delete</protectionlevel>
748: <targetdir dist='default'>home/httpd/html/adm/dragmath/applet/classes/formats</targetdir>
749: <categoryname>server readonly</categoryname>
750: <description>Formula editor applet classes formats (LaTeX, Maxima, etc)</description>
751: </directory>
752: <directory dist='default'>
753: <protectionlevel>modest_delete</protectionlevel>
1.235 bowersj2 754: <targetdir dist='default'>home/httpd/html/adm/helper</targetdir>
755: <categoryname>server readonly</categoryname>
756: <description>XML specifications for helpers</description>
757: </directory>
758: <directory dist='default'>
759: <protectionlevel>modest_delete</protectionlevel>
1.140 bowersj2 760: <targetdir dist='default'>home/httpd/html/adm/help/gif</targetdir>
761: <categoryname>server readonly</categoryname>
762: <description>online help documentation gif files</description>
763: </directory>
764: <directory dist='default'>
1.179 harris41 765: <protectionlevel>modest_delete</protectionlevel>
1.140 bowersj2 766: <targetdir dist='default'>home/httpd/html/adm/help/eps</targetdir>
767: <categoryname>server readonly</categoryname>
768: <description>online help documentation eps files</description>
769: </directory>
770: <directory dist='default'>
1.179 harris41 771: <protectionlevel>modest_delete</protectionlevel>
1.140 bowersj2 772: <targetdir dist='default'>home/httpd/html/adm/help/tex</targetdir>
773: <categoryname>server readonly</categoryname>
774: <description>online help documentation tex files</description>
775: </directory>
776: <directory dist='default'>
1.179 harris41 777: <protectionlevel>modest_delete</protectionlevel>
1.317 www 778: <targetdir dist='default'>home/httpd/html/adm/help/tex/ru</targetdir>
779: <categoryname>server readonly</categoryname>
780: <description>Russian online help documentation tex files</description>
781: </directory>
782: <directory dist='default'>
783: <protectionlevel>modest_delete</protectionlevel>
1.485 www 784: <targetdir dist='default'>home/httpd/html/adm/help/tex/de</targetdir>
785: <categoryname>server readonly</categoryname>
786: <description>German online help documentation tex files</description>
787: </directory>
788: <directory dist='default'>
789: <protectionlevel>modest_delete</protectionlevel>
1.140 bowersj2 790: <targetdir dist='default'>home/httpd/html/adm/help/png</targetdir>
791: <categoryname>server readonly</categoryname>
792: <description>online help documentation png files</description>
1.32 harris41 793: </directory>
1.115 harris41 794: <directory dist='default'>
1.179 harris41 795: <protectionlevel>modest_delete</protectionlevel>
1.118 harris41 796: <targetdir dist='default'>home/httpd/html/adm/help/lib/perl</targetdir>
1.73 harris41 797: <categoryname>server readonly</categoryname>
798: <description>online help documentation for the LON-CAPA programming
799: interface</description>
800: </directory>
1.115 harris41 801: <directory dist='default'>
1.179 harris41 802: <protectionlevel>modest_delete</protectionlevel>
1.118 harris41 803: <targetdir dist='default'>home/httpd/html/adm/help/lib/perl/Apache
804: </targetdir>
1.73 harris41 805: <categoryname>server readonly</categoryname>
806: <description>online help documentation for the LON-CAPA programming
807: interface, Apache (mod_perl) handlers</description>
808: </directory>
1.115 harris41 809: <directory dist='default'>
1.179 harris41 810: <protectionlevel>modest_delete</protectionlevel>
1.77 harris41 811: <targetdir dist='default'>home/httpd/html/adm/help/scripts</targetdir>
812: <categoryname>server readonly</categoryname>
813: <description>online help documentation for the LON-CAPA programming
814: interface, Apache (mod_perl) handlers</description>
815: </directory>
1.115 harris41 816: <directory dist='default'>
1.179 harris41 817: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 818: <targetdir dist='default'>home/httpd/html/adm/lonIcons</targetdir>
1.3 harris41 819: <categoryname>server readonly</categoryname>
820: <description>graphic widgets</description>
821: </directory>
1.115 harris41 822: <directory dist='default'>
1.179 harris41 823: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 824: <targetdir dist='default'>home/httpd/html/adm/lonMisc</targetdir>
1.3 harris41 825: <categoryname>server readonly</categoryname>
1.57 harris41 826: <description>miscellaneous resources</description>
1.3 harris41 827: </directory>
1.115 harris41 828: <directory dist='default'>
1.179 harris41 829: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 830: <targetdir dist='default'>home/httpd/html/adm/lonKaputt</targetdir>
1.3 harris41 831: <categoryname>server readonly</categoryname>
832: <description>error warnings and icons</description>
833: </directory>
1.115 harris41 834: <directory dist='default'>
1.179 harris41 835: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 836: <targetdir dist='default'>home/httpd/lonUsers</targetdir>
1.3 harris41 837: <categoryname>server standard</categoryname>
1.10 harris41 838: <description>Home directories of local users. There is a five-tier
1.3 harris41 839: structure to the directories:
840: [domain]/[firstletter]/[secondletter]/[thirdletter]/[userid]. For example,
841: a user fredflint at MSU would have his information located in
1.115 harris41 842: lonUsers/msu/f/r/e/fredflint.<br /> <br />Within this directory there are
1.27 harris41 843: a variety of files which govern the scope of what a user can do within the
844: LON-CAPA system. A passwd file determines the type of authentication
845: mechanism to use.
846: There also are files such as roles.hist (and its database compilation,
1.3 harris41 847: roles.db) which specify the roles and privileges for a user in the
848: LON-CAPA system.</description>
849: </directory>
1.115 harris41 850: <directory dist='default'>
1.369 albertel 851: <protectionlevel>never_delete</protectionlevel>
852: <targetdir dist='default'>home/httpd/lonCerts</targetdir>
853: <categoryname>server standard</categoryname>
854: <description>
855: Directory for Certificates for SSL and local auth modes
856: </description>
857: </directory>
858: <directory dist='default'>
1.179 harris41 859: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 860: <targetdir dist='default'>home/httpd/html/adm/MathML</targetdir>
1.3 harris41 861: <categoryname>server readonly</categoryname>
862: <description>mathematics markup language resources</description>
863: </directory>
1.115 harris41 864: <directory dist='default'>
1.179 harris41 865: <protectionlevel>modest_delete</protectionlevel>
1.260 www 866: <targetdir dist='default'>home/httpd/html/res/lib/templates</targetdir>
867: <categoryname>server readonly</categoryname>
868: <description>Resource library
869: </description>
870: </directory>
871: <directory dist='default'>
872: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 873: <targetdir dist='default'>home/httpd/html/res/adm/includes</targetdir>
1.3 harris41 874: <categoryname>server readonly</categoryname>
1.27 harris41 875: <description>files useful for including within customized scripting
876: </description>
1.3 harris41 877: </directory>
1.115 harris41 878: <directory dist='default'>
1.179 harris41 879: <protectionlevel>modest_delete</protectionlevel>
1.27 harris41 880: <targetdir dist='default'>home/httpd/html/res/adm/includes/templates
881: </targetdir>
1.19 harris41 882: <categoryname>server readonly</categoryname>
883: <description>template files useful for customized scripts</description>
884: </directory>
1.115 harris41 885: <directory dist='default'>
1.179 harris41 886: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 887: <targetdir dist='default'>home/httpd/html/lon-status</targetdir>
1.3 harris41 888: <categoryname>server standard</categoryname>
1.133 harris41 889: <description>status reports; online logs are kept that
890: are viewable over the world-wide web</description>
1.3 harris41 891: </directory>
1.115 harris41 892: <directory dist='default'>
1.179 harris41 893: <protectionlevel>modest_delete</protectionlevel>
1.5 harris41 894: <targetdir dist='default'>home/httpd/html/res/adm/pages</targetdir>
1.3 harris41 895: <categoryname>server readonly</categoryname>
896: <description>web user interface resources</description>
897: </directory>
1.115 harris41 898: <directory dist='default'>
1.179 harris41 899: <protectionlevel>modest_delete</protectionlevel>
1.304 www 900: <targetdir dist='default'>home/httpd/html/res/adm/pages/pt</targetdir>
901: <categoryname>server readonly</categoryname>
902: <description>web user interface resources - Portuguese</description>
903: </directory>
904: <directory dist='default'>
905: <protectionlevel>modest_delete</protectionlevel>
1.300 albertel 906: <targetdir dist='default'>home/httpd/html/res/adm/pages/reactionresponse</targetdir>
907: <categoryname>server readonly</categoryname>
908: <description>web user interface resources</description>
909: </directory>
910: <directory dist='default'>
911: <protectionlevel>modest_delete</protectionlevel>
1.797.2.1 raeburn 912: <targetdir dist='default'>home/httpd/html/adm/lonLCDfont</targetdir>
913: <categoryname>server readonly</categoryname>
914: <description>LCD font for remote control</description>
915: </directory>
916: <directory dist='default'>
917: <protectionlevel>modest_delete</protectionlevel>
1.166 www 918: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos</targetdir>
919: <categoryname>server readonly</categoryname>
920: <description>Logos for LON-CAPA domains</description>
921: </directory>
922: <directory dist='default'>
1.179 harris41 923: <protectionlevel>modest_delete</protectionlevel>
1.168 www 924: <targetdir dist='default'>home/httpd/lonTabs/lonDomColors</targetdir>
925: <categoryname>server readonly</categoryname>
926: <description>Designs for LON-CAPA domains</description>
927: </directory>
928: <directory dist='default'>
1.179 harris41 929: <protectionlevel>modest_delete</protectionlevel>
1.165 www 930: <targetdir dist='default'>home/httpd/html/adm/lonInterFace</targetdir>
931: <categoryname>server readonly</categoryname>
932: <description>Page headers and graphical interface files</description>
933: </directory>
934: <directory dist='default'>
1.179 harris41 935: <protectionlevel>modest_delete</protectionlevel>
1.27 harris41 936: <targetdir dist='default'>home/httpd/html/res/adm/pages/annotations
937: </targetdir>
1.3 harris41 938: <categoryname>server readonly</categoryname>
939: <description></description>
940: </directory>
1.115 harris41 941: <directory dist='default'>
1.179 harris41 942: <protectionlevel>modest_delete</protectionlevel>
1.37 harris41 943: <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons
944: </targetdir>
945: <categoryname>server readonly</categoryname>
946: <description>icons that help depict the file system (outdated)</description>
1.3 harris41 947: </directory>
1.115 harris41 948: <directory dist='default'>
1.179 harris41 949: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 950: <targetdir dist='default'>usr/lib/perl5/site_perl/5.005</targetdir>
1.115 harris41 951: <targetdir dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0</targetdir>
1.259 albertel 952: <targetdir dist='redhat8 redhat9'>usr/lib/perl5/site_perl/5.8.0</targetdir>
1.653 raeburn 953: <targetdir dist='debian5'>usr/local/lib/perl/5.10.0</targetdir>
1.142 harris41 954: <targetdir dist='debian'>usr/local/lib/perl/5.6.0</targetdir>
1.3 harris41 955: <categoryname>standard</categoryname>
1.37 harris41 956: <description>system perl tree (usually present on linux systems)
1.27 harris41 957: </description>
1.3 harris41 958: </directory>
1.115 harris41 959: <directory dist='default'>
1.179 harris41 960: <protectionlevel>modest_delete</protectionlevel>
1.152 harris41 961: <targetdir dist='default'>usr/local/loncapa/bin</targetdir>
962: <categoryname>standard</categoryname>
963: <description>local binary files for loncapa</description>
964: </directory>
965: <directory dist='default'>
1.179 harris41 966: <protectionlevel>modest_delete</protectionlevel>
1.152 harris41 967: <targetdir dist='default'>usr/local/loncapa/doc</targetdir>
968: <categoryname>standard</categoryname>
969: <description>local documentation files for loncapa</description>
970: </directory>
971: <directory dist='default'>
1.179 harris41 972: <protectionlevel>modest_delete</protectionlevel>
1.152 harris41 973: <targetdir dist='default'>usr/local/loncapa/doc/conf_examples</targetdir>
1.103 harris41 974: <categoryname>standard</categoryname>
1.152 harris41 975: <description>examples of configuration files for secondary
976: services</description>
1.103 harris41 977: </directory>
1.115 harris41 978: <directory dist='default'>
1.206 harris41 979: <protectionlevel>modest_delete</protectionlevel>
980: <targetdir dist='default'>usr/local/loncapa/sbin</targetdir>
981: <categoryname>standard</categoryname>
982: <description>local "auxiliary" binary files for loncapa</description>
983: </directory>
984: <directory dist='default'>
1.179 harris41 985: <protectionlevel>never_delete</protectionlevel>
1.103 harris41 986: <targetdir dist='default'>usr/local/man/man1</targetdir>
987: <categoryname>standard</categoryname>
988: <description>local manual pages</description>
989: </directory>
1.115 harris41 990: <directory dist='default'>
1.179 harris41 991: <protectionlevel>never_delete</protectionlevel>
1.77 harris41 992: <targetdir dist='default'>usr/man/man1</targetdir>
993: <categoryname>standard</categoryname>
994: <description>manual pages</description>
995: </directory>
1.115 harris41 996: <directory dist='default'>
1.179 harris41 997: <protectionlevel>never_delete</protectionlevel>
1.75 harris41 998: <targetdir dist='default'>usr/man/man3</targetdir>
1.73 harris41 999: <categoryname>standard</categoryname>
1.75 harris41 1000: <description>manual pages</description>
1.73 harris41 1001: </directory>
1.115 harris41 1002: <directory dist='default'>
1.179 harris41 1003: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 1004: <targetdir dist='default'>usr/sbin</targetdir>
1.3 harris41 1005: <categoryname>standard</categoryname>
1.37 harris41 1006: <description>standard linux directory for superuser executables</description>
1.2 harris41 1007: </directory>
1.14 harris41 1008: </directories>
1009: <files>
1.4 harris41 1010: <file>
1.37 harris41 1011: <source>loncom/krb.conf</source>
1.175 harris41 1012: <target dist='default'>usr/local/loncapa/doc/conf_examples/krb.conf</target>
1013: <categoryname>static conf</categoryname>
1.37 harris41 1014: <description>
1015: which Kerberos server to contact for specified Kerberos domains
1016: </description>
1017: <note>
1.59 harris41 1018: <table cellpadding='0' cellspacing='0' border='1'>
1.37 harris41 1019: <tr><td>
1020: list elements are separated by newlines
1021: </td></tr>
1022: <tr><td>
1023: each list element consists of only two subelements separated by a colon
1024: <br />
1025: <ul>
1026: <li>Kerberos domain value</li>
1027: <li>Kerberos server IP address</li>
1028: </ul>
1029: </td></tr>
1030: </table>
1031: </note>
1.85 harris41 1032: </file>
1033: <file>
1034: <source>loncom/loncapa.conf</source>
1035: <target dist='default'>etc/httpd/conf/loncapa.conf</target>
1.797.2.18 raeburn 1036: <target dist='sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 suse12.2 debian5 debian6 ubuntu6 ubuntu8 ubuntu10 ubuntu12'>etc/apache2/loncapa.conf</target>
1.85 harris41 1037: <categoryname>conf</categoryname>
1038: <description>
1.129 harris41 1039: <p>
1.85 harris41 1040: The goal of this file is to implement all LON-CAPA specific
1.129 harris41 1041: customization of the Apache web server (most all of these values
1042: require manual input from the system administrator at some point).
1043: The values in this file, as opposed to loncapa_apache.conf, are
1044: meant to be machine and institution specific.
1045: </p>
1046: <p>
1047: For the LON-CAPA network server and perl module
1048: handlers, it defines machine specific settings including lonHostID, lonRole,
1049: lonAdmEMail, lonDefDomain, lonLoadLim, lonExpire, and lonReceipt.
1050: </p>
1051: <p>
1052: This file should not be viewable by regular users of the system.
1053: Only root and www should be able to view the contents of this file
1054: since lonReceipt is sensitive.
1055: </p>
1.4 harris41 1056: </description>
1057: <note>
1058: <b>configure</b>
1059: <br />
1.91 harris41 1060: <table cellpadding='0' cellspacing='0' border='1'>
1.27 harris41 1061: <tr><td><tt>lonHostID</tt></td><td>LON-internal HostID of this
1062: machine</td></tr>
1063: <tr><td><tt>lonRole</tt></td><td>Role of this machine: library,
1064: access</td></tr>
1.4 harris41 1065: <tr><td><tt>lonAdmEMail</tt></td><td>Server Administration</td></tr>
1066: <tr><td><tt>lonDefDomain</tt></td><td>Default domain</td></tr>
1067: <tr><td><tt>lonLoadLim</tt></td><td>Load Limit ( 100% loadavg )</td></tr>
1.27 harris41 1068: <tr><td><tt>lonExpire</tt></td><td>Expiration for local copies in
1069: seconds</td></tr>
1.10 harris41 1070: <tr><td><tt>lonReceipt</tt></td><td>Machine authentication number</td></tr>
1.27 harris41 1071: <tr><td><tt>lonSqlAccess</tt></td><td>Password for www@localhost to access
1072: MySQL database</td></tr>
1.4 harris41 1073: </table>
1074: </note>
1.129 harris41 1075: </file>
1.784 raeburn 1076: <file type="postaboutversion">
1.129 harris41 1077: <source>loncom/loncapa_apache.conf</source>
1078: <target dist='default'>etc/httpd/conf/loncapa_apache.conf</target>
1.797.2.18 raeburn 1079: <target dist='sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 suse12.2 debian5 debian6 ubuntu6 ubuntu8 ubuntu10 ubuntu12'>etc/apache2/loncapa_apache.conf</target>
1.129 harris41 1080: <categoryname>static conf</categoryname>
1081: <description>
1082: The goal of this file is to implement all LON-CAPA specific
1083: customization of the Apache web server that does not require
1084: user input.
1085:
1086: For the Apache web server, it defines a global
1087: access configuration which defines what server options (Indexes", "Includes",
1088: "FollowSymLinks", "ExecCGI", or "MultiViews") are associated
1089: with specific directories ("/", "/home/httpd/html", "/home/httpd/cgi-bin",
1090: and "/usr/doc"). For the LON-CAPA network server and perl module
1091: handlers, it defines
1092: and internal machine settings for specific directories, socket ports,
1093: the www@localhost MySQL password, and browser detection logic.
1094: </description>
1.4 harris41 1095: </file>
1096: <file>
1097: <source>loncom/startup.pl</source>
1.5 harris41 1098: <target dist='default'>etc/httpd/conf/startup.pl</target>
1.797.2.18 raeburn 1099: <target dist='sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 suse12.2 debian5 debian6 ubuntu6 ubuntu8 ubuntu10 ubuntu12'>etc/apache2/startup.pl</target>
1.4 harris41 1100: <categoryname>static conf</categoryname>
1101: <description>
1102: This file provides initializations for perl handlers. It adjusts what
1103: the module path space is (so as to include /home/httpd/lib/perl/Apache) as
1104: well as causing the Apache module to be used for every perl handler.
1.171 harris41 1105: <tt>startup.pl</tt> is invoked by <tt>loncapa_apache.conf</tt>.
1.4 harris41 1106: </description>
1107: </file>
1.654 raeburn 1108: <link>
1109: <linkto>etc/apache2</linkto>
1.797.2.13 raeburn 1110: <target dist='debian5 debian6 ubuntu6 ubuntu8 ubuntu10 ubuntu12'>
1.654 raeburn 1111: etc/apache2/conf
1112: </target>
1113: <categoryname>symbolic link</categoryname>
1114: <description>
1115: symbolic link to directory /etc/apache2 from /etc/apache2/conf
1116: </description>
1117: </link>
1.4 harris41 1118: <file>
1.753 raeburn 1119: <source>loncom/rewrites/loncapa_rewrite_off.conf</source>
1120: <target dist='default'>etc/httpd/conf/loncapa_rewrite.conf</target>
1.797.2.18 raeburn 1121: <target dist='sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 suse12.2 debian5 debian6 ubuntu6 ubuntu8 ubuntu10 ubuntu12'>etc/apache2/loncapa_rewrite.conf</target>
1.753 raeburn 1122: <categoryname>conf</categoryname>
1123: <description>
1124: Default rewrite file.
1125: Default is to disable rewriting of external requests for http:// to https://
1126: by setting: RewriteEngine off
1127: </description>
1128: </file>
1129: <file>
1.749 raeburn 1130: <source>loncom/rewrites/loncapa_rewrite_on.conf</source>
1131: <target dist='default'>etc/httpd/conf/rewrites/loncapa_rewrite_on.conf</target>
1132: <target dist='sles9'>etc/apache/rewrites/loncapa_rewrite_on.conf</target>
1.797.2.18 raeburn 1133: <target dist='sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 suse12.2 debian5 debian6 ubuntu6 ubuntu8 ubuntu10 ubuntu12'>etc/apache2/rewrites/loncapa_rewrite_on.conf</target>
1.749 raeburn 1134: <categoryname>static conf</categoryname>
1135: <description>
1136: File to copy to /etc/apache2/loncapa_rewrite.conf (SuSE/SLES/Debian/Ubuntu LTS) or to /etc/httpd/conf/loncapa_rewrite.conf to enable rewriting of
1137: external requests for http:// to https://
1138: </description>
1139: </file>
1140: <file>
1141: <source>loncom/rewrites/loncapa_rewrite_off.conf</source>
1142: <target dist='default'>etc/httpd/conf/rewrites/loncapa_rewrite_off.conf</target>
1143: <target dist='sles9'>etc/apache/rewrites/loncapa_rewrite_off.conf</target>
1.797.2.18 raeburn 1144: <target dist='sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 suse12.2 debian5 debian6 ubuntu6 ubuntu8 ubuntu10 ubuntu12'>etc/apache2/rewrites/loncapa_rewrite_off.conf</target>
1.749 raeburn 1145: <categoryname>static conf</categoryname>
1146: <description>
1147: File to copy to /etc/apache2/loncapa_rewrite.conf (SuSE/SLES/Debian/Ubuntu LTS) or to /etc/httpd/conf/loncapa_rewrite.conf to disable rewriting of
1148: external requests for http:// to https://
1149: </description>
1150: </file>
1151: <file>
1.139 matthew 1152: <source>loncom/thesaurus/thesaurus.db</source>
1153: <target dist='default'>home/httpd/lonTabs/thesaurus.db</target>
1154: <categoryname>system file</categoryname>
1.46 harris41 1155: <description>
1.139 matthew 1156: Thesaurus database file to be built from loncom/thesaurus/rawkey.txt
1.46 harris41 1157: </description>
1.271 matthew 1158: <build trigger='always run'>
1.139 matthew 1159: loncom/thesaurus/build_thesaurus_wrapper.sh
1160: </build>
1161: <dependencies>
1.360 albertel 1162: rawkey.txt;
1163: build_thesaurus_db.pl;
1164: build_thesaurus_wrapper.sh
1.139 matthew 1165: </dependencies>
1.46 harris41 1166: </file>
1167: <file>
1.10 harris41 1168: <source>loncom/interface/mydesk.tab</source>
1169: <target dist='default'>home/httpd/lonTabs/mydesk.tab</target>
1170: <categoryname>static conf</categoryname>
1171: <description>
1172: Config file for "My Desk"
1173: </description>
1174: </file>
1175: <file>
1.4 harris41 1176: <source>loncom/interface/filetypes.tab</source>
1.5 harris41 1177: <target dist='default'>home/httpd/lonTabs/filetypes.tab</target>
1.4 harris41 1178: <categoryname>static conf</categoryname>
1179: <description>
1180: Descriptive list of file extensions, and extension groupings.
1.135 matthew 1181: </description>
1182: </file>
1183: <file>
1184: <source>loncom/interface/filecategories.tab</source>
1185: <target dist='default'>home/httpd/lonTabs/filecategories.tab</target>
1186: <categoryname>static conf</categoryname>
1187: <description>
1188: Descriptive list of file extensions and broad categorization.
1.184 albertel 1189: </description>
1190: </file>
1191: <file>
1.201 albertel 1192: <source>loncom/cgi/barcode.png</source>
1193: <target dist='default'>home/httpd/cgi-bin/barcode.png</target>
1.26 harris41 1194: <categoryname>script</categoryname>
1195: <description>
1196: Dynamically outputs a barcode based on a CGI passed encode=BARCODEVALUE
1197: parameter.
1.293 taceyjo1 1198: </description>
1199: </file>
1200: <file>
1201: <source>loncom/cgi/decompress.pl</source>
1202: <target dist='default'>home/httpd/cgi-bin/decompress.pl</target>
1203: <categoryname>script</categoryname>
1.295 taceyjo1 1204: <description>
1.294 taceyjo1 1205: Decompresses an archive into its files inside of the construction space
1.101 harris41 1206: </description>
1207: </file>
1208: <file>
1.280 www 1209: <source>loncom/cgi/takeoffline.pl</source>
1210: <target dist='default'>home/httpd/cgi-bin/takeoffline.pl</target>
1211: <categoryname>script</categoryname>
1212: <description>
1213: Take machine offline
1214: </description>
1215: </file>
1216: <file>
1217: <source>loncom/cgi/takeonline.pl</source>
1218: <target dist='default'>home/httpd/cgi-bin/takeonline.pl</target>
1219: <categoryname>script</categoryname>
1220: <description>
1221: Take machine online
1222: </description>
1223: </file>
1224: <file>
1.131 www 1225: <source>loncom/cgi/thumbnail.gif</source>
1226: <target dist='default'>home/httpd/cgi-bin/thumbnail.gif</target>
1227: <categoryname>script</categoryname>
1228: <description>
1229: Produces a thumbnail image of the url given
1230: </description>
1231: </file>
1232: <file>
1.101 harris41 1233: <source>loncom/cgi/clusterstatus.pl</source>
1234: <target dist='default'>home/httpd/cgi-bin/clusterstatus.pl</target>
1235: <categoryname>script</categoryname>
1236: <description>
1237: utility cgi script to view status of cluster
1.284 www 1238: </description>
1239: </file>
1240: <file>
1241: <source>loncom/cgi/translator.pl</source>
1242: <target dist='default'>home/httpd/cgi-bin/translator.pl</target>
1243: <categoryname>script</categoryname>
1244: <description>
1245: utility cgi script to enter translations
1.160 harris41 1246: </description>
1247: </file>
1248: <file>
1249: <source>loncom/build/system_dependencies/perltest.pl</source>
1250: <target dist='default'>home/httpd/cgi-bin/perltest.pl</target>
1251: <categoryname>script</categoryname>
1.161 harris41 1252: <description>
1253: utility cgi script to view status of perl modules
1254: </description>
1255: </file>
1256: <file>
1257: <source>loncom/build/system_dependencies/cpan_distributions.txt</source>
1258: <target dist='default'>home/httpd/cgi-bin/cpan_distributions.txt</target>
1259: <categoryname>interface file</categoryname>
1.160 harris41 1260: <description>
1261: utility cgi script to view status of perl modules
1.4 harris41 1262: </description>
1.289 matthew 1263: </file>
1264: <file>
1265: <source>loncom/cgi/loncgi.pm</source>
1266: <target dist='default'>home/httpd/lib/perl/LONCAPA/loncgi.pm</target>
1267: <categoryname>system file</categoryname>
1268: <description>
1269: Provides a common interface to LON-CAPA cookies and environment.
1270: </description>
1.4 harris41 1271: </file>
1272: <file>
1.757 foxr 1273: <source>loncom/lonmap.pm</source>
1274: <target dist='default'>home/httpd/lib/perl/Apache/lonmap.pm</target>
1275: <categoryname>system file</categoryname>
1276: <description>
1277: Provides a module to read course files into hashes.
1278: </description>
1279: </file>
1280: <file>
1.625 raeburn 1281: <source>loncom/cgi/lonauthcgi.pm</source>
1282: <target dist='default'>home/httpd/lib/perl/LONCAPA/lonauthcgi.pm</target>
1283: <categoryname>system file</categoryname>
1284: <description>
1285: Provides routines used in authorization of server status CGI scripts
1286: </description>
1287: </file>
1288: <file>
1.201 albertel 1289: <source>loncom/cgi/graph.png</source>
1290: <target dist='default'>home/httpd/cgi-bin/graph.png</target>
1.45 harris41 1291: <categoryname>script</categoryname>
1292: <description>
1293: Dynamically outputs a graph especially for lonstatistics.pm.
1294: </description>
1295: <note>
1296: Depends on perl modules:
1297: GDGraph-1.33 and GDTextUtils-0.80.
1.64 harris41 1298: </note>
1.100 harris41 1299: </file>
1300: <file>
1301: <source>loncom/cgi/lonversions.pl</source>
1302: <target dist='default'>home/httpd/cgi-bin/lonversions.pl</target>
1303: <categoryname>script</categoryname>
1304: <description>
1305: utility cgi script to view software versions of a remote server
1306: </description>
1307: </file>
1308: <file>
1309: <source>loncom/cgi/ping.pl</source>
1310: <target dist='default'>home/httpd/cgi-bin/ping.pl</target>
1311: <categoryname>script</categoryname>
1312: <description>
1313: cgi-script to ping other server
1314: </description>
1.65 harris41 1315: </file>
1316: <file>
1.66 harris41 1317: <source>loncom/cgi/plot.gif</source>
1.65 harris41 1318: <target dist='default'>home/httpd/cgi-bin/plot.gif</target>
1319: <categoryname>script</categoryname>
1320: <description>
1321: Dynamically outputs X-Y plots with point, line, etc functions.
1.213 www 1322: </description>
1323: </file>
1.501 albertel 1324: <link>
1325: <linkto>home/httpd/cgi-bin/plot.gif</linkto>
1326: <target dist='default'>home/httpd/cgi-bin/plot.png</target>
1327: <categoryname>symbolic link</categoryname>
1328: <description>symbolic link for plot.png to point at plot.gif</description>
1329: </link>
1.213 www 1330: <file>
1331: <source>loncom/cgi/imagechoice.pl</source>
1332: <target dist='default'>home/httpd/cgi-bin/imagechoice.pl</target>
1333: <categoryname>script</categoryname>
1334: <description>
1335: Helper to select image coordinates in writing homework involving images.
1.65 harris41 1336: </description>
1.64 harris41 1337: </file>
1338: <file>
1339: <source>loncom/interface/printout.pl</source>
1340: <target dist='default'>home/httpd/cgi-bin/printout.pl</target>
1341: <categoryname>script</categoryname>
1342: <description>
1343: cgi script
1344: </description>
1345: <note>
1346: Depends on srm.conf entry:
1347: Alias /prtspool/ /home/httpd/prtspool/
1348: as well as a /home/httpd/prtspool directory.
1.45 harris41 1349: </note>
1350: </file>
1.540 albertel 1351:
1352: <file>
1353: <source>loncom/interface/multidownload.pl</source>
1.541 raeburn 1354: <target dist='default'>home/httpd/cgi-bin/multidownload.pl</target>
1.540 albertel 1355: <categoryname>script</categoryname>
1356: <description>
1357: cgi script to generate a zip file of all student submissions
1358: </description>
1359: <note>
1360: Depends on srm.conf entry:
1361: Alias /zipspool/ /home/httpd/zipspool/
1362: as well as a /home/httpd/zipspool directory.
1363: </note>
1364: </file>
1365:
1.45 harris41 1366: <file>
1.41 harris41 1367: <source>loncom/cgi/metadata_keywords.pl</source>
1368: <target dist='default'>home/httpd/cgi-bin/metadata_keywords.pl</target>
1369: <categoryname>script</categoryname>
1370: <description>
1371: a cgi-script (not mod_perl), which contacts MySQL and pulls
1372: out all keywords in this format:
1373:
1374: coil,magnetic,transformer
1375: transformer,coils,current,amperes,voltage,transformers,coil
1376: flux,magnetic,current,transformer
1377: coil,loop,field,magnetic
1378:
1379: ... etc (one line per entry).
1380:
1381: and simply prints this text-only (no markup) to the browser
1.182 www 1382: </description>
1383: </file>
1384: <file>
1385: <source>loncom/cgi/metadata_harvest.pl</source>
1386: <target dist='default'>home/httpd/cgi-bin/metadata_harvest.pl</target>
1387: <categoryname>script</categoryname>
1388: <description>
1389: a cgi-script (not mod_perl), which contacts MySQL and pulls
1390: out all records in "|"-separated format.
1391: To be used by very simple harvesting engines.
1.261 www 1392: </description>
1393: </file>
1394: <file>
1395: <source>loncom/homework/simpleproblem.problem</source>
1396: <target dist='default'>home/httpd/html/res/lib/templates/simpleproblem.problem</target>
1397: <categoryname>interface file</categoryname>
1398: <description>
1399: Generic resource for DOCS "Simple Problem"
1400: </description>
1401: </file>
1402: <file>
1403: <source>loncom/homework/simpleproblem.problem.meta</source>
1404: <target dist='default'>home/httpd/html/res/lib/templates/simpleproblem.problem.meta</target>
1405: <categoryname>interface file</categoryname>
1406: <description>
1407: Meta file for generic resource for DOCS "Simple Problem"
1.41 harris41 1408: </description>
1409: </file>
1.260 www 1410: <file>
1.468 www 1411: <source>loncom/homework/templates/DropBox.problem</source>
1412: <target dist='default'>home/httpd/html/res/lib/templates/DropBox.problem</target>
1413: <categoryname>interface file</categoryname>
1414: <description>
1415: Generic resource for DOCS "Drop Box"
1416: </description>
1417: </file>
1418: <file>
1419: <source>loncom/homework/templates/DropBox.problem.meta</source>
1420: <target dist='default'>home/httpd/html/res/lib/templates/DropBox.problem.meta</target>
1421: <categoryname>interface file</categoryname>
1422: <description>
1423: Meta file for generic resource for DOCS "Drop Box"
1424: </description>
1425: </file>
1426:
1427: <file>
1.260 www 1428: <source>loncom/homework/templates/examupload.problem</source>
1429: <target dist='default'>home/httpd/html/res/lib/templates/examupload.problem</target>
1430: <categoryname>interface file</categoryname>
1431: <description>
1432: Generic resource for score upload
1433: </description>
1434: </file>
1435: <file>
1436: <source>loncom/homework/templates/examupload.problem.meta</source>
1437: <target dist='default'>home/httpd/html/res/lib/templates/examupload.problem.meta</target>
1438: <categoryname>interface file</categoryname>
1439: <description>
1440: Meta file for generic resource for score upload
1441: </description>
1442: </file>
1.337 www 1443: <fileglob>
1.60 harris41 1444: <glob>*.*</glob>
1.43 harris41 1445: <sourcedir>loncom/homework/templates/</sourcedir>
1446: <targetdir dist='default'>
1447: home/httpd/html/res/adm/includes/templates/</targetdir>
1448: <categoryname>static conf</categoryname>
1449: <description>
1450: Template files for generating new resources.
1451: </description>
1452: <filenames>
1.689 www 1453: answerdependent.problem;
1454: answerdependent.problem.meta;
1.59 harris41 1455: blank.library;
1456: blank.library.meta;
1457: blank.problem;
1458: blank.problem.meta;
1.530 albertel 1459: blank.task;
1460: blank.task.meta;
1.690 www 1461: dynamicgraph.problem;
1462: dynamicgraph.problem.meta;
1463: extreme.problem;
1464: extreme.problem.meta;
1.536 rezaferr 1465: simple.task;
1466: simple.task.meta;
1.540 albertel 1467: multiple_instance.task;
1468: multiple_instance.task.meta;
1.550 www 1469: MultipleAnswerEither.problem;
1470: MultipleAnswerEither.problem.meta;
1471: MultipleAnswerUnordered.problem;
1472: MultipleAnswerUnordered.problem.meta;
1.536 rezaferr 1473: optional_criteria.task;
1474: optional_criteria.task.meta;
1.243 www 1475: ClickImageExample.problem;
1476: ClickImageExample.problem.meta;
1.783 www 1477: custom_equation.problem;
1478: custom_equation.problem.meta;
1.681 www 1479: customhints.problem;
1480: customhints.problem.meta;
1.646 www 1481: custompartial.problem;
1482: custompartial.problem.meta;
1.496 www 1483: CustomResponse.problem;
1484: CustomResponse.problem.meta;
1.755 www 1485: customunit.problem;
1486: customunit.problem.meta;
1.156 albertel 1487: Essay.problem;
1488: Essay.problem.meta;
1.260 www 1489: examupload.problem;
1490: examupload.problem.meta;
1.710 www 1491: functionplotone.problem;
1492: functionplotone.problem.meta;
1.711 www 1493: functionplottwo.problem;
1494: functionplottwo.problem.meta;
1.712 www 1495: functionplotback.problem;
1496: functionplotback.problem.meta;
1.771 www 1497: functionplotvector.problem;
1498: functionplotvector.problem.meta;
1.521 www 1499: HintFormula.problem;
1500: HintFormula.problem.meta;
1501: HintMathResponse.problem;
1502: HintMathResponse.problem.meta;
1.243 www 1503: man1.jpg;
1.286 albertel 1504: man1.jpg.meta;
1.59 harris41 1505: numerical.problem;
1506: numerical.problem.meta;
1.797.2.19 raeburn 1507: numMultiAnswerUnordered.problem;
1508: numMultiAnswerUnordered.problem.meta;
1.754 www 1509: numPrePro.problem;
1510: numPrePro.problem.meta;
1.134 albertel 1511: Plot.problem.meta;
1.313 www 1512: Plot_curve.problem;
1513: Plot_curve.problem.meta;
1514: Plot_data.problem;
1515: Plot_data.problem.meta;
1.641 www 1516: Rnumerical.problem;
1517: Rnumerical.problem.meta;
1.59 harris41 1518: RadioResponse.problem;
1519: RadioResponse.problem.meta;
1.134 albertel 1520: RandomLabelExample.problem;
1521: RandomLabelExample.problem.meta;
1.706 www 1522: randomvalueradio.problem;
1523: randomvalueradio.problem.meta;
1.714 www 1524: sampleexternal.problem;
1525: sampleexternal.problem.meta;
1526: sampleexternal.pl;
1.59 harris41 1527: SelectFromOptions-4ConceptGoups.problem;
1528: SelectFromOptions-4ConceptGoups.problem.meta;
1529: SelectFromOptions-5ConceptGoups.problem;
1530: SelectFromOptions-5ConceptGoups.problem.meta;
1531: SelectFromOptions-6ConceptGoups.problem;
1532: SelectFromOptions-6ConceptGoups.problem.meta;
1533: SelectFromOptions-7ConceptGoups.problem;
1534: SelectFromOptions-7ConceptGoups.problem.meta;
1535: SelectFromOptions-8ConceptGoups.problem;
1536: SelectFromOptions-8ConceptGoups.problem.meta;
1537: SelectFromOptions-Simple.problem;
1538: SelectFromOptions-Simple.problem.meta;
1.333 www 1539: SimpleStringResponse.problem.meta;
1.63 harris41 1540: script.library;
1541: script.library.meta;
1.134 albertel 1542: SimpleFormula.problem;
1543: SimpleFormula.problem.meta;
1.521 www 1544: SimpleFormulaCAS.problem;
1.540 albertel 1545: SimpleFormulaCAS.problem.meta;
1.59 harris41 1546: StringResponse.problem;
1.214 albertel 1547: StringResponse.problem.meta;
1.754 www 1548: stringPrePro.problem;
1549: stringPrePro.problem.meta;
1.214 albertel 1550: SimpleMatching.problem;
1551: SimpleMatching.problem.meta;
1.585 www 1552: SimpleMathResponse.problem;
1553: SimpleMathResponse.problem.meta;
1.641 www 1554: SimpleMathResponseR.problem;
1555: SimpleMathResponseR.problem.meta;
1.214 albertel 1556: SimpleRank.problem;
1.220 www 1557: SimpleRank.problem.meta;
1558: SimpleTrueFalse.problem;
1.452 albertel 1559: SimpleTrueFalse.problem.meta;
1560: organic.problem;
1561: organic.problem.meta;
1.651 www 1562: organic_hint.problem;
1563: organic_hint.problem.meta;
1.452 albertel 1564: reaction.problem;
1.651 www 1565: reaction.problem.meta;
1566: reaction_hint.problem;
1567: reaction_hint.problem.meta
1.43 harris41 1568: </filenames>
1569: </fileglob>
1.523 albertel 1570:
1571: <file>
1.797.2.23! raeburn 1572: <source>loncom/interface/spellcheck.pm</source>
! 1573: <target dist='default'>home/httpd/lib/perl/Apache/spellcheck.pm</target>
! 1574: <categoryname>handler</categoryname>
! 1575: <description>
! 1576: Ajax handler for the spellcheck Jquery plugin
! 1577: </description>
! 1578: <status>IN testing</status>
! 1579: </file>
! 1580: <file>
1.523 albertel 1581: <source>loncom/homework/insertlist.xml</source>
1582: <target dist='default'>home/httpd/lonTabs/insertlist.xml</target>
1583: <categoryname>static conf</categoryname>
1584: <description>
1.8 harris41 1585: Describes what tags are allowed inside other tags.
1.523 albertel 1586: </description>
1.4 harris41 1587: </file>
1.523 albertel 1588:
1.4 harris41 1589: <file>
1.47 harris41 1590: <source>CAPA/JavaTools/GLabel.class</source>
1591: <target dist='default'>home/httpd/html/res/adm/includes/GLabel.class
1592: </target>
1593: <categoryname>static conf</categoryname>
1594: <description>
1595: Java applet for labelling graphs.
1596: </description>
1597: <note>
1598: Built from Glabel.java. Still working on build/dependency details.
1599: </note>
1600: </file>
1601: <file>
1.253 matthew 1602: <source>loncom/interface/spreadsheet/default_assesscalc</source>
1603: <target dist='default'>home/httpd/html/res/adm/includes/default_assesscalc
1.27 harris41 1604: </target>
1.4 harris41 1605: <categoryname>static conf</categoryname>
1606: <description>
1607: Default spreadsheet for individual assessment.
1608: </description>
1609: </file>
1610: <file>
1.253 matthew 1611: <source>loncom/interface/spreadsheet/default_studentcalc</source>
1612: <target dist='default'>home/httpd/html/res/adm/includes/default_studentcalc
1.27 harris41 1613: </target>
1.4 harris41 1614: <categoryname>static conf</categoryname>
1615: <description>
1616: Default spreadsheet for assessment of students.
1617: </description>
1618: </file>
1619: <file>
1.253 matthew 1620: <source>loncom/interface/spreadsheet/default_classcalc</source>
1621: <target dist='default'>home/httpd/html/res/adm/includes/default_classcalc
1.27 harris41 1622: </target>
1.10 harris41 1623: <categoryname>static conf</categoryname>
1624: <description>
1625: Default spreadsheet for assessment of a class.
1626: </description>
1627: </file>
1628: <file>
1.4 harris41 1629: <source>loncom/auth/roles.tab</source>
1.5 harris41 1630: <target dist='default'>home/httpd/lonTabs/roles.tab</target>
1.4 harris41 1631: <categoryname>static conf</categoryname>
1632: <description>
1.27 harris41 1633: List of privileges associated with users of multiple types (for example:
1634: Teaching Assistant, Exam Proctor, Course Coordinator)
1.4 harris41 1635: </description>
1636: </file>
1637: <file>
1.5 harris41 1638: <source>loncom/auth/rolesplain.tab</source>
1639: <target dist='default'>home/httpd/lonTabs/rolesplain.tab</target>
1640: <categoryname>static conf</categoryname>
1641: <description>
1.10 harris41 1642: Descriptive list of abbreviations used in <tt>roles.tab</tt> for user types
1.5 harris41 1643: and privileges available in the network with function
1644: </description>
1.4 harris41 1645: </file>
1.694 raeburn 1646: <file>
1.736 raeburn 1647: <source>loncom/managers.tab</source>
1648: <target dist='default'>home/httpd/lonTabs/managers.tab</target>
1649: <categoryname>static conf</categoryname>
1650: <description>
1651: List of machines allowed to pass along updates to dns_hosts.tab and dns_domain.tab
1652: </description>
1653: </file>
1654: <file>
1.694 raeburn 1655: <source>loncom/misc/releaseslist.xml</source>
1656: <target dist='default'>home/httpd/lonTabs/releaseslist.xml</target>
1657: <categoryname>static conf</categoryname>
1658: <description>
1659: XML specification of LON-CAPA version required for certain parameters,
1660: response types and course containers. Used to determine if a course
1661: needs a minimum LON-CAPA version to function correctly.
1662: </description>
1663: </file>
1.528 albertel 1664:
1665: <file type="private">
1666: <source>loncom/hosts.tab</source>
1667: <target dist='default'>home/httpd/lonTabs/hosts.tab</target>
1668: <categoryname>www static conf</categoryname>
1669: <description>
1670: List of Machines in the lon-capa network.
1671: </description>
1672: </file>
1673: <file type="private">
1674: <source>loncom/domain.tab</source>
1675: <target dist='default'>home/httpd/lonTabs/domain.tab</target>
1676: <categoryname>www static conf</categoryname>
1677: <description>
1678: List of domains in the LON-CAPA network.
1679: Lists the name name of the domain and any multiple config options.
1680: </description>
1.360 albertel 1681: </file>
1.528 albertel 1682:
1.281 albertel 1683: <file type="private">
1.528 albertel 1684: <source>loncom/dns_hosts.tab</source>
1685: <target dist='default'>home/httpd/lonTabs/dns_hosts.tab</target>
1686: <categoryname>www static conf</categoryname>
1687: <description>
1688: List of all machines in the lon-capa network that is served up by the DNS mechanism.
1689: </description>
1.216 albertel 1690: </file>
1.281 albertel 1691: <file type="private">
1.528 albertel 1692: <source>loncom/dns_domain.tab</source>
1693: <target dist='default'>home/httpd/lonTabs/dns_domain.tab</target>
1694: <categoryname>www static conf</categoryname>
1695: <description>
1696: List of all domains in the LON-CAPA network that is served up by the DNS mechanism.
1697: </description>
1.4 harris41 1698: </file>
1.528 albertel 1699:
1.699 raeburn 1700: <file>
1.691 raeburn 1701: <source>loncom/loncaparevs.tab</source>
1702: <target dist='default'>home/httpd/lonTabs/loncaparevs.tab</target>
1.718 raeburn 1703: <categoryname>www conf</categoryname>
1.691 raeburn 1704: <description>
1705: File holds LON-CAPA version installed on all servers in the LON-CAPA network. Updated
1706: by loncron.
1707: </description>
1708: </file>
1709:
1.699 raeburn 1710: <file>
1.692 raeburn 1711: <source>loncom/serverhomeIDs.tab</source>
1712: <target dist='default'>home/httpd/lonTabs/serverhomeIDs.tab</target>
1.718 raeburn 1713: <categoryname>www conf</categoryname>
1.692 raeburn 1714: <description>
1715: File holds paired data -- hostname:lonHostID for all servers in the LON-CAPA network (useful for determining which domain should control server settings for a multi-domain server). Updated by loncron.
1716: </description>
1717: </file>
1718:
1.4 harris41 1719: <file>
1.5 harris41 1720: <source>loncom/spare.tab</source>
1721: <target dist='default'>home/httpd/lonTabs/spare.tab</target>
1722: <categoryname>conf</categoryname>
1723: <description>
1724: Spare hosts to offload session to if the LON-CAPA machine is overloaded
1725: </description>
1726: <note>
1727: <b>configure</b><br />
1.91 harris41 1728: <table cellpadding='0' cellspacing='0' border='1'>
1.5 harris41 1729: <tr><td>
1730: list elements are separated by newlines
1731: </td></tr>
1732: <tr><td>
1733: each list element consists of only one value; the value for <tt>lonHostID</tt>
1734: in <tt>access.conf</tt>
1735: </td></tr>
1736: </table>
1737: </note>
1.4 harris41 1738: </file>
1739: <file>
1.5 harris41 1740: <source>loncom/htpasswd</source>
1741: <target dist='default'>home/httpd/lonTabs/htpasswd</target>
1.280 www 1742: <categoryname>static conf</categoryname>
1.5 harris41 1743: <description>
1744: Basic auth password to access /lon-status and /server-status
1745: </description>
1.4 harris41 1746: </file>
1747: <file>
1.5 harris41 1748: <source>loncom/smb.conf</source>
1.152 harris41 1749: <target dist='default'>usr/local/loncapa/doc/conf_examples/smb.conf</target>
1.175 harris41 1750: <categoryname>static conf</categoryname>
1.5 harris41 1751: <description>
1.27 harris41 1752: configuration file to make LON-CAPA server file space accessible to network
1753: neighborhood
1.5 harris41 1754: </description>
1.4 harris41 1755: </file>
1756: <file>
1.5 harris41 1757: <source>loncom/ntp.conf</source>
1.175 harris41 1758: <target dist='default'>usr/local/loncapa/doc/conf_examples/ntp.conf</target>
1759: <categoryname>static conf</categoryname>
1.5 harris41 1760: <description>
1761: which NTP server to contact for information (XNTP3 standard)
1762: </description>
1763: <note>
1.91 harris41 1764: <table cellpadding='0' cellspacing='0' border='1'>
1.5 harris41 1765: <tr><td>
1766: only one line needs to be changed to specify a server ip address
1767: </td></tr>
1768: <tr><td>
1769: Example:<br /><nobr /><tt>server ntp.msu.edu</tt>
1770: </td></tr>
1771: </table>
1772: </note>
1.4 harris41 1773: </file>
1774: <file>
1.490 albertel 1775: <source>loncom/misc/archive_old_files.pl</source>
1776: <target dist='default'>home/httpd/perl/archive_old_files.pl</target>
1777: <categoryname>script</categoryname>
1778: <description>
1779: Batch script for compressing older .db files
1780: </description>
1781: </file>
1782: <file>
1.5 harris41 1783: <source>loncom/metadata_database/searchcat.pl</source>
1784: <target dist='default'>home/httpd/perl/searchcat.pl</target>
1785: <categoryname>script</categoryname>
1786: <description>
1787: Batch script for updating SQL metadata database.
1.149 matthew 1788: </description>
1789: </file>
1790: <file>
1791: <source>loncom/metadata_database/cleanup_database.pl</source>
1792: <target dist='default'>home/httpd/perl/cleanup_database.pl</target>
1793: <categoryname>script</categoryname>
1794: <description>
1795: Batch script for removing temporary tables from the SQL metadata database.
1.190 matthew 1796: </description>
1797: </file>
1798: <file>
1.386 matthew 1799: <source>loncom/metadata_database/parse_activity_log.pl</source>
1800: <target dist='default'>home/httpd/perl/parse_activity_log.pl</target>
1801: <categoryname>script</categoryname>
1802: <description>
1803: Batch script to copy activy logs from native format into the SQL metadata database.
1804: </description>
1805: </file>
1806: <file>
1.351 albertel 1807: <source>loncom/misc/cleanup_file_caches.pl</source>
1808: <target dist='default'>home/httpd/perl/cleanup_file_caches.pl</target>
1.190 matthew 1809: <categoryname>script</categoryname>
1810: <description>
1811: Batch script for removing files not accessed within 24 hours from the
1.351 albertel 1812: /home/httpd/prtspool and /home/httpd/html/userfiles/ directories.
1.308 matthew 1813: </description>
1814: </file>
1815: <file>
1.678 raeburn 1816: <source>loncom/misc/refresh_courseids_db.pl</source>
1817: <target dist='default'>home/httpd/perl/refresh_courseids_db.pl</target>
1818: <categoryname>script</categoryname>
1819: <description>
1820: Batch script for refreshing course information in aggregating GDBM
1821: file: nohist_courseids.db found in /home/httpd/lonUsers on library servers.
1822: </description>
1823: </file>
1824: <file>
1.308 matthew 1825: <source>loncom/debugging_tools/seed_accesscount.pl</source>
1826: <target dist='default'>home/httpd/perl/seed_accesscount.pl</target>
1827: <categoryname>script</categoryname>
1828: <description>
1829: Batch script for moving access count data from nohist_resevaldata.db to
1830: nohist_accesscount.db.
1.183 www 1831: </description>
1832: </file>
1833: <file>
1.383 matthew 1834: <source>loncom/debugging_tools/modify_config_files.pl</source>
1835: <target dist='default'>home/httpd/perl/modify_config_files.pl</target>
1836: <categoryname>script</categoryname>
1837: <description>
1838: Batch script to ensure certain LONCAPA configuration parameters for yum and
1839: MySQL are included in their configuration files.
1840: </description>
1841: </file>
1842: <file>
1.490 albertel 1843: <source>loncom/debugging_tools/updateclasslist.pl</source>
1844: <target dist='default'>home/httpd/perl/debug/updateclasslist.pl</target>
1845: <categoryname>script</categoryname>
1846: <description>
1847: propagate the ids in ids.db to all course classlists
1848: </description>
1849: </file>
1850: <file>
1.409 albertel 1851: <source>loncom/lonmemcached</source>
1852: <target dist='default'>home/httpd/perl/lonmemcached</target>
1853: <categoryname>script</categoryname>
1854: <description>
1855: small script to handle the start up of the memcached daemon
1856: </description>
1857: </file>
1858: <file>
1.486 albertel 1859: <source>loncom/lonmaxima</source>
1860: <target dist='default'>home/httpd/perl/lonmaxima</target>
1861: <categoryname>script</categoryname>
1862: <description>
1863: manages the existance and talking to the maxima processes
1864: </description>
1865: </file>
1866: <file>
1.642 www 1867: <source>loncom/lonr</source>
1868: <target dist='default'>home/httpd/perl/lonr</target>
1869: <categoryname>script</categoryname>
1870: <description>
1871: manages the existance and talking to the R processes
1872: </description>
1873: </file>
1874: <file>
1.400 albertel 1875: <source>loncom/request_ssl_key.sh</source>
1.447 albertel 1876: <target dist='default'>home/httpd/lonCerts/request_ssl_key.sh</target>
1.400 albertel 1877: <categoryname>script</categoryname>
1878: <description>
1879: Script that requests a Lon-CAPA ssl key.
1880: </description>
1881: </file>
1882: <file>
1.5 harris41 1883: <source>loncom/lond</source>
1884: <target dist='default'>home/httpd/perl/lond</target>
1885: <categoryname>script</categoryname>
1886: <description>
1887: This is a remote command interpreter on a TCP LON-CAPA network layer.
1888: It accepts and processes incoming requests from other LON-CAPA machines
1889: on the network. lond's functionality is self-contained in the sense
1890: that it does not reference (import, require, use) any other file
1891: described in this document. There are only 15 subroutines in this
1.115 harris41 1892: script, however the <tt>make_new_child</tt> subroutine is quite
1.5 harris41 1893: complex since it parses and responds about 29 different types of
1894: network requests (i.e. enc, ping, pong, ekey, load, auth, passwd,
1895: makeuser, home, update, unsub, sub, log, put, rolesput, get, eget,
1896: del, keys, dump, store, restore, querysend, queryreply, idput, idget,
1897: tmpput, tmpget, and ls).
1898: </description>
1.4 harris41 1899: </file>
1900: <file>
1.77 harris41 1901: <source>doc/man/lond.1</source>
1902: <target dist='default'>usr/man/man1/lond.1</target>
1.83 harris41 1903: <categoryname>doc</categoryname>
1.77 harris41 1904: <description>man page for lond</description>
1905: <build trigger='always run'>
1.115 harris41 1906: loncom/build/pod2man.sh ../lond > ../../doc/man/lond.1 && \
1.112 harris41 1907: echo 'manifying lond'
1.77 harris41 1908: </build>
1909: <status>works/unverified</status>
1910: <dependencies>
1911: ../../loncom/lond
1912: </dependencies>
1913: </file>
1914: <file>
1915: <source>doc/scripts/lond.html</source>
1916: <target dist='default'>home/httpd/html/adm/help/scripts/lond.html</target>
1.83 harris41 1917: <categoryname>doc</categoryname>
1.103 harris41 1918: <description>POD-derived page for lond</description>
1.77 harris41 1919: <build trigger='always run'>
1.115 harris41 1920: loncom/build/pod2html.sh ../lond > ../../doc/scripts/lond.html && \
1.112 harris41 1921: echo 'pod2html lond'
1.77 harris41 1922: </build>
1923: <status>works/unverified</status>
1924: <dependencies>
1925: ../../loncom/lond
1926: </dependencies>
1927: </file>
1928: <file>
1.509 raeburn 1929: <source dist='default'>loncom/build/CHECKRPMS</source>
1.171 harris41 1930: <target dist='default'>home/httpd/cgi-bin/CHECKRPMS</target>
1931: <categoryname>script</categoryname>
1932: <description>CGI script that checks status of RPMs</description>
1.463 albertel 1933: <dependencies>
1.509 raeburn 1934: loncom/build/CHECKRPMS
1.463 albertel 1935: </dependencies>
1.171 harris41 1936: </file>
1937: <file>
1.35 harris41 1938: <source>loncom/cgi/loncron.pl</source>
1939: <target dist='default'>home/httpd/cgi-bin/loncron.pl</target>
1940: <categoryname>script</categoryname>
1941: <description>CGI script that starts and pipes output of loncron</description>
1.218 www 1942: </file>
1943: <file>
1944: <source>loncom/cgi/userstatus.pl</source>
1945: <target dist='default'>home/httpd/cgi-bin/userstatus.pl</target>
1946: <categoryname>script</categoryname>
1947: <description>CGI script that shows users currently on machine</description>
1.35 harris41 1948: </file>
1949: <file>
1.760 raeburn 1950: <source>loncom/cgi/listdomconfig.pl</source>
1951: <target dist='default'>home/httpd/cgi-bin/listdomconfig.pl</target>
1952: <categoryname>script</categoryname>
1953: <description>CGI script to display domain configuration as plain text.
1954: For use on the primary library server for a domain. Access control uses
1955: routines in lonauthcgi.pm
1956: </description>
1957: </file>
1958: <file>
1.714 www 1959: <source>loncom/homework/templates/sampleexternal.pl</source>
1960: <target dist='default'>home/httpd/cgi-bin/sampleexternal.pl</target>
1961: <categoryname>script</categoryname>
1962: <description>Sample External Response Script</description>
1963: </file>
1964: <file>
1.5 harris41 1965: <source>loncom/loncron</source>
1966: <target dist='default'>home/httpd/perl/loncron</target>
1967: <categoryname>script</categoryname>
1968: <description>housekeeping</description>
1.4 harris41 1969: </file>
1970: <file>
1.5 harris41 1971: <source>loncom/lonsql</source>
1972: <target dist='default'>home/httpd/perl/lonsql</target>
1973: <categoryname>script</categoryname>
1974: <description>maintain secondary database of metadata</description>
1.4 harris41 1975: </file>
1976: <file>
1.77 harris41 1977: <source>doc/man/lonsql.1</source>
1978: <target dist='default'>usr/man/man1/lonsql.1</target>
1.83 harris41 1979: <categoryname>doc</categoryname>
1.77 harris41 1980: <description>man page for lonsql</description>
1981: <build trigger='always run'>
1.115 harris41 1982: loncom/build/pod2man.sh ../lonsql > ../../doc/man/lonsql.1 && \
1.112 harris41 1983: echo 'manifying lonsql'
1.77 harris41 1984: </build>
1985: <status>works/unverified</status>
1986: <dependencies>
1987: ../../loncom/lonsql
1988: </dependencies>
1989: </file>
1990: <file>
1991: <source>doc/scripts/lonsql.html</source>
1992: <target dist='default'>home/httpd/html/adm/help/scripts/lonsql.html</target>
1.83 harris41 1993: <categoryname>doc</categoryname>
1.103 harris41 1994: <description>POD-derived page for lonsql</description>
1.77 harris41 1995: <build trigger='always run'>
1.115 harris41 1996: loncom/build/pod2html.sh ../lonsql > ../../doc/scripts/lonsql.html && \
1.112 harris41 1997: echo 'pod2html lonsql'
1.77 harris41 1998: </build>
1999: <status>works/unverified</status>
2000: <dependencies>
2001: ../../loncom/lonsql
2002: </dependencies>
2003: </file>
2004: <file>
1.371 albertel 2005: <source>loncom/CrGrant.pl</source>
2006: <target dist='default'>home/httpd/perl/CrGrant.pl</target>
2007: <categoryname>script</categoryname>
2008: <description>
2009: Script used to verify and grant an SSL certificate to a Lon-CAPA host
2010: </description>
2011: <status>in progress</status>
2012: </file>
2013: <file>
2014: <source>loncom/CrGenerate.pl</source>
2015: <target dist='default'>home/httpd/perl/CrGenerate.pl</target>
2016: <categoryname>script</categoryname>
2017: <description>
2018: Script used to request an SSL certificate for a Lon-CAPA host.
2019: </description>
2020: <status>in progress</status>
2021: </file>
2022: <file>
1.373 albertel 2023: <source>loncom/apachereload</source>
2024: <target dist='default'>home/httpd/perl/apachereload</target>
2025: <categoryname>setuid script</categoryname>
2026: <description>
2027: Script to let www reload the webserver
2028: </description>
2029: <status>works/unverified</status>
2030: </file>
2031: <file>
1.5 harris41 2032: <source>loncom/lcpasswd</source>
2033: <target dist='default'>home/httpd/perl/lcpasswd</target>
2034: <categoryname>setuid script</categoryname>
2035: <description>
1.48 harris41 2036: Coordinates the system services and files in order to allow lond to change
2037: user passwords.
1.5 harris41 2038: </description>
1.48 harris41 2039: <status>being updated</status>
2040: </file>
2041: <file>
1.632 foxr 2042: <source>loncom/lcinstallfile</source>
2043: <target dist='default'>home/httpd/perl/lcinstallfile</target>
2044: <categoryname>setuid script</categoryname>
2045: <description>
2046: Set uid file that allows lond to install files in
2047: lonTab which is normally owned by root.
2048: </description>
2049: <status>under construction</status>
2050: </file>
2051: <file>
1.48 harris41 2052: <source>loncom/pwchange</source>
2053: <target dist='default'>home/httpd/perl/pwchange</target>
2054: <categoryname>setuid script</categoryname>
2055: <description>
2056: Allows www to change user passwords.
2057: </description>
2058: <status>being updated</status>
1.4 harris41 2059: </file>
2060: <file>
1.5 harris41 2061: <source>loncom/lcuseradd</source>
2062: <target dist='default'>home/httpd/perl/lcuseradd</target>
2063: <categoryname>setuid script</categoryname>
2064: <description>
1.48 harris41 2065: Coordinates the system services and files in order to allow lond to add a
2066: new user.
1.5 harris41 2067: </description>
1.48 harris41 2068: <status>being updated</status>
1.124 foxr 2069: </file>
2070: <file>
1.647 raeburn 2071: <source>loncom/lciptables</source>
2072: <target dist='default'>home/httpd/perl/lciptables</target>
2073: <categoryname>setuid script</categoryname>
2074: <description>
2075: Calls iptables to update firewall settings for port used for internal
2076: LON-CAPA communication to receive traffic from other servers in cluster
2077: </description>
2078: <status>New file</status>
2079: </file>
2080: <file>
1.768 raeburn 2081: <source>loncom/lchttpdlogs</source>
2082: <target dist='default'>home/httpd/perl/lchttpdlogs</target>
2083: <categoryname>setuid script</categoryname>
2084: <description>
2085: script called by loncron to tail latest web server access and error logs.
2086: </description>
2087: <status>works/verified</status>
2088: </file>
2089: <file>
1.5 harris41 2090: <source>loncom/lcuserdel</source>
2091: <target dist='default'>home/httpd/perl/lcuserdel</target>
2092: <categoryname>setuid script</categoryname>
2093: <description>
1.48 harris41 2094: Coordinates the system services and files in order to allow lond to delete a
2095: user.
1.5 harris41 2096: </description>
1.10 harris41 2097: <status>deprecated</status>
1.4 harris41 2098: </file>
2099: <file>
1.5 harris41 2100: <source>loncom/lcnfson</source>
2101: <target dist='default'>home/httpd/perl/lcnfson</target>
2102: <categoryname>setuid script</categoryname>
2103: <description>
2104: coordinates the system services and files in order to allow lond to enable NFS
2105: for a user
2106: </description>
1.10 harris41 2107: <status>deprecated</status>
1.4 harris41 2108: </file>
2109: <file>
1.5 harris41 2110: <source>loncom/lcnfsoff</source>
2111: <target dist='default'>home/httpd/perl/lcnfsoff</target>
2112: <categoryname>setuid script</categoryname>
2113: <description>
2114: coordinates the system services and files in order to allow lond to disable NFS
2115: for a user
2116: </description>
1.10 harris41 2117: <status>deprecated</status>
1.53 harris41 2118: </file>
2119: <file>
2120: <source>loncom/license/gpl.txt</source>
2121: <target dist='default'>home/httpd/html/adm/gpl.txt</target>
2122: <categoryname>interface file</categoryname>
2123: <description>
2124: GNU General Public License. Long live the cause of freeware!
2125: </description>
1.4 harris41 2126: </file>
2127: <file>
1.197 albertel 2128: <source>loncom/license/httpi.license</source>
2129: <target dist='default'>home/httpd/html/adm/httpi.license</target>
2130: <categoryname>interface file</categoryname>
2131: <description>
2132: HTTPi webserver license
2133: </description>
2134: </file>
2135: <file>
2136: <source>loncom/license/httpi.readme</source>
2137: <target dist='default'>home/httpd/html/adm/httpi.readme</target>
2138: <categoryname>interface file</categoryname>
2139: <description>
2140: HTTPi webserver readme
2141: </description>
2142: </file>
1.784 raeburn 2143: <file type="postaboutversion">
1.62 harris41 2144: <source>loncom/license/about.html</source>
2145: <target dist='default'>home/httpd/html/adm/about.html</target>
2146: <categoryname>interface file</categoryname>
2147: <description>
2148: The "About" Page.
2149: </description>
2150: </file>
2151: <file>
1.5 harris41 2152: <source>loncom/publisher/publisher.html</source>
2153: <target dist='default'>home/httpd/html/adm/publisher.html</target>
2154: <categoryname>interface file</categoryname>
2155: <description>
2156: HTML frame that presents a form element to allow for the publishing of
2157: resources, directories and underlying subdirectories.
2158: </description>
1.4 harris41 2159: </file>
2160: <file>
1.10 harris41 2161: <source>loncom/html/adm/noidea.html</source>
2162: <target dist='default'>home/httpd/html/adm/noidea.html</target>
2163: <categoryname>interface file</categoryname>
2164: <description>
2165: Interface file for responding to improper page flipping.
1.260 www 2166: </description>
2167: </file>
2168: <file>
2169: <source>loncom/html/adm/notinit.html</source>
2170: <target dist='default'>home/httpd/html/adm/notinit.html</target>
2171: <categoryname>interface file</categoryname>
2172: <description>
2173: Interface file for responding to accessing uploaded resources without
2174: re-initializing course.
1.174 www 2175: </description>
2176: </file>
2177: <file>
2178: <source>loncom/html/adm/overloaded.txt</source>
2179: <target dist='default'>home/httpd/html/adm/overloaded.txt</target>
2180: <categoryname>interface file</categoryname>
2181: <description>
2182: Interface file for responding to overload situations.
1.204 www 2183: </description>
2184: </file>
2185: <file>
2186: <source>loncom/html/adm/loginproblems.html</source>
2187: <target dist='default'>home/httpd/html/adm/loginproblems.html</target>
2188: <categoryname>interface file</categoryname>
2189: <description>
2190: Help page for login problems.
1.10 harris41 2191: </description>
2192: </file>
2193: <file>
1.28 harris41 2194: <source>loncom/xml/physnet.sty</source>
2195: <target dist='default'>home/httpd/html/res/adm/includes/physnet.sty</target>
2196: <categoryname>static conf</categoryname>
2197: <description>
2198: The relevant conditions and metadata to attach to PhysNet-specific tags.
2199: </description>
2200: </file>
2201: <file>
1.5 harris41 2202: <source>loncom/homework/lectureonline.sty</source>
1.112 harris41 2203: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.sty
2204: </target>
1.5 harris41 2205: <categoryname>static conf</categoryname>
2206: <description>
2207: The relevant conditions and metadata to attach to LectureOnline-specific tags.
2208: </description>
1.4 harris41 2209: </file>
2210: <file>
1.139 matthew 2211: <source>loncom/thesaurus/un_keyword.tab</source>
1.5 harris41 2212: <target dist='default'>home/httpd/html/res/adm/includes/un_keyword.tab</target>
2213: <categoryname>conf</categoryname>
2214: <description>
2215: File which contains words which should not be keywords used to specify resource
2216: content.
1.226 albertel 2217: </description>
2218: </file>
2219: <file>
1.227 albertel 2220: <source>loncom/homework/scantronformat.tab</source>
2221: <target dist='default'>home/httpd/lonTabs/scantronformat.tab</target>
1.226 albertel 2222: <categoryname>conf</categoryname>
2223: <description>
2224: Different configs for scantron input files.
1.5 harris41 2225: </description>
1.4 harris41 2226: </file>
2227: <file>
1.583 raeburn 2228: <source>loncom/homework/default_scantronformat.tab</source>
2229: <target dist='default'>home/httpd/lonTabs/default_scantronformat.tab</target>
2230: <categoryname>static conf</categoryname>
2231: <description>
2232: Default configurations for scantron input files.
2233: </description>
2234: </file>
2235: <file>
1.22 harris41 2236: <source>loncom/publisher/packages.tab</source>
2237: <target dist='default'>home/httpd/lonTabs/packages.tab</target>
1.50 harris41 2238: <categoryname>static conf</categoryname>
1.22 harris41 2239: <description>
2240: Parameter packages, so that assessments can publish parameter packages
2241: needed, which are then expanded into individual parameters - allows to
2242: retroactively add new parameters to already published assessments.
2243: </description>
2244: </file>
2245: <file>
1.5 harris41 2246: <source>loncom/publisher/copyright.tab</source>
2247: <target dist='default'>home/httpd/html/res/adm/includes/copyright.tab</target>
1.88 albertel 2248: <categoryname>static conf</categoryname>
1.5 harris41 2249: <description>
2250: Table which contains list of copyright possibilities for educational resources.
2251: </description>
1.4 harris41 2252: </file>
2253: <file>
1.362 taceyjo1 2254: <source>loncom/publisher/source_copyright.tab</source>
2255: <target dist='default'>home/httpd/html/res/adm/includes/source_copyright.tab</target>
2256: <categoryname>static conf</categoryname>
2257: <description>
2258: Table which contains list of source copyright possibilities for educational resources.
2259: </description>
2260: </file>
2261: <file>
1.5 harris41 2262: <source>loncom/publisher/language.tab</source>
2263: <target dist='default'>home/httpd/lonTabs/language.tab</target>
2264: <categoryname>static conf</categoryname>
2265: <description>
2266: Table which contains string abbreviations of language::font rendering
2267: combinations.
2268: </description>
1.4 harris41 2269: </file>
2270: <file>
1.5 harris41 2271: <source>loncom/publisher/addid.tab</source>
2272: <target dist='default'>home/httpd/lonTabs/addid.tab</target>
2273: <categoryname>static conf</categoryname>
2274: <description>
2275: Table which has hash data necessary for distinguishing IDs from indices.
2276: </description>
1.4 harris41 2277: </file>
2278: <file>
1.38 harris41 2279: <source>rat/lonwrapper.pm</source>
1.19 harris41 2280: <target dist='default'>home/httpd/lib/perl/Apache/lonwrapper.pm</target>
2281: <categoryname>handler</categoryname>
2282: <description>
2283: Wrapper for external and binary files as standalone resources.
2284: Edit handler for rat maps; TeX content handler.
1.145 www 2285: </description>
2286: <status>works/unverified</status>
2287: </file>
2288: <file>
1.146 matthew 2289: <source>loncom/interface/londocs.pm</source>
1.145 www 2290: <target dist='default'>home/httpd/lib/perl/Apache/londocs.pm</target>
2291: <categoryname>handler</categoryname>
2292: <description>
2293: Handler for course documents
2294: </description>
2295: <status>works/unverified</status>
2296: </file>
2297: <file>
1.146 matthew 2298: <source>loncom/interface/lonchat.pm</source>
1.145 www 2299: <target dist='default'>home/httpd/lib/perl/Apache/lonchat.pm</target>
2300: <categoryname>handler</categoryname>
2301: <description>
2302: Handler for chat
2303: </description>
2304: <status>works/unverified</status>
2305: </file>
2306: <file>
1.157 www 2307: <source>loncom/interface/lonchatfetch.pm</source>
2308: <target dist='default'>home/httpd/lib/perl/Apache/lonchatfetch.pm</target>
2309: <categoryname>handler</categoryname>
2310: <description>
2311: Handler for periodically fetch new lines of chat
2312: </description>
2313: <status>works/unverified</status>
2314: </file>
2315: <file>
1.474 raeburn 2316: <source>loncom/interface/longroupchat.pm</source>
2317: <target dist='default'>home/httpd/lib/perl/Apache/longroupchat.pm</target>
2318: <categoryname>handler</categoryname>
2319: <description>
2320: Handler for generation of frameset for display of group chat
2321: </description>
2322: <status>works/unverified</status>
2323: </file>
2324: <file>
1.146 matthew 2325: <source>loncom/interface/lonannounce.pm</source>
1.145 www 2326: <target dist='default'>home/httpd/lib/perl/Apache/lonannounce.pm</target>
2327: <categoryname>handler</categoryname>
2328: <description>
2329: Handler to put up announcements and calendar
1.167 www 2330: </description>
2331: <status>works/unverified</status>
2332: </file>
2333: <file>
2334: <source>loncom/interface/lonsyllabus.pm</source>
2335: <target dist='default'>home/httpd/lib/perl/Apache/lonsyllabus.pm</target>
2336: <categoryname>handler</categoryname>
2337: <description>
2338: Handler to put up syllabus
1.262 www 2339: </description>
2340: <status>works/unverified</status>
2341: </file>
2342: <file>
1.459 www 2343: <source>loncom/interface/lonrss.pm</source>
2344: <target dist='default'>home/httpd/lib/perl/Apache/lonrss.pm</target>
2345: <categoryname>handler</categoryname>
2346: <description>
2347: Handler for adding to and displaying RSS
2348: </description>
2349: <status>works/unverified</status>
2350: </file>
2351: <file>
1.263 www 2352: <source>loncom/homework/lonsimpleproblemedit.pm</source>
1.262 www 2353: <target dist='default'>home/httpd/lib/perl/Apache/lonsimpleproblemedit.pm</target>
2354: <categoryname>handler</categoryname>
2355: <description>
2356: Handler to set parameters for simple homework problems
1.173 www 2357: </description>
2358: <status>works/unverified</status>
2359: </file>
2360: <file>
2361: <source>loncom/interface/lonsimplepage.pm</source>
2362: <target dist='default'>home/httpd/lib/perl/Apache/lonsimplepage.pm</target>
2363: <categoryname>handler</categoryname>
2364: <description>
2365: Handler to put up simple page
1.203 www 2366: </description>
2367: <status>works/unverified</status>
1.349 albertel 2368: </file>
2369: <file>
1.797.2.19 raeburn 2370: <source>loncom/interface/lonextresedit.pm</source>
2371: <target dist='default'>home/httpd/lib/perl/Apache/lonextresedit.pm</target>
2372: <categoryname>handler</categoryname>
2373: <description>
2374: Handler to edit external resource.
2375: </description>
2376: <status>works/unverified</status>
2377: </file>
2378: <file>
1.349 albertel 2379: <source>loncom/interface/lonpickcode.pm</source>
2380: <target dist='default'>home/httpd/lib/perl/Apache/lonpickcode.pm</target>
2381: <categoryname>handler</categoryname>
2382: <description>
2383: Handler to pick a CODE from the list of possible CODEs
2384: </description>
2385: <status>works/unverified</status>
1.203 www 2386: </file>
2387: <file>
2388: <source>loncom/interface/lonpickstudent.pm</source>
2389: <target dist='default'>home/httpd/lib/perl/Apache/lonpickstudent.pm</target>
2390: <categoryname>handler</categoryname>
2391: <description>
2392: Handler to pick a student from classlist
1.225 www 2393: </description>
2394: <status>works/unverified</status>
2395: </file>
2396: <file>
2397: <source>loncom/interface/lonpickcourse.pm</source>
2398: <target dist='default'>home/httpd/lib/perl/Apache/lonpickcourse.pm</target>
2399: <categoryname>handler</categoryname>
2400: <description>
2401: Handler to pick a courseid from a list of courses
1.173 www 2402: </description>
2403: <status>works/unverified</status>
2404: </file>
2405: <file>
1.584 raeburn 2406: <source>loncom/interface/lonpickauthor.pm</source>
2407: <target dist='default'>home/httpd/lib/perl/Apache/lonpickauthor.pm</target>
2408: <categoryname>handler</categoryname>
2409: <description>
2410: Handler for a DC to pick an author from a list of authors in the domain for an ad hoc CA role
2411: </description>
2412: <status>works/unverified</status>
2413: </file>
2414: <file>
1.655 raeburn 2415: <source>loncom/interface/lonpickuser.pm</source>
2416: <target dist='default'>home/httpd/lib/perl/Apache/lonpickuser.pm</target>
2417: <categoryname>handler</categoryname>
2418: <description>
2419: Handler to pick a user from a directory search
2420: </description>
2421: <status>works/unverified</status>
2422: </file>
2423: <file>
1.795 raeburn 2424: <source>loncom/interface/loncourserespicker.pm</source>
2425: <target dist='default'>home/httpd/lib/perl/Apache/loncourserespicker.pm</target>
2426: <categoryname>handler</categoryname>
2427: <description>
2428: Provides interface to select resources/folders from a course
2429: (e.g., for IMS export, or choosing content for exam blocking).
2430: </description>
2431: <status>works/unverified</status>
2432: </file>
2433: <file>
1.797 raeburn 2434: <source>loncom/interface/londependencies.pm</source>
2435: <target dist='default'>home/httpd/lib/perl/Apache/londependencies.pm</target>
2436: <categoryname>handler</categoryname>
2437: <description>
2438: Provides interface for uploading, replacing and deleting files which
2439: are (or used to be) dependencies for an HTML page uploaded directly to a course.
2440: </description>
2441: <status>works/unverified</status>
2442: </file>
2443: <file>
1.173 www 2444: <source>loncom/interface/lonbulletin.pm</source>
2445: <target dist='default'>home/httpd/lib/perl/Apache/lonbulletin.pm</target>
2446: <categoryname>handler</categoryname>
2447: <description>
2448: Handler to put up bulletin board
1.167 www 2449: </description>
2450: <status>works/unverified</status>
2451: </file>
2452: <file>
2453: <source>loncom/interface/lonaboutme.pm</source>
2454: <target dist='default'>home/httpd/lib/perl/Apache/lonaboutme.pm</target>
2455: <categoryname>handler</categoryname>
2456: <description>
2457: Handler to put up personal info
1.19 harris41 2458: </description>
2459: <status>works/unverified</status>
2460: </file>
2461: <file>
1.15 harris41 2462: <source>loncom/publisher/loncfile.pm</source>
2463: <target dist='default'>home/httpd/lib/perl/Apache/loncfile.pm</target>
2464: <categoryname>handler</categoryname>
2465: <description>
2466: Provides web-based functionality for file copy, rename, mkdir, etc, in the
2467: construction space menu.
1.137 harris41 2468: </description>
2469: <status>works/unverified</status>
2470: </file>
2471: <file>
1.335 raeburn 2472: <source>loncom/publisher/testbankimport.pm</source>
2473: <target dist='default'>home/httpd/lib/perl/Apache/testbankimport.pm</target>
2474: <categoryname>handler</categoryname>
2475: <description>
2476: Utility to convert plain text questions in a testbank file to LON-CAPA problems.
2477: Called by selecting testbank option when uploading file to construction space.
1.342 raeburn 2478: </description>
2479: <status>works/unverified</status>
2480: </file>
2481: <file>
2482: <source>loncom/imspackages/imsimport.pm</source>
2483: <target dist='default'>home/httpd/lib/perl/Apache/imsimport.pm</target>
2484: <categoryname>handler</categoryname>
2485: <description>
2486: Utility to import courses from other CMSs packaged in IMS 1.1 content package
2487: format into LON-CAPA Construction space.
2488: Called by selecting IMS package option when uploading file to construction space.
2489: </description>
2490: <status>works/unverified</status>
2491: </file>
2492: <file>
2493: <source>loncom/imspackages/imsimportdocs.pm</source>
2494: <target dist='default'>home/httpd/lib/perl/Apache/imsimportdocs.pm</target>
2495: <categoryname>handler</categoryname>
2496: <description>
2497: Utility to import courses from other CMSs packaged in IMS 1.1 content package
2498: format into a LON-CAPA course via DOCS.
2499: Called using Import IMS package button displayed in Special documents column in DOCS display.
2500: </description>
2501: <status>works/unverified</status>
2502: </file>
2503: <file>
2504: <source>loncom/imspackages/imsprocessor.pm</source>
2505: <target dist='default'>home/httpd/lib/perl/Apache/imsprocessor.pm</target>
2506: <categoryname>handler</categoryname>
2507: <description>
2508: Contains routines used by imsimport handlers when importing contents of IMS
2509: packages into construction space, or into a course directly via DOCS.
1.335 raeburn 2510: </description>
2511: <status>works/unverified</status>
2512: </file>
2513: <file>
1.404 raeburn 2514: <source>loncom/imspackages/imsexport.pm</source>
2515: <target dist='default'>home/httpd/lib/perl/Apache/imsexport.pm</target>
2516: <categoryname>handler</categoryname>
2517: <description>
2518: Routines used in londocs to export templated files to an IMS package.
2519: </description>
2520: <status>works/unverified</status>
2521: </file>
2522: <file>
1.137 harris41 2523: <source>loncom/interface/lonhelp.pm</source>
2524: <target dist='default'>home/httpd/lib/perl/Apache/lonhelp.pm</target>
2525: <categoryname>handler</categoryname>
2526: <description>
2527: The .tex file help handler.
1.140 bowersj2 2528: </description>
2529: <status>works/unverified</status>
1.195 albertel 2530: <build trigger='always run'>
2531: loncom/html/adm/help/buildMakeWrapper
2532: </build>
2533: <dependencies>
1.197 albertel 2534: Makefile;
1.195 albertel 2535: buildMakeWrapper
2536: </dependencies>
1.141 bowersj2 2537: </file>
2538: <file>
1.593 raeburn 2539: <source>loncom/html/adm/help/help.png</source>
2540: <target dist='default'>home/httpd/html/adm/help/help.png</target>
2541: <categoryname>interface file</categoryname>
2542: <description>
2543: help icon
2544: </description>
2545: </file>
2546: <file>
1.158 bowersj2 2547: <source>loncom/html/adm/help/abouthelp.html</source>
2548: <target dist='default'>home/httpd/html/adm/help/abouthelp.html</target>
2549: <categoryname>interface file</categoryname>
2550: <description>
2551: Index file for the help system
2552: </description>
2553: </file>
2554: <file>
1.376 raeburn 2555: <source>loncom/html/adm/help/nohelptopic.html</source>
2556: <target dist='default'>home/httpd/html/adm/help/nohelptopic.html</target>
2557: <categoryname>interface file</categoryname>
2558: <description>
2559: Page of links to help manuals - displayed when inline help is missing for a specific topic.
2560: </description>
2561: </file>
2562: <file>
1.158 bowersj2 2563: <source>doc/help/author.manual.access.tex</source>
1.162 harris41 2564: <target dist='default'>home/httpd/html/adm/help/tex/author.manual.access.tex
2565: </target>
2566: <categoryname>interface file</categoryname>
1.158 bowersj2 2567: <description>
1.162 harris41 2568: The pseudo-LaTeX file to allow people to read the author's manual online, with
2569: a somewhat clumsy interface.
1.158 bowersj2 2570: </description>
2571: <status>works/unverified</status>
2572: </file>
2573: <file>
2574: <source>doc/help/course.manual.access.tex</source>
1.162 harris41 2575: <target dist='default'>home/httpd/html/adm/help/tex/course.manual.access.tex
2576: </target>
2577: <categoryname>interface file</categoryname>
1.158 bowersj2 2578: <description>
1.162 harris41 2579: The pseudo-LaTeX file to allow people to read the course administrator's
2580: manual online, with a somewhat clumsy interface.
1.158 bowersj2 2581: </description>
2582: <status>works/unverified</status>
2583: </file>
2584: <file>
1.576 www 2585: <source>doc/help/domain.manual.access.tex</source>
2586: <target dist='default'>home/httpd/html/adm/help/tex/domain.manual.access.tex
2587: </target>
2588: <categoryname>interface file</categoryname>
2589: <description>
1.597 raeburn 2590: The pseudo-LaTeX file to allow people to read the domain coordination
1.576 www 2591: manual online, with a somewhat clumsy interface.
2592: </description>
2593: <status>works/unverified</status>
2594: </file>
2595: <file>
1.158 bowersj2 2596: <source>doc/help/author.manual.ps</source>
1.141 bowersj2 2597: <target dist='default'>home/httpd/html/adm/help/author.manual.ps</target>
1.162 harris41 2598: <categoryname>interface file</categoryname>
1.141 bowersj2 2599: <description>
1.158 bowersj2 2600: The postscript Author's Manual
2601: </description>
2602: <status>works/unverified</status>
1.197 albertel 2603: <dependencies>
2604: doc/help/author.manual.texxml;
2605: doc/help/latexSplitter.py;
2606: doc/help/rebuildLabelHash.pl;
2607: doc/help/render.texxml.pl;
2608: doc/help/simpleEdit.py;
2609: doc/help/texxml2indextex.pl;
2610: doc/help/texxml2latex.pl;
2611: loncom/build/buildHelp.sh;
2612: loncom/build/help_graphics_converter.pl
2613: </dependencies>
1.158 bowersj2 2614: </file>
2615: <file>
2616: <source>doc/help/author.manual.pdf</source>
2617: <target dist='default'>home/httpd/html/adm/help/author.manual.pdf</target>
1.784 raeburn 2618: <categoryname>pdf manual</categoryname>
1.158 bowersj2 2619: <description>
2620: The PDF Author's Manual
2621: </description>
2622: <status>works/unverified</status>
2623: </file>
2624: <file>
2625: <source>doc/help/course.manual.ps</source>
2626: <target dist='default'>home/httpd/html/adm/help/course.manual.ps</target>
1.162 harris41 2627: <categoryname>interface file</categoryname>
1.158 bowersj2 2628: <description>
2629: The postscript Course Manual
2630: </description>
2631: <status>works/unverified</status>
1.197 albertel 2632: <dependencies>
2633: doc/help/course.manual.texxml;
2634: doc/help/latexSplitter.py;
2635: doc/help/rebuildLabelHash.pl;
2636: doc/help/render.texxml.pl;
2637: doc/help/simpleEdit.py;
2638: doc/help/texxml2indextex.pl;
2639: doc/help/texxml2latex.pl;
2640: loncom/build/buildHelp.sh;
2641: loncom/build/help_graphics_converter.pl
2642: </dependencies>
1.158 bowersj2 2643: </file>
2644: <file>
2645: <source>doc/help/course.manual.pdf</source>
2646: <target dist='default'>home/httpd/html/adm/help/course.manual.pdf</target>
1.784 raeburn 2647: <categoryname>pdf manual</categoryname>
1.158 bowersj2 2648: <description>
2649: The PDF Course Manual
1.200 bowersj2 2650: </description>
2651: <status>works/unverified</status>
2652: </file>
1.371 albertel 2653: <file>
1.576 www 2654: <source>doc/help/domain.manual.ps</source>
2655: <target dist='default'>home/httpd/html/adm/help/domain.manual.ps</target>
2656: <categoryname>interface file</categoryname>
2657: <description>
2658: The postscript Domain Manual
2659: </description>
2660: <status>works/unverified</status>
2661: <dependencies>
2662: doc/help/domain.manual.texxml;
2663: doc/help/latexSplitter.py;
2664: doc/help/rebuildLabelHash.pl;
2665: doc/help/render.texxml.pl;
2666: doc/help/simpleEdit.py;
2667: doc/help/texxml2indextex.pl;
2668: doc/help/texxml2latex.pl;
2669: loncom/build/buildHelp.sh;
2670: loncom/build/help_graphics_converter.pl
2671: </dependencies>
2672: </file>
2673: <file>
2674: <source>doc/help/domain.manual.pdf</source>
2675: <target dist='default'>home/httpd/html/adm/help/domain.manual.pdf</target>
1.784 raeburn 2676: <categoryname>pdf manual</categoryname>
1.576 www 2677: <description>
2678: The PDF Domain Manual
2679: </description>
2680: <status>works/unverified</status>
2681: </file>
2682: <file>
1.371 albertel 2683: <source>loncom/html/adm/help/ext_examples.html</source>
2684: <target dist='default'>home/httpd/html/adm/help/ext_examples.html</target>
2685: <categoryname>interface file</categoryname>
2686: <description>
2687: Examples for using &EXT in HTML
2688: </description>
2689: </file>
2690: <file>
2691: <source>loncom/html/adm/help/ext_examples.html.meta</source>
2692: <target dist='default'>home/httpd/html/adm/help/ext_examples.html.meta</target>
2693: <categoryname>interface file</categoryname>
2694: <description>
2695: Examples for using &EXT in HTML metadata
2696: </description>
2697: </file>
2698: <file>
2699: <source>loncom/html/adm/help/ext_examples.library</source>
2700: <target dist='default'>home/httpd/html/adm/help/ext_examples.library</target>
2701: <categoryname>interface file</categoryname>
2702: <description>
2703: Examples for using &EXT library
2704: </description>
2705: </file>
2706: <file>
2707: <source>loncom/html/adm/help/ext_examples.library.meta</source>
2708: <target dist='default'>home/httpd/html/adm/help/ext_examples.library.meta</target>
2709: <categoryname>interface file</categoryname>
2710: <description>
2711: Examples for using &EXT library metadata
2712: </description>
2713: </file>
2714: <file>
2715: <source>loncom/html/adm/help/ext_examples.problem</source>
2716: <target dist='default'>home/httpd/html/adm/help/ext_examples.problem</target>
2717: <categoryname>interface file</categoryname>
2718: <description>
2719: Examples for using &EXT problem
2720: </description>
2721: </file>
2722: <file>
2723: <source>loncom/html/adm/help/ext_examples.problem.meta</source>
2724: <target dist='default'>home/httpd/html/adm/help/ext_examples.problem.meta</target>
2725: <categoryname>interface file</categoryname>
2726: <description>
2727: Examples for using &EXT problem metadata
2728: </description>
2729: </file>
1.615 amueller 2730: <file>
2731: <source>loncom/interface/lontemplate.pm</source>
2732: <target dist='default'>home/httpd/lib/perl/Apache/lontemplate.pm</target>
2733: <categoryname>handler</categoryname>
2734: <description>
2735: Handler to create templates
2736: </description>
2737: <status>works/unverified</status>
2738: </file>
1.140 bowersj2 2739: <fileglob>
2740: <glob>*.*</glob>
2741: <sourcedir>loncom/html/adm/help/gif/</sourcedir>
2742: <targetdir dist='default'>
2743: home/httpd/html/adm/help/gif/</targetdir>
1.162 harris41 2744: <categoryname>interface file</categoryname>
1.140 bowersj2 2745: <description>
2746: Gif files for the help system
2747: </description>
2748: <filenames>
1.360 albertel 2749: Authoring_Dynamic_Plot_Axis_Labels.gif;
2750: Authoring_Dynamic_Plot_Axis_Tics_border.gif;
2751: Authoring_Dynamic_Plot_Axis_Tics_minor.gif;
2752: Authoring_Dynamic_Plot_Axis_Tics_nomirror.gif;
2753: Authoring_Dynamic_Plot_Axis_Tics_x_axis.gif;
2754: Authoring_Dynamic_Plot_Title_X_Y_Label.gif;
1.538 albertel 2755: BT_ScreenshotCriteria.gif;
2756: BT_ScreenshotQuestion.gif;
2757: BT_ScreenshotVariable.gif;
2758: flowchartBridgeTask.gif;
1.360 albertel 2759: Dynamic_Replication_Change.gif;
2760: Dynamic_Replication_Request.gif;
2761: Load_Balance_Example.gif;
2762: LONCAPA_Network_Diagram2.gif;
2763: LONCAPA_Network_Diagram.gif;
2764: Map_Example.gif;
2765: Resource_Assembly.gif;
1.703 raeburn 2766: aboutme.gif;
2767: addClickerInfoFile.gif;
2768: anno.gif;
2769: anot.gif;
2770: anot2.gif;
1.163 harris41 2771: authorRemote.gif;
1.703 raeburn 2772: bchat.gif;
2773: blog.gif;
2774: catalog.gif;
2775: ccat.gif;
2776: chat.gif;
2777: chrt.gif;
2778: com.gif;
1.163 harris41 2779: constructionSpace.gif;
2780: constructionSpaceForPublishing.gif;
1.703 raeburn 2781: coprplot.gif;
2782: cprv.gif;
1.163 harris41 2783: creatingANewCourse.gif;
2784: creatingNewProblemResource.gif;
1.703 raeburn 2785: crsconf.gif;
2786: docs.gif;
2787: document-open.gif;
2788: document-properties.gif;
2789: dump.gif;
1.163 harris41 2790: dynamic_piecewise.gif;
2791: dynamic_piecewise2.gif;
2792: dynamic_plot.gif;
2793: dynamic_plot2.gif;
1.703 raeburn 2794: edit-find-replace.gif;
2795: edit-redo.gif;
2796: edit-undo.gif;
2797: emblem-photos.gif;
2798: eval.gif;
2799: extres.gif;
2800: fdbk.gif;
2801: feedback.gif;
1.163 harris41 2802: formulaResponse.gif;
1.770 www 2803: FPRexamples.gif;
1.703 raeburn 2804: fromfile.gif;
2805: grds.gif;
2806: grps.gif;
2807: list-add.gif;
1.163 harris41 2808: login.gif;
2809: lonhelpheader.gif;
1.703 raeburn 2810: mail-message-new.gif;
2811: mail-reply-all.gif;
1.192 bowersj2 2812: mainCourseDocuments.gif;
1.163 harris41 2813: mapAdvancedEditorNew.gif;
2814: mapClickedStart.gif;
2815: mapEditFirstClick.gif;
2816: mapEditInitial.gif;
2817: mapEditingButton.gif;
2818: mapEditorDirectoryBrowser.gif;
2819: mapEditorResourceChosen.gif;
2820: mapEditorSelection.gif;
2821: mapInsertResource.gif;
2822: mapNewResource.gif;
2823: mapSecondWindowSecondResource.gif;
2824: mapSimpleEditor.gif;
2825: mapStraightened.gif;
2826: mapTwoResources.gif;
1.703 raeburn 2827: messalog.gif;
2828: mngcu.gif;
2829: nav.gif;
2830: navigation.gif;
2831: network-workgroup.gif;
2832: new.gif;
1.163 harris41 2833: numericalResponse1.gif;
2834: numericalResponseEditor.gif;
2835: numericalResponseSlopeProblem.gif;
2836: numericalResponseVarInText.gif;
2837: optionResponseEditing.gif;
2838: optionResponseProblem.gif;
1.703 raeburn 2839: page.gif;
2840: parm.gif;
2841: pgrd.gif;
2842: port.gif;
1.568 raeburn 2843: pref.gif;
1.703 raeburn 2844: preferences-desktop-font.gif;
2845: preferences-desktop-locale.gif;
2846: preferences-desktop-theme.gif;
2847: prt.gif;
1.163 harris41 2848: publishMetadata.gif;
2849: radioResponse2.gif;
2850: radioResponseHint.gif;
1.703 raeburn 2851: rcrs.gif;
2852: res.gif;
2853: resversion.gif;
2854: roles.gif;
2855: rsrv.gif;
2856: scoreupfrm.gif;
2857: sctr.gif;
2858: self_enroll.gif;
2859: simple.gif;
2860: simpprob.gif;
1.163 harris41 2861: smallHelp.gif;
2862: spreadsheet_hierarchy.gif;
1.703 raeburn 2863: sprs.gif;
2864: src.gif;
2865: stat.gif;
1.163 harris41 2866: stringResponseEditor.gif;
1.548 www 2867: studentInterface.gif;
1.703 raeburn 2868: subdocs.gif;
2869: subtimpl.gif;
2870: survey_rep.gif;
2871: syllabus.gif;
2872: system-users.gif;
1.775 www 2873: turning.gif;
1.703 raeburn 2874: uploadscores.gif;
2875: uplusr.gif;
2876: verify.gif;
1.797.2.8 raeburn 2877: wishlist.gif;
2878: wishlist-link.gif;
1.548 www 2879: iclicker.gif;
2880: interwrite1.gif;
2881: interwrite2.gif;
2882: interwrite3.gif;
2883: interwrite4.gif;
2884: interwrite5.gif;
1.140 bowersj2 2885: </filenames>
2886: </fileglob>
2887: <fileglob>
2888: <glob>*.*</glob>
2889: <sourcedir>loncom/html/adm/help/eps/</sourcedir>
2890: <targetdir dist='default'>
2891: home/httpd/html/adm/help/eps/</targetdir>
1.162 harris41 2892: <categoryname>interface file</categoryname>
1.140 bowersj2 2893: <description>
2894: EPS files for the help system
2895: </description>
2896: <filenames>
1.360 albertel 2897: Authoring_Dynamic_Plot_Axis_Labels.eps;
2898: Authoring_Dynamic_Plot_Axis_Tics_border.eps;
2899: Authoring_Dynamic_Plot_Axis_Tics_minor.eps;
2900: Authoring_Dynamic_Plot_Axis_Tics_nomirror.eps;
2901: Authoring_Dynamic_Plot_Axis_Tics_x_axis.eps;
2902: Authoring_Dynamic_Plot_Title_X_Y_Label.eps;
1.538 albertel 2903: BT_ScreenshotCriteria.eps;
2904: BT_ScreenshotQuestion.eps;
2905: BT_ScreenshotVariable.eps;
2906: flowchartBridgeTask.eps;
1.360 albertel 2907: Dynamic_Replication_Change.eps;
2908: Dynamic_Replication_Request.eps;
2909: Load_Balance_Example.eps;
2910: LONCAPA_Network_Diagram2.eps;
2911: LONCAPA_Network_Diagram.eps;
2912: Map_Example.eps;
2913: Resource_Assembly.eps;
1.703 raeburn 2914: aboutme.eps;
2915: addClickerInfoFile.eps;
2916: anno.eps;
2917: anot.eps;
2918: anot2.eps;
1.163 harris41 2919: authorRemote.eps;
1.703 raeburn 2920: bchat.eps;
2921: blog.eps;
2922: catalog.eps;
2923: ccat.eps;
2924: chat.eps;
2925: chrt.eps;
2926: com.eps;
1.163 harris41 2927: constructionSpace.eps;
2928: constructionSpaceForPublishing.eps;
1.703 raeburn 2929: coprplot.eps;
2930: cprv.eps;
1.163 harris41 2931: creatingANewCourse.eps;
2932: creatingNewProblemResource.eps;
1.703 raeburn 2933: crsconf.eps;
2934: docs.eps;
2935: document-open.eps;
2936: document-properties.eps;
2937: dump.eps;
1.163 harris41 2938: dynamic_piecewise.eps;
2939: dynamic_piecewise2.eps;
2940: dynamic_plot.eps;
2941: dynamic_plot2.eps;
1.703 raeburn 2942: edit-find-replace.eps;
2943: edit-redo.eps;
2944: edit-undo.eps;
2945: emblem-photos.eps;
2946: eval.eps;
2947: extres.eps;
2948: fdbk.eps;
2949: feedback.eps;
1.163 harris41 2950: formulaResponse.eps;
1.770 www 2951: FPRexamples.eps;
1.703 raeburn 2952: fromfile.eps;
2953: grds.eps;
2954: grps.eps;
2955: list-add.eps;
1.163 harris41 2956: lonhelpheader.eps;
2957: login.eps;
1.703 raeburn 2958: mail-message-new.eps;
2959: mail-reply-all.eps;
1.192 bowersj2 2960: mainCourseDocuments.eps;
1.163 harris41 2961: mapAdvancedEditorNew.eps;
2962: mapClickedStart.eps;
2963: mapEditFirstClick.eps;
2964: mapEditInitial.eps;
2965: mapEditingButton.eps;
2966: mapEditorDirectoryBrowser.eps;
2967: mapEditorResourceChosen.eps;
2968: mapEditorSelection.eps;
2969: mapInsertResource.eps;
2970: mapNewResource.eps;
2971: mapSecondWindowSecondResource.eps;
2972: mapSimpleEditor.eps;
2973: mapStraightened.eps;
2974: mapTwoResources.eps;
1.703 raeburn 2975: messalog.eps;
2976: mngcu.eps;
2977: nav.eps;
2978: navigation.eps;
2979: network-workgroup.eps;
2980: new.eps;
1.163 harris41 2981: numericalResponse1.eps;
2982: numericalResponseEditor.eps;
2983: numericalResponseSlopeProblem.eps;
2984: numericalResponseVarInText.eps;
2985: optionResponseEditing.eps;
2986: optionResponseProblem.eps;
1.703 raeburn 2987: page.eps;
2988: parm.eps;
2989: pgrd.eps;
2990: port.eps;
2991: preferences-desktop-font.eps;
2992: preferences-desktop-locale.eps;
2993: preferences-desktop-theme.eps;
2994: prt.eps;
1.163 harris41 2995: publishMetadata.eps;
2996: radioResponse2.eps;
2997: radioResponseHint.eps;
1.703 raeburn 2998: rcrs.eps;
2999: res.eps;
3000: resversion.eps;
3001: roles.eps;
3002: rsrv.eps;
3003: scoreupfrm.eps;
3004: sctr.eps;
3005: self_enroll.eps;
3006: simple.eps;
3007: simpprob.eps;
1.163 harris41 3008: smallHelp.eps;
3009: spreadsheet_hierarchy.eps;
1.703 raeburn 3010: sprs.eps;
3011: src.eps;
3012: stat.eps;
1.163 harris41 3013: stringResponseEditor.eps;
1.548 www 3014: studentInterface.eps;
1.703 raeburn 3015: subdocs.eps;
3016: subtimpl.eps;
3017: survey_rep.eps;
3018: syllabus.eps;
3019: system-users.eps;
1.775 www 3020: turning.eps;
1.703 raeburn 3021: uploadscores.eps;
3022: uplusr.eps;
3023: vbkm.eps;
3024: verify.eps;
1.797.2.8 raeburn 3025: wishlist.eps;
3026: wishlist-link.eps;
1.548 www 3027: iclicker.eps;
3028: interwrite1.eps;
3029: interwrite2.eps;
3030: interwrite3.eps;
3031: interwrite4.eps;
3032: interwrite5.eps;
1.140 bowersj2 3033: </filenames>
3034: </fileglob>
3035: <fileglob>
3036: <glob>*.*</glob>
3037: <sourcedir>loncom/html/adm/help/tex/</sourcedir>
3038: <targetdir dist='default'>
3039: home/httpd/html/adm/help/tex/</targetdir>
1.162 harris41 3040: <categoryname>interface file</categoryname>
1.140 bowersj2 3041: <description>
3042: Tex files for the help system
3043: </description>
3044: <filenames>
1.163 harris41 3045: About_Authors_Manual.tex;
1.321 www 3046: About_Bombs.tex;
1.276 bowersj2 3047: About_Communication.tex;
3048: About_Developers_Manual.tex;
1.163 harris41 3049: About_Numerical_and_Formula_Response.tex;
1.519 albertel 3050: About_Symbs.tex;
1.350 www 3051: all_functions_table.tex;
1.371 albertel 3052: adaptive_hints.tex;
1.361 www 3053: Additional_Help.tex;
1.163 harris41 3054: Ambiguous_Reference.tex;
1.309 matthew 3055: Analysis_Analyze_Over.tex;
1.350 www 3056: Analyze_Problem.tex;
1.461 albertel 3057: Answer_Date.tex;
1.278 bowersj2 3058: Annotation.tex;
1.276 bowersj2 3059: Authentication.tex;
1.427 www 3060: Auth_Options.tex;
1.163 harris41 3061: Authoring_Adding_Pictures.tex;
1.248 bowersj2 3062: Authoring_DataResponse.tex;
1.350 www 3063: Authoring_Dynamic_Plot_Axes.tex;
1.461 albertel 3064: Authoring_Dynamic_Plot_Color_Selection.tex;
1.350 www 3065: Authoring_Dynamic_Plot_Curve_Data.tex;
3066: Authoring_Dynamic_Plot_Curve_Function.tex;
3067: Authoring_Dynamic_Plot_Curve.tex;
3068: Authoring_Dynamic_Plot_Gnuplot.tex;
3069: Authoring_Dynamic_Plot_Key.tex;
3070: Authoring_Dynamic_Plot_Label.tex;
3071: Authoring_Dynamic_Plot_Linestyle.tex;
1.163 harris41 3072: Authoring_Dynamic_Plot.tex;
1.350 www 3073: Authoring_Dynamic_Plot_Tics.tex;
3074: Authoring_Dynamic_Plot_Title_X_Y_Label.tex;
1.248 bowersj2 3075: Authoring_ExternalResponse.tex;
3076: Authoring_Foil_Structure_Tags.tex;
1.350 www 3077: Authoring_Hint_Tags.tex;
1.163 harris41 3078: Authoring_HTML_vs_Tex.tex;
1.248 bowersj2 3079: Authoring_ImageResponse.tex;
3080: Authoring_Input_Tags.tex;
3081: Authoring_Internal_Tags.tex;
1.493 www 3082: Authoring_Intro.tex;
1.599 raeburn 3083: Authoring_Math_Editor.tex;
1.248 bowersj2 3084: Authoring_NumericalResponse.tex;
3085: Authoring_OptionResponse.tex;
3086: Authoring_Output_Tags.tex;
1.254 bowersj2 3087: Authoring_Pictures_EPS.tex;
1.163 harris41 3088: Authoring_Piecewise_Plot.tex;
1.248 bowersj2 3089: Authoring_RadiobuttonResponse.tex;
3090: Authoring_Response_Attributes.tex;
1.350 www 3091: Authoring_Responseparam_Parameter.tex;
1.248 bowersj2 3092: Authoring_Response_Tag_Intro.tex;
3093: Authoring_Scripting_Tags.tex;
1.490 albertel 3094: Authoring_Spreadsheet.tex;
1.248 bowersj2 3095: Authoring_Structure_Tags.tex;
3096: Authoring_XML_Intro.tex;
1.350 www 3097: Author_LON-CAPA_Introduction.tex;
3098: Author_Manual_Title_Page.tex;
3099: Author_Numerical_and_Formula.tex;
3100: Author_Remote_Control.tex;
1.499 raeburn 3101: Batch_Creation.tex;
1.554 albertel 3102: BridgeTask_About.tex;
3103: BridgeTask_Conditions.tex;
3104: BridgeTask_Create.tex;
3105: BridgeTask_EditModeFinishing.tex;
3106: BridgeTask_EditModeIntroduction.tex;
3107: BridgeTask_EditModeQuestion.tex;
3108: BridgeTask_EditMode.tex;
3109: BridgeTask_EditModeVariable.tex;
3110: BridgeTask_Features.tex;
3111: BridgeTask_Intro.tex;
3112: BridgeTask_Portfolio.tex;
3113: BridgeTask_SetupResource.tex;
3114: BridgeTask_Slot.tex;
3115: BridgeTask_XMLFinishing.tex;
3116: BridgeTask_XMLHeader.tex;
3117: BridgeTask_XMLQuestions.tex;
3118: BridgeTask_XML.tex;
3119: BridgeTask_XMLVariable.tex;
1.461 albertel 3120: Browsing_Resources.tex;
1.278 bowersj2 3121: Bugzilla.tex;
1.267 www 3122: Caching.tex;
1.246 bowersj2 3123: Calendar_Add_Announcement.tex;
3124: Calendar_Remove_Announcement.tex;
1.163 harris41 3125: Calling_Functions.tex;
1.350 www 3126: CAPA_LON-CAPA_function_diffs.tex;
1.276 bowersj2 3127: Cascading_Parameters.tex;
1.461 albertel 3128: Catalog_Info.tex;
1.278 bowersj2 3129: Change_Colors.tex;
3130: Change_Password.tex;
1.249 matthew 3131: Chart_Description.tex;
1.374 albertel 3132: Change_Discussion_Display.tex;
1.461 albertel 3133: Chart_Enrollment_Status.tex;
1.249 matthew 3134: Chart_Output_Data.tex;
3135: Chart_Output_Formats.tex;
1.461 albertel 3136: Chart_Sections.tex;
3137: Chart_Sequences.tex;
3138: Chart_Student_Data.tex;
1.276 bowersj2 3139: Chatting.tex;
1.548 www 3140: Clicker_Registration.tex;
1.163 harris41 3141: Coauthor.tex;
3142: Construction_Space_Overview.tex;
1.493 www 3143: Contextual_Help.tex;
1.276 bowersj2 3144: Course_Add_Other.tex;
1.163 harris41 3145: Course_Add_Student.tex;
1.461 albertel 3146: Course_Automated_Enrollment.tex;
1.278 bowersj2 3147: Course_Broadcast_Message.tex;
3148: Course_Change_Privileges.tex;
1.163 harris41 3149: Course_Chart_To_Excel.tex;
1.254 bowersj2 3150: Course_Chat.tex;
1.163 harris41 3151: Course_Convert_To_CSV.tex;
1.493 www 3152: Course_Coordination_Intro.tex;
1.163 harris41 3153: Course_Create_Class_List.tex;
3154: Course_Critical_Message.tex;
3155: Course_Deleting.tex;
3156: Course_Disable_Discussion.tex;
3157: Course_Discussion_Board.tex;
3158: Course_Drop_Student.tex;
3159: Course_Edit_Content.tex;
1.276 bowersj2 3160: Course_Editing_Custom_Roles.tex;
1.461 albertel 3161: Course_Environment.tex;
1.278 bowersj2 3162: Course_Extending_Due_Dates.tex;
1.254 bowersj2 3163: Course_Face_To_Face_Records.tex;
1.163 harris41 3164: Course_Feedback_Addresses.tex;
3165: Course_Homework_Performance_Overview.tex;
1.350 www 3166: Course_Manually_Grade_Problem.tex;
1.197 albertel 3167: Course_Manual_Title_Page.tex;
1.566 raeburn 3168: Course_Manage_Group.tex;
1.264 bowersj2 3169: Course_Maximum_Collaborators.tex;
1.163 harris41 3170: Course_Message_Access.tex;
1.254 bowersj2 3171: Course_Modify_Student_Data.tex;
1.264 bowersj2 3172: Course_Parameter_Levels.tex;
1.461 albertel 3173: Course_Parameter_Table_Mode.tex;
1.721 www 3174: Course_Prefs_Bridgetasks.tex;
3175: Course_Prefs_Display.tex;
3176: Course_Prefs_Grading.tex;
3177: Course_Prefs_Printouts.tex;
3178: Course_Prefs_Classlists.tex;
3179: Course_Prefs_Feedback.tex;
3180: Course_Prefs_Language.tex;
3181: Course_Prefs_Spreadsheet.tex;
3182: Course_Prefs_Discussions.tex;
3183: Course_Prefs_General.tex;
3184: Course_Prefs_Other.tex;
1.163 harris41 3185: Course_Problem_Weight.tex;
1.742 raeburn 3186: Course_Requests.tex;
1.659 raeburn 3187: Course_Request_Access_End.tex;
3188: Course_Request_Access_Start.tex;
3189: Course_Request_Autoadd.tex;
3190: Course_Request_Autodrop.tex;
3191: Course_Request_Category.tex;
3192: Course_Request_Clone.tex;
3193: Course_Request_Crosslist.tex;
3194: Course_Request_Description.tex;
3195: Course_Request_Enroll_End.tex;
3196: Course_Request_Enroll_Start.tex;
3197: Course_Request_LCSection.tex;
3198: Course_Request_Personnel.tex;
1.660 raeburn 3199: Course_Request_RegAccess_End.tex;
3200: Course_Request_RegAccess_Start.tex;
1.661 raeburn 3201: Course_Request_Rolesection.tex;
1.659 raeburn 3202: Course_Request_Sections.tex;
1.658 raeburn 3203: Course_Roles.tex;
1.603 raeburn 3204: Course_Self_Enrollment.tex;
1.254 bowersj2 3205: Course_Set_Start_End_Date.tex;
1.163 harris41 3206: Course_Setting_Parameters.tex;
3207: Course_Student_Grade_Override.tex;
3208: Course_Student_Work.tex;
3209: Course_Toplevel_Seq.tex;
1.254 bowersj2 3210: Course_User_Evaluation.tex;
1.264 bowersj2 3211: Course_User_Parameter.tex;
1.278 bowersj2 3212: Course_View_Class_List.tex;
1.248 bowersj2 3213: Create_Course.tex;
1.163 harris41 3214: Creating_A_Course_Intro.tex;
1.597 raeburn 3215: Creating_Domain_Coordinators.tex;
1.499 raeburn 3216: Creating_Groups.tex;
1.163 harris41 3217: Creating_New_Content_Pages.tex;
3218: Creating_Online_Problems.tex;
3219: Creating_Radio_Response_Problems.tex;
1.496 www 3220: Custom_Response_Problems.tex;
1.746 raeburn 3221: Deleting_Domain_Coordinators.tex;
1.276 bowersj2 3222: Developer_Manual_Title_Page.tex;
3223: Developer_Tutorial.tex;
1.461 albertel 3224: Distribute_Messages.tex;
1.264 bowersj2 3225: Docs_About_Bulletin_Board.tex;
1.517 raeburn 3226: Docs_About_Group_Files.tex;
1.264 bowersj2 3227: Docs_About_My_Personal_Info.tex;
3228: Docs_About_Simple_Page.tex;
3229: Docs_About_Syllabus.tex;
1.200 bowersj2 3230: Docs_Adding_Course_Doc.tex;
3231: Docs_Adding_External_Resource.tex;
3232: Docs_Adding_Folders.tex;
1.400 albertel 3233: Docs_Adding_Pages.tex;
1.278 bowersj2 3234: Docs_Adding_Syllabus.tex;
1.264 bowersj2 3235: Docs_Alternatives.tex;
1.365 www 3236: Docs_Check_Resource_Versions.tex;
1.200 bowersj2 3237: Docs_Creating_From_Template.tex;
1.365 www 3238: Docs_Dump_Course_Docs.tex;
1.451 raeburn 3239: Docs_Export_Course_Docs.tex;
1.264 bowersj2 3240: Docs_Editing_Templated_Pages.tex;
1.365 www 3241: Docs_Essay.tex;
1.200 bowersj2 3242: Docs_Importing_LON-CAPA_Resource.tex;
1.268 bowersj2 3243: Docs_Load_Map.tex;
1.200 bowersj2 3244: Docs_Main_Course_Documents.tex;
3245: Docs_Navigate_Content.tex;
1.365 www 3246: Docs_Option_Response.tex;
1.200 bowersj2 3247: Docs_Overview.tex;
1.365 www 3248: Docs_Radio.tex;
1.265 bowersj2 3249: Docs_Score_Upload_Form.tex;
1.365 www 3250: Docs_Search.tex;
3251: Docs_Simple_Problem.tex;
3252: Docs_String_Response.tex;
1.200 bowersj2 3253: Docs_Supplemental.tex;
3254: Docs_Uploading_From_Harddrive.tex;
1.365 www 3255: Docs_Verify_Content.tex;
1.685 raeburn 3256: Domain_Configuration_Auto_Creation.tex;
1.597 raeburn 3257: Domain_Configuration_Auto_Enrollment.tex;
3258: Domain_Configuration_Auto_Updates.tex;
3259: Domain_Configuration_Cataloging_Courses.tex;
3260: Domain_Configuration_Color_Schemes.tex;
3261: Domain_Configuration_Contact_Info.tex;
1.720 raeburn 3262: Domain_Configuration_Course_Defaults.tex;
1.597 raeburn 3263: Domain_Configuration_InstDirectory_Search.tex;
3264: Domain_Configuration_LangTZAuth.tex;
3265: Domain_Configuration_Login_Page.tex;
3266: Domain_Configuration_Quotas.tex;
1.685 raeburn 3267: Domain_Configuration_Request_Courses.tex;
1.597 raeburn 3268: Domain_Configuration_Scantron_Format.tex;
1.720 raeburn 3269: Domain_Configuration_Server_Status.tex;
1.751 raeburn 3270: Domain_Configuration_SSL.tex;
1.597 raeburn 3271: Domain_Configuration_User_Creation.tex;
3272: Domain_Configuration_User_Modification.tex;
1.720 raeburn 3273: Domain_Configuration_User_Sessions.tex;
1.597 raeburn 3274: Domain_Coordination_Intro.tex;
1.600 raeburn 3275: Domain_Coordination_Overview.tex;
1.597 raeburn 3276: Domain_Crontab_Entries.tex;
3277: Domain_Manual_Title_Page.tex;
1.461 albertel 3278: Due_Date.tex;
1.365 www 3279: Edit_Syllabus.tex;
1.493 www 3280: Error.tex;
1.554 albertel 3281: exam_answers.tex;
1.372 albertel 3282: exam_basics.tex;
1.554 albertel 3283: exam_build.tex;
3284: exam_disable_com.tex;
3285: exam_how_scored.tex;
3286: exam_parameters.tex;
3287: exam_printing.tex;
3288: exam_question_type.tex;
3289: exam_scoring.tex;
1.365 www 3290: Exploring_Your_Course.tex;
1.461 albertel 3291: Feedback_Author.tex;
3292: Feedback_Content.tex;
3293: Feedback_Discuss_Anon.tex;
3294: Feedback_Discussion.tex;
3295: Feedback_Policy.tex;
1.276 bowersj2 3296: Finding_Resources.tex;
1.163 harris41 3297: Foils.tex;
1.572 www 3298: Formula_Answers.tex;
1.590 www 3299: Formula_Editor.tex;
1.248 bowersj2 3300: Formula_Response_Adv_Intro.tex;
1.163 harris41 3301: Formula_Response_Example.tex;
3302: Formula_Response_Limitations.tex;
3303: Formula_Response_Problems.tex;
3304: Formula_Response_Sampling.tex;
3305: Formula_Tolerance.tex;
1.719 www 3306: Function_Plot_Response_Background_Plot.tex;
3307: Function_Plot_Response_Evaluation_Rule.tex;
3308: Function_Plot_Response_Rule_Set.tex;
3309: Function_Plot_Response_Elements.tex;
3310: Function_Plot_Response_Question.tex;
3311: Function_Plot_Response_Spline.tex;
1.772 www 3312: Function_Plot_Response_Custom_Rule.tex;
3313: Function_Plot_Response_Object.tex;
3314: Function_Plot_Response_Vector.tex;
3315: Function_Plot_Response_Vector_Rule.tex;
3316: Function_Plot_Response_Vector_Sum_Rule.tex;
1.187 www 3317: General_Intro.tex;
1.330 www 3318: Generation.tex;
1.461 albertel 3319: Grade_All.tex;
3320: Grade_Intro.tex;
3321: Grade_One.tex;
3322: Grade_Scantron.tex;
3323: Grade_Sequence.tex;
3324: Grade_Upload.tex;
3325: Grade_Verify.tex;
1.331 www 3326: GradingOptions.tex;
1.219 albertel 3327: Greek_Symbols.tex;
1.276 bowersj2 3328: Guts_Apache_Env.tex;
3329: Guts_Apache_Modules.tex;
1.350 www 3330: Guts_Apache.tex;
1.276 bowersj2 3331: Guts_Authentication.tex;
3332: Guts_Authoring.tex;
3333: Guts_Coding_Guidelines.tex;
3334: Guts_Course_Dir.tex;
3335: Guts_User_Dir.tex;
1.365 www 3336: Help.tex;
3337: Helper_Course_Initialization.tex;
1.163 harris41 3338: How_To_Edit_Existing_Content_Pages.tex;
1.602 raeburn 3339: Institutional_Integration_Authentication.tex;
1.601 raeburn 3340: Institutional_Integration_Course_Codes.tex;
1.746 raeburn 3341: Institutional_Integration_Course_Requests.tex;
1.601 raeburn 3342: Institutional_Integration_Format_Checks.tex;
3343: Institutional_Integration_Identity_Management.tex;
1.602 raeburn 3344: Institutional_Integration_User_Categories.tex;
1.276 bowersj2 3345: Latex_Footer.tex;
3346: Latex_Header.tex;
1.254 bowersj2 3347: Leaving_Feedback.tex;
1.163 harris41 3348: Login_To_LON-CAPA.tex;
1.521 www 3349: Math_Response_Problems.tex;
1.591 www 3350: Maxima_Argument_Array.tex;
3351: Maxima_Libraries.tex;
1.163 harris41 3352: Metadata_Description.tex;
1.666 raeburn 3353: Modify_Community_Owner.tex;
3354: Modify_Course_Defaultauth.tex;
3355: Modify_Course_Instcode.tex;
3356: Modify_Course_Owner.tex;
3357: Modify_Course_Quota.tex;
1.365 www 3358: Navigation_Screen.tex;
1.178 bowersj2 3359: Navmap_Host_Down.tex;
1.376 raeburn 3360: NavMaps_MarkPosts_Read.tex;
1.163 harris41 3361: Numerical_Response_Advanced_Example.tex;
3362: Numerical_Response_Format.tex;
1.350 www 3363: Numerical_Response_Introduction.tex;
1.163 harris41 3364: Numerical_Response_Intro.tex;
3365: Numerical_Response_Parts_A.tex;
3366: Numerical_Response_Parts_B.tex;
3367: Numerical_Response_Problems.tex;
3368: Numerical_Response_Randomization.tex;
3369: Numerical_Response_Simple_Example.tex;
3370: Numerical_Response_Tutorial_A.tex;
3371: Numerical_Response_Units.tex;
1.371 albertel 3372: numerical_wrong_answers.tex;
1.461 albertel 3373: Open_Date.tex;
1.163 harris41 3374: Option_Response_Concept_Group_Example.tex;
3375: Option_Response_Matching_Example.tex;
3376: Option_Response_Problem_Creation.tex;
3377: Option_Response_Problem_Figure.tex;
3378: Option_Response_Problem_Parts.tex;
3379: Option_Response_Problems.tex;
3380: Option_Response_Simple.tex;
1.219 albertel 3381: Other_Symbols.tex;
1.561 albertel 3382: Parameter_encrypturl.tex;
1.461 albertel 3383: Parameter_Helper.tex;
1.495 www 3384: Parameter_Manager.tex;
1.461 albertel 3385: Parameter_Overview.tex;
1.722 www 3386: Parameter_Set_Folder.tex;
1.194 albertel 3387: Part_Tag_Edit_Help.tex;
1.264 bowersj2 3388: Personal_Info_Page.tex;
1.248 bowersj2 3389: Physical_Units.tex;
1.519 albertel 3390: Portfolio_About.tex;
3391: Portfolio_AddFiles.tex;
3392: Portfolio_Catalog.tex;
3393: Portfolio_ChangeDirectory.tex;
3394: Portfolio_CreateDirectory.tex;
3395: Portfolio_DeleteFile.tex;
3396: Portfolio_FileAction.tex;
3397: Portfolio_FileList.tex;
3398: Portfolio_OpenFile.tex;
3399: Portfolio_RenameFile.tex;
3400: Portfolio_ShareFile_ChangeSetting.tex;
1.561 albertel 3401: Portfolio_ShareFile_Conditional.tex;
1.519 albertel 3402: Portfolio_ShareFile_SetAccess.tex;
3403: Portfolio_ShareFile_StopAccess.tex;
3404: Portfolio_ShareFile.tex;
1.361 www 3405: Prefs_About_Me.tex;
1.254 bowersj2 3406: Prefs_Forwarding.tex;
1.361 www 3407: Prefs_Language.tex;
1.568 raeburn 3408: Prefs_Messages.tex;
1.569 raeburn 3409: Prefs_Notification.tex;
1.254 bowersj2 3410: Prefs_Screen_Name_Nickname.tex;
1.461 albertel 3411: Print_Library.tex;
1.388 sakharuk 3412: Print_Options.tex;
1.278 bowersj2 3413: Print_Resource.tex;
1.453 foxr 3414: Print_Tricks.tex;
1.163 harris41 3415: Problem_Editor_Testing_Area.tex;
3416: Problem_Editor_XML_Index.tex;
1.248 bowersj2 3417: Problem_LON-CAPA_Functions.tex;
1.405 foxr 3418: Problem_LON-CAPA_Image_Options.tex;
1.461 albertel 3419: Problem_Parameters.tex;
1.163 harris41 3420: Problem_Types.tex;
3421: Publishing_A_Resource.tex;
3422: Publishing_Author_Tutorial_Segue.tex;
3423: Publishing_Copyright.tex;
3424: Publishing_Intro.tex;
3425: Publishing_Keywords.tex;
1.461 albertel 3426: Quick_Grades_Description.tex;
1.191 bowersj2 3427: Quick_Grades_Possibly_Correct.tex;
1.163 harris41 3428: Radio_Response_Problems.tex;
3429: Radio_Response_Randomization.tex;
1.248 bowersj2 3430: Ranking_Problems.tex;
1.266 www 3431: Receipt.tex;
1.361 www 3432: Remote_Menu.tex;
1.276 bowersj2 3433: Resource_Discussion.tex;
1.163 harris41 3434: Resource_Types.tex;
1.276 bowersj2 3435: Roles_About.tex;
1.361 www 3436: Roles_Screen.tex;
1.248 bowersj2 3437: Script_Functions.tex;
1.350 www 3438: Scripting_Help.tex;
1.163 harris41 3439: Script_Tutorial_Intro.tex;
1.248 bowersj2 3440: Script_Variables.tex;
1.360 albertel 3441: Search_Advanced.tex;
3442: Search_Basic.tex;
3443: Searching.tex;
1.278 bowersj2 3444: Sending_Email.tex;
1.163 harris41 3445: Sequence_Advanced_Editor_Creation.tex;
3446: Sequence_Definition.tex;
3447: Sequence_Editor_Selection.tex;
3448: Sequence_Page_Maps.tex;
3449: Sequence_Simple_Editor_Creation.tex;
3450: Sequence_Top-Level.tex;
3451: Significant_Figures.tex;
1.519 albertel 3452: Slot_About.tex;
3453: Slot_AddInterface.tex;
3454: Slot_ChoosingResources.tex;
3455: Slot_CommaDelimited.tex;
3456: Slot_EditDelete.tex;
3457: Slot_OptionalAttributes.tex;
3458: Slot_RequiredAttributes.tex;
1.553 albertel 3459: Slot_ResourceParameter.tex;
1.519 albertel 3460: Slot_RestrictAvailibility.tex;
3461: Slot_SelectingField.tex;
3462: Slot_SpecifyProctors.tex;
1.586 www 3463: Some_Items_Were_Not_Submitted.tex;
1.278 bowersj2 3464: Spreadsheet_About.tex;
1.279 matthew 3465: Spreadsheet_Calculation.tex;
3466: Spreadsheet_Calculation_Time.tex;
3467: Spreadsheet_Cell_Editing.tex;
3468: Spreadsheet_Editing.tex;
1.278 bowersj2 3469: Spreadsheet_Export_Row.tex;
1.279 matthew 3470: Spreadsheet_Files.tex;
1.278 bowersj2 3471: Spreadsheet_Functions.tex;
1.279 matthew 3472: Spreadsheet_Hierarchy.tex;
3473: Spreadsheet_HowTo_Assessments.tex;
3474: Spreadsheet_HowTo.tex;
3475: Spreadsheet_Layout.tex;
1.278 bowersj2 3476: Spreadsheet_Levels.tex;
3477: Spreadsheet_Max_Depth_Exceeded.tex;
3478: Spreadsheet_Parms.tex;
3479: Spreadsheet_Problem_Weight.tex;
1.279 matthew 3480: Spreadsheet_Referencing_Cells.tex;
3481: Spreadsheet_Referencing_Parameters.tex;
3482: Spreadsheet_Row_Numbers.tex;
3483: Spreadsheet_Student_View.tex;
1.278 bowersj2 3484: Spreadsheet_Student_Visible.tex;
3485: Spreadsheet_Template_Row.tex;
3486: Spreadsheet_Ternary_Operator.tex;
3487: Spreadsheet_Tries.tex;
1.329 matthew 3488: Statistics_Overall_Key.tex;
1.375 matthew 3489: Statistics_Sequence.tex;
1.368 matthew 3490: Statistics_Cache.tex;
1.163 harris41 3491: String_Response_Problem_Creation.tex;
3492: String_Response_Problems.tex;
1.493 www 3493: Student_Intro.tex;
1.461 albertel 3494: Submission_Time_Analysis.tex;
1.248 bowersj2 3495: Syllabus_ExtLink.tex;
3496: Syllabus_URLs.tex;
1.461 albertel 3497: Table_Mode.tex;
1.491 albertel 3498: Testbank_Formatting.tex;
1.392 sakharuk 3499: TEXDropEmptyColumns_attribute.tex;
1.399 albertel 3500: TEXitemgroupwidth_attribute.tex;
1.400 albertel 3501: TEXitemgroup_attribute.tex;
1.392 sakharuk 3502: TEXlayout_attribute.tex;
1.388 sakharuk 3503: TEXsize_attribute.tex;
1.392 sakharuk 3504: TEXtype_attribute.tex;
1.389 sakharuk 3505: TEXwidth_attribute.tex;
1.461 albertel 3506: Tries.tex;
1.163 harris41 3507: Tolerance.tex;
1.248 bowersj2 3508: Uploaded_Templates_PublicView.tex;
3509: Uploaded_Templates_TextBoxes.tex;
1.491 albertel 3510: Uploading_File_Options.tex;
1.662 raeburn 3511: Using_Clickers.tex;
1.163 harris41 3512: Variable_Naming_Conventions.tex;
3513: Variables_in_Scripts.tex;
3514: Variables_in_the_Answer_Block.tex;
1.248 bowersj2 3515: Variables_in_the_Text_Block.tex;
1.350 www 3516: Variable_Tutorial_A.tex;
1.461 albertel 3517: View_All_Messages.tex;
3518: View_Critical_Messages.tex;
1.502 albertel 3519: View_recent_activity.tex;
1.276 bowersj2 3520: What_Is_LON-CAPA.tex;
3521: Why_LON-CAPA.tex;
1.797.2.8 raeburn 3522: Wishlist.tex;
1.317 www 3523: </filenames>
3524: </fileglob>
3525: <fileglob>
3526: <glob>*.*</glob>
1.485 www 3527: <sourcedir>loncom/html/adm/help/tex/de/</sourcedir>
3528: <targetdir dist='default'>
3529: home/httpd/html/adm/help/tex/de/</targetdir>
3530: <categoryname>interface file</categoryname>
3531: <description>
3532: German Tex files for the help system
3533: </description>
3534: <filenames>
1.518 www 3535: About_Bombs.tex;
3536: About_Communication.tex;
1.707 bisitz 3537: Auth_Options.tex;
1.605 bisitz 3538: Authoring_Math_Editor.tex;
1.573 raeburn 3539: Contextual_Help.tex;
1.578 bisitz 3540: Cascading_Parameters.tex;
1.707 bisitz 3541: Course_Convert_To_CSV.tex;
3542: Course_Create_Class_List.tex;
1.604 bisitz 3543: Course_Self_Enrollment.tex;
1.575 bisitz 3544: Docs_About_Bulletin_Board.tex;
1.573 raeburn 3545: Docs_About_Group_Files.tex;
1.575 bisitz 3546: Docs_About_My_Personal_Info.tex;
3547: Docs_About_Simple_Page.tex;
3548: Docs_About_Syllabus.tex;
1.573 raeburn 3549: Docs_Adding_Course_Doc.tex;
3550: Docs_Adding_Folders.tex;
1.575 bisitz 3551: Docs_Editing_Templated_Pages.tex;
3552: Docs_Navigate_Content.tex;
3553: Docs_Score_Upload_Form.tex;
3554: Docs_Verify_Content.tex;
1.604 bisitz 3555: Formula_Editor.tex;
1.573 raeburn 3556: General_Intro.tex;
1.605 bisitz 3557: Generation.tex;
1.604 bisitz 3558: Metadata_Description.tex;
1.573 raeburn 3559: Navigation_Screen.tex;
1.578 bisitz 3560: Parameter_Overview.tex;
3561: Problem_Parameters.tex;
1.604 bisitz 3562: Publishing_Copyright.tex;
3563: Publishing_Keywords.tex;
1.571 bisitz 3564: Quick_Grades_Possibly_Correct.tex;
1.575 bisitz 3565: Ranking_Problems.tex;
1.612 droeschl 3566: Receipt.tex;
1.578 bisitz 3567: Search_Advanced.tex;
3568: Search_Basic.tex;
1.573 raeburn 3569: Student_Intro.tex;
1.578 bisitz 3570: Syllabus_ExtLink.tex;
3571: Table_Mode.tex;
1.485 www 3572: Tries.tex;
1.575 bisitz 3573: Uploaded_Templates_PublicView.tex;
3574: Uploaded_Templates_TextBoxes.tex;
1.485 www 3575: </filenames>
3576: </fileglob>
3577: <fileglob>
3578: <glob>*.*</glob>
1.317 www 3579: <sourcedir>loncom/html/adm/help/tex/ru/</sourcedir>
3580: <targetdir dist='default'>
3581: home/httpd/html/adm/help/tex/ru/</targetdir>
3582: <categoryname>interface file</categoryname>
3583: <description>
3584: Russian Tex files for the help system
3585: </description>
3586: <filenames>
3587: About_Authors_Manual.tex;
1.319 www 3588: About_Communication.tex;
1.324 sakharuk 3589: About_Developers_Manual.tex;
1.319 www 3590: About_Numerical_and_Formula_Response.tex;
1.334 sakharuk 3591: CAPA_LON-CAPA_function_diffs.tex;
1.360 albertel 3592: Course_Maximum_Collaborators.tex;
1.324 sakharuk 3593: Course_Set_Start_End_Date.tex;
1.319 www 3594: Creating_A_Course_Intro.tex;
1.324 sakharuk 3595: Other_Symbols.tex;
1.319 www 3596: Physical_Units.tex;
1.317 www 3597: Print_Resource.tex;
1.324 sakharuk 3598: Authoring_Adding_Pictures.tex;
1.140 bowersj2 3599: </filenames>
3600: </fileglob>
3601: <file>
3602: <source>loncom/html/adm/help/fragmentLabels.gdbm</source>
3603: <target dist='default'>home/httpd/html/adm/help/fragmentLabels.gdbm</target>
1.162 harris41 3604: <categoryname>interface file</categoryname>
1.140 bowersj2 3605: <description>
3606: A gdbm file containing a label->tex file hash.
1.15 harris41 3607: </description>
3608: <status>works/unverified</status>
1.487 albertel 3609: <build trigger='always run'>
3610: loncom/build/rebuild_label_hash.sh
3611: </build>
3612: <dependencies>
3613: rebuild_label_hash.sh
3614: </dependencies>
1.15 harris41 3615: </file>
1.407 albertel 3616: <fileglob>
1.748 raeburn 3617: <glob>*.*</glob>
1.407 albertel 3618: <sourcedir>loncom/html/adm/fonts/</sourcedir>
3619: <targetdir dist='default'>home/httpd/html/adm/fonts/</targetdir>
3620: <categoryname>interface file</categoryname>
3621: <description>
3622: Fonts for convertjme.pl
3623: </description>
3624: <filenames>
3625: DejaVuSerif-Roman.ttf;
1.552 albertel 3626: DejaVuSansMono-Bold.ttf;
1.551 albertel 3627: DejaVuSans.pfb;
3628: DejaVuSans.ttf;
3629: DejaVuSerif.pfb;
3630: DejaVuSerif.ttf;
1.744 raeburn 3631: status.txt;
3632: unicover.txt;
3633: </filenames>
3634: </fileglob>
1.15 harris41 3635: <file>
1.748 raeburn 3636: <source>loncom/html/adm/fonts/AUTHORS</source>
3637: <target dist='default'>home/httpd/html/adm/fonts/AUTHORS</target>
3638: <categoryname>interface file</categoryname>
3639: <description>
3640: Documentation for fonts
3641: </description>
3642: <status>works/unverified</status>
3643: </file>
3644: <file>
3645: <source>loncom/html/adm/fonts/BUGS</source>
3646: <target dist='default'>home/httpd/html/adm/fonts/BUGS</target>
3647: <categoryname>interface file</categoryname>
3648: <description>
3649: Documentation for fonts
3650: </description>
3651: </file>
3652: <file>
3653: <source>loncom/html/adm/fonts/LICENSE</source>
3654: <target dist='default'>home/httpd/html/adm/fonts/LICENSE</target>
3655: <categoryname>interface file</categoryname>
3656: <description>
3657: Documentation for fonts
3658: </description>
3659: </file>
3660: <file>
3661: <source>loncom/html/adm/fonts/NEWS</source>
3662: <target dist='default'>home/httpd/html/adm/fonts/NEWS</target>
3663: <categoryname>interface file</categoryname>
3664: <description>
3665: Documentation for fonts
3666: </description>
3667: </file>
3668: <file>
3669: <source>loncom/html/adm/fonts/README</source>
3670: <target dist='default'>home/httpd/html/adm/fonts/README</target>
3671: <categoryname>interface file</categoryname>
3672: <description>
3673: Documentation for fonts
3674: </description>
3675: </file>
3676: <file>
1.7 harris41 3677: <source>loncom/interface/lonstatistics.pm</source>
3678: <target dist='default'>home/httpd/lib/perl/Apache/lonstatistics.pm</target>
3679: <categoryname>handler</categoryname>
3680: <description>
3681: Handler to show statistics on solving LON-CAPA problems.
1.326 matthew 3682: </description>
3683: <status>works/unverified</status>
3684: </file>
3685: <file>
3686: <source>loncom/interface/statistics/lonstathelpers.pm</source>
3687: <target dist='default'>home/httpd/lib/perl/Apache/lonstathelpers.pm</target>
1.370 albertel 3688: <categoryname>handler</categoryname>
1.326 matthew 3689: <description>
3690: Utility module for statistics and data mining.
1.144 stredwic 3691: </description>
3692: <status>works/unverified</status>
3693: </file>
3694: <file>
1.400 albertel 3695: <source>loncom/interface/lontrackstudent.pm</source>
3696: <target dist='default'>home/httpd/lib/perl/Apache/lontrackstudent.pm</target>
3697: <categoryname>handler</categoryname>
3698: <description>
3699: Handler to parse and analyze activity.log
3700: </description>
3701: <status>works/unverified</status>
3702: </file>
3703: <file>
1.144 stredwic 3704: <source>loncom/interface/statistics/lonproblemstatistics.pm</source>
1.162 harris41 3705: <target dist='default'>home/httpd/lib/perl/Apache/lonproblemstatistics.pm
3706: </target>
1.144 stredwic 3707: <categoryname>handler</categoryname>
3708: <description>
1.162 harris41 3709: The module that generate the html for the Problem Statistics web pages.
1.338 matthew 3710: </description>
3711: </file>
3712: <file>
1.366 matthew 3713: <source>loncom/interface/statistics/lonsurveyreports.pm</source>
3714: <target dist='default'>home/httpd/lib/perl/Apache/lonsurveyreports.pm
3715: </target>
1.370 albertel 3716: <categoryname>handler</categoryname>
1.366 matthew 3717: <description>
3718: Gives instructors access to compiled survey results.
3719: </description>
3720: </file>
3721: <file>
1.338 matthew 3722: <source>loncom/interface/statistics/lonstudentsubmissions.pm</source>
3723: <target dist='default'>home/httpd/lib/perl/Apache/lonstudentsubmissions.pm
3724: </target>
3725: <categoryname>handler</categoryname>
3726: <description>
3727: Generates excel file containing student submissions and correct answers.
1.332 matthew 3728: </description>
3729: </file>
3730: <file>
3731: <source>loncom/interface/statistics/loncorrectproblemplot.pm</source>
3732: <target dist='default'>home/httpd/lib/perl/Apache/loncorrectproblemplot.pm
3733: </target>
3734: <categoryname>handler</categoryname>
3735: <description>
3736: The module that generate the html for the correct problems plot web pages.
1.169 stredwic 3737: </description>
3738: <status>works/unverified</status>
3739: </file>
3740: <file>
3741: <source>loncom/interface/statistics/lonpercentage.pm</source>
3742: <target dist='default'>home/httpd/lib/perl/Apache/lonpercentage.pm
3743: </target>
3744: <categoryname>handler</categoryname>
3745: <description>
3746: The module that generate the html for the Percentage graph web pages.
1.144 stredwic 3747: </description>
3748: <status>works/unverified</status>
3749: </file>
3750: <file>
3751: <source>loncom/interface/statistics/lonproblemanalysis.pm</source>
1.162 harris41 3752: <target dist='default'>home/httpd/lib/perl/Apache/lonproblemanalysis.pm
3753: </target>
1.144 stredwic 3754: <categoryname>handler</categoryname>
3755: <description>
1.296 matthew 3756: This module provides detailed analysis and raw data for submissions of various problem types.
3757: </description>
3758: <status>works/unverified</status>
3759: </file>
3760: <file>
1.470 albertel 3761: <source>loncom/interface/statistics/longradinganalysis.pm</source>
3762: <target dist='default'>home/httpd/lib/perl/Apache/longradinganalysis.pm</target>
3763: <categoryname>handler</categoryname>
3764: <description>
3765: This module provides detailed analysis and raw data for submissions of various problem types.
3766: </description>
3767: <status>works/unverified</status>
3768: </file>
3769: <file>
1.296 matthew 3770: <source>loncom/interface/statistics/lonsubmissiontimeanalysis.pm</source>
3771: <target dist='default'>home/httpd/lib/perl/Apache/lonsubmissiontimeanalysis.pm
3772: </target>
3773: <categoryname>handler</categoryname>
3774: <description>
3775: This module produces plots of the times of students attempts on an assessment.
1.144 stredwic 3776: </description>
3777: <status>works/unverified</status>
3778: </file>
3779: <file>
3780: <source>loncom/interface/statistics/lonstudentassessment.pm</source>
1.162 harris41 3781: <target dist='default'>home/httpd/lib/perl/Apache/lonstudentassessment.pm
3782: </target>
1.144 stredwic 3783: <categoryname>handler</categoryname>
3784: <description>
3785: The module that generate the html for the Student Assessment/Chart web pages.
1.7 harris41 3786: </description>
3787: <status>works/unverified</status>
3788: </file>
3789: <file>
1.428 raeburn 3790: <source>loncom/interface/lonwhatsnew.pm</source>
3791: <target dist='default'>home/httpd/lib/perl/Apache/lonwhatsnew.pm
3792: </target>
3793: <categoryname>handler</categoryname>
3794: <description>
3795: Handler to display items in course requiring action.
3796: </description>
3797: <status>works/unverified</status>
3798: </file>
3799: <file>
1.5 harris41 3800: <source>loncom/publisher/londiff.pm</source>
3801: <target dist='default'>home/httpd/lib/perl/Apache/londiff.pm</target>
3802: <categoryname>handler</categoryname>
3803: <description>
3804: Handler to show difference between two files.
1.221 www 3805: </description>
3806: <status>works/unverified</status>
3807: </file>
3808: <file>
3809: <source>loncom/publisher/lonrights.pm</source>
3810: <target dist='default'>home/httpd/lib/perl/Apache/lonrights.pm</target>
3811: <categoryname>handler</categoryname>
3812: <description>
3813: Handler to show and edit custom distribution rights
1.5 harris41 3814: </description>
3815: <status>works/unverified</status>
1.4 harris41 3816: </file>
3817: <file>
1.5 harris41 3818: <source>loncom/publisher/lonupload.pm</source>
3819: <target dist='default'>home/httpd/lib/perl/Apache/lonupload.pm</target>
3820: <categoryname>handler</categoryname>
3821: <description>
3822: Handler to upload files through browser into construction space.
3823: </description>
3824: <status>works/unverified</status>
1.4 harris41 3825: </file>
3826: <file>
1.76 harris41 3827: <source>doc/man/Apache__lonupload.3</source>
3828: <target dist='default'>usr/man/man3/Apache::lonupload.3</target>
1.83 harris41 3829: <categoryname>doc</categoryname>
1.76 harris41 3830: <description>man page for lonupload.pm</description>
3831: <build trigger='always run'>
1.115 harris41 3832: loncom/build/pod2man.sh ../publisher/lonupload.pm > \
3833: ../../doc/man/Apache__lonupload.3 && echo 'manifying lonupload.pm'
1.76 harris41 3834: </build>
3835: <status>works/unverified</status>
3836: <dependencies>
3837: ../../loncom/publisher/lonupload.pm
3838: </dependencies>
3839: </file>
3840: <file>
1.118 harris41 3841: <source>doc/lib/perl/Apache/lonupload.html</source>
3842: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonupload.html
1.112 harris41 3843: </target>
1.83 harris41 3844: <categoryname>doc</categoryname>
1.76 harris41 3845: <description>POD-derived page for lonupload.pm</description>
3846: <build trigger='always run'>
1.115 harris41 3847: loncom/build/pod2html.sh ../publisher/lonupload.pm > \
1.118 harris41 3848: ../../doc/lib/perl/Apache/lonupload.html && \
3849: echo 'pod2html lonupload.pm'
1.76 harris41 3850: </build>
3851: <status>works/unverified</status>
3852: <dependencies>
3853: ../../loncom/publisher/lonupload.pm
3854: </dependencies>
3855: </file>
3856: <file>
1.5 harris41 3857: <source>loncom/homework/essayresponse.pm</source>
3858: <target dist='default'>home/httpd/lib/perl/Apache/essayresponse.pm</target>
3859: <categoryname>handler</categoryname>
3860: <description>
3861: Handler to evaluate essay (ungraded) style responses.
1.92 albertel 3862: </description>
3863: <status>works/unverified</status>
3864: </file>
3865: <file>
3866: <source>loncom/homework/externalresponse.pm</source>
3867: <target dist='default'>home/httpd/lib/perl/Apache/externalresponse.pm</target>
3868: <categoryname>handler</categoryname>
3869: <description>
3870: Handler to evaluate externally graded responses.
3871: </description>
3872: <status>works/unverified</status>
3873: </file>
3874: <file>
3875: <source>loncom/homework/loncapagrade.pm</source>
3876: <target dist='default'>home/httpd/lib/perl/Apache/loncapagrade.pm</target>
3877: <categoryname>handler</categoryname>
3878: <description>
1.133 harris41 3879: Holds results and defines
3880: tag handlers needed by externalresponse.pm
1.5 harris41 3881: </description>
3882: <status>works/unverified</status>
1.4 harris41 3883: </file>
3884: <file>
1.461 albertel 3885: <source>loncom/homework/gradesubmission.pl</source>
1.464 albertel 3886: <target dist='default'>home/httpd/cgi-bin/gradesubmission.pl</target>
1.461 albertel 3887: <categoryname>handler</categoryname>
3888: <description>
3889: Example script for use with external response.
3890: </description>
3891: <status>works/unverified</status>
3892: </file>
3893: <file>
1.5 harris41 3894: <source>loncom/publisher/lonpubdir.pm</source>
3895: <target dist='default'>home/httpd/lib/perl/Apache/lonpubdir.pm</target>
3896: <categoryname>handler</categoryname>
3897: <description>
3898: Handler to publish directories.
1.172 www 3899: </description>
3900: </file>
3901: <file>
3902: <source>loncom/publisher/lonunauthorized.pm</source>
3903: <target dist='default'>home/httpd/lib/perl/Apache/lonunauthorized.pm</target>
3904: <categoryname>handler</categoryname>
3905: <description>
3906: Handler to explain failed contruction space access.
1.5 harris41 3907: </description>
1.4 harris41 3908: </file>
3909: <file>
1.76 harris41 3910: <source>doc/man/Apache__lonpubdir.3</source>
3911: <target dist='default'>usr/man/man3/Apache::lonpubdir.3</target>
1.83 harris41 3912: <categoryname>doc</categoryname>
1.76 harris41 3913: <description>man page for lonpubdir.pm</description>
3914: <build trigger='always run'>
1.115 harris41 3915: loncom/build/pod2man.sh ../publisher/lonpubdir.pm > \
3916: ../../doc/man/Apache__lonpubdir.3 && echo 'manifying lonpubdir.pm'
1.76 harris41 3917: </build>
3918: <status>works/unverified</status>
3919: <dependencies>
3920: ../../loncom/lonnet/perl/lonnet.pm
3921: </dependencies>
3922: </file>
3923: <file>
1.118 harris41 3924: <source>doc/lib/perl/Apache/lonpubdir.html</source>
3925: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpubdir.html
1.112 harris41 3926: </target>
1.83 harris41 3927: <categoryname>doc</categoryname>
1.76 harris41 3928: <description>POD-derived page for lonpubdir.pm</description>
3929: <build trigger='always run'>
1.115 harris41 3930: loncom/build/pod2html.sh ../publisher/lonpubdir.pm > \
1.118 harris41 3931: ../../doc/lib/perl/Apache/lonpubdir.html && \
3932: echo 'pod2html lonpubdir.pm'
1.76 harris41 3933: </build>
3934: <status>works/unverified</status>
3935: <dependencies>
3936: ../../loncom/publisher/lonpubdir.pm
3937: </dependencies>
3938: </file>
3939: <file>
1.5 harris41 3940: <source>loncom/publisher/lonretrieve.pm</source>
3941: <target dist='default'>home/httpd/lib/perl/Apache/lonretrieve.pm</target>
3942: <categoryname>handler</categoryname>
3943: <description>
3944: Handler to retrieve old versions from resource space.
3945: </description>
3946: <status>works/unverified</status>
1.4 harris41 3947: </file>
3948: <file>
1.421 www 3949: <source>loncom/publisher/loncleanup.pm</source>
3950: <target dist='default'>home/httpd/lib/perl/Apache/loncleanup.pm</target>
3951: <categoryname>handler</categoryname>
3952: <description>
3953: Handler to clean up HTML files.
3954: </description>
3955: <status>works/unverified</status>
3956: </file>
3957: <file>
1.76 harris41 3958: <source>doc/man/Apache__lonretrieve.3</source>
3959: <target dist='default'>usr/man/man3/Apache::lonretrieve.3</target>
1.83 harris41 3960: <categoryname>doc</categoryname>
1.76 harris41 3961: <description>man page for lonretrieve.pm</description>
3962: <build trigger='always run'>
1.115 harris41 3963: loncom/build/pod2man.sh ../publisher/lonretrieve.pm > \
3964: ../../doc/man/Apache__lonretrieve.3 && echo 'manifying lonretrieve.pm'
1.76 harris41 3965: </build>
3966: <status>works/unverified</status>
3967: <dependencies>
3968: ../../loncom/publisher/lonretrieve.pm
3969: </dependencies>
3970: </file>
3971: <file>
1.118 harris41 3972: <source>doc/lib/perl/Apache/lonretrieve.html</source>
3973: <target dist='default'>
3974: home/httpd/html/adm/help/lib/perl/Apache/lonretrieve.html
1.112 harris41 3975: </target>
1.83 harris41 3976: <categoryname>doc</categoryname>
1.76 harris41 3977: <description>POD-derived page for lonretrieve.pm</description>
3978: <build trigger='always run'>
1.115 harris41 3979: loncom/build/pod2html.sh ../publisher/lonretrieve.pm > \
1.118 harris41 3980: ../../doc/lib/perl/Apache/lonretrieve.html && \
3981: echo 'pod2html lonretrieve.pm'
1.76 harris41 3982: </build>
3983: <status>works/unverified</status>
3984: <dependencies>
3985: ../../loncom/publisher/lonretrieve.pm
3986: </dependencies>
3987: </file>
3988: <file>
1.5 harris41 3989: <source>loncom/homework/edit.pm</source>
3990: <target dist='default'>home/httpd/lib/perl/Apache/edit.pm</target>
3991: <categoryname>handler</categoryname>
3992: <description>
3993: Helper functions when in homework edit mode.
3994: </description>
1.4 harris41 3995: </file>
3996: <file>
1.86 harris41 3997: <source>doc/man/Apache__edit.3</source>
3998: <target dist='default'>usr/man/man3/Apache::edit.3</target>
3999: <categoryname>doc</categoryname>
4000: <description>man page for edit.pm</description>
4001: <build trigger='always run'>
1.115 harris41 4002: loncom/build/pod2man.sh ../homework/edit.pm > ../../doc/man/Apache__edit.3 && \
1.112 harris41 4003: echo 'manifying edit.pm'
1.86 harris41 4004: </build>
4005: <status>works/unverified</status>
4006: <dependencies>
4007: ../../loncom/homework/edit.pm
4008: </dependencies>
4009: </file>
4010: <file>
1.118 harris41 4011: <source>doc/lib/perl/Apache/edit.html</source>
4012: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/edit.html
4013: </target>
1.86 harris41 4014: <categoryname>doc</categoryname>
4015: <description>POD-derived page for edit.pm</description>
4016: <build trigger='always run'>
1.118 harris41 4017: loncom/build/pod2html.sh ../homework/edit.pm > \
4018: ../../doc/lib/perl/Apache/edit.html \
1.115 harris41 4019: && echo 'pod2html edit.pm'
1.86 harris41 4020: </build>
4021: <status>works/unverified</status>
4022: <dependencies>
4023: ../../loncom/homework/edit.pm
4024: </dependencies>
4025: </file>
4026: <file>
1.5 harris41 4027: <source>loncom/interface/lonmeta.pm</source>
4028: <target dist='default'>home/httpd/lib/perl/Apache/lonmeta.pm</target>
4029: <categoryname>handler</categoryname>
4030: <description>Metadata display handler.</description>
4031: <status>works/unverified</status>
1.4 harris41 4032: </file>
4033: <file>
1.5 harris41 4034: <source>rat/lonambiguous.pm</source>
4035: <target dist='default'>home/httpd/lib/perl/Apache/lonambiguous.pm</target>
4036: <categoryname>handler</categoryname>
4037: <description>
4038: Handler to resolve ambiguous file locations.
4039: </description>
4040: <status>works/unverified</status>
1.4 harris41 4041: </file>
4042: <file>
1.5 harris41 4043: <source>rat/lonratparms.pm</source>
4044: <target dist='default'>home/httpd/lib/perl/Apache/lonratparms.pm</target>
4045: <categoryname>handler</categoryname>
4046: <description>
4047: Handler to set resource parameters inside of the RAT based on metadata.
4048: </description>
4049: <status>works/unverified</status>
1.4 harris41 4050: </file>
4051: <file>
1.5 harris41 4052: <source>rat/lonsequence.pm</source>
4053: <target dist='default'>home/httpd/lib/perl/Apache/lonsequence.pm</target>
4054: <categoryname>handler</categoryname>
4055: <description>
4056: Handler for showing sequence objects of educational resources.
4057: </description>
4058: <status>works/unverified</status>
1.4 harris41 4059: </file>
4060: <file>
1.5 harris41 4061: <source>loncom/interface/loncreatecourse.pm</source>
4062: <target dist='default'>home/httpd/lib/perl/Apache/loncreatecourse.pm</target>
4063: <categoryname>handler</categoryname>
4064: <description>
1.72 harris41 4065: Allows domain coordinators to create new courses and assign course
4066: coordinators.
1.5 harris41 4067: </description>
1.10 harris41 4068: <status>works/unverified</status>
1.4 harris41 4069: </file>
4070: <file>
1.497 albertel 4071: <source>loncom/interface/lonclonecourse.pm</source>
4072: <target dist='default'>home/httpd/lib/perl/Apache/lonclonecourse.pm</target>
4073: <categoryname>handler</categoryname>
4074: <description>
4075: Internal routines for creating a clone of an existing course.
4076: </description>
4077: <status>works/unverified</status>
4078: </file>
4079: <file>
1.655 raeburn 4080: <source>loncom/interface/lonrequestcourse.pm</source>
4081: <target dist='default'>home/httpd/lib/perl/Apache/lonrequestcourse.pm</target>
4082: <categoryname>handler</categoryname>
4083: <description>
4084: Allows submission of course requests by users with the right to request them
4085: </description>
4086: <status>works/unverified</status>
4087: </file>
4088: <file>
1.656 raeburn 4089: <source>loncom/interface/loncoursequeueadmin.pm</source>
4090: <target dist='default'>home/httpd/lib/perl/Apache/loncoursequeueadmin.pm</target>
4091: <categoryname>handler</categoryname>
4092: <description>
4093: Common routines for administration of queues containing user-submitted requests - either for self-enrollment in an existing course, or for creation of a new course.
4094: </description>
4095: <status>works/unverified</status>
4096: </file>
4097: <file>
1.5 harris41 4098: <source>loncom/interface/loncreateuser.pm</source>
4099: <target dist='default'>home/httpd/lib/perl/Apache/loncreateuser.pm</target>
4100: <categoryname>handler</categoryname>
4101: <description>
1.72 harris41 4102: Allows users to within their own privileges create/edit users and give
4103: them roles.
1.5 harris41 4104: </description>
4105: <status>works/unverified</status>
1.143 stredwic 4106: </file>
4107: <file>
1.559 raeburn 4108: <source>loncom/interface/lonuserutils.pm</source>
4109: <target dist='default'>home/httpd/lib/perl/Apache/lonuserutils.pm</target>
4110: <categoryname>handler</categoryname>
4111: <description>
1.564 raeburn 4112: Common routines for user management including upload of lists of users in different formats, and to automatically create users (if they do not exist already), assign them roles within the privileges of the uploader to create/edit users. Also the ability to generate filtered lists of users with specific roles, as determined by the privileges of the viewer.
1.559 raeburn 4113: </description>
4114: <status>works/unverified</status>
4115: </file>
4116: <file>
1.574 raeburn 4117: <source>loncom/interface/selfenroll.pm</source>
4118: <target dist='default'>home/httpd/lib/perl/Apache/selfenroll.pm</target>
4119: <categoryname>handler</categoryname>
4120: <description>
4121: Users with accounts in LON-CAPA can self-enroll in courses between specified start and end dates, if the course has been configured to allow it, and the user's domain/institutional type satisfy the settings for self-enrollment in the course.
4122: </description>
4123: <status>works/unverified</status>
4124: </file>
4125: <file>
1.143 stredwic 4126: <source>loncom/interface/lonhtmlcommon.pm</source>
4127: <target dist='default'>home/httpd/lib/perl/Apache/lonhtmlcommon.pm</target>
4128: <categoryname>handler</categoryname>
4129: <description>
4130: Contains a set of functions that generate html controls and data layouts
1.282 www 4131: </description>
4132: </file>
4133: <file>
1.382 www 4134: <source>loncom/interface/lonspeller.pm</source>
4135: <target dist='default'>home/httpd/lib/perl/Apache/lonspeller.pm</target>
4136: <categoryname>handler</categoryname>
4137: <description>
4138: Contains a set of functions to use Aspell
4139: </description>
4140: </file>
4141: <file>
1.282 www 4142: <source>loncom/localize/lonlocal.pm</source>
4143: <target dist='default'>home/httpd/lib/perl/Apache/lonlocal.pm</target>
4144: <categoryname>handler</categoryname>
4145: <description>
4146: Contains the &mt access function to Locale::Maketext
4147: </description>
4148: </file>
4149: <file>
1.476 albertel 4150: <source>loncom/localize/lonlocalize.pm</source>
4151: <target dist='default'>home/httpd/lib/perl/Apache/lonlocalize.pm</target>
4152: <categoryname>handler</categoryname>
4153: <description>
4154: handler for &mt()ing static files
4155: </description>
4156: </file>
4157: <file>
1.282 www 4158: <source>loncom/localize/localize.pm</source>
4159: <target dist='default'>home/httpd/lib/perl/Apache/localize.pm</target>
4160: <categoryname>handler</categoryname>
4161: <description>
4162: Localization class for Locale::Maketext
1.138 stredwic 4163: </description>
4164: </file>
1.283 www 4165: <fileglob>
4166: <glob>*.pm</glob>
4167: <sourcedir>loncom/localize/localize/</sourcedir>
4168: <targetdir dist='default'>
4169: home/httpd/lib/perl/Apache/localize/</targetdir>
1.738 raeburn 4170: <categoryname>lexicon file</categoryname>
1.283 www 4171: <description>
4172: Translation files.
4173: </description>
4174: <filenames>
1.285 www 4175: de.pm;
1.288 www 4176: pt.pm;
1.336 www 4177: fr.pm;
1.288 www 4178: ja.pm;
1.297 www 4179: tr.pm;
1.305 www 4180: ru.pm;
4181: fa.pm;
4182: ar.pm;
1.314 www 4183: es.pm;
1.400 albertel 4184: x_chef.pm;
1.622 riegler 4185: zh.pm;
1.283 www 4186: </filenames>
4187: </fileglob>
1.138 stredwic 4188: <file>
4189: <source>loncom/interface/loncoursedata.pm</source>
4190: <target dist='default'>home/httpd/lib/perl/Apache/loncoursedata.pm</target>
4191: <categoryname>handler</categoryname>
4192: <description>
4193: Common functions for handling student course data (download and process)
1.5 harris41 4194: </description>
1.4 harris41 4195: </file>
4196: <file>
1.5 harris41 4197: <source>loncom/interface/loncommon.pm</source>
4198: <target dist='default'>home/httpd/lib/perl/Apache/loncommon.pm</target>
4199: <categoryname>handler</categoryname>
4200: <description>
4201: Makes a table out of the previous attempts. Inputs result_from_symbread,
1.10 harris41 4202: user, domain, home_server, course_id.
1.5 harris41 4203: </description>
4204: <status>works/unverified</status>
1.4 harris41 4205: </file>
4206: <file>
1.76 harris41 4207: <source>doc/man/Apache__loncommon.3</source>
4208: <target dist='default'>usr/man/man3/Apache::loncommon.3</target>
1.83 harris41 4209: <categoryname>doc</categoryname>
1.76 harris41 4210: <description>man page for loncommon.pm</description>
4211: <build trigger='always run'>
1.115 harris41 4212: loncom/build/pod2man.sh ../interface/loncommon.pm > \
4213: ../../doc/man/Apache__loncommon.3 && echo 'manifying loncommon.pm'
1.76 harris41 4214: </build>
4215: <status>works/unverified</status>
4216: <dependencies>
4217: ../../loncom/interface/loncommon.pm
4218: </dependencies>
4219: </file>
4220: <file>
1.118 harris41 4221: <source>doc/lib/perl/Apache/loncommon.html</source>
4222: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncommon.html
1.112 harris41 4223: </target>
1.83 harris41 4224: <categoryname>doc</categoryname>
1.76 harris41 4225: <description>POD-derived page for loncommon.pm</description>
4226: <build trigger='always run'>
1.115 harris41 4227: loncom/build/pod2html.sh ../interface/loncommon.pm > \
1.118 harris41 4228: ../../doc/lib/perl/Apache/loncommon.html && \
4229: echo 'pod2html loncommon.pm'
1.76 harris41 4230: </build>
4231: <status>works/unverified</status>
4232: <dependencies>
4233: ../../loncom/interface/loncommon.pm
4234: </dependencies>
4235: </file>
4236: <file>
1.5 harris41 4237: <source>loncom/homework/grades.pm</source>
4238: <target dist='default'>home/httpd/lib/perl/Apache/grades.pm</target>
4239: <categoryname>handler</categoryname>
4240: <description>Handles the viewing of grades.</description>
1.4 harris41 4241: </file>
4242: <file>
1.5 harris41 4243: <source>loncom/homework/imageresponse.pm</source>
4244: <target dist='default'>home/httpd/lib/perl/Apache/imageresponse.pm</target>
4245: <categoryname>handler</categoryname>
4246: <description>
4247: Coordinates the response to clicking an image.
4248: </description>
4249: <status>works/unverified</status>
1.4 harris41 4250: </file>
4251: <file>
1.5 harris41 4252: <source>loncom/homework/optionresponse.pm</source>
4253: <target dist='default'>home/httpd/lib/perl/Apache/optionresponse.pm</target>
4254: <categoryname>handler</categoryname>
1.27 harris41 4255: <description>
4256: Handles tags associated with showing a list of options.</description>
1.4 harris41 4257: </file>
4258: <file>
1.708 www 4259: <source>loncom/homework/functionplotresponse.pm</source>
4260: <target dist='default'>home/httpd/lib/perl/Apache/functionplotresponse.pm</target>
4261: <categoryname>handler</categoryname>
4262: <description>
4263: Handles tags associated with function plots using GeoGebra.</description>
4264: </file>
4265: <file>
1.5 harris41 4266: <source>loncom/homework/outputtags.pm</source>
4267: <target dist='default'>home/httpd/lib/perl/Apache/outputtags.pm</target>
4268: <categoryname>handler</categoryname>
4269: <description>
4270: Handles tags associated with output. Seems to relate to due dates of the
4271: assignment.
4272: </description>
1.10 harris41 4273: <status>works/unverified</status>
1.4 harris41 4274: </file>
1.255 albertel 4275:
4276: <file>
4277: <source>loncom/homework/chemresponse.pm</source>
1.256 albertel 4278: <target dist='default'>home/httpd/lib/perl/Apache/chemresponse.pm</target>
1.255 albertel 4279: <categoryname>handler</categoryname>
4280: <description>
4281: Handle the tags organicresponse/structure and reationresponse
4282: </description>
4283: <status>works/unverified</status>
4284: </file>
4285:
4286: <fileglob>
4287: <glob>*.*</glob>
4288: <sourcedir>loncom/html/adm/jme/</sourcedir>
4289: <targetdir dist='default'>home/httpd/html/adm/jme/</targetdir>
4290: <categoryname>interface file</categoryname>
4291: <description>
4292: JME files, for editing organic structures
4293: </description>
4294: <filenames>
4295: JME.jar;
4296: jme.gif;
1.258 albertel 4297: jme_help.html;
1.255 albertel 4298: nitro.gif;
4299: smiles.gif
4300: </filenames>
4301: </fileglob>
1.291 albertel 4302:
1.431 albertel 4303: <fileglob>
4304: <glob>*.*</glob>
1.708 www 4305: <sourcedir>loncom/html/adm/geogebra/</sourcedir>
4306: <targetdir dist='default'>home/httpd/html/adm/geogebra/</targetdir>
4307: <categoryname>interface file</categoryname>
4308: <description>
4309: Geogebra, for functionplotresponse
4310: </description>
4311: <filenames>
1.713 www 4312: geogebra_algos.jar;
4313: geogebra_algos.jar.pack.gz;
4314: geogebra_javascript.jar;
4315: geogebra_javascript.jar.pack.gz;
1.708 www 4316: geogebra_cas.jar;
4317: geogebra_export.jar.pack.gz;
4318: geogebra.jar;
4319: geogebra_main.jar.pack.gz;
4320: geogebra_cas.jar.pack.gz;
4321: geogebra_gui.jar;
4322: geogebra.jar.pack.gz;
4323: geogebra_properties.jar;
4324: geogebra_export.jar;
4325: geogebra_gui.jar.pack.gz;
4326: geogebra_main.jar;
1.713 www 4327: geogebra_properties.jar.pack.gz;
1.731 www 4328: geogebra_usb.jar;
4329: geogebra_usb.jar.pack.gz;
1.713 www 4330: jlatexmath.jar;
4331: jlatexmath.jar.pack.gz;
4332: jlm_cyrillic.jar;
4333: jlm_cyrillic.jar.pack.gz;
4334: jlm_greek.jar;
4335: jlm_greek.jar.pack.gz;
1.708 www 4336: </filenames>
4337: </fileglob>
4338:
4339: <fileglob>
4340: <glob>*.*</glob>
1.431 albertel 4341: <sourcedir>loncom/html/adm/jmol/</sourcedir>
4342: <targetdir dist='default'>home/httpd/html/adm/jmol/</targetdir>
4343: <categoryname>interface file</categoryname>
4344: <description>
4345: Jmol files, for displaying structures
4346: </description>
4347: <filenames>
4348: COPYRIGHT.txt;
4349: JmolApplet.jar;
4350: Jmol.js;
4351: LICENSE.txt;
1.558 albertel 4352: README.txt;
4353: JmolApplet0_Core.jar;
4354: JmolApplet0_i18n.jar;
4355: JmolApplet0.jar;
4356: JmolApplet0_Jars.jar;
4357: JmolApplet0_Jvxl.jar;
4358: JmolApplet0_Main.jar;
4359: JmolApplet0_Popup.jar;
4360: JmolApplet0_Quantum.jar;
4361: JmolApplet0_ReadersCifPdb.jar;
4362: JmolApplet0_ReadersMolXyz.jar;
4363: JmolApplet0_ReadersMore.jar;
4364: JmolApplet0_ReadersXml.jar;
4365: JmolApplet0_ShapeBio.jar;
4366: JmolApplet0_ShapeSpecial.jar;
4367: JmolApplet0_Smiles.jar;
4368: JmolApplet0_Viewer.jar;
1.431 albertel 4369: </filenames>
4370: </fileglob>
4371:
1.291 albertel 4372: <file>
4373: <source>loncom/homework/convertjme.pl</source>
4374: <target dist='default'>home/httpd/cgi-bin/convertjme.pl</target>
4375: <categoryname>script</categoryname>
4376: <description>
4377: Dynamically converts JME strings into either a png or ps file.
4378: </description>
4379: </file>
1.588 www 4380: <fileglob>
4381: <glob>*.*</glob>
4382: <sourcedir>loncom/html/adm/dragmath/applet/</sourcedir>
4383: <targetdir dist='default'>home/httpd/html/adm/dragmath/applet/</targetdir>
4384: <categoryname>interface file</categoryname>
4385: <description>
4386: Dragmath is a Java-based formula editor
4387: </description>
4388: <filenames>
4389: Latex.html;
4390: MathML.html;
4391: Maxima.html;
4392: MaximaPopup.html;
1.592 foxr 4393: EditMathPopup.html;
1.613 foxr 4394: FCKEditMathPopup.html
1.588 www 4395: </filenames>
4396: </fileglob>
4397: <fileglob>
4398: <glob>*.*</glob>
4399: <sourcedir>loncom/html/adm/dragmath/applet/classes/</sourcedir>
4400: <targetdir dist='default'>home/httpd/html/adm/dragmath/applet/classes/</targetdir>
4401: <categoryname>interface file</categoryname>
4402: <description>
4403: Dragmath is a Java-based formula editor
4404: </description>
4405: <filenames>
4406: AbsoluteLayout.jar;
4407: jep.jar;
4408: Project.jar;
4409: Config.xml;
4410: jdom.jar;
4411: swing-layout-1.0.jar;
4412: </filenames>
4413: </fileglob>
4414: <fileglob>
4415: <glob>*.*</glob>
4416: <sourcedir>loncom/html/adm/dragmath/applet/HotEqn/</sourcedir>
4417: <targetdir dist='default'>home/httpd/html/adm/dragmath/applet/HotEqn/</targetdir>
4418: <categoryname>interface file</categoryname>
4419: <description>
4420: Dragmath is a Java-based formula editor
4421: </description>
4422: <filenames>
4423: HotEqn.class;
4424: HotEqn.jar;
4425: </filenames>
4426: </fileglob>
4427: <fileglob>
4428: <glob>*.*</glob>
4429: <sourcedir>loncom/html/adm/dragmath/applet/classes/Display/</sourcedir>
4430: <targetdir dist='default'>home/httpd/html/adm/dragmath/applet/classes/Display/</targetdir>
4431: <categoryname>interface file</categoryname>
4432: <description>
4433: Dragmath is a Java-based formula editor
4434: </description>
4435: <filenames>
4436: MainApplet.class;
4437: </filenames>
4438: </fileglob>
4439: <fileglob>
4440: <glob>*.*</glob>
4441: <sourcedir>loncom/html/adm/dragmath/applet/classes/formats/</sourcedir>
4442: <targetdir dist='default'>home/httpd/html/adm/dragmath/applet/classes/formats/</targetdir>
4443: <categoryname>interface file</categoryname>
4444: <description>
4445: Dragmath is a Java-based formula editor
4446: </description>
4447: <filenames>
4448: ASCIIMathML.xml;
4449: Latex.xml;
4450: MathML.xml;
4451: MoodleTex.xml;
4452: Maple.xml;
4453: Maxima.xml;
4454: </filenames>
4455: </fileglob>
4456: <fileglob>
4457: <glob>*.*</glob>
4458: <sourcedir>loncom/html/adm/dragmath/applet/classes/lang/</sourcedir>
4459: <targetdir dist='default'>home/httpd/html/adm/dragmath/applet/classes/lang/</targetdir>
4460: <categoryname>interface file</categoryname>
4461: <description>
4462: Dragmath is a Java-based formula editor
4463: </description>
4464: <filenames>
4465: ca.xml;
4466: cz.xml;
4467: en.xml;
4468: fr.xml;
4469: no.xml;
4470: pt-br.xml;
4471: sv.xml;
4472: de.xml;
4473: es.xml;
4474: nl.xml;
4475: pl.xml;
4476: ru.xml;
4477: </filenames>
4478: </fileglob>
1.414 albertel 4479: <fileglob>
4480: <glob>*.*</glob>
4481: <sourcedir>loncom/html/adm/jsMath/</sourcedir>
4482: <targetdir dist='default'>home/httpd/html/adm/jsMath/</targetdir>
4483: <categoryname>interface file</categoryname>
4484: <description>
4485: jsMath is a Javascript solution to converting TeX to something the browser can see
4486: </description>
4487: <filenames>
4488: black.gif;
4489: blank.gif;
4490: COPYING.txt;
1.471 albertel 4491: jsMath-BaKoMa-fonts.js;
4492: jsMath-autoload.html;
4493: jsMath-controls.html;
1.414 albertel 4494: jsMath-fallback-mac.js;
4495: jsMath-fallback-mac-mozilla.js;
4496: jsMath-fallback-mac-msie.js;
4497: jsMath-fallback-pc.js;
1.462 albertel 4498: jsMath-fallback-symbols.js;
1.414 albertel 4499: jsMath-fallback-unix.js;
1.483 albertel 4500: jsMath-global-controls.html;
4501: jsMath-global.html;
1.414 albertel 4502: jsMath.js;
1.471 albertel 4503: jsMath-loader.html;
1.483 albertel 4504: jsMath-loader-omniweb4.js;
1.414 albertel 4505: jsMath-mozilla.js;
4506: jsMath-msie-mac.js;
1.471 albertel 4507: jsMath-old-browsers.js;
1.414 albertel 4508: </filenames>
4509: </fileglob>
4510:
1.4 harris41 4511: <file>
1.471 albertel 4512: <source>loncom/html/adm/jsMath/jsMath-fonts-1.3.zip</source>
1.464 albertel 4513: <target dist='default'>home/httpd/html/adm/jsMath/fonts/</target>
1.462 albertel 4514: <categoryname>script</categoryname>
4515: <description>
1.556 albertel 4516: Server side png fonts for use by jsMath
1.462 albertel 4517: </description>
1.464 albertel 4518: <installscript>
1.547 albertel 4519: commands /home/httpd/html/adm
1.464 albertel 4520: </installscript>
1.462 albertel 4521: <dependencies>
1.465 albertel 4522: loncom/html/adm/jsMath/commands;
1.471 albertel 4523: loncom/html/adm/jsMath/jsMath-fonts-1.3.zip;
1.462 albertel 4524: </dependencies>
4525: </file>
4526:
1.556 albertel 4527: <file>
1.797.2.7 raeburn 4528: <source>loncom/html/adm/MathJax/mathjax-MathJax-v2.0-20-g07669ac.zip</source>
4529: <target dist='default'>home/httpd/html/adm/MathJax</target>
4530: <categoryname>script</categoryname>
4531: <description>
4532: MathJax for processing Tex, scripted installation that unzips installation file
4533: in the appropriate location
4534: NOTE: the commands file `mv`'s the files out of the original location provided
4535: unzipping the file, making it look cleaner in the /home/.../adm/ directory
4536: </description>
4537: <installscript>
4538: commands /home/httpd/html/adm/MathJax
4539: </installscript>
4540: <dependencies>
4541: loncom/html/adm/MathJax/commands;
4542: loncom/html/adm/MathJax/VERSION;
4543: loncom/html/adm/MathJax/mathjax-MathJax-v2.0-20-g07669ac.zip;
4544: </dependencies>
4545: </file>
4546:
4547: <file>
1.797.2.16 raeburn 4548: <source>loncom/html/adm/geogebra/geogebra_html5.tar.gz</source>
4549: <target dist='default'>home/httpd/html/adm/geogebra/web</target>
4550: <categoryname>script</categoryname>
4551: <description>
4552: HTML5/JavaScript Version of GeoGebra
4553: </description>
4554: <installscript>
4555: commands /home/httpd/html/adm/geogebra/web
4556: </installscript>
4557: <dependencies>
4558: loncom/html/adm/geogebra/commands;
4559: loncom/html/adm/geogebra/VERSION;
1.797.2.17 raeburn 4560: loncom/html/adm/geogebra/geogebra_html5.tar.gz;
1.797.2.16 raeburn 4561: </dependencies>
4562: </file>
4563:
4564: <file>
1.776 raeburn 4565: <source>loncom/html/adm/ckeditor/ckeditor_3.6.2.tar.gz</source>
1.671 faziophi 4566: <target dist='default'>home/httpd/html/adm/ckeditor</target>
4567: <categoryname>script</categoryname>
4568: <description>
4569: GUI HTML Editor, scripted installation decompress the tarball and
4570: installs the loncapa config.js file
4571: </description>
4572: <installscript>
4573: commands /home/httpd/html/
4574: </installscript>
4575: <dependencies>
4576: loncom/html/adm/ckeditor/commands;
1.787 raeburn 4577: loncom/html/adm/ckeditor/ckeditor_3.6.2.tar.gz;
1.671 faziophi 4578: loncom/html/adm/ckeditor/loncapaconfig.js;
4579: </dependencies>
4580: </file>
4581:
1.462 albertel 4582: <fileglob>
4583: <glob>*.*</glob>
1.471 albertel 4584: <sourcedir>loncom/html/adm/jsMath/extensions/</sourcedir>
4585: <targetdir dist='default'>home/httpd/html/adm/jsMath/extensions/</targetdir>
4586: <categoryname>interface file</categoryname>
4587: <description>
4588: Additional jsMath functionality that can be used when needed.
4589: </description>
4590: <filenames>
1.555 albertel 4591: AMSmath.js;
1.471 albertel 4592: AMSsymbols.js;
4593: HTML.js;
1.483 albertel 4594: bbox.js;
4595: font.js;
1.471 albertel 4596: boldsymbol.js;
4597: double-click.js;
4598: fbox.js;
4599: leaders.js;
4600: mathchoice.js;
4601: mimeTeX.js;
4602: moreArrows.js;
4603: newcommand.js;
4604: underset-overset.js;
4605: </filenames>
4606: </fileglob>
4607:
4608: <fileglob>
4609: <glob>*.*</glob>
1.464 albertel 4610: <sourcedir>loncom/html/adm/jsMath/plugins/</sourcedir>
4611: <targetdir dist='default'>home/httpd/html/adm/jsMath/plugins/</targetdir>
1.462 albertel 4612: <categoryname>interface file</categoryname>
4613: <description>
4614: jsMath is a Javascript solution to converting TeX to something the browser can see
4615: </description>
4616: <filenames>
4617: autoload.js;
1.483 albertel 4618: CHMmode.js;
4619: global.js;
1.462 albertel 4620: mimeTeX.js;
1.483 albertel 4621: noCache.js;
4622: noGlobal.js;
1.462 albertel 4623: noImageFonts.js;
1.555 albertel 4624: smallFonts.js;
1.483 albertel 4625: spriteImageFonts.js;
1.462 albertel 4626: tex2math.js;
4627: </filenames>
4628: </fileglob>
4629:
1.471 albertel 4630: <fileglob>
4631: <glob>*.*</glob>
4632: <sourcedir>loncom/html/adm/jsMath/uncompressed/</sourcedir>
4633: <targetdir dist='default'>home/httpd/html/adm/jsMath/uncompressed/</targetdir>
4634: <categoryname>interface file</categoryname>
4635: <description>
4636: the jsMath source files not compressed for increasing download speed (not used by lon-capa directly)
4637: </description>
4638: <filenames>
4639: def.js;
1.483 albertel 4640: font.js;
1.471 albertel 4641: jsMath-fallback-mac.js;
4642: jsMath-fallback-pc.js;
4643: jsMath-fallback-symbols.js;
4644: jsMath-fallback-unix.js;
4645: jsMath.js;
4646: </filenames>
4647: </fileglob>
4648:
1.671 faziophi 4649: <fileglob>
1.786 foxr 4650: <glob>*.js</glob>
4651: <sourcedir>loncom/html/adm/jpicker/</sourcedir>
4652: <targetdir dist='default'>home/httpd/html/adm/jpicker/js/</targetdir>
4653: <categoryname>interface file</categoryname>
4654: <description>
4655: JQuery colorpicker javascript library
4656: </description>
4657: <filenames>
4658: jpicker-1.1.6.min.js;
4659: </filenames>
4660: </fileglob>
4661:
4662: <fileglob>
4663: <glob>*.css</glob>
4664: <sourcedir>loncom/html/adm/jpicker/css/</sourcedir>
4665: <targetdir dist='default'>home/httpd/html/adm/jpicker/css/</targetdir>
4666: <categoryname>interface file</categoryname>
4667: <description>
4668: JQuery colorpicker javascript library css files
4669: </description>
4670: <filenames>
1.797.2.4 raeburn 4671: jPicker-1.1.6.min.css;
1.786 foxr 4672: </filenames>
4673: </fileglob>
4674:
4675: <fileglob>
4676: <glob>*.*</glob>
4677: <sourcedir>loncom/html/adm/jpicker/images/</sourcedir>
4678: <targetdir dist='default'>home/httpd/html/adm/jpicker/images/</targetdir>
4679: <categoryname>interface file</categoryname>
4680: <description>
4681: JQuery color picker javascript library image files
4682: </description>
4683: <filenames>
4684: AlphaBar.png;
4685: bar-opacity.png;
4686: Bars.png;
4687: map-opacity.png;
4688: mappoint.gif;
4689: Maps.png;
4690: NoColor.png;
4691: picker.gif;
4692: preview-opacity.png;
4693: rangearrows.gif;
4694: </filenames>
4695: </fileglob>
4696:
1.794 foxr 4697: <fileglob>
4698: <glob>*.js</glob>
4699: <sourcedir>loncom/html/adm/countdown/</sourcedir>
4700: <targetdir dist='default'>home/httpd/html/adm/countdown/js/</targetdir>
4701: <categoryname>interface file </categoryname>
4702: <description>
4703: JQuery countdown timer javascript files
4704: </description>
4705: <filenames>
1.797.2.2 raeburn 4706: jquery.countdown-ar.js;
4707: jquery.countdown-bg.js;
4708: jquery.countdown-bn.js;
4709: jquery.countdown-ca.js;
4710: jquery.countdown-cs.js;
4711: jquery.countdown-da.js;
4712: jquery.countdown-de.js;
4713: jquery.countdown-el.js;
4714: jquery.countdown-es.js;
4715: jquery.countdown-et.js;
4716: jquery.countdown-fa.js;
4717: jquery.countdown-fi.js;
4718: jquery.countdown-fr.js;
4719: jquery.countdown-gl.js;
4720: jquery.countdown-he.js;
4721: jquery.countdown-hr.js;
4722: jquery.countdown-hu.js;
4723: jquery.countdown-id.js;
4724: jquery.countdown-it.js;
4725: jquery.countdown-ja.js;
4726: jquery.countdown.js;
4727: jquery.countdown-ko.js;
4728: jquery.countdown-lt.js;
4729: jquery.countdown-lv.js;
4730: jquery.countdown.min.js;
4731: jquery.countdown-ms.js;
4732: jquery.countdown-my.js;
4733: jquery.countdown-nb.js;
4734: jquery.countdown-nl.js;
4735: jquery.countdown.pack.js;
4736: jquery.countdown-pl.js;
4737: jquery.countdown-pt-BR.js;
4738: jquery.countdown-ro.js;
4739: jquery.countdown-ru.js;
4740: jquery.countdown-sk.js;
4741: jquery.countdown-sl.js;
4742: jquery.countdown-sr.js;
4743: jquery.countdown-sr-SR.js;
4744: jquery.countdown-sv.js;
4745: jquery.countdown-th.js;
4746: jquery.countdown-tr.js;
4747: jquery.countdown-uk.js;
4748: jquery.countdown-vi.js;
4749: jquery.countdown-zh-CN.js;
4750: jquery.countdown-zh-TW.js;
1.794 foxr 4751: </filenames>
4752: </fileglob>
4753: <fileglob>
4754: <glob>*.css</glob>
4755: <sourcedir>loncom/html/adm/countdown/</sourcedir>
4756: <targetdir dist='default'>home/httpd/html/adm/countdown/css/</targetdir>
4757: <categoryname>interface file</categoryname>
4758: <description>
4759: JQuery countdown timer CSS files
4760: </description>
4761: <filenames>
1.797.2.21 raeburn 4762: jquery.countdown.css;
1.794 foxr 4763: </filenames>
4764: </fileglob>
4765: <fileglob>
4766: <glob>*.gif</glob>
4767: <sourcedir>loncom/html/adm/countdown/</sourcedir>
4768: <targetdir dist='default'>home/httpd/html/adm/countdown/css/</targetdir>
4769: <categoryname>interface file</categoryname>
4770: <description>
4771: JQuery countdown timer Image file for Glowing countdown
4772: </description>
4773: <filenames>
1.797.2.21 raeburn 4774: countdownGlowing.gif;
1.794 foxr 4775: </filenames>
4776: </fileglob>
4777: <fileglob>
4778: <glob>*.png</glob>
4779: <sourcedir>loncom/html/adm/countdown/</sourcedir>
4780: <targetdir dist='default'>home/httpd/html/adm/countdown/css/</targetdir>
4781: <categoryname>interface file</categoryname>
4782: <description>
4783: JQuery countdown timer Image file for LED style countdown
4784: </description>
4785: <filenames>
1.797.2.21 raeburn 4786: countdownLED.png;
1.794 foxr 4787: </filenames>
4788: </fileglob>
4789:
1.797.2.20 raeburn 4790: <!-- JQuery spellchecker plugin -->
1.794 foxr 4791:
1.797.2.20 raeburn 4792: <fileglob>
4793: <glob>*.js</glob>
4794: <sourcedir>loncom/html/adm/spellcheck/js/</sourcedir>
4795: <targetdir dist='default'>home/httpd/html/adm/spellchecker/js/</targetdir>
4796: <categoryname>interface file</categoryname>
4797: <description>
4798: JQuery spellchecker plugin
4799: </description>
4800: <filenames>
1.797.2.21 raeburn 4801: jquery.spellchecker.min.js;
1.797.2.20 raeburn 4802: </filenames>
4803: </fileglob>
4804: <fileglob>
4805: <glob>*.css</glob>
4806: <sourcedir>loncom/html/adm/spellcheck/css/</sourcedir>
4807: <targetdir dist='default'>home/httpd/html/adm/spellchecker/css/</targetdir>
4808: <categoryname>interface file</categoryname>
4809: <description>
4810: JQuery spellchecker plugin
4811: </description>
4812: <filenames>
1.797.2.21 raeburn 4813: spellchecker.css;
1.797.2.20 raeburn 4814: </filenames>
4815: </fileglob>
4816: <fileglob>
4817: <glob>*.png</glob>
4818: <sourcedir>loncom/html/adm/spellcheck/img/</sourcedir>
4819: <targetdir dist='default'>home/httpd/html/adm/spellchecker/img/</targetdir>
4820: <categoryname>interface file</categoryname>
4821: <description>
4822: JQuery spellchecker plugin
4823: </description>
4824: <filenames>
1.797.2.21 raeburn 4825: spellchecker_shadow.png;
1.797.2.22 raeburn 4826: spellcheck.png;
1.797.2.20 raeburn 4827: </filenames>
4828: </fileglob>
4829: <fileglob>
4830: <glob>*.gif</glob>
4831: <sourcedir>loncom/html/adm/spellcheck/img/</sourcedir>
4832: <targetdir dist='default'>home/httpd/html/adm/spellchecker/img/</targetdir>
4833: <categoryname>interface file</categoryname>
4834: <description>
4835: JQuery spellchecker plugin
4836: </description>
4837: <filenames>
1.797.2.21 raeburn 4838: spellchecker_bg.gif;
1.797.2.20 raeburn 4839: </filenames>
4840: </fileglob>
1.786 foxr 4841:
4842: <fileglob>
1.671 faziophi 4843: <glob>*.*</glob>
4844: <sourcedir>loncom/html/adm/jQuery/js/</sourcedir>
4845: <targetdir dist='default'>home/httpd/html/adm/jQuery/js/</targetdir>
4846: <categoryname>interface file</categoryname>
4847: <description>
1.762 raeburn 4848: jQuery custom distribution of version 1.6.2, UI version 1.8.16
1.671 faziophi 4849: </description>
4850: <filenames>
1.762 raeburn 4851: jquery-1.6.2.min.js;
4852: jquery-ui-1.8.16.custom.min.js;
1.671 faziophi 4853: </filenames>
4854: </fileglob>
4855:
4856: <fileglob>
4857: <glob>*.*</glob>
1.674 faziophi 4858: <sourcedir>loncom/html/adm/jQuery/css/smoothness/</sourcedir>
4859: <targetdir dist='default'>home/httpd/html/adm/jQuery/css/smoothness/</targetdir>
4860: <categoryname>interface file</categoryname>
4861: <description>
1.762 raeburn 4862: jQuery custom distribution of version 1.6.2, UI version 1.8.16 -- stylesheets
1.674 faziophi 4863: </description>
4864: <filenames>
1.762 raeburn 4865: jquery-ui-1.8.16.custom.css;
1.674 faziophi 4866: </filenames>
4867: </fileglob>
4868:
4869: <fileglob>
4870: <glob>*.*</glob>
4871: <sourcedir>loncom/html/adm/jQuery/css/smoothness/images/</sourcedir>
4872: <targetdir dist='default'>home/httpd/html/adm/jQuery/css/smoothness/images/</targetdir>
4873: <categoryname>interface file</categoryname>
4874: <description>
1.762 raeburn 4875: jQuery custom distribution of version 1.6.2, UI version 1.8.16 -- images for css.
1.674 faziophi 4876: </description>
4877: <filenames>
1.680 raeburn 4878: ui-bg_flat_0_aaaaaa_40x100.png;
4879: ui-bg_flat_75_ffffff_40x100.png;
4880: ui-bg_glass_55_fbf9ee_1x400.png;
4881: ui-bg_glass_65_ffffff_1x400.png;
4882: ui-bg_glass_75_dadada_1x400.png;
4883: ui-bg_glass_75_e6e6e6_1x400.png;
4884: ui-bg_glass_95_fef1ec_1x400.png;
4885: ui-bg_highlight-soft_75_cccccc_1x100.png;
4886: ui-icons_2e83ff_256x240.png;
4887: ui-icons_222222_256x240.png;
4888: ui-icons_454545_256x240.png;
4889: ui-icons_888888_256x240.png;
4890: ui-icons_cd0a0a_256x240.png;
1.674 faziophi 4891: </filenames>
4892: </fileglob>
4893:
1.462 albertel 4894: <file>
1.6 harris41 4895: <source>loncom/interface/lontest.pm</source>
4896: <target dist='default'>home/httpd/lib/perl/Apache/lontest.pm</target>
4897: <categoryname>handler</categoryname>
4898: <description>
4899: Used for debugging and testing the LON-CAPA system.
4900: </description>
1.10 harris41 4901: <status>works/unverified</status>
1.6 harris41 4902: </file>
4903: <file>
4904: <source>loncom/homework/radiobuttonresponse.pm</source>
1.27 harris41 4905: <target dist='default'>
4906: home/httpd/lib/perl/Apache/radiobuttonresponse.pm</target>
1.6 harris41 4907: <categoryname>handler</categoryname>
4908: <description>
4909: Handles multiple-choice style responses.
4910: </description>
1.10 harris41 4911: <status>works/unverified</status>
1.6 harris41 4912: </file>
4913: <file>
4914: <source>loncom/interface/loncommunicate.pm</source>
4915: <target dist='default'>home/httpd/lib/perl/Apache/loncommunicate.pm</target>
4916: <categoryname>handler</categoryname>
1.72 harris41 4917: <description>
4918: Will be the access handler to email sending, as well as the planned
4919: chatrooms, etc.
4920: </description>
1.10 harris41 4921: <status>works/unverified</status>
1.6 harris41 4922: </file>
4923: <file>
4924: <source>loncom/interface/lonerrorhandler.pm</source>
4925: <target dist='default'>home/httpd/lib/perl/Apache/lonerrorhandler.pm</target>
4926: <categoryname>handler</categoryname>
4927: <description>
4928: Handles errors.
4929: </description>
1.10 harris41 4930: <status>works/unverified</status>
1.6 harris41 4931: </file>
4932: <file>
4933: <source>loncom/interface/lonevaluate.pm</source>
4934: <target dist='default'>home/httpd/lib/perl/Apache/lonevaluate.pm</target>
4935: <categoryname>handler</categoryname>
4936: <description>
4937: Handles evaluation.
4938: </description>
1.10 harris41 4939: <status>works/unverified</status>
1.6 harris41 4940: </file>
4941: <file>
4942: <source>loncom/interface/lonfeedback.pm</source>
4943: <target dist='default'>home/httpd/lib/perl/Apache/lonfeedback.pm</target>
4944: <categoryname>handler</categoryname>
4945: <description>
4946: Handles feedback from students to instructors and system administrators.
1.72 harris41 4947: Provides a screenshot of the current
4948: resource, as well as previous attempts if the resource was a homework.
4949: Used by lonmsg.pm.
1.6 harris41 4950: </description>
1.10 harris41 4951: <status>works/unverified</status>
1.4 harris41 4952: </file>
4953: <file>
1.6 harris41 4954: <source>loncom/interface/lonnavmaps.pm</source>
4955: <target dist='default'>home/httpd/lib/perl/Apache/lonnavmaps.pm</target>
4956: <categoryname>handler</categoryname>
4957: <description>
4958: Handles navigational maps.
1.211 bowersj2 4959: </description>
4960: <status>works/unverified</status>
1.227 albertel 4961: </file>
4962: <file>
1.510 albertel 4963: <source>loncom/interface/lonnavdisplay.pm</source>
4964: <target dist='default'>home/httpd/lib/perl/Apache/lonnavdisplay.pm</target>
4965: <categoryname>handler</categoryname>
4966: <description>
4967: Displays the nav map to the user
4968: </description>
4969: <status>works/unverified</status>
4970: </file>
4971: <file>
1.227 albertel 4972: <source>doc/man/Apache__lonnavmaps.3</source>
4973: <target dist='default'>usr/man/man3/Apache::lonnavmaps.3</target>
4974: <categoryname>doc</categoryname>
4975: <description>man page for lonnavmaps.pm</description>
4976: <build trigger='always run'>
4977: loncom/build/pod2man.sh ../../loncom/interface/lonnavmaps.pm > \
4978: ../../doc/man/Apache__lonnavmaps.3 && echo 'manifying lonnavmaps.pm'
4979: </build>
4980: <status>works/unverified</status>
4981: <dependencies>
4982: ../../loncom/interface/lonnavmaps.pm
4983: </dependencies>
4984: </file>
4985: <file>
4986: <source>doc/lib/perl/Apache/lonnavmaps.html</source>
4987: <target dist='default'>
4988: home/httpd/html/adm/help/lib/perl/Apache/lonnavmaps.html
4989: </target>
4990: <categoryname>doc</categoryname>
4991: <description>POD-derived page for lonnavmaps.pm</description>
4992: <build trigger='always run'>
4993: loncom/build/pod2html.sh ../../loncom/interface/lonnavmaps.pm > \
4994: ../../doc/lib/perl/Apache/lonnavmaps.html && \
4995: echo 'pod2html lonnavmaps.pm'
4996: </build>
4997: <status>works/unverified</status>
4998: <dependencies>
4999: ../../loncom/interface/lonnavmaps.pm
5000: </dependencies>
1.211 bowersj2 5001: </file>
5002: <file>
1.482 foxr 5003: <source>loncom/interface/lonselstudent.pm</source>
5004: <target dist='default'>home/httpd/lib/perl/Apache/lonselstudent.pm</target>
5005: <categoryname>standard</categoryname>
5006: <description>
5007: re-usable student selection subs.
5008: </description>
5009: <status>testing/unverified</status>
5010: </file>
5011: <file>
1.231 bowersj2 5012: <source>loncom/interface/lonhelper.pm</source>
5013: <target dist='default'>home/httpd/lib/perl/Apache/lonhelper.pm</target>
1.211 bowersj2 5014: <categoryname>handler</categoryname>
5015: <description>
1.235 bowersj2 5016: Helper framework.
5017: </description>
5018: <status>works/unverified</status>
5019: </file>
5020: <file>
5021: <source>loncom/html/adm/helper/parameter.helper</source>
5022: <target dist='default'>home/httpd/html/adm/helper/parameter.helper</target>
5023: <categoryname>handler</categoryname>
5024: <description>
5025: Parameter setting helper.
1.242 bowersj2 5026: </description>
5027: <status>works/unverified</status>
5028: </file>
5029: <file>
5030: <source>loncom/html/adm/helper/course.initialization.helper</source>
5031: <target dist='default'>home/httpd/html/adm/helper/course.initialization.helper</target>
5032: <categoryname>handler</categoryname>
5033: <description>
5034: Course initialization helper.
1.189 bowersj2 5035: </description>
5036: <status>works/unverified</status>
5037: </file>
5038: <file>
1.406 albertel 5039: <source>loncom/html/adm/helper/resettimes.helper</source>
5040: <target dist='default'>home/httpd/html/adm/helper/resettimes.helper</target>
5041: <categoryname>handler</categoryname>
5042: <description>
5043: Helper to resetting a student's first access time.
5044: </description>
5045: <status>works/unverified</status>
5046: </file>
5047: <file>
1.457 albertel 5048: <source>loncom/html/adm/helper/newslot.helper</source>
5049: <target dist='default'>home/httpd/html/adm/helper/newslot.helper</target>
5050: <categoryname>handler</categoryname>
5051: <description>
5052: Slot creation and editing helper.
5053: </description>
5054: <status>works/unverified</status>
5055: </file>
5056: <file>
1.189 bowersj2 5057: <source>loncom/interface/lonquickgrades.pm</source>
5058: <target dist='default'>home/httpd/lib/perl/Apache/lonquickgrades.pm</target>
5059: <categoryname>handler</categoryname>
5060: <description>
5061: Student quick grades interface.
1.6 harris41 5062: </description>
1.10 harris41 5063: <status>works/unverified</status>
1.4 harris41 5064: </file>
5065: <file>
1.6 harris41 5066: <source>loncom/interface/lonpreferences.pm</source>
5067: <target dist='default'>home/httpd/lib/perl/Apache/lonpreferences.pm</target>
5068: <categoryname>handler</categoryname>
5069: <description>
5070: Handles user preferences associated with customizing the online LON-CAPA
5071: educational environment.
5072: </description>
1.10 harris41 5073: <status>works/unverified</status>
1.6 harris41 5074: </file>
5075: <file>
5076: <source>loncom/interface/lonprintout.pm</source>
5077: <target dist='default'>home/httpd/lib/perl/Apache/lonprintout.pm</target>
5078: <categoryname>handler</categoryname>
5079: <description>
5080: Handles the production of printable files and resources.
5081: </description>
1.10 harris41 5082: <status>works/unverified</status>
1.340 matthew 5083: </file>
5084: <file>
1.582 foxr 5085: <source>loncom/interface/entities.pm</source>
5086: <target dist='default'>home/httpd/lib/perl/Apache/entities.pm</target>
5087: <categoryname>handler</categoryname>
5088: <description>
5089: Converts html/xml entities to latex.
5090: </description>
5091: </file>
5092: <file>
1.340 matthew 5093: <source>loncom/metadata_database/LONCAPA/lonmetadata.pm</source>
5094: <target dist='default'>home/httpd/lib/perl/LONCAPA/lonmetadata.pm</target>
5095: <categoryname>system file</categoryname>
5096: <description>
5097: Provides a common interface to LON-CAPA metadata.
5098: </description>
1.6 harris41 5099: </file>
5100: <file>
5101: <source>loncom/interface/lonsearchcat.pm</source>
5102: <target dist='default'>home/httpd/lib/perl/Apache/lonsearchcat.pm</target>
5103: <categoryname>handler</categoryname>
5104: <description>
5105: Handles a searchable catalogue.
1.148 matthew 5106: </description>
5107: <status>works/unverified</status>
5108: </file>
5109: <file>
1.724 www 5110: <source>loncom/interface/lonsearchcourse.pm</source>
5111: <target dist='default'>home/httpd/lib/perl/Apache/lonsearchcourse.pm</target>
5112: <categoryname>handler</categoryname>
5113: <description>
5114: Handles a searches inside courses/communities.
5115: </description>
5116: <status>works/unverified</status>
5117: </file>
5118: <file>
1.148 matthew 5119: <source>loncom/interface/lonmysql.pm</source>
5120: <target dist='default'>home/httpd/lib/perl/Apache/lonmysql.pm</target>
5121: <categoryname>handler</categoryname>
5122: <description>
5123: Provides utility functions for creating and accessing mysql database tables.
1.6 harris41 5124: </description>
1.10 harris41 5125: <status>works/unverified</status>
1.4 harris41 5126: </file>
5127: <file>
1.76 harris41 5128: <source>doc/man/Apache__lonsearchcat.3</source>
5129: <target dist='default'>usr/man/man3/Apache::lonsearchcat.3</target>
1.83 harris41 5130: <categoryname>doc</categoryname>
1.76 harris41 5131: <description>man page for lonsearchcat.pm</description>
5132: <build trigger='always run'>
1.115 harris41 5133: loncom/build/pod2man.sh ../interface/lonsearchcat.pm > \
5134: ../../doc/man/Apache__lonsearchcat.3 && echo 'manifying lonsearchcat.pm'
1.76 harris41 5135: </build>
5136: <status>works/unverified</status>
5137: <dependencies>
5138: ../../loncom/interface/lonsearchcat.pm
5139: </dependencies>
5140: </file>
5141: <file>
1.118 harris41 5142: <source>doc/lib/perl/Apache/lonsearchcat.html</source>
5143: <target dist='default'>
5144: home/httpd/html/adm/help/lib/perl/Apache/lonsearchcat.html
1.112 harris41 5145: </target>
1.83 harris41 5146: <categoryname>doc</categoryname>
1.76 harris41 5147: <description>POD-derived page for lonsearchcat.pm</description>
5148: <build trigger='always run'>
1.115 harris41 5149: loncom/build/pod2html.sh ../interface/lonsearchcat.pm > \
1.118 harris41 5150: ../../doc/lib/perl/Apache/lonsearchcat.html && \
5151: echo 'pod2html lonsearchcat.pm'
1.76 harris41 5152: </build>
5153: <status>works/unverified</status>
5154: <dependencies>
5155: ../../loncom/interface/lonsearchcat.pm
5156: </dependencies>
1.232 www 5157: </file>
5158: <file>
5159: <source>loncom/interface/lonmanagekeys.pm</source>
5160: <target dist='default'>home/httpd/lib/perl/Apache/lonmanagekeys.pm</target>
5161: <categoryname>handler</categoryname>
5162: <description>
5163: Allows users with "mky" privileges to generate and manage course access keys.
5164: </description>
5165: <status>works/unverified</status>
1.76 harris41 5166: </file>
5167: <file>
1.380 matthew 5168: <source>loncom/interface/lonviewclasslist.pm</source>
5169: <target dist='default'>home/httpd/lib/perl/Apache/lonviewclasslist.pm</target>
5170: <categoryname>handler</categoryname>
5171: <description>
5172: Allows users (including students) to view the classlist of their course.
5173: </description>
5174: <status>works/unverified</status>
5175: </file>
5176: <file>
1.460 raeburn 5177: <source>loncom/interface/loncoursegroups.pm</source>
5178: <target dist='default'>home/httpd/lib/perl/Apache/loncoursegroups.pm</target>
5179: <categoryname>handler</categoryname>
5180: <description>
5181: Allows course coordinators to create groups, modify existing groups (including
5182: adding, expiring or deleting group members, or modifying group member privileges.
5183: </description>
5184: <status>works/unverified</status>
5185: </file>
5186: <file>
1.484 raeburn 5187: <source>loncom/interface/longroup.pm</source>
5188: <target dist='default'>home/httpd/lib/perl/Apache/longroup.pm</target>
5189: <categoryname>handler</categoryname>
5190: <description>
5191: General routines used to gather information about courses in a group, and their settings, and also to perform auto-group adds/drops when a user's role assignment changes.
5192: </description>
5193: <status>works/unverified</status>
5194: </file>
5195: <file>
1.488 raeburn 5196: <source>loncom/interface/groupboards.pm</source>
5197: <target dist='default'>home/httpd/lib/perl/Apache/groupboards.pm</target>
5198: <categoryname>handler</categoryname>
5199: <description>
5200: Displays bulletin boards in a group and provides a mechanism for users with board creation privileges in a group to create new bulletin boards.
5201: </description>
5202: <status>works/unverified</status>
5203: </file>
5204: <file>
1.489 raeburn 5205: <source>loncom/interface/grouproster.pm</source>
5206: <target dist='default'>home/httpd/lib/perl/Apache/grouproster.pm</target>
5207: <categoryname>handler</categoryname>
5208: <description>
5209: Display group membership information. Type of information available depends on group privileges of the user.
5210: </description>
5211: <status>works/unverified</status>
5212: </file>
5213: <file>
1.6 harris41 5214: <source>loncom/interface/lonmsg.pm</source>
5215: <target dist='default'>home/httpd/lib/perl/Apache/lonmsg.pm</target>
5216: <categoryname>handler</categoryname>
5217: <description>
1.72 harris41 5218: lonmsg.pm has several functions to send and receive internal messages.
5219: author_res_msg - send message to resource author.
5220: user_crit_msg - send a critical message to a user. A critical message
5221: will require acknowledgment by the recipient and the sender will be notified.
5222: user_crit_received - routine to trigger acknowledgment.
1.6 harris41 5223: </description>
1.10 harris41 5224: <status>works/unverified</status>
1.6 harris41 5225: </file>
5226: <file>
1.479 albertel 5227: <source>loncom/interface/lonmsgdisplay.pm</source>
5228: <target dist='default'>home/httpd/lib/perl/Apache/lonmsgdisplay.pm</target>
5229: <categoryname>handler</categoryname>
5230: <description>
5231: statuschange - change the status of a message (read, replied, forwarded, etc).
5232: The handler displays messages, has routines to reply, etc.
5233: </description>
5234: <status>works/unverified</status>
5235: </file>
5236: <file>
1.643 raeburn 5237: <source>loncom/interface/courseprefs.pm</source>
5238: <target dist='default'>home/httpd/lib/perl/Apache/courseprefs.pm</target>
5239: <categoryname>handler</categoryname>
5240: <description>
5241: Interface for displaying/modifying course configuration
5242: </description>
5243: </file>
5244: <file>
1.6 harris41 5245: <source>loncom/homework/hint.pm</source>
5246: <target dist='default'>home/httpd/lib/perl/Apache/hint.pm</target>
5247: <categoryname>handler</categoryname>
5248: <description>
5249: This handler coordinates the delivery of hints to students working on LON-CAPA
5250: problems and assignments.
5251: </description>
1.10 harris41 5252: <status>works/unverified</status>
1.6 harris41 5253: </file>
5254: <file>
1.244 matthew 5255: <source>loncom/interface/spreadsheet/lonspreadsheet.pm</source>
1.6 harris41 5256: <target dist='default'>home/httpd/lib/perl/Apache/lonspreadsheet.pm</target>
5257: <categoryname>handler</categoryname>
5258: <description>
1.244 matthew 5259: The top level interface for the display and editing of spreadsheets. There
5260: are three levels of spreadsheet.
5261: </description>
5262: <status>works/unverified</status>
5263: </file>
5264: <file>
5265: <source>loncom/interface/spreadsheet/Spreadsheet.pm</source>
5266: <target dist='default'>home/httpd/lib/perl/Apache/Spreadsheet.pm</target>
5267: <categoryname>handler</categoryname>
5268: <description>
5269: Defines the parent object of each spreadsheet type (classcalc, studentcalc,
5270: assesscalc).
5271: </description>
5272: <status>works/unverified</status>
5273: </file>
5274: <file>
5275: <source>loncom/interface/spreadsheet/classcalc.pm</source>
5276: <target dist='default'>home/httpd/lib/perl/Apache/classcalc.pm</target>
5277: <categoryname>handler</categoryname>
5278: <description>
5279: Defines the specifics of the course level spreadsheet.
5280: </description>
5281: <status>works/unverified</status>
5282: </file>
5283: <file>
5284: <source>loncom/interface/spreadsheet/studentcalc.pm</source>
5285: <target dist='default'>home/httpd/lib/perl/Apache/studentcalc.pm</target>
5286: <categoryname>handler</categoryname>
5287: <description>
5288: Defines the specifics of the student level spreadsheet.
5289: </description>
5290: <status>works/unverified</status>
5291: </file>
5292: <file>
5293: <source>loncom/interface/spreadsheet/assesscalc.pm</source>
5294: <target dist='default'>home/httpd/lib/perl/Apache/assesscalc.pm</target>
5295: <categoryname>handler</categoryname>
5296: <description>
5297: Defines the specifics of the assessment level spreadsheet.
1.6 harris41 5298: </description>
1.10 harris41 5299: <status>works/unverified</status>
1.6 harris41 5300: </file>
5301: <file>
5302: <source>loncom/interface/lonparmset.pm</source>
5303: <target dist='default'>home/httpd/lib/perl/Apache/lonparmset.pm</target>
5304: <categoryname>handler</categoryname>
5305: <description>
1.424 albertel 5306: Handler for setting and modifying both course preferences and coure parameters
5307: </description>
5308: <status>works/unverified</status>
5309: </file>
5310: <file>
5311: <source>loncom/interface/slotrequest.pm</source>
5312: <target dist='default'>home/httpd/lib/perl/Apache/slotrequest.pm</target>
5313: <categoryname>handler</categoryname>
5314: <description>
5315: Handler for students to add access slots
1.6 harris41 5316: </description>
1.10 harris41 5317: <status>works/unverified</status>
1.6 harris41 5318: </file>
5319: <file>
1.76 harris41 5320: <source>doc/man/Apache__lonparmset.3</source>
5321: <target dist='default'>usr/man/man3/Apache::lonparmset.3</target>
1.83 harris41 5322: <categoryname>doc</categoryname>
1.76 harris41 5323: <description>man page for lonparmset.pm</description>
5324: <build trigger='always run'>
1.115 harris41 5325: loncom/build/pod2man.sh ../interface/lonparmset.pm > \
5326: ../../doc/man/Apache__lonparmset.3 && echo 'manifying lonparmset.pm'
1.76 harris41 5327: </build>
5328: <status>works/unverified</status>
5329: <dependencies>
5330: ../../loncom/interface/lonparmset.pm
5331: </dependencies>
5332: </file>
5333: <file>
1.118 harris41 5334: <source>doc/lib/perl/Apache/lonparmset.html</source>
5335: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonparmset.html
1.112 harris41 5336: </target>
1.83 harris41 5337: <categoryname>doc</categoryname>
1.76 harris41 5338: <description>POD-derived page for lonparmset.pm</description>
5339: <build trigger='always run'>
1.115 harris41 5340: loncom/build/pod2html.sh ../interface/lonparmset.pm > \
1.118 harris41 5341: ../../doc/lib/perl/Apache/lonparmset.html && \
5342: echo 'pod2html lonparmset.pm'
1.76 harris41 5343: </build>
5344: <status>works/unverified</status>
5345: <dependencies>
5346: ../../loncom/interface/lonparmset.pm
5347: </dependencies>
5348: </file>
5349: <file>
1.6 harris41 5350: <source>loncom/publisher/lonpublisher.pm</source>
5351: <target dist='default'>home/httpd/lib/perl/Apache/lonpublisher.pm</target>
5352: <categoryname>handler</categoryname>
5353: <description>
5354: Publishes an LON-CAPA educational resource complete with metadata
5355: (authorship, language, copyright, creation date, etc).
5356: </description>
1.10 harris41 5357: <status>works/unverified</status>
1.6 harris41 5358: </file>
5359: <file>
1.76 harris41 5360: <source>doc/man/Apache__lonpublisher.3</source>
5361: <target dist='default'>usr/man/man3/Apache::lonpublisher.3</target>
1.83 harris41 5362: <categoryname>doc</categoryname>
1.76 harris41 5363: <description>man page for lonpublisher.pm</description>
5364: <build trigger='always run'>
1.115 harris41 5365: loncom/build/pod2man.sh ../publisher/lonpublisher.pm > \
5366: ../../doc/man/Apache__lonpublisher.3 && echo 'manifying lonpublisher.pm'
1.76 harris41 5367: </build>
5368: <status>works/unverified</status>
5369: <dependencies>
5370: ../../loncom/publisher/lonpublisher.pm
5371: </dependencies>
5372: </file>
5373: <file>
1.118 harris41 5374: <source>doc/lib/perl/Apache/lonpublisher.html</source>
5375: <target dist='default'>
5376: home/httpd/html/adm/help/lib/perl/Apache/lonpublisher.html
1.112 harris41 5377: </target>
1.83 harris41 5378: <categoryname>doc</categoryname>
1.76 harris41 5379: <description>POD-derived page for lonpublisher.pm</description>
5380: <build trigger='always run'>
1.115 harris41 5381: loncom/build/pod2html.sh ../publisher/lonpublisher.pm > \
1.118 harris41 5382: ../../doc/lib/perl/Apache/lonpublisher.html && \
5383: echo 'pod2html lonpublisher.pm'
1.76 harris41 5384: </build>
5385: <status>works/unverified</status>
5386: <dependencies>
5387: ../../loncom/publisher/lonpublisher.pm
5388: </dependencies>
5389: </file>
5390: <file>
1.6 harris41 5391: <source>loncom/interface/lonmenu.pm</source>
5392: <target dist='default'>home/httpd/lib/perl/Apache/lonmenu.pm</target>
5393: <categoryname>handler</categoryname>
5394: <description>
1.679 droeschl 5395: Has routines which control the inline menu.
1.228 www 5396: </description>
5397: <status>works/unverified</status>
5398: </file>
5399: <file>
1.478 albertel 5400: <source>loncom/interface/lonmainmenu.pm</source>
5401: <target dist='default'>home/httpd/lib/perl/Apache/lonmainmenu.pm</target>
5402: <categoryname>handler</categoryname>
5403: <description>
5404: Displays the Main menu
5405: </description>
5406: <status>works/unverified</status>
5407: </file>
5408: <file>
1.797.2.1 raeburn 5409: <source>loncom/interface/lonremote.pm</source>
5410: <target dist='default'>home/httpd/lib/perl/Apache/lonremote.pm</target>
5411: <categoryname>handler</categoryname>
5412: <description>
5413: Handler to launch and collapse the remote control.
5414: </description>
5415: <status>works/unverified</status>
5416: </file>
5417: <file>
1.367 matthew 5418: <source>loncom/interface/portfolio.pm</source>
5419: <target dist='default'>home/httpd/lib/perl/Apache/portfolio.pm</target>
5420: <categoryname>handler</categoryname>
5421: <description>
5422: Handler to manage user portfolios
5423: </description>
5424: <status>unverified</status>
5425: </file>
5426: <file>
1.6 harris41 5427: <source>rat/lonpageflip.pm</source>
5428: <target dist='default'>home/httpd/lib/perl/Apache/lonpageflip.pm</target>
5429: <categoryname>handler</categoryname>
5430: <description>Deals with forward, backward, and other page flips.</description>
1.10 harris41 5431: <status>works/unverified</status>
1.6 harris41 5432: </file>
5433: <file>
5434: <source>rat/lonratedt.pm</source>
5435: <target dist='default'>home/httpd/lib/perl/Apache/lonratedt.pm</target>
5436: <categoryname>handler</categoryname>
5437: <description>
5438: Builds up frame set and loads in the right thing.
5439: </description>
1.10 harris41 5440: <status>works/unverified</status>
1.6 harris41 5441: </file>
5442: <file>
1.498 albertel 5443: <source>rat/map.pm</source>
5444: <target dist='default'>home/httpd/lib/perl/LONCAPA/map.pm</target>
5445: <categoryname>handler</categoryname>
5446: <description>
5447: Functions for manipulating the contents of maps
5448: </description>
5449: <status>works/unverified</status>
5450: </file>
5451: <file>
1.397 raeburn 5452: <source>rat/lonratmenu.pm</source>
5453: <target dist='default'>home/httpd/lib/perl/Apache/lonratmenu.pm</target>
5454: <categoryname>handler</categoryname>
5455: <description>
5456: Creates horizontal menubar in advanced RAT
5457: </description>
5458: <status>works/unverified</status>
5459: </file>
5460: <file>
1.797.2.1 raeburn 5461: <source>loncom/html/res/adm/pages/homeworkmenu.html</source>
5462: <target dist='default'>home/httpd/html/res/adm/pages/homeworkmenu.html</target>
5463: <categoryname>handler</categoryname>
5464: <description>
5465: Homework remote control.
5466: </description>
5467: <status>works/unverified</status>
5468: </file>
5469: <file>
1.157 www 5470: <source>loncom/html/res/adm/pages/chatroom.html</source>
5471: <target dist='default'>home/httpd/html/res/adm/pages/chatroom.html</target>
5472: <categoryname>handler</categoryname>
5473: <description>
5474: Establishes frameset for chatroom
1.6 harris41 5475: </description>
1.10 harris41 5476: <status>works/unverified</status>
1.6 harris41 5477: </file>
5478: <file>
5479: <source>loncom/html/res/adm/pages/annotator/admannotations.pm</source>
5480: <target dist='default'>home/httpd/lib/perl/Apache/admannotations.pm</target>
5481: <categoryname>handler</categoryname>
5482: <description>
1.10 harris41 5483: This will take annotations and then plug them into a page.
1.6 harris41 5484: </description>
1.10 harris41 5485: <status>works/unverified</status>
1.6 harris41 5486: </file>
5487: <file>
5488: <source>rat/lonratsrv.pm</source>
5489: <target dist='default'>home/httpd/lib/perl/Apache/lonratsrv.pm</target>
5490: <categoryname>handler</categoryname>
5491: <description>
1.27 harris41 5492: Handler that takes output from RAT and stores it on disk. Handles the upper
5493: hidden frame of the added window that comes up in RAT. (3 frames come up in
5494: RAT server, code, and output. This module handles server connection.)
1.6 harris41 5495: </description>
1.10 harris41 5496: <status>works/unverified</status>
1.6 harris41 5497: </file>
5498: <file>
5499: <source>rat/lonpage.pm</source>
5500: <target dist='default'>home/httpd/lib/perl/Apache/lonpage.pm</target>
5501: <categoryname>handler</categoryname>
5502: <description>
5503: bundles pages into one page
5504: </description>
1.10 harris41 5505: <status>works/unverified</status>
1.6 harris41 5506: </file>
5507: <file>
1.76 harris41 5508: <source>doc/man/Apache__lonpage.3</source>
5509: <target dist='default'>usr/man/man3/Apache::lonpage.3</target>
1.83 harris41 5510: <categoryname>doc</categoryname>
1.76 harris41 5511: <description>man page for lonpage.pm</description>
5512: <build trigger='always run'>
1.115 harris41 5513: loncom/build/pod2man.sh ../../rat/lonpage.pm > \
5514: ../../doc/man/Apache__lonpage.3 && echo 'manifying lonpage.pm'
1.76 harris41 5515: </build>
5516: <status>works/unverified</status>
5517: <dependencies>
5518: ../../rat/lonpage.pm
5519: </dependencies>
5520: </file>
5521: <file>
1.118 harris41 5522: <source>doc/lib/perl/Apache/lonpage.html</source>
5523: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpage.html
1.112 harris41 5524: </target>
1.83 harris41 5525: <categoryname>doc</categoryname>
1.76 harris41 5526: <description>POD-derived page for lonnet.pm</description>
5527: <build trigger='always run'>
1.115 harris41 5528: loncom/build/pod2html.sh ../../rat/lonpage.pm > \
1.118 harris41 5529: ../../doc/lib/perl/Apache/lonpage.html && echo 'pod2html lonpage.pm'
1.76 harris41 5530: </build>
5531: <status>works/unverified</status>
5532: <dependencies>
5533: ../../rat/lonpage.pm
5534: </dependencies>
5535: </file>
5536: <file>
1.6 harris41 5537: <source>rat/lonuserstate.pm</source>
5538: <target dist='default'>home/httpd/lib/perl/Apache/lonuserstate.pm</target>
5539: <categoryname>handler</categoryname>
5540: <description>
1.133 harris41 5541: compile course into binary data structure
1.6 harris41 5542: </description>
1.10 harris41 5543: <status>works/unverified</status>
1.6 harris41 5544: </file>
5545: <file>
1.76 harris41 5546: <source>doc/man/Apache__lonuserstate.3</source>
5547: <target dist='default'>usr/man/man3/Apache::lonuserstate.3</target>
1.83 harris41 5548: <categoryname>doc</categoryname>
1.76 harris41 5549: <description>man page for lonnet.pm</description>
5550: <build trigger='always run'>
1.115 harris41 5551: loncom/build/pod2man.sh ../../rat/lonuserstate.pm > \
5552: ../../doc/man/Apache__lonuserstate.3 && echo 'manifying lonuserstate.pm'
1.76 harris41 5553: </build>
5554: <status>works/unverified</status>
5555: <dependencies>
5556: ../../rat/lonuserstate.pm
5557: </dependencies>
5558: </file>
5559: <file>
1.118 harris41 5560: <source>doc/lib/perl/Apache/lonuserstate.html</source>
5561: <target dist='default'>
5562: home/httpd/html/adm/help/lib/perl/Apache/lonuserstate.html
1.112 harris41 5563: </target>
1.83 harris41 5564: <categoryname>doc</categoryname>
1.76 harris41 5565: <description>POD-derived page for lonuserstate.pm</description>
5566: <build trigger='always run'>
1.115 harris41 5567: loncom/build/pod2html.sh ../../rat/lonuserstate.pm > \
1.118 harris41 5568: ../../doc/lib/perl/Apache/lonuserstate.html && \
5569: echo 'pod2html lonuserstate.pm'
1.76 harris41 5570: </build>
5571: <status>works/unverified</status>
5572: <dependencies>
5573: ../../rat/lonuserstate.pm
5574: </dependencies>
5575: </file>
5576: <file>
1.6 harris41 5577: <source>loncom/xml/lontex.pm</source>
5578: <target dist='default'>home/httpd/lib/perl/Apache/lontex.pm</target>
5579: <categoryname>handler</categoryname>
5580: <description>
1.133 harris41 5581: Handler for tex files
1.6 harris41 5582: </description>
1.10 harris41 5583: <status>works/unverified</status>
1.6 harris41 5584: </file>
5585: <file>
5586: <source>loncom/xml/lontexconvert.pm</source>
5587: <target dist='default'>home/httpd/lib/perl/Apache/lontexconvert.pm</target>
5588: <categoryname>handler</categoryname>
5589: <description>
5590: Access to tth/ttm
5591: </description>
1.10 harris41 5592: <status>works/unverified</status>
1.6 harris41 5593: </file>
5594: <file>
5595: <source>loncom/xml/lonxml.pm</source>
5596: <target dist='default'>home/httpd/lib/perl/Apache/lonxml.pm</target>
5597: <categoryname>handler</categoryname>
5598: <description>
5599: XML Parsing Module
1.78 harris41 5600: </description>
5601: <status>works/unverified</status>
5602: </file>
5603: <file>
5604: <source>loncom/xml/lonplot.pm</source>
5605: <target dist='default'>home/httpd/lib/perl/Apache/lonplot.pm</target>
5606: <categoryname>handler</categoryname>
5607: <description>
5608: XML-based plotter of graphs
1.6 harris41 5609: </description>
1.10 harris41 5610: <status>works/unverified</status>
1.6 harris41 5611: </file>
5612: <file>
5613: <source>loncom/xml/style.pm</source>
5614: <target dist='default'>home/httpd/lib/perl/Apache/style.pm</target>
5615: <categoryname>handler</categoryname>
5616: <description>
5617: Style Parsing Module
5618: </description>
1.10 harris41 5619: <status>works/unverified</status>
1.6 harris41 5620: </file>
5621: <file>
5622: <source>loncom/xml/londefdef.pm</source>
5623: <target dist='default'>home/httpd/lib/perl/Apache/londefdef.pm</target>
5624: <categoryname>handler</categoryname>
5625: <description>
5626: Tags Default Definition Module
5627: </description>
1.10 harris41 5628: <status>works/unverified</status>
1.4 harris41 5629: </file>
5630: <file>
1.627 foxr 5631: <source>loncom/xml/lontable.pm</source>
5632: <target dist='default'>home/httpd/lib/perl/Apache/lontable.pm</target>
5633: <categoryname>server standard</categoryname>
5634: <description>
5635: Table object
5636: </description>
1.704 foxr 5637: <status>works</status>
5638: </file>
5639: <file>
5640: <source>loncom/xml/lonlatextable.pm</source>
5641: <target dist='default'>home/httpd/lib/perl/Apache/lonlatextable.pm</target>
5642: <categoryname>server standard</categoryname>
5643: <description>
5644: Simple subset replacement for LaTeX::Table
5645: </description>
5646: <status>works</status>
1.627 foxr 5647: </file>
5648: <file>
1.6 harris41 5649: <source>loncom/xml/run.pm</source>
5650: <target dist='default'>home/httpd/lib/perl/Apache/run.pm</target>
5651: <categoryname>handler</categoryname>
5652: <description>
5653: used to prevent poorly written problems from causing lingering after effects
5654: </description>
1.10 harris41 5655: <status>works/unverified</status>
1.4 harris41 5656: </file>
5657: <file>
1.6 harris41 5658: <source>loncom/xml/scripttag.pm</source>
5659: <target dist='default'>home/httpd/lib/perl/Apache/scripttag.pm</target>
5660: <categoryname>handler</categoryname>
5661: <description>
5662: implements <script>, <scriptlib>, <parserlib>, and
5663: <import>
1.290 www 5664: </description>
5665: <status>works/unverified</status>
5666: </file>
5667: <file>
5668: <source>loncom/xml/languagetags.pm</source>
5669: <target dist='default'>home/httpd/lib/perl/Apache/languagetags.pm</target>
5670: <categoryname>handler</categoryname>
5671: <description>
5672: implements <mt>
1.6 harris41 5673: </description>
1.10 harris41 5674: <status>works/unverified</status>
1.185 albertel 5675: </file>
5676: <file>
5677: <source>loncom/homework/randomlylabel.pm</source>
5678: <target dist='default'>home/httpd/lib/perl/Apache/randomlylabel.pm</target>
5679: <categoryname>handler</categoryname>
5680: <description>
5681: Handler for compositing images, and text together.
1.339 albertel 5682: </description>
5683: </file>
5684: <file>
5685: <source>loncom/homework/drawimage.pm</source>
5686: <target dist='default'>home/httpd/lib/perl/Apache/drawimage.pm</target>
5687: <categoryname>handler</categoryname>
5688: <description>
5689: Handler for programtically defining an image
1.318 albertel 5690: </description>
5691: </file>
5692: <file>
5693: <source>loncom/homework/imagechoice.pm</source>
5694: <target dist='default'>home/httpd/lib/perl/Apache/imagechoice.pm</target>
5695: <categoryname>handler</categoryname>
5696: <description>
5697: Handler for picking out locations on an image.
1.207 www 5698: </description>
5699: </file>
5700: <file>
5701: <source>loncom/homework/rankresponse.pm</source>
5702: <target dist='default'>home/httpd/lib/perl/Apache/rankresponse.pm</target>
5703: <categoryname>handler</categoryname>
5704: <description>
5705: Handler for rankresponse
1.209 albertel 5706: </description>
5707: </file>
5708: <file>
5709: <source>loncom/homework/matchresponse.pm</source>
5710: <target dist='default'>home/httpd/lib/perl/Apache/matchresponse.pm</target>
5711: <categoryname>handler</categoryname>
5712: <description>
5713: Handler for matchresponse
1.185 albertel 5714: </description>
1.4 harris41 5715: </file>
5716: <file>
1.33 harris41 5717: <source>loncom/homework/randomlabel.pm</source>
5718: <target dist='default'>home/httpd/lib/perl/Apache/randomlabel.pm</target>
5719: <categoryname>handler</categoryname>
5720: <description>
5721: Interface for producing applet code which randomizes the labelling of an
5722: image.
5723: </description>
5724: </file>
5725: <file>
1.6 harris41 5726: <source>loncom/homework/lonhomework.pm</source>
5727: <target dist='default'>home/httpd/lib/perl/Apache/lonhomework.pm</target>
5728: <categoryname>handler</categoryname>
1.27 harris41 5729: <description>
5730: handles requests for output, evaluation, and alteration of a homework resource
5731: </description>
1.95 harris41 5732: <status>works/unverified</status>
1.4 harris41 5733: </file>
5734: <file>
1.6 harris41 5735: <source>loncom/homework/inputtags.pm</source>
5736: <target dist='default'>home/httpd/lib/perl/Apache/inputtags.pm</target>
5737: <categoryname>handler</categoryname>
5738: <description>
5739: produces HTML input tags (<INPUT>) for rendering homework resources
5740: </description>
1.10 harris41 5741: <status>works/unverified</status>
1.4 harris41 5742: </file>
5743: <file>
1.6 harris41 5744: <source>loncom/homework/structuretags.pm</source>
5745: <target dist='default'>home/httpd/lib/perl/Apache/structuretags.pm</target>
5746: <categoryname>handler</categoryname>
5747: <description>
1.27 harris41 5748: produces HTML tags necessary for structuring the presentation of homework
5749: resources
1.6 harris41 5750: </description>
1.10 harris41 5751: <status>works/unverified</status>
1.4 harris41 5752: </file>
5753: <file>
1.418 albertel 5754: <source>loncom/homework/bridgetask.pm</source>
5755: <target dist='default'>home/httpd/lib/perl/Apache/bridgetask.pm</target>
5756: <categoryname>handler</categoryname>
5757: <description>
5758: implements the tags for supporting bridge tasks
5759: </description>
5760: <status>works/unverified</status>
5761: </file>
5762: <file>
1.6 harris41 5763: <source>loncom/homework/response.pm</source>
5764: <target dist='default'>home/httpd/lib/perl/Apache/response.pm</target>
5765: <categoryname>handler</categoryname>
5766: <description>
1.27 harris41 5767: defines different types of responses given to student as well as syntax for
5768: producing response values
1.6 harris41 5769: </description>
1.10 harris41 5770: <status>works/unverified</status>
1.4 harris41 5771: </file>
5772: <file>
1.6 harris41 5773: <source>loncom/homework/caparesponse/caparesponse.pm</source>
5774: <target dist='default'>home/httpd/lib/perl/Apache/caparesponse.pm</target>
5775: <categoryname>handler</categoryname>
5776: <description>
5777: handles request to the CAPA homework processing engine
5778: </description>
1.10 harris41 5779: <status>works/unverified</status>
1.4 harris41 5780: </file>
5781: <file>
1.486 albertel 5782: <source>loncom/homework/lonmaxima.pm</source>
5783: <target dist='default'>home/httpd/lib/perl/Apache/lonmaxima.pm</target>
5784: <categoryname>handler</categoryname>
5785: <description>
5786: routines to simplify talking to the maxima client
5787: </description>
5788: <status>works/unverified</status>
5789: </file>
5790: <file>
1.640 www 5791: <source>loncom/homework/lonr.pm</source>
5792: <target dist='default'>home/httpd/lib/perl/Apache/lonr.pm</target>
5793: <categoryname>handler</categoryname>
5794: <description>
5795: routines to simplify talking to the R client
5796: </description>
5797: <status>works/unverified</status>
5798: </file>
5799: <file>
1.113 harris41 5800: <source>loncom/xml/Safe.pm</source>
5801: <target dist='default'>home/httpd/lib/perl/Safe.pm</target>
5802: <categoryname>handler</categoryname>
5803: <description>
5804: Meant to safely substitute for CPAN version of Safe.
5805: Allows for safely executing embedded perl comands in
5806: a way that does not threaten the operating system.
5807: </description>
5808: <status>works/unverified</status>
5809: </file>
5810: <file>
1.241 albertel 5811: <source>loncom/auth/localauth.pm</source>
5812: <target dist='default'>home/httpd/lib/perl/localauth-std.pm</target>
5813: <categoryname>handler</categoryname>
5814: <description>
1.208 harris41 5815: Local authentication mechanism. The target file is meant as a template
5816: for a localauth.pm file. The target file with the -std suffix is not
5817: used directly by any software program; it is just a template file.
1.241 albertel 5818: </description>
5819: <status>works/unverified</status>
5820: </file>
5821: <file>
5822: <source>loncom/auth/localauth.pm</source>
5823: <target dist='default'>home/httpd/lib/perl/localauth.pm</target>
5824: <categoryname>conf</categoryname>
5825: <description>
5826: Local authentication mechanism.
5827: </description>
5828: <status>works/unverified</status>
1.30 harris41 5829: </file>
5830: <file>
1.6 harris41 5831: <source>loncom/auth/lonacc.pm</source>
5832: <target dist='default'>home/httpd/lib/perl/Apache/lonacc.pm</target>
5833: <categoryname>handler</categoryname>
5834: <description>
5835: (This module, like loncacc.pm also authenticates with cookies.)
5836: <tt>lonacc.pm</tt> coordinates access to a wide range of administrative-type
5837: functions (e.g. roles, logout, annotations, and bookmarks) as well
5838: as coordinating access to educational resources.
5839: </description>
1.10 harris41 5840: <status>works/unverified</status>
1.4 harris41 5841: </file>
5842: <file>
1.76 harris41 5843: <source>doc/man/Apache__lonacc.3</source>
5844: <target dist='default'>usr/man/man3/Apache::lonacc.3</target>
1.83 harris41 5845: <categoryname>doc</categoryname>
1.76 harris41 5846: <description>man page for lonacc.pm</description>
5847: <build trigger='always run'>
1.115 harris41 5848: loncom/build/pod2man.sh ../auth/lonacc.pm > \
5849: ../../doc/man/Apache__lonacc.3 && echo 'manifying lonacc.pm'
1.76 harris41 5850: </build>
5851: <status>works/unverified</status>
5852: <dependencies>
5853: ../../loncom/auth/lonacc.pm
5854: </dependencies>
5855: </file>
5856: <file>
1.118 harris41 5857: <source>doc/lib/perl/Apache/lonacc.html</source>
5858: <target dist='default'>
5859: home/httpd/html/adm/help/lib/perl/Apache/lonacc.html</target>
1.83 harris41 5860: <categoryname>doc</categoryname>
1.76 harris41 5861: <description>POD-derived page for lonacc.pm</description>
5862: <build trigger='always run'>
1.115 harris41 5863: loncom/build/pod2html.sh ../auth/lonacc.pm > \
1.118 harris41 5864: ../../doc/lib/perl/Apache/lonacc.html && echo 'pod2html lonacc.pm'
1.76 harris41 5865: </build>
5866: <status>works/unverified</status>
5867: <dependencies>
5868: ../../loncom/auth/lonacc.pm
5869: </dependencies>
5870: </file>
5871: <file>
1.6 harris41 5872: <source>loncom/auth/lonracc.pm</source>
5873: <target dist='default'>home/httpd/lib/perl/Apache/lonracc.pm</target>
5874: <categoryname>handler</categoryname>
5875: <description>
5876: access handler for file transfers
1.151 www 5877: </description>
5878: <status>works/unverified</status>
5879: </file>
5880: <file>
5881: <source>loncom/auth/lontokacc.pm</source>
5882: <target dist='default'>home/httpd/lib/perl/Apache/lontokacc.pm</target>
5883: <categoryname>handler</categoryname>
5884: <description>
1.154 www 5885: handler for inter-server transfer of token accessed files, includes
5886: cleanup handler to remove file when successfully done
5887: </description>
5888: <status>works/unverified</status>
5889: </file>
5890: <file>
5891: <source>loncom/auth/lonuploadedacc.pm</source>
5892: <target dist='default'>home/httpd/lib/perl/Apache/lonuploadedacc.pm</target>
5893: <categoryname>handler</categoryname>
5894: <description>
5895: access handler for user uploaded files
5896: </description>
5897: <status>works/unverified</status>
5898: </file>
5899: <file>
1.788 raeburn 5900: <source>loncom/auth/lonwebdavacc.pm</source>
5901: <target dist='default'>home/httpd/lib/perl/Apache/lonwebdavacc.pm</target>
5902: <categoryname>handler</categoryname>
5903: <description>authorization for webDAV access to Author Spaces</description>
5904: <status>works/unverified</status>
5905: </file>
5906: <file>
1.154 www 5907: <source>loncom/lontrans.pm</source>
5908: <target dist='default'>home/httpd/lib/perl/Apache/lontrans.pm</target>
5909: <categoryname>handler</categoryname>
5910: <description>
5911: URI to filename translation
1.347 www 5912: </description>
5913: <status>works/unverified</status>
5914: </file>
5915: <file>
5916: <source>loncom/lonenc.pm</source>
5917: <target dist='default'>home/httpd/lib/perl/Apache/lonenc.pm</target>
5918: <categoryname>handler</categoryname>
5919: <description>
5920: Encryption and decryption of URIs
1.6 harris41 5921: </description>
1.10 harris41 5922: <status>works/unverified</status>
1.87 harris41 5923: </file>
5924: <file>
1.477 albertel 5925: <source>loncom/lonencurl.pm</source>
5926: <target dist='default'>home/httpd/lib/perl/Apache/lonencurl.pm</target>
5927: <categoryname>handler</categoryname>
5928: <description>
5929: Handler that takes care of decrypting request URL's
5930: </description>
5931: <status>works/unverified</status>
5932: </file>
5933: <file>
1.87 harris41 5934: <source>doc/man/Apache__lonracc.3</source>
5935: <target dist='default'>usr/man/man3/Apache::lonracc.3</target>
5936: <categoryname>doc</categoryname>
5937: <description>man page for lonracc.pm</description>
5938: <build trigger='always run'>
1.115 harris41 5939: loncom/build/pod2man.sh ../auth/lonracc.pm > \
5940: ../../doc/man/Apache__lonracc.3 && echo 'manifying lonracc.pm'
1.87 harris41 5941: </build>
5942: <status>works/unverified</status>
5943: <dependencies>
5944: ../../loncom/auth/lonracc.pm
5945: </dependencies>
5946: </file>
5947: <file>
1.118 harris41 5948: <source>doc/lib/perl/Apache/lonracc.html</source>
5949: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonracc.html
1.112 harris41 5950: </target>
1.87 harris41 5951: <categoryname>doc</categoryname>
5952: <description>POD-derived page for lonracc.pm</description>
5953: <build trigger='always run'>
1.115 harris41 5954: loncom/build/pod2html.sh ../auth/lonracc.pm > \
1.118 harris41 5955: ../../doc/lib/perl/Apache/lonracc.html && echo 'pod2html lonracc.pm'
1.87 harris41 5956: </build>
5957: <status>works/unverified</status>
5958: <dependencies>
5959: ../../loncom/auth/lonracc.pm
5960: </dependencies>
1.4 harris41 5961: </file>
5962: <file>
1.6 harris41 5963: <source>loncom/auth/loncacc.pm</source>
5964: <target dist='default'>home/httpd/lib/perl/Apache/loncacc.pm</target>
5965: <categoryname>handler</categoryname>
5966: <description>
5967: This module provides access to an educational resource construction area.
5968: This module is invoked by the URL-related pattern syntax
5969: <tt>LocationMatch "^/priv.*"</tt> or <tt>LocationMatch "^/\~.*"</tt>.
5970: Authentication of user identity
5971: is coordinated through cookies. The abbreviation "cacc" corresponds
5972: to "construction-space access"). If the cookie handle is invalid, then
5973: this module returns a forbidden status and makes appropriate log entries.
5974: If the cookie handle is valid, status is determined to be okay (and,
5975: for the "priv"-type access, the resource is delivered by the
5976: <tt>lonconstruct</tt> module).
5977: </description>
1.10 harris41 5978: <status>works/unverified</status>
1.4 harris41 5979: </file>
5980: <file>
1.86 harris41 5981: <source>doc/man/Apache__loncacc.3</source>
5982: <target dist='default'>usr/man/man3/Apache::loncacc.3</target>
5983: <categoryname>doc</categoryname>
5984: <description>man page for loncacc.pm</description>
5985: <build trigger='always run'>
1.115 harris41 5986: loncom/build/pod2man.sh ../auth/loncacc.pm > ../../doc/man/Apache__loncacc.3 \
5987: && echo 'manifying loncacc.pm'
1.86 harris41 5988: </build>
5989: <status>works/unverified</status>
5990: <dependencies>
5991: ../../loncom/auth/loncacc.pm
5992: </dependencies>
5993: </file>
5994: <file>
1.118 harris41 5995: <source>doc/lib/perl/Apache/loncacc.html</source>
5996: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncacc.html
1.112 harris41 5997: </target>
1.86 harris41 5998: <categoryname>doc</categoryname>
5999: <description>POD-derived page for loncacc.pm</description>
6000: <build trigger='always run'>
1.115 harris41 6001: loncom/build/pod2html.sh ../auth/loncacc.pm > \
1.118 harris41 6002: ../../doc/lib/perl/Apache/loncacc.html && echo 'pod2html loncacc.pm'
1.86 harris41 6003: </build>
6004: <status>works/unverified</status>
6005: <dependencies>
6006: ../../loncom/auth/loncacc.pm
6007: </dependencies>
6008: </file>
6009: <file>
1.616 raeburn 6010: <source>loncom/auth/lonstatusacc.pm</source>
6011: <target dist='default'>home/httpd/lib/perl/Apache/lonstatusacc.pm</target>
6012: <categoryname>handler</categoryname>
6013: <description>
6014: This module provides access to server status - Apache's server-status and
6015: files in the /home/httpd/html/lon-status directory, for which it is invoked
6016: by the URL-related pattern syntax:
6017: <tt>LocationMatch "^/+lon-status/.*"</tt>.
6018: </description>
6019: <status>works/unverified</status>
6020: </file>
6021: <file>
1.6 harris41 6022: <source>loncom/auth/lonauth.pm</source>
6023: <target dist='default'>home/httpd/lib/perl/Apache/lonauth.pm</target>
6024: <categoryname>handler</categoryname>
6025: <description>authenticate, set up session environment</description>
1.10 harris41 6026: <status>works/unverified</status>
1.4 harris41 6027: </file>
6028: <file>
1.6 harris41 6029: <source>loncom/auth/lonlogin.pm</source>
6030: <target dist='default'>home/httpd/lib/perl/Apache/lonlogin.pm</target>
6031: <categoryname>handler</categoryname>
6032: <description>login screen</description>
1.10 harris41 6033: <status>works/unverified</status>
1.4 harris41 6034: </file>
6035: <file>
1.492 raeburn 6036: <source>loncom/auth/restrictedaccess.pm</source>
6037: <target dist='default'>home/httpd/lib/perl/Apache/restrictedaccess.pm</target>
6038: <categoryname>handler</categoryname>
6039: <description>Passphrase entry form and verification for access to passphrase-protected portfolio files</description>
6040: <status>works/unverified</status>
6041: </file>
6042: <file>
1.520 raeburn 6043: <source>loncom/auth/blockedaccess.pm</source>
6044: <target dist='default'>home/httpd/lib/perl/Apache/blockedaccess.pm</target>
6045: <categoryname>handler</categoryname>
6046: <description>Information about course-based blocking conditions for files with blocked access (currently affects portfolio files)</description>
6047: <status>works/unverified</status>
6048: </file>
6049: <file>
1.610 raeburn 6050: <source>loncom/auth/lonipcheck.pm</source>
6051: <target dist='default'>home/httpd/lib/perl/Apache/lonipcheck.pm</target>
6052: <categoryname>handler</categoryname>
6053: <description>Checks IP-based access control settings - disable subsequent PerlHandlers if client's IP is blocked</description>
6054: <status>works/unverified</status>
6055: </file>
6056: <file>
1.355 matthew 6057: <source>loncom/auth/londatecheck.pm</source>
6058: <target dist='default'>home/httpd/lib/perl/Apache/londatecheck.pm</target>
6059: <categoryname>handler</categoryname>
1.356 albertel 6060: <description>Checks contentopen/close settings disable subsequent PerlHandlers if not open</description>
6061: <status>works/unverified</status>
1.355 matthew 6062: </file>
6063: <file>
1.473 albertel 6064: <source>loncom/auth/publiccheck.pm</source>
6065: <target dist='default'>home/httpd/lib/perl/Apache/publiccheck.pm</target>
6066: <categoryname>handler</categoryname>
6067: <description>Checks if resource is public and allows unauthenticated access if it is.</description>
6068: <status>works/unverified</status>
6069: </file>
6070: <file>
1.788 raeburn 6071: <source>loncom/auth/lonwebdavauth.pm</source>
6072: <target dist='default'>home/httpd/lib/perl/Apache/lonwebdavauth.pm</target>
6073: <categoryname>handler</categoryname>
6074: <description>authenticate, set up session environment for webDAV</description>
6075: <status>works/unverified</status>
6076: </file>
6077: <file>
1.6 harris41 6078: <source>loncom/auth/lonlogout.pm</source>
6079: <target dist='default'>home/httpd/lib/perl/Apache/lonlogout.pm</target>
6080: <categoryname>handler</categoryname>
6081: <description>logout</description>
1.10 harris41 6082: <status>works/unverified</status>
1.4 harris41 6083: </file>
6084: <file>
1.458 albertel 6085: <source>loncom/auth/migrateuser.pm</source>
6086: <target dist='default'>home/httpd/lib/perl/Apache/migrateuser.pm</target>
6087: <categoryname>handler</categoryname>
1.682 faziophi 6088: <description>auto logs in a remote user</description>
1.458 albertel 6089: <status>works/unverified</status>
6090: </file>
6091: <file>
6092: <source>loncom/auth/switchserver.pm</source>
6093: <target dist='default'>home/httpd/lib/perl/Apache/switchserver.pm</target>
6094: <categoryname>handler</categoryname>
6095: <description>Setups the transfer of a user between servers</description>
6096: <status>works/unverified</status>
6097: </file>
6098: <file>
1.461 albertel 6099: <source>loncom/auth/checkauthen.pm</source>
6100: <target dist='default'>home/httpd/lib/perl/Apache/checkauthen.pm</target>
6101: <categoryname>handler</categoryname>
6102: <description>Checks if a user's cookie exists and is valid</description>
6103: <status>works/unverified</status>
6104: </file>
6105: <file>
1.475 albertel 6106: <source>loncom/auth/simpleauthen.pm</source>
6107: <target dist='default'>home/httpd/lib/perl/Apache/simpleauthen.pm</target>
6108: <categoryname>handler</categoryname>
6109: <description>Always returns DENIED</description>
6110: <status>works/unverified</status>
6111: </file>
6112: <file>
1.789 raeburn 6113: <source>loncom/auth/lonshibauth.pm</source>
6114: <target dist='default'>home/httpd/lib/perl/Apache/lonshibauth.pm</target>
6115: <categoryname>handler</categoryname>
6116: <description>Redirect Shibboleth authentication to Single Sign On
6117: i.e., to: /adm/sso
6118: </description>
6119: <status>works/unverified</status>
6120: </file>
6121: <file>
6122: <source>loncom/auth/lonshibacc.pm</source>
1.792 raeburn 6123: <target dist='default'>home/httpd/lib/perl/Apache/lonshibacc.pm</target>
1.789 raeburn 6124: <categoryname>handler</categoryname>
6125: <description>Authorization handler used to remove trailing @internet dom
6126: from Shibboleth authenticated username (e.g., @mit.edu).
6127: </description>
6128: <status>works/unverified</status>
6129: </file>
6130: <file>
1.797.2.13 raeburn 6131: <source>loncom/auth/lonnoshib.pm</source>
6132: <target dist='default'>home/httpd/lib/perl/Apache/lonnoshib.pm</target>
6133: <categoryname>handler</categoryname>
6134: <description>Content handler for /adm/sso when Shibboleth auth is inactive.
6135: </description>
6136: <status>works/unverified</status>
6137: </file>
6138: <file>
1.790 raeburn 6139: <source>loncom/html/adm/sso</source>
6140: <target dist='default'>home/httpd/html/adm/sso</target>
6141: <categoryname>interface file</categoryname>
6142: <description>HTML page to redirect browser request for /adm/sso to
6143: /adm/roles when Shibboleth SSO not in use (i.e., mod_shib not loaded).
6144: </description>
6145: <status>works/unverified</status>
6146: </file>
6147: <file>
1.6 harris41 6148: <source>loncom/lonnet/perl/lonrep.pm</source>
6149: <target dist='default'>home/httpd/lib/perl/Apache/lonrep.pm</target>
6150: <categoryname>handler</categoryname>
6151: <description>replication</description>
1.345 raeburn 6152: </file>
6153: <file>
6154: <source>loncom/lonnet/perl/lonuploadrep.pm</source>
6155: <target dist='default'>home/httpd/lib/perl/Apache/lonuploadrep.pm</target>
6156: <categoryname>handler</categoryname>
6157: <description>copying of uploaded files</description>
1.4 harris41 6158: </file>
6159: <file>
1.6 harris41 6160: <source>loncom/auth/lonroles.pm</source>
6161: <target dist='default'>home/httpd/lib/perl/Apache/lonroles.pm</target>
6162: <categoryname>handler</categoryname>
6163: <description>
6164: This perl handling module reads in the available roles available
6165: for a LON-CAPA user (different courses, different privileges, etc)
6166: and produces a form-element HTML page which allows the user to select
6167: which role he wishes to exercise in the LON-CAPA system. For instance,
6168: a user may want to select between being a student in a thermodynamics
6169: physics course or a teaching assistant for an introductory calculus
6170: class.
6171: </description>
1.86 harris41 6172: </file>
6173: <file>
6174: <source>doc/man/Apache__lonroles.3</source>
6175: <target dist='default'>usr/man/man3/Apache::lonroles.3</target>
6176: <categoryname>doc</categoryname>
6177: <description>man page for lonroles.pm</description>
6178: <build trigger='always run'>
1.115 harris41 6179: loncom/build/pod2man.sh ../auth/lonroles.pm > \
6180: ../../doc/man/Apache__lonroles.3 && echo 'manifying lonroles.pm'
1.86 harris41 6181: </build>
6182: <status>works/unverified</status>
6183: <dependencies>
6184: ../../loncom/auth/lonroles.pm
6185: </dependencies>
6186: </file>
6187: <file>
1.118 harris41 6188: <source>doc/lib/perl/Apache/lonroles.html</source>
6189: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonroles.html
1.112 harris41 6190: </target>
1.86 harris41 6191: <categoryname>doc</categoryname>
6192: <description>POD-derived page for lonroles.pm</description>
6193: <build trigger='always run'>
1.115 harris41 6194: loncom/build/pod2html.sh ../auth/lonroles.pm > \
1.118 harris41 6195: ../../doc/lib/perl/Apache/lonroles.html && echo 'pod2html lonroles.pm'
1.86 harris41 6196: </build>
6197: <status>works/unverified</status>
6198: <dependencies>
6199: ../../loncom/auth/lonroles.pm
6200: </dependencies>
1.4 harris41 6201: </file>
6202: <file>
1.363 albertel 6203: <source>loncom/interface/lonsource.pm</source>
6204: <target dist='default'>home/httpd/lib/perl/Apache/lonsource.pm</target>
6205: <categoryname>handler</categoryname>
6206: <description>
6207: Problem source code viewer
6208: </description>
6209: <status>works/unverified</status>
6210: </file>
6211: <file>
1.6 harris41 6212: <source>loncom/interface/lonindexer.pm</source>
6213: <target dist='default'>home/httpd/lib/perl/Apache/lonindexer.pm</target>
6214: <categoryname>handler</categoryname>
6215: <description>
6216: cross server filesystem browser
6217: </description>
1.10 harris41 6218: <status>works/unverified</status>
1.76 harris41 6219: </file>
6220: <file>
6221: <source>doc/man/Apache__lonindexer.3</source>
6222: <target dist='default'>usr/man/man3/Apache::lonindexer.3</target>
1.83 harris41 6223: <categoryname>doc</categoryname>
1.76 harris41 6224: <description>man page for lonindexer.pm</description>
6225: <build trigger='always run'>
1.115 harris41 6226: loncom/build/pod2man.sh ../interface/lonindexer.pm > \
6227: ../../doc/man/Apache__lonindexer.3 && echo 'manifying lonindexer.pm'
1.76 harris41 6228: </build>
6229: <status>works/unverified</status>
6230: <dependencies>
6231: ../../loncom/interface/lonindexer.pm
6232: </dependencies>
6233: </file>
6234: <file>
1.118 harris41 6235: <source>doc/lib/perl/Apache/lonindexer.html</source>
6236: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonindexer.html
1.112 harris41 6237: </target>
1.83 harris41 6238: <categoryname>doc</categoryname>
1.76 harris41 6239: <description>POD-derived page for lonindexer.pm</description>
6240: <build trigger='always run'>
1.115 harris41 6241: loncom/build/pod2html.sh ../interface/lonindexer.pm > \
1.118 harris41 6242: ../../doc/lib/perl/Apache/lonindexer.html && \
6243: echo 'pod2html lonindexer.pm'
1.76 harris41 6244: </build>
6245: <status>works/unverified</status>
6246: <dependencies>
6247: ../../loncom/interface/lonindexer.pm
6248: </dependencies>
1.4 harris41 6249: </file>
6250: <file>
1.24 harris41 6251: <source>loncom/interface/groupsort.pm</source>
6252: <target dist='default'>home/httpd/lib/perl/Apache/groupsort.pm</target>
6253: <categoryname>handler</categoryname>
6254: <description>
6255: Implements a second phase of importing multiple resources into the RAT.
6256: Allows for reordering the sequence of resources.
6257: </description>
6258: <status>works/unverified</status>
6259: </file>
6260: <file>
1.6 harris41 6261: <source>loncom/lonnet/perl/lonnet.pm</source>
6262: <target dist='default'>home/httpd/lib/perl/Apache/lonnet.pm</target>
6263: <categoryname>handler</categoryname>
6264: <description>
6265: This file is an interface to the lonc processes of the LON-CAPA network
6266: as well as set of elaborated functions for handling information necessary
6267: for navigating through a given cluster of LON-CAPA machines within a domain.
6268: There are over 40 specialized functions in this module which handle
6269: the reading and transmission of metadata, user information
6270: (ids, names, environments, roles, logs), file information (storage, reading,
6271: directories, extensions, replication, embedded styles and descriptors),
6272: educational resources (course descriptions, section names and numbers),
6273: url hashing (to assign roles on a url basis), and translating abbreviated
6274: symbols to and from more descriptive phrases or explanations.
6275: </description>
1.10 harris41 6276: <status>works/unverified</status>
1.73 harris41 6277: </file>
6278: <file>
6279: <source>doc/man/Apache__lonnet.3</source>
1.75 harris41 6280: <target dist='default'>usr/man/man3/Apache::lonnet.3</target>
1.83 harris41 6281: <categoryname>doc</categoryname>
1.73 harris41 6282: <description>man page for lonnet.pm</description>
6283: <build trigger='always run'>
1.115 harris41 6284: loncom/build/pod2man.sh ../lonnet/perl/lonnet.pm > \
6285: ../../doc/man/Apache__lonnet.3 && echo 'manifying lonnet.pm'
1.73 harris41 6286: </build>
6287: <status>works/unverified</status>
6288: <dependencies>
6289: ../../loncom/lonnet/perl/lonnet.pm
6290: </dependencies>
6291: </file>
6292: <file>
1.118 harris41 6293: <source>doc/lib/perl/Apache/lonnet.html</source>
6294: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonnet.html
6295: </target>
1.83 harris41 6296: <categoryname>doc</categoryname>
1.73 harris41 6297: <description>POD-derived page for lonnet.pm</description>
6298: <build trigger='always run'>
1.115 harris41 6299: loncom/build/pod2html.sh ../lonnet/perl/lonnet.pm > \
1.118 harris41 6300: ../../doc/lib/perl/Apache/lonnet.html && echo 'pod2html lonnet.pm'
1.73 harris41 6301: </build>
6302: <status>works/unverified</status>
6303: <dependencies>
6304: ../../loncom/lonnet/perl/lonnet.pm
6305: </dependencies>
1.4 harris41 6306: </file>
6307: <file>
1.525 albertel 6308: <source>loncom/lonnet/perl/londns.pm</source>
6309: <target dist='default'>home/httpd/lib/perl/Apache/londns.pm</target>
6310: <categoryname>handler</categoryname>
6311: <description>
6312: Domain information serving.
6313: </description>
6314: <status>works/unverified</status>
6315: </file>
6316: <file>
1.6 harris41 6317: <source>loncom/html/index.html</source>
6318: <target dist='default'>home/httpd/html/index.html</target>
6319: <categoryname>interface file</categoryname>
6320: <description>bumps to login</description>
1.280 www 6321: </file>
6322: <file>
6323: <source>loncom/html/index.html</source>
6324: <target dist='default'>home/httpd/html/origindex.html</target>
6325: <categoryname>interface file</categoryname>
6326: <description>bumps to login, backup for takeonline</description>
1.181 www 6327: </file>
6328: <file>
6329: <source>loncom/html/favicon.ico</source>
6330: <target dist='default'>home/httpd/html/favicon.ico</target>
6331: <categoryname>interface file</categoryname>
6332: <description>Bookmark and tab icon</description>
1.4 harris41 6333: </file>
1.419 matthew 6334: <file>
6335: <source>loncom/mime.types</source>
1.6 harris41 6336: <target dist='default'>etc/httpd/conf/mime.types</target>
1.797.2.18 raeburn 6337: <target dist='sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 suse12.2 debian5 debian6 ubuntu6 ubuntu8 ubuntu10 ubuntu12'>etc/apache2/mime.types</target>
1.419 matthew 6338: <categoryname>www static conf</categoryname>
1.506 raeburn 6339: <description>Expanded mime.types</description>
1.419 matthew 6340: </file>
1.6 harris41 6341: <link>
6342: <linkto>home/httpd/html/res</linkto>
6343: <target dist='default'>home/httpd/html/raw</target>
6344: <categoryname>symbolic link</categoryname>
6345: <description>symbolic link to /home/httpd/html/res</description>
6346: </link>
1.4 harris41 6347: <file>
1.6 harris41 6348: <source>loncom/html/adm/notfound.html</source>
6349: <target dist='default'>home/httpd/html/adm/notfound.html</target>
6350: <categoryname>interface file</categoryname>
6351: <description>
6352: static html page that is shown when an attempt is made to access a document
6353: not present on the web server
6354: </description>
1.4 harris41 6355: </file>
6356: <file>
1.6 harris41 6357: <source>loncom/html/adm/unauthorized.html</source>
6358: <target dist='default'>home/httpd/html/adm/unauthorized.html</target>
6359: <categoryname>interface file</categoryname>
6360: <description>
1.27 harris41 6361: static html page that is shown when an attempt is made to access a document
6362: which is restricted based on file or server configurations
1.32 harris41 6363: </description>
6364: </file>
6365: <file>
1.788 raeburn 6366: <source>loncom/html/adm/nowebdav.html</source>
6367: <target dist='default'>home/httpd/html/adm/nowebdav.html</target>
6368: <categoryname>interface file</categoryname>
6369: <description>
6370: static html page that is shown when an attempt is made to access
6371: an inaccessible path using webDAV.
6372: </description>
6373: </file>
6374: <file>
1.32 harris41 6375: <source>loncom/html/adm/help/searchcat.html</source>
1.109 harris41 6376: <target dist='default'>home/httpd/html/adm/help/searchcat.html</target>
1.32 harris41 6377: <categoryname>interface file</categoryname>
6378: <description>
6379: Help page for the search engine.
1.6 harris41 6380: </description>
1.4 harris41 6381: </file>
6382: <file>
1.6 harris41 6383: <source>rat/client/rat.html</source>
6384: <target dist='default'>home/httpd/html/adm/rat/rat.html</target>
6385: <categoryname>interface file</categoryname>
6386: <description>
6387: frameset
6388: </description>
1.4 harris41 6389: </file>
6390: <file>
1.6 harris41 6391: <source>rat/client/parameter.html</source>
6392: <target dist='default'>home/httpd/html/adm/rat/parameter.html</target>
6393: <categoryname>interface file</categoryname>
6394: <description>
6395: Parameter input window.
6396: </description>
1.4 harris41 6397: </file>
6398: <file>
1.398 raeburn 6399: <source>rat/client/ratcode.js</source>
6400: <target dist='default'>home/httpd/html/res/adm/includes/ratcode.js</target>
1.170 www 6401: <categoryname>interface file</categoryname>
6402: <description>
1.397 raeburn 6403: javascript for horizontal menubar in RAT
1.170 www 6404: </description>
6405: </file>
6406: <file>
1.6 harris41 6407: <source>rat/client/map.html</source>
6408: <target dist='default'>home/httpd/html/adm/rat/map.html</target>
6409: <categoryname>interface file</categoryname>
6410: <description>
6411: bumper
6412: </description>
1.4 harris41 6413: </file>
6414: <file>
1.6 harris41 6415: <source>rat/client/empty.html</source>
6416: <target dist='default'>home/httpd/html/adm/rat/empty.html</target>
6417: <categoryname>interface file</categoryname>
6418: <description>
6419: A blank page with very minimal HTML structural elements.
1.217 www 6420: </description>
6421: </file>
6422: <file>
6423: <source>rat/client/loading.html</source>
6424: <target dist='default'>home/httpd/html/adm/rat/loading.html</target>
6425: <categoryname>interface file</categoryname>
6426: <description>
6427: A blank page which calls drawwindow in its opener after being loaded.
1.6 harris41 6428: </description>
1.4 harris41 6429: </file>
1.636 foxr 6430: <file>
6431: <source>loncom/includepsheader.ps</source>
6432: <target dist='default'>home/httpd/lib/includepsheader.ps</target>
6433: <categoryname>interface file</categoryname>
6434: <description>
6435: Extra header for dvips
6436: </description>
6437: </file>
1.10 harris41 6438: <fileglob>
6439: <glob>*.gif</glob>
6440: <sourcedir>rat/images/</sourcedir>
6441: <targetdir dist='default'>home/httpd/html/adm/rat/</targetdir>
6442: <categoryname>graphic file</categoryname>
6443: <description>
6444: icons for providing a HTML-tabled view of a course map
6445: </description>
6446: <filenames>
1.37 harris41 6447: 1.1.dt.gif;
6448: 1.1.empty.gif;
6449: 1.1.ld.gif;
6450: 1.1.lr.gif;
6451: 1.1.rd.gif;
1.60 harris41 6452: 1.1.rl.gif;
1.37 harris41 6453: 1.1.td.gif;
6454: 1.1.tdrl.gif;
6455: 1.1.tl.gif;
6456: 1.1.tr.gif;
6457: 1.1.utd.gif;
6458: 1.2.ctd.gif;
6459: 1.2.dt.gif;
6460: 1.2.empty.gif;
6461: 1.2.ld.gif;
6462: 1.2.lr.gif;
6463: 1.2.lrd.gif;
6464: 1.2.lrtd.gif;
6465: 1.2.rd.gif;
6466: 1.2.rl.gif;
6467: 1.2.rld.gif;
6468: 1.2.rltd.gif;
6469: 1.2.rtd.gif;
6470: 1.2.rtdl.gif;
6471: 1.2.rtl.gif;
6472: 1.2.td.gif;
6473: 1.2.tdl.gif;
6474: 1.2.tdrl.gif;
6475: 1.2.tl.gif;
6476: 1.2.tr.gif;
6477: 1.2.utd.gif;
6478: 2.1.dt.gif;
6479: 2.1.empty.gif;
6480: 2.1.ld.gif;
6481: 2.1.lr.gif;
6482: 2.1.rd.gif;
6483: 2.1.rl.gif;
6484: 2.1.td.gif;
6485: 2.1.tdrl.gif;
6486: 2.1.tl.gif;
6487: 2.1.tr.gif;
6488: 2.2.dt.gif;
6489: 2.2.empty.gif;
6490: 2.2.ld.gif;
6491: 2.2.lr.gif;
6492: 2.2.lrd.gif;
6493: 2.2.lrt.gif;
6494: 2.2.rd.gif;
6495: 2.2.rl.gif;
6496: 2.2.rld.gif;
6497: 2.2.rlt.gif;
6498: 2.2.td.gif;
6499: 2.2.tdl.gif;
6500: 2.2.tdr.gif;
6501: 2.2.tdrl.gif;
6502: 2.2.tl.gif;
6503: 2.2.tr.gif;
6504: 2.2.url.gif;
6505: 2.2.utd.gif;
6506: arrow.gif;
6507: bdt.gif;
6508: bempty.gif;
6509: bld.gif;
6510: blr.gif;
6511: blrd.gif;
6512: blrt.gif;
1.60 harris41 6513: bottom.gif;
1.37 harris41 6514: brd.gif;
6515: brl.gif;
6516: brld.gif;
6517: brlt.gif;
6518: btd.gif;
6519: btdl.gif;
6520: btdr.gif;
6521: btdrl.gif;
6522: btl.gif;
6523: btr.gif;
6524: burl.gif;
6525: butd.gif;
6526: condition.gif;
6527: edit.gif;
6528: finish.gif;
6529: info.gif;
6530: inscol.gif;
6531: inscond.gif;
6532: insres.gif;
6533: insrow.gif;
6534: left.gif;
6535: middle.gif;
6536: resource.gif;
6537: right.gif;
6538: sctd.gif;
6539: sdt.gif;
6540: sempty.gif;
6541: sld.gif;
6542: slr.gif;
6543: slrd.gif;
6544: slrtd.gif;
6545: srd.gif;
6546: srl.gif;
6547: srld.gif;
6548: srltd.gif;
6549: srtd.gif;
6550: srtdl.gif;
6551: srtl.gif;
6552: start.gif;
6553: std.gif;
6554: stdl.gif;
1.10 harris41 6555: sutd.gif
6556: </filenames>
6557: </fileglob>
6558: <fileglob>
1.60 harris41 6559: <glob>*.*</glob>
1.10 harris41 6560: <sourcedir>loncom/html/adm/lonKaputt/</sourcedir>
6561: <targetdir dist='default'>home/httpd/html/adm/lonKaputt/</targetdir>
6562: <categoryname>graphic file</categoryname>
6563: <description>
6564: icons to indicate an unexpected result
6565: </description>
6566: <filenames>
1.37 harris41 6567: lonconstruct.gif;
6568: lonlogo_broken.gif;
6569: lonlogo_broken_tsp.gif;
6570: lonlogo_broken.eps;
6571: lonlogo_broken.jpg;
1.469 raeburn 6572: lonlogo_broken.mov;
6573: genericstudent_tn.gif
1.10 harris41 6574: </filenames>
6575: </fileglob>
6576: <fileglob>
1.60 harris41 6577: <glob>*.*</glob>
1.10 harris41 6578: <sourcedir>loncom/html/adm/lonIcons/</sourcedir>
6579: <targetdir dist='default'>home/httpd/html/adm/lonIcons/</targetdir>
6580: <categoryname>graphic file</categoryname>
6581: <description>
1.132 harris41 6582: logos and general widget icons
1.10 harris41 6583: </description>
6584: <filenames>
1.68 harris41 6585: SMETE_white.gif;
1.117 harris41 6586: aboutlon.gif;
1.630 droeschl 6587: aboutlon_de.gif;
1.288 www 6588: aboutlon_pt.gif;
1.117 harris41 6589: accessbutton.gif;
1.630 droeschl 6590: accessbutton_de.gif;
1.288 www 6591: accessbutton_pt.gif;
1.224 www 6592: angry.gif;
1.630 droeschl 6593: arrow.closed.gif;
6594: arrow.open.gif;
1.633 schulted 6595: arrow.up.gif;
1.60 harris41 6596: arrow_up.gif;
1.630 droeschl 6597: avi.gif;
1.360 albertel 6598: baeh.gif;
1.224 www 6599: bigsmile.gif;
1.177 bowersj2 6600: branch.gif;
1.37 harris41 6601: cab.gif;
6602: cab_big.gif;
1.62 harris41 6603: capapanel.gif;
1.224 www 6604: check.gif;
1.37 harris41 6605: class.gif;
6606: class_big.gif;
1.379 albertel 6607: closepage.gif;
1.494 www 6608: clickhere.gif;
1.224 www 6609: coolindiff.gif;
6610: coolsmile.gif;
6611: cry.gif;
1.343 www 6612: doc.gif;
6613: doc_big.gif;
1.37 harris41 6614: dvi.gif;
6615: dvi_big.gif;
6616: eps.gif;
6617: eps_big.gif;
6618: exam.gif;
6619: exam_big.gif;
1.709 raeburn 6620: face-angel.png;
6621: face-angry.png;
6622: face-cool.png;
6623: face-crying.png;
6624: face-embarrassed.png;
6625: face-glasses.png;
6626: face-kiss.png;
6627: face-plain.png;
6628: face-quiet.png;
6629: face-raspberry.png;
6630: face-sad.png;
6631: face-sick.png;
6632: face-smile.png;
6633: face-smile-big.png;
6634: face-surprise.png;
6635: face-uncertain.png;
6636: face-wink.png;
1.117 harris41 6637: fillbottom.gif;
6638: fillleft.gif;
6639: fillright.gif;
6640: filltop.gif;
1.37 harris41 6641: folder_closed.gif;
6642: folder_opened.gif;
6643: folder_pointer_closed.gif;
6644: folder_pointer_opened.gif;
1.709 raeburn 6645: food-cake.png;
6646: face-ninja.png;
6647: face-pirate.png;
6648: food-pizza.png;
1.37 harris41 6649: form.gif;
6650: form_big.gif;
1.224 www 6651: frowny.gif;
1.37 harris41 6652: gif.gif;
6653: gif_big.gif;
1.117 harris41 6654: header.gif;
1.455 albertel 6655: header.png;
1.709 raeburn 6656: heart.png;
1.387 raeburn 6657: helpdesk.gif;
6658: helpgateway.gif;
1.224 www 6659: hrrm.gif;
1.37 harris41 6660: htm.gif;
6661: html.gif;
6662: html_big.gif;
1.224 www 6663: huh.gif;
1.52 harris41 6664: jar.gif;
6665: jar_big.gif;
1.630 droeschl 6666: jpeg.gif;
1.37 harris41 6667: jpg.gif;
6668: jpg_big.gif;
1.62 harris41 6669: latex.gif;
1.269 www 6670: library.gif;
1.619 harmsja 6671: lightGreyBG.png;
1.224 www 6672: lipsrsealed.gif;
1.117 harris41 6673: lite.gif;
1.37 harris41 6674: liteani.gif;
1.117 harris41 6675: litetext.gif;
1.62 harris41 6676: lolpanel.gif;
1.37 harris41 6677: lonanim.gif;
6678: lonanimend.gif;
1.117 harris41 6679: loncapalogo.gif;
1.37 harris41 6680: lonhelplogos.gif;
1.60 harris41 6681: lonhelptop.gif;
1.37 harris41 6682: lonlogo.gif;
6683: lonlogos.gif;
1.619 harmsja 6684: lonUtilityIcon.png;
1.117 harris41 6685: lowerleft.gif;
6686: lowerright.gif;
1.360 albertel 6687: mailbkgrd.gif;
6688: mailto.gif;
1.236 www 6689: minilogo.gif;
1.37 harris41 6690: meta.gif;
6691: meta_big.gif;
6692: mov.gif;
6693: mov_big.gif;
6694: move_up.gif;
6695: move_down.gif;
1.630 droeschl 6696: mpeg.gif;
6697: mpg.gif;
1.177 bowersj2 6698: navmap.correct.gif;
1.467 www 6699: navmap.partial.gif;
1.251 bowersj2 6700: navmap.ellipsis.gif;
1.177 bowersj2 6701: navmap.open.gif;
1.251 bowersj2 6702: navmap.page.open.gif;
6703: navmap.page.closed.gif;
6704: navmap.page.open.nomanip.gif;
6705: navmap.page.closed.nomanip.gif;
1.177 bowersj2 6706: navmap.wrong.gif;
1.180 bowersj2 6707: navmap.folder.open.gif;
6708: navmap.folder.closed.gif;
1.229 bowersj2 6709: navmap.folder.open.nomanip.gif;
6710: navmap.folder.closed.nomanip.gif;
1.292 www 6711: neutral.gif;
1.688 raeburn 6712: open.gif;
1.709 raeburn 6713: opinion-agree.png;
6714: opinion-disagree.png;
1.37 harris41 6715: page.gif;
6716: page_big.gif;
6717: pdf.gif;
6718: pdf_big.gif;
1.54 harris41 6719: png.gif;
6720: png_big.gif;
1.343 www 6721: ppt.gif;
6722: ppt_big.gif;
1.37 harris41 6723: problem.gif;
6724: problem_big.gif;
6725: ps.gif;
6726: ps_big.gif;
1.224 www 6727: rolleyes.gif;
1.709 raeburn 6728: rose.png;
1.630 droeschl 6729: qt.gif;
6730: qti.gif;
6731: qtm.gif;
1.37 harris41 6732: quill.gif;
6733: quiz.gif;
6734: quiz_big.gif;
6735: select.gif;
6736: sequence.gif;
6737: sequence_big.gif;
6738: server.gif;
6739: server_big.gif;
1.224 www 6740: shocked.gif;
6741: smiley.gif;
1.630 droeschl 6742: spreadsheet.gif;
1.37 harris41 6743: srvbad.gif;
6744: srvempty.gif;
6745: srvgood.gif;
6746: srvhalf.gif;
6747: srvnull.gif;
1.609 riegler 6748: stift.gif;
1.37 harris41 6749: survey.gif;
6750: survey_big.gif;
1.688 raeburn 6751: tabbgleft.gif;
6752: tabbgright.gif;
1.429 www 6753: task.gif;
6754: task_big.gif;
1.37 harris41 6755: tex.gif;
6756: tex_big.gif;
1.210 www 6757: tth.gif;
1.630 droeschl 6758: text.gif;
1.697 raeburn 6759: transparent1x1.gif;
1.37 harris41 6760: txt.gif;
6761: txt_big.gif;
1.57 harris41 6762: unknown.gif;
6763: unknown_big.gif;
1.117 harris41 6764: upperleft.gif;
6765: upperright.gif;
1.37 harris41 6766: user.gif;
6767: user_big.gif;
6768: wav.gif;
6769: wav_big.gif;
6770: white_space_20_22.gif;
1.629 droeschl 6771: whitespace_21.gif;
1.37 harris41 6772: whitespace1.gif;
6773: whitespace10.gif;
6774: whitespace2.gif;
6775: whitespace3.gif;
6776: whitespace4.gif;
6777: whitespace5.gif;
6778: whitespace6.gif;
6779: whitespace7.gif;
6780: whitespace8.gif;
6781: whitespace9.gif;
1.224 www 6782: wink.gif;
1.630 droeschl 6783: wmv.gif;
1.343 www 6784: xls.gif;
6785: xls_big.gif;
1.37 harris41 6786: xml.gif;
6787: xml_big.gif;
6788: zip.gif;
1.10 harris41 6789: zip_big.gif
6790: </filenames>
6791: </fileglob>
6792: <fileglob>
1.60 harris41 6793: <glob>*.*</glob>
1.10 harris41 6794: <sourcedir>loncom/html/adm/lonMisc/</sourcedir>
6795: <targetdir dist='default'>home/httpd/html/adm/lonMisc/</targetdir>
6796: <categoryname>graphic file</categoryname>
6797: <description>
1.132 harris41 6798: Miscellaneous resources.
1.10 harris41 6799: </description>
6800: <filenames>
1.80 harris41 6801: authorfeed.gif;
1.373 albertel 6802: blackdot.gif;
1.80 harris41 6803: bomb.gif;
1.320 www 6804: smallFAQ.gif;
6805: smallBug.gif;
1.40 harris41 6806: cat_button.gif;
1.539 www 6807: cat_button.png;
1.80 harris41 6808: chat.gif;
1.111 harris41 6809: eval_button.gif;
1.539 www 6810: eval_button.png;
1.80 harris41 6811: feedback.gif;
1.40 harris41 6812: pprm_button.gif;
1.539 www 6813: pprm_button.png;
1.40 harris41 6814: pgrd_button.gif;
1.539 www 6815: pgrd_button.png;
1.540 albertel 6816: subm_button.gif;
1.539 www 6817: subm_button.png;
1.10 harris41 6818: </filenames>
6819: </fileglob>
6820: <file>
1.413 albertel 6821: <source>loncom/xml/algebra/AlgParser.pm</source>
1.411 albertel 6822: <target dist='default'>home/httpd/lib/perl/AlgParser.pm</target>
6823: <categoryname>system file</categoryname>
6824: <description>
6825: perl module for invoking functions specific to Algebra-to-TeX-to-HTML conversion
6826: </description>
6827: <status>works/unverified</status>
6828: </file>
6829: <file>
1.299 matthew 6830: <source>modules/TexConvert/tthperl/tth.pm</source>
1.298 matthew 6831: <target dist='default'>home/httpd/lib/perl/tth.pm</target>
1.10 harris41 6832: <categoryname>system file</categoryname>
6833: <description>
6834: perl module for invoking functions specific to TeX-to-HTML conversion
6835: </description>
6836: <note>
6837: Has the same dependencies and build process as tth.so.
6838: Currently, only the tth.so file specifications invoke
1.49 harris41 6839: the build process however. A static version is checked into loncom/xml
6840: and in this way is treated as though it isn't part of the tth build process.
1.10 harris41 6841: </note>
1.113 harris41 6842: <status>works/unverified</status>
6843: </file>
6844: <file>
6845: <source>loncom/xml/LCParser.pm</source>
6846: <target dist='default'>home/httpd/lib/perl/HTML/LCParser.pm</target>
1.125 harris41 6847: <categoryname>system file</categoryname>
6848: <description>
6849: perl module for parsing HTML in a way that really works and is thoroughly
6850: tested
6851: </description>
6852: <status>works/unverified</status>
1.234 foxr 6853: </file>
6854: <file>
1.360 albertel 6855: <source>loncom/lonlocal.pm</source>
6856: <target dist='default'>home/httpd/lib/perl/LONCAPA/lonlocal.pm</target>
6857: <categoryname>system file</categoryname>
6858: <description>
6859: lonc/d handler for doing a local filesystem based init:
6860: </description>
6861: <status>works/verified</status>
6862: </file>
6863: <file>
6864: <source>loncom/lonssl.pm</source>
6865: <target dist='default'>home/httpd/lib/perl/LONCAPA/lonssl.pm</target>
6866: <categoryname>system file</categoryname>
6867: <description>
6868: lonc/d handler for doing a remote SSL based init:
6869: </description>
6870: <status>works/verified</status>
6871: </file>
6872: <file>
1.234 foxr 6873: <source>loncom/LondConnection.pm</source>
1.239 albertel 6874: <target dist='default'>home/httpd/lib/perl/LONCAPA/LondConnection.pm</target>
1.234 foxr 6875: <categoryname>system file</categoryname>
6876: <description>
6877: Manages a connection between a lonc proxy daemon and the lond server
6878: in the remote node.
1.252 www 6879: </description>
6880: <status>works/verified</status>
6881: </file>
6882: <file>
6883: <source>loncom/LondTransaction.pm</source>
6884: <target dist='default'>home/httpd/lib/perl/LONCAPA/LondTransaction.pm</target>
6885: <categoryname>system file</categoryname>
6886: <description>
6887: Handles a single lon-capa insternal transaction
1.234 foxr 6888: </description>
6889: <status>works/verified</status>
6890: </file>
6891: <file>
6892: <source>loncom/types/HashIterator.pm</source>
1.239 albertel 6893: <target dist='default'>home/httpd/lib/perl/LONCAPA/HashIterator.pm</target>
1.234 foxr 6894: <categoryname>system file</categoryname>
6895: <description>
6896: Provides support to iterate through opaque hashes hidden e.g. within
6897: object private data.
6898: </description>
6899: <status>works/verified</status>
6900: </file>
6901: <file>
6902: <source>loncom/types/Queue.pm</source>
1.239 albertel 6903: <target dist='default'>home/httpd/lib/perl/LONCAPA/Queue.pm</target>
1.234 foxr 6904: <categoryname>system file</categoryname>
6905: <description>
6906: Provides a FIFO queue class.
6907: </description>
6908: <status>works/verified</status>
6909: </file>
6910: <file>
6911: <source>loncom/types/Stack.pm</source>
1.239 albertel 6912: <target dist='default'>home/httpd/lib/perl/LONCAPA/Stack.pm</target>
1.234 foxr 6913: <categoryname>system file</categoryname>
6914: <description>
6915: Provides a LIFO stack class.
6916: </description>
6917: <status>works/verified</status>
1.239 albertel 6918: </file>
1.234 foxr 6919: <file>
6920: <source>loncom/loncnew</source>
1.240 albertel 6921: <target dist='default'>home/httpd/perl/loncnew</target>
6922: <categoryname>script</categoryname>
1.234 foxr 6923: <description>
6924: Proxy server for remote loncapa requests.
1.250 albertel 6925: Needs CPAN Event module.
1.234 foxr 6926: </description>
1.125 harris41 6927: </file>
6928: <file>
6929: <source>loncom/configuration/Configuration.pm</source>
6930: <target dist='default'>home/httpd/lib/perl/LONCAPA/Configuration.pm</target>
1.113 harris41 6931: <categoryname>system file</categoryname>
6932: <description>
1.126 harris41 6933: Configuration file reader (looks in /etc/httpd/conf/); accepts
6934: a list of *.conf files to inspect for PerlSetVar key/value
6935: entries.
1.316 www 6936: </description>
6937: <status>works/unverified</status>
6938: </file>
6939: <file>
1.647 raeburn 6940: <source>loncom/configuration/Firewall.pm</source>
6941: <target dist='default'>home/httpd/lib/perl/LONCAPA/Firewall.pm</target>
6942: <categoryname>system file</categoryname>
6943: <description>
6944: Provides methods to open and close firewall ports used for
6945: for socket-based communication between LON-CAPA servers
6946: </description>
6947: <status>works/unverified</status>
6948: </file>
6949: <file>
1.316 www 6950: <source>loncom/ConfigFileEdit.pm</source>
6951: <target dist='default'>home/httpd/lib/perl/LONCAPA/ConfigFileEdit.pm</target>
6952: <categoryname>system file</categoryname>
6953: <description>
6954: Configuration file editing module
1.113 harris41 6955: </description>
1.10 harris41 6956: <status>works/unverified</status>
6957: </file>
6958: <file>
6959: <source>modules/TexConvert/tthperl/tth.so</source>
1.298 matthew 6960: <target dist='default'>home/httpd/lib/perl/tth.so</target>
1.10 harris41 6961: <categoryname>system file</categoryname>
6962: <description>
6963: shared library file for dynamic loading and unloading
6964: </description>
6965: <note>
6966: The source and file dependencies are not available to most
6967: CVS users. (You can safely rely on the existing binaries
6968: present on your system... don't worry about warnings
6969: related to this file during the build process.)
6970: </note>
1.441 albertel 6971: <build trigger='always run'>
1.10 harris41 6972: modules/TexConvert/tthperl/commands
6973: </build>
6974: <status>works/unverified</status>
1.439 albertel 6975: <dependencies>
1.440 albertel 6976: commands;
1.439 albertel 6977: compiles/tth.so.i386;
1.598 raeburn 6978: compiles/tth.so.x86_64;
1.649 raeburn 6979: compiles/tth.so.i386.perl.5.10;
6980: compiles/tth.so.x86_64.perl.5.10;
1.715 raeburn 6981: compiles/tth.so.i386.perl.5.12;
6982: compiles/tth.so.x86_64.perl.5.12;
1.765 raeburn 6983: compiles/tth.so.i386.perl.5.14;
6984: compiles/tth.so.x86_64.perl.5.14;
1.739 raeburn 6985: compiles/tth.so.i386.debian5;
6986: compiles/tth.so.x86_64.debian5
1.439 albertel 6987: </dependencies>
1.10 harris41 6988: </file>
6989: <file>
6990: <source>loncom/homework/caparesponse/capa.pm</source>
1.298 matthew 6991: <target dist='default'>home/httpd/lib/perl/capa.pm</target>
1.10 harris41 6992: <categoryname>system file</categoryname>
6993: <description>
6994: perl module for invoking functions specific to CAPA
6995: </description>
1.49 harris41 6996: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10 harris41 6997: <note>
6998: Has the same dependencies and build process as capa.so.
6999: Currently, only the capa.so file specifications invoke
7000: the build process however.
7001: </note>
7002: </file>
7003: <file>
7004: <source>loncom/homework/caparesponse/capa.bs</source>
1.298 matthew 7005: <target dist='default'>home/httpd/lib/perl/capa.bs</target>
1.10 harris41 7006: <categoryname>system file</categoryname>
7007: <description>
1.27 harris41 7008: bootstrap file associated with dynamic loading of this module on multiple
7009: architectures
1.10 harris41 7010: </description>
1.49 harris41 7011: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10 harris41 7012: <note>
7013: Has the same dependencies and build process as capa.so.
7014: Currently, only the capa.so file specifications invoke
7015: the build process however.
7016: </note>
7017: </file>
7018: <file>
7019: <source>loncom/homework/caparesponse/capa.so</source>
1.298 matthew 7020: <target dist='default'>home/httpd/lib/perl/capa.so</target>
1.10 harris41 7021: <categoryname>system file</categoryname>
7022: <description>
7023: shared library file for dynamic loading and unloading
7024: </description>
7025: <build trigger='always run'>
7026: loncom/homework/caparesponse/commands
7027: </build>
7028: <dependencies>
1.39 harris41 7029: caparesponse.c;
1.119 harris41 7030: caparesponse.pm;
7031: README;
7032: Makefile.PL;
7033: capa.i;
1.120 harris41 7034: commands;
1.222 albertel 7035: ../../../CAPA/pProj/Makefile;
1.120 harris41 7036: ../../../CAPA/pProj/capaGrammarDef.y;
7037: ../../../CAPA/pProj/capaFormula.y;
7038: ../../../CAPA/pProj/capaLexerDef.flex;
7039: ../../../CAPA/pProj/capaFunction.c;
7040: ../../../CAPA/pProj/capaParserUtils.c;
7041: ../../../CAPA/pProj/capaMapExpr.c;
7042: ../../../CAPA/pProj/capaUnit.c;
7043: ../../../CAPA/pProj/com.c;
7044: ../../../CAPA/pProj/linpack.c;
7045: ../../../CAPA/pProj/ranlib.c;
7046: ../../../CAPA/pProj/capaCgiUtils.c;
7047: ../../../CAPA/pProj/capaSubjective.c;
7048: ../../../CAPA/pProj/capaRQO.c;
7049: ../../../CAPA/pProj/capaFormulaLexer.c;
1.123 harris41 7050: ../../../CAPA/pProj/capaCommon.c;
7051: ../../../CAPA/pProj/capaCommon.h;
7052: ../../../CAPA/pProj/ranlib.h;
7053: ../../../CAPA/pProj/capaCGI.h;
7054: ../../../CAPA/pProj/capaFunction.h;
7055: ../../../CAPA/pProj/capaRQO.h;
7056: ../../../CAPA/pProj/capaParser.h;
7057: ../../../CAPA/pProj/lex_debug.h
1.10 harris41 7058: </dependencies>
7059: </file>
1.416 albertel 7060: <file>
7061: <source>loncom/cgi/mimeTeX/mimetex.cgi</source>
7062: <target dist='default'>home/httpd/cgi-bin/mimetex.cgi</target>
7063: <categoryname>script</categoryname>
7064: <description>
7065: cgi binary for doing TeX -> math translation
7066: </description>
7067: <build trigger='always run'>
7068: loncom/cgi/mimeTeX/commands
7069: </build>
7070: <dependencies>
1.439 albertel 7071: commands;
7072: gfuntype.c;
7073: gifsave.c;
1.608 raeburn 7074: loncapanewcommands.h;
1.439 albertel 7075: mimetex.c;
7076: mimetex.h;
7077: mimetex.html;
7078: README;
7079: texfonts.h;
1.461 albertel 7080: LICENSE;
1.626 raeburn 7081: VERSION;
1.416 albertel 7082: </dependencies>
7083: </file>
1.10 harris41 7084: <fileglob>
7085: <glob>*.ent</glob>
7086: <sourcedir>loncom/MathML/</sourcedir>
7087: <targetdir dist='default'>home/httpd/html/adm/MathML/</targetdir>
7088: <categoryname>system file</categoryname>
7089: <description>
1.27 harris41 7090: xml files which assign unicode numbers to mathematical symbols using
7091: <! ENTITY... > type syntax.
1.10 harris41 7092: </description>
7093: <filenames>
1.37 harris41 7094: isoamsa.ent;
7095: isoamsb.ent;
7096: isoamsc.ent;
7097: isoamsn.ent;
7098: isoamso.ent;
7099: isoamsr.ent;
7100: isobox.ent;
7101: isocyr1.ent;
7102: isocyr2.ent;
7103: isodia.ent;
7104: isogrk1.ent;
7105: isogrk2.ent;
7106: isogrk3.ent;
7107: isogrk4.ent;
7108: isolat1.ent;
7109: isolat2.ent;
7110: isomfrk.ent;
7111: isomopf.ent;
7112: isomscr.ent;
7113: isonum.ent;
7114: isopub.ent;
7115: isotech.ent;
7116: mmlalias.ent;
1.10 harris41 7117: mmlextra.ent
7118: </filenames>
1.37 harris41 7119: </fileglob>
1.10 harris41 7120: <file>
7121: <source>loncom/MathML/mathml.css</source>
7122: <target dist='default'>home/httpd/html/adm/MathML/mathml.css</target>
7123: <categoryname>system file</categoryname>
7124: <description>
7125: cascading style sheet
7126: </description>
7127: </file>
7128: <file>
7129: <source>loncom/MathML/mathml.dtd</source>
7130: <target dist='default'>home/httpd/html/adm/MathML/mathml.dtd</target>
7131: <categoryname>system file</categoryname>
7132: <description>
7133: document type definition
7134: </description>
7135: </file>
1.4 harris41 7136: <file>
1.10 harris41 7137: <source>loncom/auth/londes.js</source>
7138: <target dist='default'>home/httpd/html/res/adm/includes/londes.js</target>
7139: <categoryname>interface file</categoryname>
1.6 harris41 7140: <description>
1.27 harris41 7141: Encryption Routines according to Data Encryption Standard DES, written in
7142: javascript.
1.6 harris41 7143: </description>
1.4 harris41 7144: </file>
7145: <file>
1.10 harris41 7146: <source>loncom/homework/lectureonline.lcpm</source>
1.27 harris41 7147: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.lcpm
7148: </target>
1.10 harris41 7149: <categoryname>handler</categoryname>
1.6 harris41 7150: <description>
1.115 harris41 7151: Intended for providing perl functions for the <script></script>
7152: environment in a problem that was converted from lectureonline.
1.6 harris41 7153: </description>
1.4 harris41 7154: </file>
7155: <file>
1.10 harris41 7156: <source>loncom/homework/default_homework.lcpm</source>
1.27 harris41 7157: <target dist='default'>home/httpd/html/res/adm/includes/default_homework.lcpm
7158: </target>
1.10 harris41 7159: <categoryname>handler</categoryname>
1.6 harris41 7160: <description>
1.14 harris41 7161: Provides many functions for the <script> environment in a .problem.
1.11 harris41 7162: Functions are documented in CVS:loncapa/doc/homework/homework5.html.
1.6 harris41 7163: </description>
1.4 harris41 7164: </file>
1.472 albertel 7165:
7166: <file>
7167: <source>loncom/homework/task.css</source>
1.475 albertel 7168: <target dist='default'>home/httpd/html/res/adm/includes/task.css</target>
1.472 albertel 7169: <categoryname>handler</categoryname>
7170: <description>
7171: Style definitions for task display
7172: </description>
7173: </file>
7174: <file>
1.514 albertel 7175: <source>loncom/homework/task_ie.css</source>
7176: <target dist='default'>home/httpd/html/res/adm/includes/task_ie.css</target>
7177: <categoryname>handler</categoryname>
7178: <description>
7179: Style definitions for task display for IE 6 and earlier
7180: </description>
7181: </file>
7182: <file>
1.515 albertel 7183: <source>loncom/homework/task_ie7.css</source>
1.514 albertel 7184: <target dist='default'>home/httpd/html/res/adm/includes/task_ie7.css</target>
7185: <categoryname>handler</categoryname>
7186: <description>
7187: Style definitions for task display for IE 7
7188: </description>
7189: </file>
7190: <file>
1.472 albertel 7191: <source>loncom/homework/task_grading.js</source>
1.475 albertel 7192: <target dist='default'>home/httpd/html/res/adm/includes/task_grading.js</target>
1.472 albertel 7193: <categoryname>handler</categoryname>
7194: <description>
7195: Javascript to make the grading screen of task easier to use
7196: </description>
7197: </file>
1.4 harris41 7198: <file>
1.10 harris41 7199: <source>loncom/homework/capa.units</source>
7200: <target dist='default'>home/httpd/html/res/adm/includes/capa.units</target>
7201: <categoryname>static conf</categoryname>
1.6 harris41 7202: <description>
1.10 harris41 7203: Define unit prefixing and conversion for CAPA problem handling.
1.6 harris41 7204: </description>
1.4 harris41 7205: </file>
1.165 www 7206: <fileglob>
7207: <glob>*.jpg</glob>
7208: <sourcedir>loncom/html/adm/lonInterFace/</sourcedir>
7209: <targetdir dist='default'>home/httpd/html/adm/lonInterFace/</targetdir>
7210: <categoryname>graphic file</categoryname>
7211: <description>Pages headers</description>
7212: <filenames>
7213: admin.jpg;
7214: author.jpg;
7215: coordinator.jpg;
7216: header.jpg;
7217: student.jpg;
1.166 www 7218: </filenames>
7219: </fileglob>
7220: <fileglob>
1.230 www 7221: <glob>*.jpg</glob>
7222: <sourcedir>loncom/html/adm/lonDomLogos/</sourcedir>
7223: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir>
7224: <categoryname>graphic file</categoryname>
7225: <description>Logos of LON-CAPA domains (jpg)</description>
7226: <filenames>
7227: headermsu.jpg;
1.422 www 7228: headertccfl.jpg;
1.442 www 7229: header_fsu.jpg;
7230: header_fsuK12.jpg;
1.444 www 7231: headerhope.jpg;
1.466 www 7232: jmsbanner.jpg;
1.230 www 7233: </filenames>
7234: </fileglob>
7235: <fileglob>
1.166 www 7236: <glob>*.gif</glob>
7237: <sourcedir>loncom/html/adm/lonDomLogos/</sourcedir>
7238: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir>
7239: <categoryname>graphic file</categoryname>
1.230 www 7240: <description>Logos of LON-CAPA domains (gif)</description>
1.168 www 7241: <filenames>
1.197 albertel 7242: 103.gif;
7243: gerd.gif;
7244: mio.gif;
7245: msuvu.gif;
7246: ohiou.gif;
7247: rhs.gif;
7248: sfu.gif;
7249: tmcc.gif;
7250: umich.gif;
7251: worf.gif;
7252: annarbor.gif;
7253: elps.gif;
7254: gwu.gif;
7255: msudemo.gif;
7256: ndsu.gif;
7257: physnet.gif;
7258: sc.gif;
7259: Selwyn.gif;
7260: ucf.gif;
7261: unihalle.gif;
7262: wscc.gif;
7263: cps.gif;
7264: fsu.gif;
1.442 www 7265: fsuK12.gif;
1.444 www 7266: hope.gif;
1.410 www 7267: vcu.gif;
1.197 albertel 7268: lsd.gif;
7269: msu.gif;
1.466 www 7270: jms.gif;
1.197 albertel 7271: nsdl.gif;
7272: pmm.gif;
7273: sunysb.gif;
7274: udel.gif;
1.223 albertel 7275: uz.gif;
7276: fvl.gif;
1.270 www 7277: csm.gif;
1.272 www 7278: nau.gif;
1.344 www 7279: nagoya.gif;
1.415 www 7280: kanazawa.gif;
1.381 www 7281: colorado.gif;
1.352 www 7282: acadiau.gif;
1.354 www 7283: psuerie.gif;
1.353 www 7284: redford.gif;
1.341 www 7285: huji.gif;
7286: ifusp.gif;
7287: ucsc.gif;
1.403 www 7288: uiuc.gif;
1.438 albertel 7289: uiucheader.gif;
1.445 www 7290: koinonia.gif;
1.303 www 7291: waverly.gif;
1.302 www 7292: cmich.gif;
1.285 www 7293: UNICAMP.gif;
1.364 www 7294: lakefenton.gif;
7295: grandblanc.gif;
1.223 albertel 7296: glps.gif;
1.275 www 7297: BCHS.gif;
1.223 albertel 7298: headersfu.gif;
1.311 albertel 7299: uwsp.gif;
1.417 www 7300: tccfl.gif;
1.325 www 7301: bsu.gif;
7302: wmston.gif;
1.423 www 7303: headerharvard.gif;
7304: harvard.gif;
1.426 www 7305: uga.gif;
7306: headeruga.gif;
1.433 albertel 7307: covenantchristianhs.gif;
1.168 www 7308: </filenames>
7309: </fileglob>
7310: <fileglob>
7311: <glob>*.tab</glob>
7312: <sourcedir>loncom/html/adm/lonDomColors/</sourcedir>
7313: <targetdir dist='default'>home/httpd/lonTabs/lonDomColors/</targetdir>
7314: <categoryname>conf</categoryname>
7315: <description>Designs of LON-CAPA domains</description>
1.166 www 7316: <filenames>
1.197 albertel 7317: annarbor.tab;
7318: default.tab;
7319: msu.tab;
1.270 www 7320: csm.tab;
1.341 www 7321: huji.tab;
1.272 www 7322: nau.tab;
1.344 www 7323: nagoya.tab;
1.445 www 7324: koinonia.tab;
1.415 www 7325: kanazawa.tab;
1.381 www 7326: colorado.tab;
1.352 www 7327: acadiau.tab;
1.354 www 7328: psuerie.tab;
1.353 www 7329: redford.tab;
1.302 www 7330: cmich.tab;
1.341 www 7331: ifusp.tab;
1.466 www 7332: jms.tab;
1.341 www 7333: ucsc.tab;
1.403 www 7334: uiuc.tab;
1.285 www 7335: UNICAMP.tab;
1.364 www 7336: lakefenton.tab;
7337: grandblanc.tab;
1.274 www 7338: fsu.tab;
1.442 www 7339: fsuK12.tab;
1.444 www 7340: hope.tab;
1.410 www 7341: vcu.tab;
1.197 albertel 7342: sfu.tab;
1.325 www 7343: wmston.tab;
7344: worf.tab;
1.417 www 7345: tccfl.tab;
1.423 www 7346: harvard.tab;
1.426 www 7347: uga.tab;
1.455 albertel 7348: tmcc.tab;
1.165 www 7349: </filenames>
7350: </fileglob>
1.10 harris41 7351: <fileglob>
7352: <glob>*.gif</glob>
1.797.2.1 raeburn 7353: <sourcedir>loncom/html/adm/lonLCDfont/</sourcedir>
7354: <targetdir dist='default'>home/httpd/html/adm/lonLCDfont/</targetdir>
7355: <categoryname>graphic file</categoryname>
7356: <description>LON-CAPA remote control LCD font</description>
7357: <filenames>
7358: 0.gif;
7359: 1.gif;
7360: 2.gif;
7361: 3.gif;
7362: 4.gif;
7363: 5.gif;
7364: 6.gif;
7365: 7.gif;
7366: 8.gif;
7367: 9.gif;
7368: a.gif;
7369: b.gif;
7370: c.gif;
7371: d.gif;
7372: e.gif;
7373: f.gif;
7374: g.gif;
7375: h.gif;
7376: i.gif;
7377: j.gif;
7378: k.gif;
7379: l.gif;
7380: m.gif;
7381: n.gif;
7382: o.gif;
7383: p.gif;
7384: q.gif;
7385: r.gif;
7386: s.gif;
7387: t.gif;
7388: u.gif;
7389: v.gif;
7390: w.gif;
7391: x.gif;
7392: y.gif;
7393: z.gif;
7394: ö.gif;
7395: ä.gif;
7396: ü.gif;
7397: ä.gif;
7398: ö.gif;
7399: ü.gif;
7400: colon.gif;
7401: hyphen.gif;
7402: slash.gif;
7403: space.gif;
7404: </filenames>
7405: </fileglob>
7406: <fileglob>
7407: <glob>*.gif</glob>
1.304 www 7408: <sourcedir>loncom/html/res/adm/pages/pt/</sourcedir>
7409: <targetdir dist='default'>home/httpd/html/res/adm/pages/pt/</targetdir>
7410: <categoryname>graphic file</categoryname>
7411: <description>icons used for the Portuguese LON-CAPA user interface</description>
7412: <filenames>
7413: anno_pt.gif;
7414: anot_pt.gif;
7415: bchat_pt.gif;
7416: catalog_pt.gif;
7417: ccrs_pt.gif;
7418: chrt_pt.gif;
7419: com_pt.gif;
7420: courses_pt.gif;
7421: cprv_pt.gif;
7422: cstr_pt.gif;
7423: docs_pt.gif;
7424: egrd_pt.gif;
7425: enrl_pt.gif;
7426: eval_pt.gif;
7427: fdbk_pt.gif;
7428: grds_pt.gif;
7429: keys_pt.gif;
7430: logout_pt.gif;
7431: nav_pt.gif;
7432: parm_pt.gif;
7433: pref_pt.gif;
7434: prt_pt.gif;
7435: res_pt.gif;
7436: roles_pt.gif;
7437: spacer_pt.gif;
7438: sprs_pt.gif;
7439: src_pt.gif;
7440: stat_pt.gif;
7441: vbkm_pt.gif;
1.159 www 7442: </filenames>
7443: </fileglob>
7444: <fileglob>
7445: <glob>*.gif</glob>
7446: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
7447: <targetdir dist='default'>home/httpd/html/res/adm/pages/</targetdir>
7448: <categoryname>graphic file</categoryname>
7449: <description>icons used for the entire LON-CAPA user interface</description>
7450: <filenames>
1.797.2.15 raeburn 7451: alnk.gif;
1.797.2.1 raeburn 7452: anno.gif;
7453: anot.gif;
7454: anot2.gif;
7455: back.gif;
7456: bchat.gif;
7457: bkm.gif;
7458: blog.gif;
7459: brws.gif;
7460: catalog.gif;
7461: ccat.gif;
7462: ccrs.gif;
1.37 harris41 7463: chat.gif;
1.797.2.1 raeburn 7464: chrt.gif;
1.631 schulted 7465: close-all-folders.gif;
1.797.2.1 raeburn 7466: close-navigation.gif;
7467: clst.gif;
7468: com.gif;
7469: conf.gif;
7470: courses.gif;
7471: cprv.gif;
7472: crsconf.gif;
7473: cstr.gif;
7474: del.gif;
1.37 harris41 7475: dempty.gif;
1.797.2.1 raeburn 7476: dempty.gif;
7477: docs.gif;
1.777 raeburn 7478: edittoplevel.gif;
1.797.2.1 raeburn 7479: egrd.gif;
1.37 harris41 7480: empty.gif;
1.797.2.1 raeburn 7481: enrl.gif;
7482: eval.gif;
7483: fdbk.gif;
1.37 harris41 7484: feedback.gif;
1.797.2.1 raeburn 7485: forw.gif;
7486: grds.gif;
7487: grps.gif;
1.37 harris41 7488: group.gif;
7489: help.gif;
7490: info.gif;
1.797.2.1 raeburn 7491: keys.gif;
1.37 harris41 7492: ledblink.gif;
7493: ledgreen.gif;
7494: ledoff.gif;
7495: ledon.gif;
1.797.2.1 raeburn 7496: ledsend.gif;
7497: list.gif;
7498: logout.gif;
7499: mail.gif;
1.631 schulted 7500: mark-discussionentries-read.gif;
1.797.2.1 raeburn 7501: mrk.gif;
7502: nav.gif;
7503: new.gif;
1.37 harris41 7504: next.gif;
1.131 www 7505: nothumb.gif;
1.631 schulted 7506: open-all-folders.gif;
7507: open-first-problem.gif;
1.797.2.1 raeburn 7508: pdfupload.gif;
7509: parm.gif;
7510: pcstr.gif;
7511: pgrd.gif;
7512: port.gif;
7513: pparm.gif;
7514: pref.gif;
7515: prt.gif;
7516: pub.gif;
1.37 harris41 7517: qempty.gif;
1.797.2.1 raeburn 7518: rcrs.gif;
1.797.2.16 raeburn 7519: refresh.gif;
1.797.2.1 raeburn 7520: reload.gif;
7521: remotebg.gif;
7522: res.gif;
7523: roles.gif;
7524: rsrv.gif;
7525: rtrv.gif;
7526: sctr.gif;
1.631 schulted 7527: show-all.gif;
7528: show-incomplete-problems.gif;
1.797.2.15 raeburn 7529: slnk.gif;
1.797.2.1 raeburn 7530: spacer.gif;
7531: sprs.gif;
7532: src.gif;
7533: srvr.gif;
7534: start-navigation.gif;
7535: stat.gif;
7536: subm.gif;
7537: title.gif;
1.10 harris41 7538: </filenames>
7539: </fileglob>
1.532 www 7540: <fileglob>
7541: <glob>*.png</glob>
7542: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
7543: <targetdir dist='default'>home/httpd/html/res/adm/pages/</targetdir>
7544: <categoryname>graphic file</categoryname>
7545: <description>main menu graphical icons</description>
7546: <filenames>
7547: anno.png;
7548: bchat.png;
1.567 raeburn 7549: ccat.png;
1.532 www 7550: ccrs.png;
1.537 www 7551: clst.png;
1.532 www 7552: conf.png;
1.549 albertel 7553: courses.png;
1.687 bisitz 7554: crsconf.png;
1.532 www 7555: docs.png;
1.778 raeburn 7556: editmap.png;
1.532 www 7557: eval.png;
1.537 www 7558: grds.png;
1.532 www 7559: grps.png;
7560: mail.png;
7561: new.png;
7562: pgrd.png;
7563: pref.png;
7564: roles.png;
7565: sprs.png;
7566: anot.png;
1.611 tempelho 7567: anot2.png;
1.532 www 7568: blog.png;
7569: chrt.png;
7570: cprv.png;
1.533 www 7571: del.png;
1.532 www 7572: egrd.png;
7573: fdbk.png;
7574: keys.png;
1.533 www 7575: list.png;
1.532 www 7576: mcrs.png;
7577: parm.png;
7578: port.png;
7579: prt.png;
1.628 raeburn 7580: rcrs.png;
1.637 raeburn 7581: rsrv.png;
1.797.2.15 raeburn 7582: slnk.png;
1.532 www 7583: src.png;
1.623 raeburn 7584: srvr.png;
1.537 www 7585: subm.png;
1.780 www 7586: thumbsup.png;
1.782 www 7587: thumbsup_gray.png;
1.793 raeburn 7588: thumbsup_novote.png;
1.780 www 7589: thumbsdown.png;
1.782 www 7590: thumbsdown_gray.png;
1.793 raeburn 7591: thumbsdown_novote.png;
1.532 www 7592: back.png;
7593: catalog.png;
7594: com.png;
7595: cstr.png;
7596: enrl.png;
7597: forw.png;
7598: logout.png;
7599: nav.png;
7600: pcstr.png;
7601: pparm.png;
1.533 www 7602: pub.png;
1.532 www 7603: res.png;
1.533 www 7604: rtrv.png;
1.532 www 7605: sctr.png;
7606: stat.png;
1.645 bisitz 7607: pdfupload.png;
1.683 wenzelju 7608: course_ini.png;
7609: dismath.png;
7610: feedback.png;
7611: mngcu.png;
7612: prob_ana.png;
1.774 www 7613: process-stop.png;
1.683 wenzelju 7614: role_hotlist.png;
7615: self_enroll.png;
7616: survey_rep.png;
7617: subdocs.png;
1.797.2.10 raeburn 7618: tolastloc.png;
1.683 wenzelju 7619: uplusr.png;
1.532 www 7620: </filenames>
7621: </fileglob>
1.617 droeschl 7622: <fileglob>
7623: <glob>*.png</glob>
7624: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
7625: <targetdir dist='default'>home/httpd/html/res/adm/pages/</targetdir>
7626: <categoryname>graphic file</categoryname>
7627: <description>graphical icons used in submenus</description>
7628: <filenames>
1.797.2.15 raeburn 7629: alnk.png;
1.664 droeschl 7630: aboutme.png;
1.620 diwert 7631: addClickerInfoFile.png;
1.702 raeburn 7632: anonsurveythreshold.png;
1.687 bisitz 7633: ccatconf.png;
1.732 raeburn 7634: chat.png;
1.620 diwert 7635: comblock.png;
1.617 droeschl 7636: contact-new.png;
1.797.2.19 raeburn 7637: contact-new-22x22.png;
1.617 droeschl 7638: coprplot.png;
1.687 bisitz 7639: crsnew.png;
1.617 droeschl 7640: dialog-information.png;
1.797.2.19 raeburn 7641: docs-22x22.png;
1.617 droeschl 7642: document-open.png;
7643: document-properties.png;
1.664 droeschl 7644: dropbox.png;
7645: dump.png;
1.617 droeschl 7646: edit-copy.png;
1.664 droeschl 7647: edit-find-replace.png;
1.617 droeschl 7648: edit-find.png;
1.797.2.8 raeburn 7649: edit-mode-22x22.png;
1.617 droeschl 7650: edit-redo.png;
1.797.2.16 raeburn 7651: edit-redo-22x22.png;
1.617 droeschl 7652: edit-select-all.png;
7653: edit-undo.png;
1.797.2.16 raeburn 7654: edit-undo-22x22.png;
1.617 droeschl 7655: emblem-photos.png;
7656: emblem-readonly.png;
7657: emblem-system.png;
1.664 droeschl 7658: extres.png;
1.617 droeschl 7659: folder-new.png;
1.797.2.8 raeburn 7660: folder-new-22x22.png;
1.617 droeschl 7661: format-justify-fill.png;
1.620 diwert 7662: fromfile.png;
1.664 droeschl 7663: groupportfolio.png;
1.687 bisitz 7664: groupportfolioquota.png;
1.667 wenzelju 7665: grp_add.png;
7666: grp_settings.png;
7667: grp_tools.png;
1.664 droeschl 7668: ims.png;
7669: imsexport.png;
1.797.2.8 raeburn 7670: link-new-22x22.png;
1.617 droeschl 7671: list-add.png;
1.797.2.16 raeburn 7672: list-add-22x22.png;
1.664 droeschl 7673: log.png;
1.617 droeschl 7674: mail-message-new.png;
1.797.2.19 raeburn 7675: mail-message-new-22x22.png;
1.617 droeschl 7676: mail-reply-all.png;
1.620 diwert 7677: mail-reply-sender.png;
7678: messalog.png;
1.797.2.14 raeburn 7679: move-22x22.png;
1.664 droeschl 7680: myaboutme.png;
7681: navigation.png;
1.617 droeschl 7682: network-workgroup.png;
1.665 droeschl 7683: page.png;
1.617 droeschl 7684: preferences-desktop-font.png;
7685: preferences-desktop-locale.png;
7686: preferences-desktop-remote-desktop.png;
7687: preferences-desktop-theme.png;
7688: preferences-desktop-wallpaper.png;
7689: preferences-system-windows.png;
1.797.2.16 raeburn 7690: rcrs-22x22.png;
1.664 droeschl 7691: recover.png;
1.663 raeburn 7692: remotecontrol.png;
1.664 droeschl 7693: resversion.png;
1.797.2.16 raeburn 7694: role_hotlist-22x22.png;
1.797.2.19 raeburn 7695: rsrv-22x22.png;
1.797.2.8 raeburn 7696: save-22x22.png;
1.664 droeschl 7697: scoreupfrm.png;
1.668 bisitz 7698: selfenrl-queue.png;
1.797.2.16 raeburn 7699: selfenrl-queue-22x22.png;
1.664 droeschl 7700: sequence.png;
7701: simple.png;
7702: simpprob.png;
1.617 droeschl 7703: start-here.png;
1.797.2.16 raeburn 7704: start-here-22x22.png;
1.617 droeschl 7705: subtimpl.png;
1.664 droeschl 7706: syllabus.png;
7707: symbs.png;
1.617 droeschl 7708: system-lock-screen.png;
7709: system-users.png;
1.797.2.11 raeburn 7710: timer.png;
1.797.2.19 raeburn 7711: trck-22x22.png;
1.687 bisitz 7712: uplcrs.png;
1.664 droeschl 7713: uploadscores.png;
7714: verify.png;
1.797.2.8 raeburn 7715: view-mode-22x22.png;
7716: wishlist.png;
7717: wishlist-link.png;
1.797.2.12 raeburn 7718: wishlist-link-lighter.png;
1.617 droeschl 7719: </filenames>
7720: </fileglob>
1.4 harris41 7721: <file>
1.450 albertel 7722: <source>loncom/html/res/adm/pages/math_example.tex</source>
7723: <target dist='default'>home/httpd/html/res/adm/pages/math_example.tex</target>
7724: <categoryname>interface file</categoryname>
7725: <description>
7726: file with an example math equation in it.
7727: </description>
7728: </file>
1.797.2.6 raeburn 7729: <file>
1.797.2.1 raeburn 7730: <source>loncom/html/res/adm/pages/imgmaps.html</source>
7731: <target dist='default'>home/httpd/html/res/adm/pages/imgmaps.html</target>
7732: <categoryname>interface file</categoryname>
7733: <description>
7734: image maps for the LON-CAPA remote control
7735: </description>
7736: </file>
1.450 albertel 7737: <file>
1.10 harris41 7738: <source>loncom/html/res/adm/pages/index.html</source>
7739: <target dist='default'>home/httpd/html/res/adm/pages/index.html</target>
7740: <categoryname>interface file</categoryname>
1.6 harris41 7741: <description>
1.10 harris41 7742: welcoming page to the LON-CAPA system upon login
1.6 harris41 7743: </description>
1.4 harris41 7744: </file>
1.797.2.1 raeburn 7745: <file>
7746: <source>loncom/html/res/adm/pages/menu.html</source>
7747: <target dist='default'>home/httpd/html/res/adm/pages/menu.html</target>
7748: <categoryname>interface file</categoryname>
7749: <description>
7750: renders the HTML (including image maps) for the LON-CAPA remote control
7751: </description>
7752: </file>
1.10 harris41 7753: <fileglob>
7754: <glob>*.gif</glob>
7755: <sourcedir>loncom/html/res/adm/pages/indexericons/</sourcedir>
1.118 harris41 7756: <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons/
7757: </targetdir>
1.10 harris41 7758: <categoryname>graphic file</categoryname>
7759: <description>
1.132 harris41 7760: icons used for directory indexing and login screen
1.10 harris41 7761: </description>
7762: <filenames>
1.37 harris41 7763: a.gif;
7764: alert.black.gif;
7765: alert.red.gif;
7766: back.gif;
7767: ball.gray.gif;
7768: ball.red.gif;
7769: binary.gif;
7770: binhex.gif;
7771: blank.gif;
7772: bomb.gif;
7773: box1.gif;
7774: box2.gif;
7775: broken.gif;
7776: burst.gif;
7777: c.gif;
7778: comp.blue.gif;
7779: comp.gray.gif;
7780: compressed.gif;
7781: continued.gif;
7782: course.gif;
7783: dir.gif;
7784: down.gif;
7785: dvi.gif;
7786: f.gif;
7787: folder.gif;
7788: folder.open.gif;
7789: folder.sec.gif;
7790: folder_closed.gif;
7791: folder_closed_pressed.gif;
7792: folder_new.gif;
7793: folder_opened.gif;
7794: folder_opened_pressed.gif;
7795: folder_pointer_closed.gif;
7796: folder_pointer_opened.gif;
7797: folder_spacer.gif;
7798: folder_trash.gif;
7799: forward.gif;
7800: generic.gif;
7801: generic.red.gif;
7802: generic.sec.gif;
7803: hand.right.gif;
7804: hand.up.gif;
7805: html.gif;
7806: image1.gif;
7807: image2.gif;
7808: image3.gif;
7809: index.gif;
7810: layout.gif;
7811: left.gif;
7812: link.gif;
7813: mov.gif;
7814: movie1.gif;
7815: p.gif;
7816: patch.gif;
7817: pdf.gif;
7818: portal.gif;
7819: problem.gif;
7820: ps.gif;
7821: quill.gif;
7822: right.gif;
7823: screw1.gif;
7824: screw2.gif;
7825: script.gif;
7826: sound1.gif;
7827: sound2.gif;
7828: sphere1.gif;
7829: sphere2.gif;
7830: tar.gif;
7831: tex.gif;
7832: text.gif;
7833: transfer.gif;
7834: unknown.gif;
7835: up.gif;
7836: uu.gif;
7837: uuencoded.gif;
7838: white_space_20_22.gif;
7839: white_space_22_22.gif;
7840: whitespace1.gif;
7841: whitespace10.gif;
7842: whitespace2.gif;
7843: whitespace3.gif;
7844: whitespace4.gif;
7845: whitespace5.gif;
7846: whitespace6.gif;
7847: whitespace7.gif;
7848: whitespace8.gif;
7849: whitespace9.gif;
7850: world1.gif;
1.10 harris41 7851: world2.gif
7852: </filenames>
7853: </fileglob>
7854: <fileglob>
1.300 albertel 7855: <glob>*.*</glob>
7856: <sourcedir>loncom/html/res/adm/pages/reactionresponse/</sourcedir>
7857: <targetdir dist='default'>home/httpd/html/res/adm/pages/reactionresponse/</targetdir>
7858: <categoryname>interface file</categoryname>
7859: <description>
7860: Associated file for answering reactionresponse style questions
7861: </description>
7862: <filenames>
7863: reaction_editor.html;
7864: reaction_frame.html;
7865: reaction_help.html;
7866: reaction_viewer.html;
7867: reaction_window.html
1.10 harris41 7868: </filenames>
7869: </fileglob>
1.4 harris41 7870: <file>
1.509 raeburn 7871: <source dist='default'>loncom/build/CHECKRPMS</source>
1.171 harris41 7872: <target dist='default'>usr/local/loncapa/bin/CHECKRPMS</target>
1.188 harris41 7873: <categoryname>system script</categoryname>
1.171 harris41 7874: <description>
1.509 raeburn 7875: Checks if RPMs need updating with yum, you, rug, up2date or check-rpms depending on distribution.
1.171 harris41 7876: </description>
7877: <status>tested/documented/beta</status>
1.103 harris41 7878: </file>
7879: <file>
7880: <source>loncom/build/check-rpms</source>
1.152 harris41 7881: <target dist='default'>usr/local/loncapa/bin/check-rpms</target>
1.188 harris41 7882: <categoryname>system script</categoryname>
1.103 harris41 7883: <description>
7884: compare installed rpms with up-to-date distribution
7885: </description>
7886: <status>tested/documented/beta</status>
7887: </file>
7888: <file>
7889: <source>doc/man/check-rpms.1</source>
7890: <target dist='default'>usr/local/man/man1/check-rpms.1</target>
7891: <categoryname>doc</categoryname>
7892: <description>man page for check-rpms</description>
7893: <build trigger='always run'>
1.115 harris41 7894: loncom/build/pod2man.sh check-rpms > ../../doc/man/check-rpms.1 && \
1.112 harris41 7895: echo 'manifying check-rpms'
1.103 harris41 7896: </build>
7897: <status>beta</status>
7898: <dependencies>
7899: ../../loncom/build/check-rpms
7900: </dependencies>
7901: </file>
7902: <file>
7903: <source>doc/scripts/check-rpms.html</source>
1.112 harris41 7904: <target dist='default'>home/httpd/html/adm/help/scripts/check-rpms.html
7905: </target>
1.103 harris41 7906: <categoryname>doc</categoryname>
7907: <description>POD-derived page for check-rpms</description>
7908: <build trigger='always run'>
1.118 harris41 7909: loncom/build/pod2html.sh check-rpms > ../../doc/scripts/check-rpms.html \
7910: && echo 'pod2html checkrpms'
1.103 harris41 7911: </build>
7912: <status>works/unverified</status>
7913: <dependencies>
7914: ../../loncom/build/check-rpms
7915: </dependencies>
1.4 harris41 7916: </file>
7917: <file>
1.10 harris41 7918: <source>loncom/build/loncaparestoreconfigurations</source>
1.206 harris41 7919: <target dist='default'>usr/local/loncapa/sbin/loncaparestoreconfigurations
7920: </target>
1.10 harris41 7921: <categoryname>script</categoryname>
1.6 harris41 7922: <description>
1.206 harris41 7923: Updates .lpmlnew files with previous settings. Also supports alternative
7924: schemes of settings-updating and file-overwriting.
1.6 harris41 7925: </description>
1.206 harris41 7926: <status>works/unverified</status>
1.4 harris41 7927: </file>
7928: <file>
1.348 albertel 7929: <source>loncom/cron/loncapa.built</source>
7930: <target dist='default'>etc/cron.d/loncapa</target>
7931: <categoryname>conf</categoryname>
7932: <description>
7933: file that specifies periodic processes to run for the LON-CAPA machine
7934: </description>
7935: <build trigger='always run'>
7936: loncom/cron/preserve_local_loncapa_cron
7937: </build>
7938: <dependencies>
7939: loncapa;
7940: preserve_local_loncapa_cron
7941: </dependencies>
1.10 harris41 7942: </file>
7943: <file>
1.686 raeburn 7944: <source>loncom/cron/loncapa</source>
7945: <target dist='default'>home/httpd/lib/perl/loncapa_cron-std</target>
7946: <categoryname>handler</categoryname>
7947: <description>
7948: Back-up of standard loncapa cron file (the actual file in use: /etc/cron.d/loncapa may contain local modifications).
7949: </description>
7950: </file>
7951: <file>
1.10 harris41 7952: <source>loncom/ntp/step-tickers</source>
1.175 harris41 7953: <target dist='default'>usr/local/loncapa/doc/conf_examples/ntp_step-tickers
7954: </target>
7955: <categoryname>static conf</categoryname>
1.10 harris41 7956: <description>
7957: file that stimulates running of ntpdate upon init.d/xntpd initiation
7958: </description>
7959: <note>
7960: <table cellpadding='0' cellspacing='0' border='1'>
7961: <tr><td><tt>just one line with the ip address of the server</tt></td></tr>
7962: </table>
7963: </note>
1.48 harris41 7964: </file>
7965: <file>
7966: <source>loncom/pam.d/pwauth</source>
7967: <target dist='default'>etc/pam.d/pwauth</target>
7968: <categoryname>static conf</categoryname>
7969: <description>
7970: file that allows setuid password privileges for pwauth executable
7971: </description>
7972: </file>
7973: <file>
7974: <source>loncom/pam.d/pwchange</source>
7975: <target dist='default'>etc/pam.d/pwchange</target>
7976: <categoryname>static conf</categoryname>
7977: <description>
7978: file that allows setuid password privileges for pwchange (lcpasswd) executable
7979: </description>
1.10 harris41 7980: </file>
7981: <file>
7982: <source>loncom/init.d/loncontrol</source>
7983: <target dist='default'>etc/rc.d/init.d/loncontrol</target>
1.797.2.18 raeburn 7984: <target dist='suse9.2 suse9.3 sles9 sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 suse12.2 debian5 debian6 ubuntu6 ubuntu8 ubuntu10 ubuntu12'>etc/init.d/loncontrol</target>
1.10 harris41 7985: <categoryname>root script</categoryname>
7986: <description>
7987: Controls the launching/halting of lonc, lond, and lonsql processes.
7988: </description>
7989: </file>
7990: <link>
1.545 albertel 7991: <linkto dist='default'>etc/rc.d/init.d/loncontrol</linkto>
1.797.2.18 raeburn 7992: <linkto dist='suse9.2 suse9.3 sles9 sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 suse12.2 debian5 debian6 ubuntu6 ubuntu8 ubuntu10 ubuntu12'>etc/init.d/loncontrol</linkto>
1.10 harris41 7993: <target dist='default'>
1.37 harris41 7994: etc/rc.d/rc0.d/K05loncontrol;
7995: etc/rc.d/rc1.d/K05loncontrol;
7996: etc/rc.d/rc2.d/K05loncontrol;
7997: etc/rc.d/rc3.d/S95loncontrol;
7998: etc/rc.d/rc4.d/S95loncontrol;
7999: etc/rc.d/rc5.d/S95loncontrol;
1.10 harris41 8000: etc/rc.d/rc6.d/K05loncontrol
1.729 raeburn 8001: </target>
1.797.2.18 raeburn 8002: <target='suse9.2 suse9.3 sles9 sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 suse12.2'>
1.735 raeburn 8003: etc/rc.d/rc0.d/K05loncontrol;
8004: etc/rc.d/rc1.d/K05loncontrol;
8005: etc/rc.d/rc2.d/K05loncontrol;
8006: etc/rc.d/rc3.d/S95loncontrol;
8007: etc/rc.d/rc5.d/S95loncontrol;
8008: etc/rc.d/rc6.d/K05loncontrol
8009: </target>
1.797.2.13 raeburn 8010: <target dist='debian5 debian6 ubuntu6 ubuntu8 ubuntu10 ubuntu12'>
1.727 raeburn 8011: etc/rc0.d/K05loncontrol;
8012: etc/rc1.d/K05loncontrol;
1.747 raeburn 8013: etc/rc2.d/S95loncontrol;
1.727 raeburn 8014: etc/rc3.d/S95loncontrol;
8015: etc/rc4.d/S95loncontrol;
8016: etc/rc5.d/S95loncontrol;
8017: etc/rc6.d/K05loncontrol
1.10 harris41 8018: </target>
8019: <categoryname>symbolic link</categoryname>
1.27 harris41 8020: <description>
1.654 raeburn 8021: symbolic links to /etc/rc.d/init.d/loncontrol (redhat/fedora) or /etc/init.d/loncontrol (suse/debian) for run-levels
8022: </description>
1.10 harris41 8023: </link>
1.545 albertel 8024:
1.797.2.18 raeburn 8025: <file dist="suse9.2 suse9.3 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 suse12.2 sles9 sles10 sles11">
1.545 albertel 8026: <source>loncom/init.d/loncontrol</source>
8027: <target>etc/rc.d/</target>
8028: <description>
8029: setup loncontrol to run at boot
8030: </description>
1.797.2.18 raeburn 8031: <installscript dist="suse9.2 suse9.3 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 suse12.2 sles9 sles10 sles11">
1.735 raeburn 8032: -c 'chkconfig --del loncontrol;chkconfig loncontrol 35;chkconfig --list loncontrol'
1.545 albertel 8033: </installscript>
8034: <dependencies>
8035: loncom/init.d/loncontrol
8036: </dependencies>
8037: </file>
8038:
1.580 raeburn 8039: <file>
1.579 raeburn 8040: <source>doc/latex/utf8.def</source>
1.581 raeburn 8041: <target dist='default'>usr/local/loncapa/doc/utf8.def</target>
8042: <target dist='rhes4'>usr/share/texmf/tex/latex/base/utf8.def</target>
1.579 raeburn 8043: <categoryname>system file</categoryname>
8044: <description>
8045: utf8 definitions for LaTeX
8046: </description>
8047: </file>
8048:
1.10 harris41 8049: <file>
1.580 raeburn 8050: <source>doc/latex/utf8enc.dfu</source>
1.581 raeburn 8051: <target dist='default'>usr/local/loncapa/doc/utf8enc.dfu</target>
8052: <target dist='rhes4'>usr/share/texmf/tex/latex/base/utf8enc.dfu</target>
1.580 raeburn 8053: <categoryname>system file</categoryname>
8054: <description>
8055: utf8 declarations for LaTeX
8056: </description>
8057: </file>
8058:
8059: <file>
1.10 harris41 8060: <source>loncom/atalk/config</source>
1.152 harris41 8061: <target dist='default'>usr/local/loncapa/doc/conf_examples/config</target>
1.175 harris41 8062: <categoryname>static conf</categoryname>
1.6 harris41 8063: <description>
1.27 harris41 8064: configuration file to make LON-CAPA server file space accessible to
8065: Appleshares access (Macintosh)
1.6 harris41 8066: </description>
1.315 albertel 8067: </file>
8068: <file>
1.480 albertel 8069: <source>loncom/interface/loncss.pm</source>
8070: <target dist='default'>home/httpd/lib/perl/Apache/loncss.pm</target>
8071: <categoryname>handler</categoryname>
8072: <description>
8073: Generates standard LON-CAPA CSS
8074: </description>
8075: </file>
8076: <file>
1.481 albertel 8077: <source>loncom/LONCAPA.pm</source>
8078: <target dist='default'>home/httpd/lib/perl/LONCAPA.pm</target>
8079: <categoryname>handler</categoryname>
8080: <description>
8081: Some basic Lon-CAPA functionality
8082: </description>
8083: </file>
8084: <file>
1.456 raeburn 8085: <source>loncom/interface/lonnotify.pm</source>
8086: <target dist='default'>home/httpd/lib/perl/Apache/lonnotify.pm</target>
8087: <categoryname>handler</categoryname>
8088: <description>
8089: Interface for Domain Coordinators to (a) send broadcast e-mail to groups
8090: of users, and (b) to display e-mail of this type sent in the past.
8091: </description>
8092: </file>
8093: <file>
1.373 albertel 8094: <source>loncom/interface/lonhelpmenu.pm</source>
8095: <target dist='default'>home/httpd/lib/perl/Apache/lonhelpmenu.pm</target>
8096: <categoryname>handler</categoryname>
8097: <description>
8098: Creates a multipage help screen to help users out.
8099: </description>
8100: </file>
8101: <file>
8102: <source>loncom/interface/lonsupportreq.pm</source>
8103: <target dist='default'>home/httpd/lib/perl/Apache/lonsupportreq.pm</target>
8104: <categoryname>handler</categoryname>
8105: <description>
1.500 raeburn 8106: Handler to make it easy for users to send a request to the helpdesk
8107: </description>
8108: </file>
8109: <file>
1.511 raeburn 8110: <source>loncom/interface/courseclassifier.pm</source>
8111: <target dist='default'>home/httpd/lib/perl/Apache/courseclassifier.pm</target>
8112: <categoryname>handler</categoryname>
8113: <description>
8114: Routines used in generation of dynamic Year, Semester, Departmemt and Course Number select boxes from institutional course codes.
8115: </description>
8116: </file>
8117: <file>
1.500 raeburn 8118: <source>loncom/interface/coursecatalog.pm</source>
8119: <target dist='default'>home/httpd/lib/perl/Apache/coursecatalog.pm</target>
8120: <categoryname>handler</categoryname>
8121: <description>
8122: Display catalog of courses with institutional codes, filtered by domain-specific categories (e.g., year, semester, department etc.).
1.373 albertel 8123: </description>
8124: </file>
8125: <file>
1.516 raeburn 8126: <source>loncom/interface/resetpw.pm</source>
8127: <target dist='default'>home/httpd/lib/perl/Apache/resetpw.pm</target>
8128: <categoryname>handler</categoryname>
8129: <description>
8130: A user with an internally authenticated account and a recorded e-mail address can use a two-step process to set a new password via a token sent to his/her e-mail address.
8131: </description>
8132: </file>
8133: <file>
1.570 raeburn 8134: <source>loncom/interface/createaccount.pm</source>
8135: <target dist='default'>home/httpd/lib/perl/Apache/createaccount.pm</target>
8136: <categoryname>handler</categoryname>
8137: <description>
8138: An e-mail address can be used to create a LON-CAPA account via a two-step process employing a token sent to the e-mail address (the address will be the username). Alternatively, an institutional login can be used (after successful authentication) to create a corresponding LON-CAPA account, if one is missing.
8139: </description>
8140: </file>
8141: <file>
1.315 albertel 8142: <source>loncom/interface/lonmodifycourse.pm</source>
8143: <target dist='default'>home/httpd/lib/perl/Apache/lonmodifycourse.pm</target>
8144: <categoryname>handler</categoryname>
8145: <description>
8146: Interface to modifying a course's internal ENV values for automated
1.500 raeburn 8147: enrollment
1.315 albertel 8148: </description>
1.306 albertel 8149: </file>
8150: <file>
1.524 raeburn 8151: <source>loncom/interface/domainprefs.pm</source>
8152: <target dist='default'>home/httpd/lib/perl/Apache/domainprefs.pm</target>
8153: <categoryname>handler</categoryname>
8154: <description>
8155: Interface for modifying domain configuration
8156: </description>
8157: </file>
8158: <file>
1.623 raeburn 8159: <source>loncom/interface/domainstatus.pm</source>
8160: <target dist='default'>home/httpd/lib/perl/Apache/domainstatus.pm</target>
8161: <categoryname>handler</categoryname>
8162: <description>
8163: Handler for generation of a menu of links to server status utilities
8164: </description>
8165: </file>
1.638 raeburn 8166: <file>
8167: <source>loncom/interface/lonconfigsettings.pm</source>
8168: <target dist='default'>home/httpd/lib/perl/Apache/lonconfigsettings.pm</target>
8169: <categoryname>handler</categoryname>
8170: <description>
8171: Common routines for generating menus to set default configuration settings -
8172: for a domain or for a course.
8173: </description>
8174: </file>
1.623 raeburn 8175: <file>
1.639 raeburn 8176: <source>loncom/interface/lonpdfupload.pm</source>
8177: <target dist='default'>home/httpd/lib/perl/Apache/lonpdfupload.pm</target>
8178: <categoryname>handler</categoryname>
8179: <description>
8180: Interface to upload a PDF form containing responses to problems entered offline using a PDF reader for storage as submissions.
8181: </description>
8182: </file>
8183: <file>
1.306 albertel 8184: <source>loncom/interface/lonpopulate.pm</source>
8185: <target dist='default'>home/httpd/lib/perl/Apache/lonpopulate.pm</target>
8186: <categoryname>handler</categoryname>
8187: <description>
8188: Handler for configuring automated enrollment
8189: </description>
8190: </file>
8191: <file>
8192: <source>loncom/enrollment/Enrollment.pm</source>
8193: <target dist='default'>home/httpd/lib/perl/LONCAPA/Enrollment.pm</target>
8194: <categoryname>handler</categoryname>
8195: <description>
8196: Handler for automated enrollment
8197: </description>
8198: </file>
8199: <file>
8200: <source>loncom/enrollment/localenroll.pm</source>
8201: <target dist='default'>home/httpd/lib/perl/localenroll.pm</target>
8202: <categoryname>conf</categoryname>
8203: <description>
8204: Local handler for automated enrollment.
8205: </description>
8206: </file>
8207: <file>
8208: <source>loncom/enrollment/localenroll.pm</source>
8209: <target dist='default'>home/httpd/lib/perl/localenroll-std.pm</target>
8210: <categoryname>handler</categoryname>
8211: <description>
8212: Local handler for automated enrollment, standard version.
8213: </description>
8214: </file>
8215: <file>
8216: <source>loncom/enrollment/Autoenroll.pl</source>
1.307 albertel 8217: <target dist='default'>home/httpd/perl/Autoenroll.pl</target>
1.306 albertel 8218: <categoryname>script</categoryname>
8219: <description>
1.542 raeburn 8220: Script to perform automated enrollments from institutional classlists.
1.306 albertel 8221: </description>
1.4 harris41 8222: </file>
1.395 albertel 8223: <file>
1.543 raeburn 8224: <source>loncom/enrollment/Autoupdate.pl</source>
8225: <target dist='default'>home/httpd/perl/Autoupdate.pl</target>
8226: <categoryname>script</categoryname>
8227: <description>
8228: Script to perform automated updates of names for existing users in the domain using data provided by the domain's administrative information service.
8229: </description>
8230: </file>
8231: <file>
1.395 albertel 8232: <source>loncom/auth/localstudentphoto.pm</source>
8233: <target dist='default'>home/httpd/lib/perl/localstudentphoto.pm</target>
8234: <categoryname>conf</categoryname>
8235: <description>
8236: Local handler for automated enrollment.
8237: </description>
8238: </file>
8239: <file>
8240: <source>loncom/auth/localstudentphoto.pm</source>
8241: <target dist='default'>home/httpd/lib/perl/localstudentphoto-std.pm</target>
8242: <categoryname>handler</categoryname>
8243: <description>
8244: Local handler for automated enrollment, standard version.
8245: </description>
8246: </file>
1.436 raeburn 8247: <file>
8248: <source>loncom/automation/batchcreatecourse.pm</source>
8249: <target dist='default'>home/httpd/lib/perl/LONCAPA/batchcreatecourse.pm</target>
8250: <categoryname>handler</categoryname>
8251: <description>
8252: Handler for batch creation of courses.
8253: </description>
8254: </file>
8255: <file>
1.779 raeburn 8256: <source>loncom/interface/lonblockingmenu.pm</source>
8257: <target dist='default'>home/httpd/lib/perl/Apache/lonblockingmenu.pm</target>
8258: <categoryname>handler</categoryname>
8259: <description>
8260: Handler for configuration of blocking of access to collaborative tools and/or
8261: resources for the duration of an exam.
8262: </description>
8263: </file>
8264: <file>
1.650 droeschl 8265: <source>loncom/interface/lonblockingstatus.pm</source>
8266: <target dist='default'>home/httpd/lib/perl/Apache/lonblockingstatus.pm</target>
8267: <categoryname>handler</categoryname>
8268: <description>
8269: Used for displaying the communication blocking status.
8270: </description>
8271: </file>
8272: <file>
1.797.2.8 raeburn 8273: <source>loncom/interface/lonwishlist.pm</source>
8274: <target dist='default'>home/httpd/lib/perl/Apache/lonwishlist.pm</target>
8275: <categoryname>handler</categoryname>
8276: <description>
8277: Utilities to modify the wishlist (add new links and folders,
8278: edit, move, sort or delete existing links and folders).
8279: Links from the wishlist can be imported into courses.</description>
8280: <status>works/unverified</status>
8281: </file>
8282: <file>
8283: <source>loncom/interface/lonwishlistdisplay.pm</source>
8284: <target dist='default'>home/httpd/lib/perl/Apache/lonwishlistdisplay.pm</target>
8285: <categoryname>handler</categoryname>
8286: <description>
8287: Module for displaying the wishlist.</description>
8288: <status>works/unverified</status>
8289: </file>
8290: <file>
1.436 raeburn 8291: <source>loncom/automation/Autocreate.pl</source>Autocreate.pl
8292: <target dist='default'>home/httpd/perl/Autocreate.pl</target>
8293: <categoryname>script</categoryname>
8294: <description>
8295: Script for automated course creation.
8296: </description>
8297: </file>
1.400 albertel 8298: <fileglob>
1.512 albertel 8299: <glob>*.pl</glob>
1.401 albertel 8300: <sourcedir>loncom/debugging_tools/</sourcedir>
1.402 albertel 8301: <targetdir dist='default'>home/httpd/perl/debug/</targetdir>
1.400 albertel 8302: <categoryname>script</categoryname>
8303: <description>
8304: Tools for helping debug Lon-CAPA
8305: </description>
8306: <filenames>
8307: activity_to_accesscount.pl;
1.420 albertel 8308: clean_db.pl;
1.513 albertel 8309: db_copy.pl;
1.400 albertel 8310: dump_db.pl;
8311: escape.pl;
8312: excise_from_db.pl;
8313: getties.pl;
8314: login_count.pl;
8315: modify_config_files.pl;
1.767 raeburn 8316: move_construction_spaces.pl;
1.400 albertel 8317: parse_scantron.pl;
8318: seed_accesscount.pl;
8319: stress.pl;
1.644 raeburn 8320: testkerberos.pl;
1.400 albertel 8321: unescape.pl;
8322: user_login_count.pl;
8323: </filenames>
8324: </fileglob>
1.513 albertel 8325: <fileglob>
1.748 raeburn 8326: <glob>*.*</glob>
1.513 albertel 8327: <sourcedir>loncom/debugging_tools/compiled/</sourcedir>
8328: <targetdir dist='default'>home/httpd/perl/debug/</targetdir>
8329: <categoryname>script</categoryname>
8330: <description>
8331: Binary tools for LON-CAPA
8332: </description>
8333: <filenames>
1.544 albertel 8334: create_db_dynamic_64_so.3;
1.513 albertel 8335: </filenames>
8336: </fileglob>
1.430 albertel 8337: <file>
1.748 raeburn 8338: <source>loncom/debugging_tools/compiled/create_db_dynamic</source>
8339: <target dist='default'>home/httpd/perl/debug/create_db_dynamic</target>
8340: <categoryname>script</categoryname>
8341: <description>
8342: Binary tool for LON-CAPA
8343: </description>
8344: </file>
8345: <file>
8346: <source>loncom/debugging_tools/compiled/create_db_dynamic_64</source>
8347: <target dist='default'>home/httpd/perl/debug/create_db_dynamic_64</target>
8348: <categoryname>script</categoryname>
8349: <description>
8350: Binary tool for LON-CAPA
8351: </description>
8352: </file>
8353: <file>
8354: <source>loncom/debugging_tools/compiled/dump_db_static_32</source>
8355: <target dist='default'>home/httpd/perl/debug/dump_db_static_32</target>
8356: <categoryname>script</categoryname>
8357: <description>
8358: Binary tool for LON-CAPA
8359: </description>
8360: </file>
8361: <file>
1.430 albertel 8362: <source>loncom/build/distprobe</source>
8363: <target dist='default'>home/httpd/perl/distprobe</target>
8364: <categoryname>script</categoryname>
8365: <description>
8366: for probing operating system flavor and version
8367: </description>
8368: <note>
8369: </note>
8370: </file>
1.740 raeburn 8371: <file>
8372: <source>loncom/clusteradmin</source>
8373: <target dist='default'>home/httpd/perl/manage_dns/clusteradmin</target>
1.742 raeburn 8374: <categoryname>root script</categoryname>
1.740 raeburn 8375: <description>
8376: Script to update cluster tables: dns_hosts.tab and dns_domain.tab
8377: on a LON-CAPA DNS server.
8378: </description>
1.742 raeburn 8379: <status>works/unverified</status>
1.740 raeburn 8380: </file>
1.14 harris41 8381: </files>
1.1 harris41 8382: </lpml>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>