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