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