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