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