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