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