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