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