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