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