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