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