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