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