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