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