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