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