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