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