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