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