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