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