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