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