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