Annotation of doc/loncapafiles/loncapafiles.lpml, revision 1.981
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.981 ! raeburn 5: <!-- $Id: loncapafiles.lpml,v 1.980 2019/02/21 15:39:56 raeburn Exp $ -->
1.67 harris41 6:
7: <!--
8:
9: Copyright Michigan State University Board of Trustees
10:
11: This file is part of the LearningOnline Network with CAPA (LON-CAPA).
12:
13: LON-CAPA is free software; you can redistribute it and/or modify
14: it under the terms of the GNU General Public License as published by
15: the Free Software Foundation; either version 2 of the License, or
16: (at your option) any later version.
17:
18: LON-CAPA is distributed in the hope that it will be useful,
19: but WITHOUT ANY WARRANTY; without even the implied warranty of
20: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21: GNU General Public License for more details.
22:
23: You should have received a copy of the GNU General Public License
24: along with LON-CAPA; if not, write to the Free Software
25: Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
26:
27: /home/httpd/html/adm/gpl.txt
28:
29: http://www.lon-capa.org/
30:
31: -->
1.14 harris41 32:
33: <!-- Default values must be defined before specific values. -->
34: <!-- If no 'dist' attribute is specified, then it is always installed. -->
35: <!-- If 'dist' attribute is set to 'default', then the specification. -->
36: <!-- is accepted if an alternative distribution is not requested or not -->
37: <!-- defined. -->
1.53 harris41 38:
1.1 harris41 39: <lpml>
1.94 harris41 40: <specialnotices>
1.102 harris41 41: <specialnotice dist='default'>
42: !!! Sometimes an incorrect /etc/hosts file is incorrectly generated !!!
43: !!! This sometimes happens (bad): !!!
44: !!! 127.0.0.1 computer1 localhost.localdomain localhost !!!
45: !!! Should be: !!!
46: !!! 127.0.0.1 localhost.localdomain localhost !!!
47: !!! 35.2.3.80 computer1 computer1.notreal.msu.edu !!!
48: </specialnotice>
1.94 harris41 49: </specialnotices>
1.1 harris41 50: <targetroot>/</targetroot>
51: <sourceroot>/home/user/loncapa/</sourceroot>
1.14 harris41 52: <categories>
1.1 harris41 53: <category name="interface file" type="runtime">
1.5 harris41 54: <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55 harris41 55: <abbreviation>interfacefile</abbreviation>
1.1 harris41 56: </category>
57: <category name="interface file" type="development">
1.5 harris41 58: <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
1.55 harris41 59: <abbreviation>interfacefile</abbreviation>
1.1 harris41 60: </category>
61: <category name="setuid script" type="runtime">
1.5 harris41 62: <chmod dist='default'>6755</chmod><chown dist='default'>root:root</chown>
1.55 harris41 63: <abbreviation>setuid</abbreviation>
1.1 harris41 64: </category>
65: <category name="setuid script" type="development">
1.5 harris41 66: <chmod dist='default'>6755</chmod><chown dist='default'>root:root</chown>
1.55 harris41 67: <abbreviation>setuid</abbreviation>
1.1 harris41 68: </category>
69: <category name="handler" type="runtime">
1.5 harris41 70: <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55 harris41 71: <abbreviation>handler</abbreviation>
1.1 harris41 72: </category>
73: <category name="handler" type="development">
1.89 harris41 74: <chmod dist='default'>0600</chmod><chown dist='default'>www:www</chown>
1.55 harris41 75: <abbreviation>handler</abbreviation>
1.1 harris41 76: </category>
77: <category name="static conf" type="runtime">
1.5 harris41 78: <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55 harris41 79: <abbreviation>static</abbreviation>
1.1 harris41 80: </category>
81: <category name="static conf" type="development">
1.5 harris41 82: <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55 harris41 83: <abbreviation>static</abbreviation>
1.1 harris41 84: </category>
1.301 albertel 85: <category name="www static conf" type="runtime">
86: <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
87: <abbreviation>static</abbreviation>
88: </category>
89: <category name="www static conf" type="development">
90: <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
91: <abbreviation>static</abbreviation>
92: </category>
1.1 harris41 93: <category name="conf" type="runtime">
1.5 harris41 94: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55 harris41 95: <abbreviation>configurable</abbreviation>
1.1 harris41 96: </category>
97: <category name="conf" type="development">
1.5 harris41 98: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55 harris41 99: <abbreviation>configurable</abbreviation>
1.1 harris41 100: </category>
1.718 raeburn 101: <category name="www conf" type="runtime">
102: <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
103: <abbreviation>configurable</abbreviation>
104: </category>
105: <category name="www conf" type="development">
106: <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
107: <abbreviation>configurable</abbreviation>
108: </category>
1.1 harris41 109: <category name="script" type="runtime">
1.89 harris41 110: <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>
1.55 harris41 111: <abbreviation>script</abbreviation>
1.1 harris41 112: </category>
113: <category name="script" type="development">
1.89 harris41 114: <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
1.55 harris41 115: <abbreviation>script</abbreviation>
1.1 harris41 116: </category>
117: <category name="graphic file" type="runtime">
1.5 harris41 118: <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
1.55 harris41 119: <abbreviation>graphicfile</abbreviation>
1.1 harris41 120: </category>
121: <category name="graphic file" type="development">
1.89 harris41 122: <chmod dist='default'>0400</chmod><chown dist='default'>www:www</chown>
1.55 harris41 123: <abbreviation>graphicfile</abbreviation>
1.1 harris41 124: </category>
1.738 raeburn 125: <category name="lexicon file" type="runtime">
126: <chmod dist='default'>0444</chmod><chown dist='default'>www:www</chown>
127: <abbreviation>lexicon</abbreviation>
128: </category>
129: <category name="lexicon file" type="development">
130: <chmod dist='default'>0444</chmod><chown dist='default'>www:www</chown>
131: <abbreviation>lexicon</abbreviation>
132: </category>
1.83 harris41 133: <category name="doc" type="runtime">
134: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
135: <abbreviation>systemfile</abbreviation>
136: </category>
137: <category name="doc" type="development">
138: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
139: <abbreviation>systemfile</abbreviation>
140: </category>
1.1 harris41 141: <category name="system file" type="runtime">
1.5 harris41 142: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55 harris41 143: <abbreviation>systemfile</abbreviation>
1.1 harris41 144: </category>
145: <category name="system file" type="development">
1.5 harris41 146: <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
1.55 harris41 147: <abbreviation>systemfile</abbreviation>
1.1 harris41 148: </category>
1.188 harris41 149: <category name="system script" type="runtime">
150: <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
151: <abbreviation>systemscript</abbreviation>
152: </category>
153: <category name="system script" type="development">
154: <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
155: <abbreviation>systemscript</abbreviation>
156: </category>
1.1 harris41 157: <category name="root script" type="runtime">
1.89 harris41 158: <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
1.55 harris41 159: <abbreviation>rootscript</abbreviation>
1.1 harris41 160: </category>
161: <category name="root script" type="development">
1.89 harris41 162: <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
1.55 harris41 163: <abbreviation>rootscript</abbreviation>
1.1 harris41 164: </category>
165: <category name="symbolic link" type="runtime">
1.5 harris41 166: <chmod dist='default'></chmod><chown dist='default'>root:root</chown>
1.55 harris41 167: <abbreviation>link</abbreviation>
1.1 harris41 168: </category>
169: <category name="symbolic link" type="development">
1.5 harris41 170: <chmod dist='default'></chmod><chown dist='default'>root:root</chown>
1.55 harris41 171: <abbreviation>link</abbreviation>
1.1 harris41 172: </category>
173: <category name="standard" type="runtime">
1.5 harris41 174: <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
1.56 harris41 175: <abbreviation>directory</abbreviation>
1.1 harris41 176: </category>
177: <category name="standard" type="development">
1.5 harris41 178: <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
1.56 harris41 179: <abbreviation>directory</abbreviation>
1.1 harris41 180: </category>
181: <category name="server standard" type="runtime">
1.5 harris41 182: <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
1.56 harris41 183: <abbreviation>directory</abbreviation>
1.1 harris41 184: </category>
185: <category name="server standard" type="development">
1.5 harris41 186: <chmod dist='default'>0755</chmod><chown dist='default'>www:www</chown>
1.56 harris41 187: <abbreviation>directory</abbreviation>
1.1 harris41 188: </category>
189: <category name="server readonly" type="runtime">
1.5 harris41 190: <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>
1.56 harris41 191: <abbreviation>directory</abbreviation>
1.1 harris41 192: </category>
193: <category name="server readonly" type="development">
1.89 harris41 194: <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
1.56 harris41 195: <abbreviation>directory</abbreviation>
1.1 harris41 196: </category>
1.784 raeburn 197: <category name="pdf manual" type="runtime">
198: <chmod dist='default'>0444</chmod><chown dist='default'>www:www</chown>
199: <abbreviation>manual</abbreviation>
200: </category>
201: <category name="pdf manual" type="development">
202: <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
203: <abbreviation>manual</abbreviation>
204: </category>
1.14 harris41 205: </categories>
1.2 harris41 206: <rpm>
1.3 harris41 207: <rpmSummary>Basic files for running a LON-CAPA server.</rpmSummary>
208: <rpmName>LON-CAPA-base</rpmName>
209: <rpmVersion>3.1</rpmVersion>
210: <rpmRelease>1</rpmRelease>
1.27 harris41 211: <rpmVendor>Laboratory for Instructional Technology Education,
212: Division of Science and Mathematics Education, Michigan State University.
213: </rpmVendor>
1.3 harris41 214: <rpmBuildRoot>/home/harris41/LON-CAPA-BuildRoot</rpmBuildRoot>
215: <rpmCopyright>GNU General Public License. Version 2, June 1991. Michigan State University patents may apply.</rpmCopyright>
216: <rpmGroup>Utilities/System</rpmGroup>
217: <rpmSource>LON-CAPA-base-3.1.tar.gz</rpmSource>
218: <rpmAutoReqProv>no</rpmAutoReqProv>
1.98 harris41 219: <rpmdescription>This package facilitates a base installation of LON-CAPA \n
220: files in their directories.\n
221: For more on the LON-CAPA project, visit http://www.lon-capa.org/.
222: </rpmdescription>
1.10 harris41 223: <rpmpre>echo '***********************************************************************'\n
224: echo 'LON-CAPA LearningOnline with CAPA'\n
225: echo 'http://www.lon-capa.org/'\n
226: echo 'Gerd Kortemeyer, et al'\n
227: echo 'Laboratory for Instructional Technology Education'\n
228: echo 'Michigan State University'\n
229: echo 'General Public License, Version 2, June 1991'\n
230: echo '** Michigan State University patents may apply **'\n
231: echo ' '\n
232: echo 'This installation assumes an installation of Redhat 6.2'\n
233: echo ' '\n
234: echo 'The server computer should be currently connected to the ethernet'\n
235: echo ' '\n
236: echo '***********************************************************************'\n
237: </rpmpre>
1.83 harris41 238: <rpmRequires>
239: <item>PreReq: LON-CAPA-setup</item>
240: <item>PreReq: apache</item>
1.129 harris41 241: <item>PreReq: /etc/httpd/conf/httpd.conf</item>
1.83 harris41 242: </rpmRequires>
1.2 harris41 243: </rpm>
1.14 harris41 244: <directories>
1.115 harris41 245: <directory dist='default'>
1.179 harris41 246: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 247: <targetdir dist='default'>etc</targetdir>
248: <categoryname>standard</categoryname>
249: <description>standard linux directory for configuration files</description>
250: </directory>
1.115 harris41 251: <directory dist='default'>
1.179 harris41 252: <protectionlevel>never_delete</protectionlevel>
1.37 harris41 253: <targetdir dist='default'>etc/cron.d</targetdir>
254: <categoryname>standard</categoryname>
255: <description>standard linux directory for running time-based "jobs"
256: </description>
257: </directory>
1.115 harris41 258: <directory dist='default'>
1.179 harris41 259: <protectionlevel>never_delete</protectionlevel>
1.5 harris41 260: <targetdir dist='default'>etc/httpd/conf</targetdir>
1.749 raeburn 261: <targetdir dist='suse9.2 suse9.3 sles9'>etc/httpd</targetdir>
1.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>
4675: <source>loncom/interface/loncoursedata.pm</source>
4676: <target dist='default'>home/httpd/lib/perl/Apache/loncoursedata.pm</target>
4677: <categoryname>handler</categoryname>
4678: <description>
4679: Common functions for handling student course data (download and process)
1.5 harris41 4680: </description>
1.4 harris41 4681: </file>
4682: <file>
1.5 harris41 4683: <source>loncom/interface/loncommon.pm</source>
4684: <target dist='default'>home/httpd/lib/perl/Apache/loncommon.pm</target>
4685: <categoryname>handler</categoryname>
4686: <description>
4687: Makes a table out of the previous attempts. Inputs result_from_symbread,
1.10 harris41 4688: user, domain, home_server, course_id.
1.5 harris41 4689: </description>
4690: <status>works/unverified</status>
1.4 harris41 4691: </file>
4692: <file>
1.76 harris41 4693: <source>doc/man/Apache__loncommon.3</source>
4694: <target dist='default'>usr/man/man3/Apache::loncommon.3</target>
1.83 harris41 4695: <categoryname>doc</categoryname>
1.76 harris41 4696: <description>man page for loncommon.pm</description>
4697: <build trigger='always run'>
1.115 harris41 4698: loncom/build/pod2man.sh ../interface/loncommon.pm > \
4699: ../../doc/man/Apache__loncommon.3 && echo 'manifying loncommon.pm'
1.76 harris41 4700: </build>
4701: <status>works/unverified</status>
4702: <dependencies>
4703: ../../loncom/interface/loncommon.pm
4704: </dependencies>
4705: </file>
4706: <file>
1.118 harris41 4707: <source>doc/lib/perl/Apache/loncommon.html</source>
4708: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncommon.html
1.112 harris41 4709: </target>
1.83 harris41 4710: <categoryname>doc</categoryname>
1.76 harris41 4711: <description>POD-derived page for loncommon.pm</description>
4712: <build trigger='always run'>
1.115 harris41 4713: loncom/build/pod2html.sh ../interface/loncommon.pm > \
1.118 harris41 4714: ../../doc/lib/perl/Apache/loncommon.html && \
4715: echo 'pod2html loncommon.pm'
1.76 harris41 4716: </build>
4717: <status>works/unverified</status>
4718: <dependencies>
4719: ../../loncom/interface/loncommon.pm
4720: </dependencies>
4721: </file>
4722: <file>
1.5 harris41 4723: <source>loncom/homework/grades.pm</source>
4724: <target dist='default'>home/httpd/lib/perl/Apache/grades.pm</target>
4725: <categoryname>handler</categoryname>
4726: <description>Handles the viewing of grades.</description>
1.4 harris41 4727: </file>
4728: <file>
1.5 harris41 4729: <source>loncom/homework/imageresponse.pm</source>
4730: <target dist='default'>home/httpd/lib/perl/Apache/imageresponse.pm</target>
4731: <categoryname>handler</categoryname>
4732: <description>
4733: Coordinates the response to clicking an image.
4734: </description>
4735: <status>works/unverified</status>
1.4 harris41 4736: </file>
4737: <file>
1.5 harris41 4738: <source>loncom/homework/optionresponse.pm</source>
4739: <target dist='default'>home/httpd/lib/perl/Apache/optionresponse.pm</target>
4740: <categoryname>handler</categoryname>
1.27 harris41 4741: <description>
4742: Handles tags associated with showing a list of options.</description>
1.4 harris41 4743: </file>
4744: <file>
1.708 www 4745: <source>loncom/homework/functionplotresponse.pm</source>
4746: <target dist='default'>home/httpd/lib/perl/Apache/functionplotresponse.pm</target>
4747: <categoryname>handler</categoryname>
4748: <description>
4749: Handles tags associated with function plots using GeoGebra.</description>
4750: </file>
4751: <file>
1.5 harris41 4752: <source>loncom/homework/outputtags.pm</source>
4753: <target dist='default'>home/httpd/lib/perl/Apache/outputtags.pm</target>
4754: <categoryname>handler</categoryname>
4755: <description>
4756: Handles tags associated with output. Seems to relate to due dates of the
4757: assignment.
4758: </description>
1.10 harris41 4759: <status>works/unverified</status>
1.4 harris41 4760: </file>
1.255 albertel 4761:
4762: <file>
4763: <source>loncom/homework/chemresponse.pm</source>
1.256 albertel 4764: <target dist='default'>home/httpd/lib/perl/Apache/chemresponse.pm</target>
1.255 albertel 4765: <categoryname>handler</categoryname>
4766: <description>
4767: Handle the tags organicresponse/structure and reationresponse
4768: </description>
4769: <status>works/unverified</status>
4770: </file>
4771:
1.897 raeburn 4772: <file>
1.908 raeburn 4773: <source>loncom/html/adm/jsme/JSME_2015-02-09.zip</source>
1.897 raeburn 4774: <target dist='default'>home/httpd/html/adm/jsme</target>
4775: <categoryname>script</categoryname>
4776: <description>
4777: JSME files (Javascript version of JME) for editing organic structures
4778: NOTE: the commands file `mv`'s the files out of the original location provided
4779: unzipping the file, making it look cleaner in the /home/.../adm/ directory
4780: </description>
4781: <installscript>
4782: commands
4783: </installscript>
4784: <dependencies>
4785: loncom/html/adm/jsme/commands;
4786: loncom/html/adm/jsme/VERSION;
1.908 raeburn 4787: loncom/html/adm/jsme/JSME_2015-02-09.zip;
1.897 raeburn 4788: </dependencies>
4789: </file>
4790:
1.255 albertel 4791: <fileglob>
4792: <glob>*.*</glob>
4793: <sourcedir>loncom/html/adm/jme/</sourcedir>
4794: <targetdir dist='default'>home/httpd/html/adm/jme/</targetdir>
4795: <categoryname>interface file</categoryname>
4796: <description>
4797: JME files, for editing organic structures
4798: </description>
4799: <filenames>
4800: JME.jar;
4801: jme.gif;
1.258 albertel 4802: jme_help.html;
1.255 albertel 4803: nitro.gif;
4804: smiles.gif
4805: </filenames>
4806: </fileglob>
1.291 albertel 4807:
1.431 albertel 4808: <fileglob>
4809: <glob>*.*</glob>
1.708 www 4810: <sourcedir>loncom/html/adm/geogebra/</sourcedir>
4811: <targetdir dist='default'>home/httpd/html/adm/geogebra/</targetdir>
4812: <categoryname>interface file</categoryname>
4813: <description>
4814: Geogebra, for functionplotresponse
4815: </description>
4816: <filenames>
1.713 www 4817: geogebra_algos.jar;
4818: geogebra_algos.jar.pack.gz;
4819: geogebra_javascript.jar;
4820: geogebra_javascript.jar.pack.gz;
1.708 www 4821: geogebra_cas.jar;
4822: geogebra_export.jar.pack.gz;
4823: geogebra.jar;
4824: geogebra_main.jar.pack.gz;
4825: geogebra_cas.jar.pack.gz;
4826: geogebra_gui.jar;
4827: geogebra.jar.pack.gz;
4828: geogebra_properties.jar;
4829: geogebra_export.jar;
4830: geogebra_gui.jar.pack.gz;
4831: geogebra_main.jar;
1.713 www 4832: geogebra_properties.jar.pack.gz;
4833: jlatexmath.jar;
4834: jlatexmath.jar.pack.gz;
4835: jlm_cyrillic.jar;
4836: jlm_cyrillic.jar.pack.gz;
4837: jlm_greek.jar;
4838: jlm_greek.jar.pack.gz;
1.708 www 4839: </filenames>
4840: </fileglob>
4841:
1.905 raeburn 4842: <file>
4843: <source>loncom/html/adm/jmol/jmol-loncapa.zip</source>
4844: <target dist='default'>home/httpd/html/adm/jmol</target>
4845: <categoryname>script</categoryname>
1.431 albertel 4846: <description>
1.905 raeburn 4847: Jmol for displaying structures, scripted installation that unzips installation file
4848: in the appropriate location
4849: NOTE: the commands file `mv`'s the files out of the original location provided
4850: unzipping the file, making it look cleaner in the /home/.../adm/ directory
1.431 albertel 4851: </description>
1.905 raeburn 4852: <installscript>
4853: commands
4854: </installscript>
4855: <dependencies>
4856: loncom/html/adm/jmol/commands;
4857: loncom/html/adm/jmol/VERSION;
4858: loncom/html/adm/jmol/jmol-loncapa.zip;
4859: </dependencies>
4860: </file>
1.431 albertel 4861:
1.291 albertel 4862: <file>
4863: <source>loncom/homework/convertjme.pl</source>
4864: <target dist='default'>home/httpd/cgi-bin/convertjme.pl</target>
4865: <categoryname>script</categoryname>
4866: <description>
4867: Dynamically converts JME strings into either a png or ps file.
4868: </description>
4869: </file>
1.875 raeburn 4870:
1.588 www 4871: <fileglob>
4872: <glob>*.*</glob>
4873: <sourcedir>loncom/html/adm/dragmath/applet/</sourcedir>
1.875 raeburn 4874: <targetdir dist='default'>home/httpd/html/adm/dragmath/</targetdir>
1.588 www 4875: <categoryname>interface file</categoryname>
4876: <description>
4877: Dragmath is a Java-based formula editor
4878: </description>
4879: <filenames>
4880: MaximaPopup.html;
1.592 foxr 4881: EditMathPopup.html;
1.613 foxr 4882: FCKEditMathPopup.html
1.588 www 4883: </filenames>
4884: </fileglob>
1.875 raeburn 4885:
4886: <file>
4887: <source>loncom/html/adm/dragmath/dragmath-0.7.9.zip</source>
4888: <target dist='default'>home/httpd/html/adm/dragmath</target>
4889: <categoryname>script</categoryname>
1.588 www 4890: <description>
1.875 raeburn 4891: dragmath formula editor, scripted installation unzips installation file
4892: in the appropriate location
1.588 www 4893: </description>
1.875 raeburn 4894: <installscript>
4895: commands
4896: </installscript>
4897: <dependencies>
4898: loncom/html/adm/dragmath/commands;
4899: loncom/html/adm/dragmath/dragmath-0.7.9.zip;
4900: </dependencies>
4901: </file>
4902:
1.899 raeburn 4903: <file>
4904: <source>loncom/html/adm/LC_math_editor/dist/LC_math_editor.min.js</source>
4905: <target dist='default'>home/httpd/html/adm/LC_math_editor/LC_math_editor.min.js</target>
1.898 damieng 4906: <categoryname>interface file</categoryname>
4907: <description>
4908: LON-CAPA math editor
4909: </description>
1.899 raeburn 4910: </file>
1.898 damieng 4911:
1.920 musolffc 4912: <file>
1.924 damieng 4913: <source>loncom/html/adm/daxe/daxe.tar.gz</source>
4914: <target dist='default'>home/httpd/html/adm/daxe</target>
4915: <categoryname>script</categoryname>
4916: <description>
4917: Daxe XML editor
4918: </description>
4919: <installscript>
4920: commands
4921: </installscript>
4922: <dependencies>
4923: loncom/html/adm/daxe/commands;
4924: loncom/html/adm/daxe/daxe.tar.gz;
4925: </dependencies>
4926: </file>
4927:
4928: <file>
1.920 musolffc 4929: <source>loncom/javascriptlib/file_upload.js</source>
4930: <target dist='default'>home/httpd/html/res/adm/includes/file_upload.js</target>
4931: <categoryname>interface file</categoryname>
4932: <description>
4933: JavaScript dealing with file uploads
4934: </description>
4935: </file>
4936:
1.556 albertel 4937: <file>
1.965 raeburn 4938: <source>loncom/html/adm/MathJax/mathjax-MathJax-v2.7.4.zip</source>
1.773 dseaton 4939: <target dist='default'>home/httpd/html/adm/MathJax</target>
4940: <categoryname>script</categoryname>
4941: <description>
4942: MathJax for processing Tex, scripted installation that unzips installation file
4943: in the appropriate location
4944: NOTE: the commands file `mv`'s the files out of the original location provided
4945: unzipping the file, making it look cleaner in the /home/.../adm/ directory
4946: </description>
4947: <installscript>
1.820 raeburn 4948: commands
1.773 dseaton 4949: </installscript>
4950: <dependencies>
4951: loncom/html/adm/MathJax/commands;
1.800 raeburn 4952: loncom/html/adm/MathJax/VERSION;
1.965 raeburn 4953: loncom/html/adm/MathJax/mathjax-MathJax-v2.7.4.zip;
1.773 dseaton 4954: </dependencies>
4955: </file>
4956:
4957: <file>
1.916 raeburn 4958: <source>loncom/html/adm/geogebra/geogebraweb_5.0.tar.gz</source>
1.808 www 4959: <target dist='default'>home/httpd/html/adm/geogebra/web</target>
4960: <categoryname>script</categoryname>
4961: <description>
4962: HTML5/JavaScript Version of GeoGebra
4963: </description>
4964: <installscript>
1.820 raeburn 4965: commands
1.808 www 4966: </installscript>
4967: <dependencies>
4968: loncom/html/adm/geogebra/commands;
4969: loncom/html/adm/geogebra/VERSION;
1.916 raeburn 4970: loncom/html/adm/geogebra/geogebraweb_5.0.tar.gz;
1.808 www 4971: </dependencies>
4972: </file>
4973:
4974: <file>
1.912 damieng 4975: <source>loncom/html/adm/ckeditor/ckeditor_4.4.7.tar.gz</source>
1.842 raeburn 4976: <target dist='default'>home/httpd/html/ckeditor</target>
1.671 faziophi 4977: <categoryname>script</categoryname>
4978: <description>
4979: GUI HTML Editor, scripted installation decompress the tarball and
4980: installs the loncapa config.js file
4981: </description>
4982: <installscript>
1.820 raeburn 4983: commands
1.671 faziophi 4984: </installscript>
4985: <dependencies>
4986: loncom/html/adm/ckeditor/commands;
1.912 damieng 4987: loncom/html/adm/ckeditor/ckeditor_4.4.7.tar.gz;
1.671 faziophi 4988: loncom/html/adm/ckeditor/loncapaconfig.js;
1.842 raeburn 4989: loncom/html/adm/ckeditor/VERSION;
1.912 damieng 4990: loncom/html/adm/ckeditor/plugins/lcm/plugin.js;
4991: loncom/html/adm/ckeditor/plugins/lcm/dialogs/lcm.js;
4992: loncom/html/adm/ckeditor/plugins/lcm/icons/lcm.png;
4993: loncom/html/adm/ckeditor/plugins/lcm/icons/hidpi/lcm.png;
4994: loncom/html/adm/ckeditor/plugins/lcm/images/loader.gif;
4995: loncom/html/adm/ckeditor/plugins/lcm/lang/af.js;
4996: loncom/html/adm/ckeditor/plugins/lcm/lang/ar.js;
4997: loncom/html/adm/ckeditor/plugins/lcm/lang/ca.js;
4998: loncom/html/adm/ckeditor/plugins/lcm/lang/cs.js;
4999: loncom/html/adm/ckeditor/plugins/lcm/lang/cy.js;
5000: loncom/html/adm/ckeditor/plugins/lcm/lang/da.js;
5001: loncom/html/adm/ckeditor/plugins/lcm/lang/de.js;
5002: loncom/html/adm/ckeditor/plugins/lcm/lang/el.js;
5003: loncom/html/adm/ckeditor/plugins/lcm/lang/en-gb.js;
5004: loncom/html/adm/ckeditor/plugins/lcm/lang/en.js;
5005: loncom/html/adm/ckeditor/plugins/lcm/lang/eo.js;
5006: loncom/html/adm/ckeditor/plugins/lcm/lang/es.js;
5007: loncom/html/adm/ckeditor/plugins/lcm/lang/fa.js;
5008: loncom/html/adm/ckeditor/plugins/lcm/lang/fi.js;
5009: loncom/html/adm/ckeditor/plugins/lcm/lang/fr.js;
5010: loncom/html/adm/ckeditor/plugins/lcm/lang/gl.js;
5011: loncom/html/adm/ckeditor/plugins/lcm/lang/he.js;
5012: loncom/html/adm/ckeditor/plugins/lcm/lang/hr.js;
5013: loncom/html/adm/ckeditor/plugins/lcm/lang/hu.js;
5014: loncom/html/adm/ckeditor/plugins/lcm/lang/it.js;
5015: loncom/html/adm/ckeditor/plugins/lcm/lang/ja.js;
5016: loncom/html/adm/ckeditor/plugins/lcm/lang/km.js;
5017: loncom/html/adm/ckeditor/plugins/lcm/lang/ku.js;
5018: loncom/html/adm/ckeditor/plugins/lcm/lang/lt.js;
5019: loncom/html/adm/ckeditor/plugins/lcm/lang/nb.js;
5020: loncom/html/adm/ckeditor/plugins/lcm/lang/nl.js;
5021: loncom/html/adm/ckeditor/plugins/lcm/lang/no.js;
5022: loncom/html/adm/ckeditor/plugins/lcm/lang/pl.js;
5023: loncom/html/adm/ckeditor/plugins/lcm/lang/pt-br.js;
5024: loncom/html/adm/ckeditor/plugins/lcm/lang/pt.js;
5025: loncom/html/adm/ckeditor/plugins/lcm/lang/ro.js;
5026: loncom/html/adm/ckeditor/plugins/lcm/lang/ru.js;
5027: loncom/html/adm/ckeditor/plugins/lcm/lang/sk.js;
5028: loncom/html/adm/ckeditor/plugins/lcm/lang/sl.js;
5029: loncom/html/adm/ckeditor/plugins/lcm/lang/sq.js;
5030: loncom/html/adm/ckeditor/plugins/lcm/lang/sv.js;
5031: loncom/html/adm/ckeditor/plugins/lcm/lang/tr.js;
5032: loncom/html/adm/ckeditor/plugins/lcm/lang/tt.js;
5033: loncom/html/adm/ckeditor/plugins/lcm/lang/uk.js;
5034: loncom/html/adm/ckeditor/plugins/lcm/lang/vi.js;
5035: loncom/html/adm/ckeditor/plugins/lcm/lang/zh-cn.js;
5036: loncom/html/adm/ckeditor/plugins/lcm/lang/zh.js;
1.913 damieng 5037: loncom/html/adm/ckeditor/plugins/chem/plugin.js;
5038: loncom/html/adm/ckeditor/plugins/chem/dialogs/chem.js;
5039: loncom/html/adm/ckeditor/plugins/chem/icons/chem.png;
5040: loncom/html/adm/ckeditor/plugins/chem/icons/hidpi/chem.png;
5041: loncom/html/adm/ckeditor/plugins/chem/lang/de.js;
5042: loncom/html/adm/ckeditor/plugins/chem/lang/en.js;
5043: loncom/html/adm/ckeditor/plugins/chem/lang/es.js;
5044: loncom/html/adm/ckeditor/plugins/chem/lang/fr.js;
5045: loncom/html/adm/ckeditor/plugins/chem/lang/ja.js;
5046: loncom/html/adm/ckeditor/plugins/chem/lang/pt-br.js;
5047: loncom/html/adm/ckeditor/plugins/chem/lang/pt.js;
5048: loncom/html/adm/ckeditor/plugins/chem/lang/ru.js;
5049: loncom/html/adm/ckeditor/plugins/chem/lang/zh-cn.js;
5050: loncom/html/adm/ckeditor/plugins/chem/lang/zh.js;
1.671 faziophi 5051: </dependencies>
5052: </file>
5053:
1.462 albertel 5054: <fileglob>
1.786 foxr 5055: <glob>*.js</glob>
5056: <sourcedir>loncom/html/adm/jpicker/</sourcedir>
5057: <targetdir dist='default'>home/httpd/html/adm/jpicker/js/</targetdir>
5058: <categoryname>interface file</categoryname>
5059: <description>
5060: JQuery colorpicker javascript library
5061: </description>
5062: <filenames>
5063: jpicker-1.1.6.min.js;
5064: </filenames>
5065: </fileglob>
5066:
5067: <fileglob>
5068: <glob>*.css</glob>
5069: <sourcedir>loncom/html/adm/jpicker/css/</sourcedir>
5070: <targetdir dist='default'>home/httpd/html/adm/jpicker/css/</targetdir>
5071: <categoryname>interface file</categoryname>
5072: <description>
5073: JQuery colorpicker javascript library css files
5074: </description>
5075: <filenames>
1.799 raeburn 5076: jPicker-1.1.6.min.css;
1.786 foxr 5077: </filenames>
5078: </fileglob>
5079:
5080: <fileglob>
5081: <glob>*.*</glob>
5082: <sourcedir>loncom/html/adm/jpicker/images/</sourcedir>
5083: <targetdir dist='default'>home/httpd/html/adm/jpicker/images/</targetdir>
5084: <categoryname>interface file</categoryname>
5085: <description>
5086: JQuery color picker javascript library image files
5087: </description>
5088: <filenames>
5089: AlphaBar.png;
5090: bar-opacity.png;
5091: Bars.png;
5092: map-opacity.png;
5093: mappoint.gif;
5094: Maps.png;
5095: NoColor.png;
5096: picker.gif;
5097: preview-opacity.png;
5098: rangearrows.gif;
5099: </filenames>
5100: </fileglob>
5101:
1.794 foxr 5102: <fileglob>
5103: <glob>*.js</glob>
5104: <sourcedir>loncom/html/adm/countdown/</sourcedir>
5105: <targetdir dist='default'>home/httpd/html/adm/countdown/js/</targetdir>
5106: <categoryname>interface file </categoryname>
5107: <description>
5108: JQuery countdown timer javascript files
5109: </description>
5110: <filenames>
1.798 raeburn 5111: jquery.countdown-ar.js;
5112: jquery.countdown-bg.js;
5113: jquery.countdown-bn.js;
1.877 raeburn 5114: jquery.countdown-bs.js;
1.798 raeburn 5115: jquery.countdown-ca.js;
5116: jquery.countdown-cs.js;
1.877 raeburn 5117: jquery.countdown-cy.js;
1.798 raeburn 5118: jquery.countdown-da.js;
5119: jquery.countdown-de.js;
5120: jquery.countdown-el.js;
5121: jquery.countdown-es.js;
5122: jquery.countdown-et.js;
5123: jquery.countdown-fa.js;
5124: jquery.countdown-fi.js;
5125: jquery.countdown-fr.js;
5126: jquery.countdown-gl.js;
1.877 raeburn 5127: jquery.countdown-gu.js;
1.798 raeburn 5128: jquery.countdown-he.js;
5129: jquery.countdown-hr.js;
5130: jquery.countdown-hu.js;
1.877 raeburn 5131: jquery.countdown-hy.js;
1.798 raeburn 5132: jquery.countdown-id.js;
5133: jquery.countdown-it.js;
5134: jquery.countdown-ja.js;
5135: jquery.countdown.js;
1.877 raeburn 5136: jquery.countdown-kn.js;
1.798 raeburn 5137: jquery.countdown-ko.js;
5138: jquery.countdown-lt.js;
5139: jquery.countdown-lv.js;
5140: jquery.countdown.min.js;
1.877 raeburn 5141: jquery.countdown-ml.js;
1.798 raeburn 5142: jquery.countdown-ms.js;
5143: jquery.countdown-my.js;
5144: jquery.countdown-nb.js;
5145: jquery.countdown-nl.js;
5146: jquery.countdown-pl.js;
5147: jquery.countdown-pt-BR.js;
5148: jquery.countdown-ro.js;
5149: jquery.countdown-ru.js;
5150: jquery.countdown-sk.js;
5151: jquery.countdown-sl.js;
1.877 raeburn 5152: jquery.countdown-sq.js;
1.798 raeburn 5153: jquery.countdown-sr.js;
5154: jquery.countdown-sr-SR.js;
5155: jquery.countdown-sv.js;
5156: jquery.countdown-th.js;
5157: jquery.countdown-tr.js;
5158: jquery.countdown-uk.js;
1.877 raeburn 5159: jquery.countdown-uz.js;
1.798 raeburn 5160: jquery.countdown-vi.js;
5161: jquery.countdown-zh-CN.js;
5162: jquery.countdown-zh-TW.js;
1.794 foxr 5163: </filenames>
5164: </fileglob>
5165: <fileglob>
5166: <glob>*.css</glob>
5167: <sourcedir>loncom/html/adm/countdown/</sourcedir>
5168: <targetdir dist='default'>home/httpd/html/adm/countdown/css/</targetdir>
5169: <categoryname>interface file</categoryname>
5170: <description>
5171: JQuery countdown timer CSS files
5172: </description>
5173: <filenames>
1.817 raeburn 5174: jquery.countdown.css;
1.794 foxr 5175: </filenames>
5176: </fileglob>
5177: <fileglob>
5178: <glob>*.gif</glob>
5179: <sourcedir>loncom/html/adm/countdown/</sourcedir>
5180: <targetdir dist='default'>home/httpd/html/adm/countdown/css/</targetdir>
5181: <categoryname>interface file</categoryname>
5182: <description>
5183: JQuery countdown timer Image file for Glowing countdown
5184: </description>
5185: <filenames>
1.817 raeburn 5186: countdownGlowing.gif;
1.794 foxr 5187: </filenames>
5188: </fileglob>
5189: <fileglob>
5190: <glob>*.png</glob>
5191: <sourcedir>loncom/html/adm/countdown/</sourcedir>
5192: <targetdir dist='default'>home/httpd/html/adm/countdown/css/</targetdir>
5193: <categoryname>interface file</categoryname>
5194: <description>
5195: JQuery countdown timer Image file for LED style countdown
5196: </description>
5197: <filenames>
1.817 raeburn 5198: countdownLED.png;
1.794 foxr 5199: </filenames>
5200: </fileglob>
1.904 golterma 5201: <fileglob>
5202: <glob>*.*</glob>
5203: <sourcedir>loncom/html/adm/jQuery/addons/</sourcedir>
5204: <targetdir>home/httpd/html/adm/jQuery/addons/</targetdir>
5205: <categoryname>script</categoryname>
5206: <description>
5207: Addons for jQuery
5208: </description>
1.940 raeburn 5209: <filenames>
5210: jquery-scrolltofixed.js;
5211: jquery.viewport.mini.js;
5212: </filenames>
1.904 golterma 5213: </fileglob>
1.810 foxr 5214: <!-- JQuery spellchecker plugin -->
5215:
5216: <fileglob>
5217: <glob>*.js</glob>
5218: <sourcedir>loncom/html/adm/spellcheck/js/</sourcedir>
5219: <targetdir dist='default'>home/httpd/html/adm/spellchecker/js/</targetdir>
5220: <categoryname>interface file</categoryname>
5221: <description>
5222: JQuery spellchecker plugin
5223: </description>
5224: <filenames>
1.817 raeburn 5225: jquery.spellchecker.min.js;
1.810 foxr 5226: </filenames>
5227: </fileglob>
5228: <fileglob>
5229: <glob>*.css</glob>
5230: <sourcedir>loncom/html/adm/spellcheck/css/</sourcedir>
5231: <targetdir dist='default'>home/httpd/html/adm/spellchecker/css/</targetdir>
5232: <categoryname>interface file</categoryname>
5233: <description>
5234: JQuery spellchecker plugin
5235: </description>
5236: <filenames>
1.817 raeburn 5237: spellchecker.css;
1.810 foxr 5238: </filenames>
5239: </fileglob>
5240: <fileglob>
5241: <glob>*.png</glob>
5242: <sourcedir>loncom/html/adm/spellcheck/img/</sourcedir>
5243: <targetdir dist='default'>home/httpd/html/adm/spellchecker/img/</targetdir>
5244: <categoryname>interface file</categoryname>
5245: <description>
5246: JQuery spellchecker plugin
5247: </description>
5248: <filenames>
1.817 raeburn 5249: spellchecker_shadow.png;
1.818 raeburn 5250: spellcheck.png;
1.810 foxr 5251: </filenames>
5252: </fileglob>
5253: <fileglob>
5254: <glob>*.gif</glob>
5255: <sourcedir>loncom/html/adm/spellcheck/img/</sourcedir>
5256: <targetdir dist='default'>home/httpd/html/adm/spellchecker/img/</targetdir>
5257: <categoryname>interface file</categoryname>
5258: <description>
5259: JQuery spellchecker plugin
5260: </description>
5261: <filenames>
1.817 raeburn 5262: spellchecker_bg.gif;
1.810 foxr 5263: </filenames>
5264: </fileglob>
5265:
1.786 foxr 5266:
5267: <fileglob>
1.671 faziophi 5268: <glob>*.*</glob>
5269: <sourcedir>loncom/html/adm/jQuery/js/</sourcedir>
5270: <targetdir dist='default'>home/httpd/html/adm/jQuery/js/</targetdir>
5271: <categoryname>interface file</categoryname>
5272: <description>
1.957 raeburn 5273: jQuery custom distribution of version 3.2.1, UI version 1.12.1
1.671 faziophi 5274: </description>
5275: <filenames>
1.957 raeburn 5276: jquery-3.2.1.min.js;
5277: jquery-ui-1.12.1.custom.min.js;
1.671 faziophi 5278: </filenames>
5279: </fileglob>
5280:
5281: <fileglob>
5282: <glob>*.*</glob>
1.674 faziophi 5283: <sourcedir>loncom/html/adm/jQuery/css/smoothness/</sourcedir>
5284: <targetdir dist='default'>home/httpd/html/adm/jQuery/css/smoothness/</targetdir>
5285: <categoryname>interface file</categoryname>
5286: <description>
1.957 raeburn 5287: jQuery custom distribution of version 3.2.1, UI version 1.12.1 -- stylesheets
1.674 faziophi 5288: </description>
5289: <filenames>
1.957 raeburn 5290: jquery-ui-1.12.1.custom.min.css;
1.674 faziophi 5291: </filenames>
5292: </fileglob>
5293:
5294: <fileglob>
5295: <glob>*.*</glob>
5296: <sourcedir>loncom/html/adm/jQuery/css/smoothness/images/</sourcedir>
5297: <targetdir dist='default'>home/httpd/html/adm/jQuery/css/smoothness/images/</targetdir>
5298: <categoryname>interface file</categoryname>
5299: <description>
1.957 raeburn 5300: jQuery custom distribution of version 3.2.1, UI version 1.12.1 -- images for css.
1.674 faziophi 5301: </description>
5302: <filenames>
1.680 raeburn 5303: ui-bg_flat_0_aaaaaa_40x100.png;
5304: ui-bg_flat_75_ffffff_40x100.png;
5305: ui-bg_glass_55_fbf9ee_1x400.png;
5306: ui-bg_glass_65_ffffff_1x400.png;
5307: ui-bg_glass_75_dadada_1x400.png;
5308: ui-bg_glass_75_e6e6e6_1x400.png;
5309: ui-bg_glass_95_fef1ec_1x400.png;
5310: ui-bg_highlight-soft_75_cccccc_1x100.png;
5311: ui-icons_2e83ff_256x240.png;
5312: ui-icons_222222_256x240.png;
5313: ui-icons_454545_256x240.png;
5314: ui-icons_888888_256x240.png;
5315: ui-icons_cd0a0a_256x240.png;
1.674 faziophi 5316: </filenames>
5317: </fileglob>
5318:
1.836 raeburn 5319: <!-- JQuery nicescroll plugin -->
5320:
1.837 raeburn 5321: <fileglob>
5322: <glob>*.js</glob>
5323: <sourcedir>loncom/html/adm/nicescroll/js/</sourcedir>
5324: <targetdir dist='default'>home/httpd/html/adm/nicescroll/</targetdir>
1.836 raeburn 5325: <categoryname>interface file</categoryname>
5326: <description>
5327: jQuery nicescroll plugin javascript
5328: </description>
1.837 raeburn 5329: <filenames>
5330: jquery.nicescroll.min.js;
5331: </filenames>
5332: </fileglob>
1.836 raeburn 5333:
1.837 raeburn 5334: <fileglob>
5335: <glob>*.png</glob>
5336: <sourcedir>loncom/html/adm/nicescroll/images/</sourcedir>
5337: <targetdir dist='default'>home/httpd/html/adm/nicescroll/</targetdir>
1.836 raeburn 5338: <categoryname>interface file</categoryname>
5339: <description>
5340: jQuery nicescroll plugin image
5341: </description>
1.837 raeburn 5342: <filenames>
5343: zoomico.png;
5344: </filenames>
5345: </fileglob>
1.836 raeburn 5346:
1.940 raeburn 5347: <fileglob>
5348: <glob>*.*</glob>
5349: <sourcedir>loncom/html/adm/codemirror/</sourcedir>
5350: <targetdir>home/httpd/html/adm/codemirror/</targetdir>
5351: <categoryname>script</categoryname>
5352: <description>
5353: Codemirror for xml editor and script blocks in colorful editor
5354: </description>
5355: <filenames>
5356: codemirror-combined.css;
5357: codemirror-combined-xml.css;
5358: codemirror-compressed-colorful.js;
5359: codemirror-compressed-xml.js;
5360: </filenames>
5361: </fileglob>
5362:
1.462 albertel 5363: <file>
1.6 harris41 5364: <source>loncom/interface/lontest.pm</source>
5365: <target dist='default'>home/httpd/lib/perl/Apache/lontest.pm</target>
5366: <categoryname>handler</categoryname>
5367: <description>
5368: Used for debugging and testing the LON-CAPA system.
5369: </description>
1.10 harris41 5370: <status>works/unverified</status>
1.6 harris41 5371: </file>
5372: <file>
5373: <source>loncom/homework/radiobuttonresponse.pm</source>
1.27 harris41 5374: <target dist='default'>
5375: home/httpd/lib/perl/Apache/radiobuttonresponse.pm</target>
1.6 harris41 5376: <categoryname>handler</categoryname>
5377: <description>
5378: Handles multiple-choice style responses.
5379: </description>
1.10 harris41 5380: <status>works/unverified</status>
1.6 harris41 5381: </file>
5382: <file>
5383: <source>loncom/interface/loncommunicate.pm</source>
5384: <target dist='default'>home/httpd/lib/perl/Apache/loncommunicate.pm</target>
5385: <categoryname>handler</categoryname>
1.72 harris41 5386: <description>
5387: Will be the access handler to email sending, as well as the planned
5388: chatrooms, etc.
5389: </description>
1.10 harris41 5390: <status>works/unverified</status>
1.6 harris41 5391: </file>
5392: <file>
5393: <source>loncom/interface/lonerrorhandler.pm</source>
5394: <target dist='default'>home/httpd/lib/perl/Apache/lonerrorhandler.pm</target>
5395: <categoryname>handler</categoryname>
5396: <description>
5397: Handles errors.
5398: </description>
1.10 harris41 5399: <status>works/unverified</status>
1.6 harris41 5400: </file>
5401: <file>
5402: <source>loncom/interface/lonevaluate.pm</source>
5403: <target dist='default'>home/httpd/lib/perl/Apache/lonevaluate.pm</target>
5404: <categoryname>handler</categoryname>
5405: <description>
5406: Handles evaluation.
5407: </description>
1.10 harris41 5408: <status>works/unverified</status>
1.6 harris41 5409: </file>
5410: <file>
5411: <source>loncom/interface/lonfeedback.pm</source>
5412: <target dist='default'>home/httpd/lib/perl/Apache/lonfeedback.pm</target>
5413: <categoryname>handler</categoryname>
5414: <description>
5415: Handles feedback from students to instructors and system administrators.
1.72 harris41 5416: Provides a screenshot of the current
5417: resource, as well as previous attempts if the resource was a homework.
5418: Used by lonmsg.pm.
1.6 harris41 5419: </description>
1.10 harris41 5420: <status>works/unverified</status>
1.4 harris41 5421: </file>
5422: <file>
1.6 harris41 5423: <source>loncom/interface/lonnavmaps.pm</source>
5424: <target dist='default'>home/httpd/lib/perl/Apache/lonnavmaps.pm</target>
5425: <categoryname>handler</categoryname>
5426: <description>
5427: Handles navigational maps.
1.211 bowersj2 5428: </description>
5429: <status>works/unverified</status>
1.227 albertel 5430: </file>
5431: <file>
1.510 albertel 5432: <source>loncom/interface/lonnavdisplay.pm</source>
5433: <target dist='default'>home/httpd/lib/perl/Apache/lonnavdisplay.pm</target>
5434: <categoryname>handler</categoryname>
5435: <description>
5436: Displays the nav map to the user
5437: </description>
5438: <status>works/unverified</status>
5439: </file>
5440: <file>
1.227 albertel 5441: <source>doc/man/Apache__lonnavmaps.3</source>
5442: <target dist='default'>usr/man/man3/Apache::lonnavmaps.3</target>
5443: <categoryname>doc</categoryname>
5444: <description>man page for lonnavmaps.pm</description>
5445: <build trigger='always run'>
5446: loncom/build/pod2man.sh ../../loncom/interface/lonnavmaps.pm > \
5447: ../../doc/man/Apache__lonnavmaps.3 && echo 'manifying lonnavmaps.pm'
5448: </build>
5449: <status>works/unverified</status>
5450: <dependencies>
5451: ../../loncom/interface/lonnavmaps.pm
5452: </dependencies>
5453: </file>
5454: <file>
5455: <source>doc/lib/perl/Apache/lonnavmaps.html</source>
5456: <target dist='default'>
5457: home/httpd/html/adm/help/lib/perl/Apache/lonnavmaps.html
5458: </target>
5459: <categoryname>doc</categoryname>
5460: <description>POD-derived page for lonnavmaps.pm</description>
5461: <build trigger='always run'>
5462: loncom/build/pod2html.sh ../../loncom/interface/lonnavmaps.pm > \
5463: ../../doc/lib/perl/Apache/lonnavmaps.html && \
5464: echo 'pod2html lonnavmaps.pm'
5465: </build>
5466: <status>works/unverified</status>
5467: <dependencies>
5468: ../../loncom/interface/lonnavmaps.pm
5469: </dependencies>
1.211 bowersj2 5470: </file>
5471: <file>
1.482 foxr 5472: <source>loncom/interface/lonselstudent.pm</source>
5473: <target dist='default'>home/httpd/lib/perl/Apache/lonselstudent.pm</target>
1.909 raeburn 5474: <categoryname>handler</categoryname>
1.482 foxr 5475: <description>
5476: re-usable student selection subs.
5477: </description>
5478: <status>testing/unverified</status>
5479: </file>
5480: <file>
1.231 bowersj2 5481: <source>loncom/interface/lonhelper.pm</source>
5482: <target dist='default'>home/httpd/lib/perl/Apache/lonhelper.pm</target>
1.211 bowersj2 5483: <categoryname>handler</categoryname>
5484: <description>
1.235 bowersj2 5485: Helper framework.
5486: </description>
5487: <status>works/unverified</status>
5488: </file>
5489: <file>
5490: <source>loncom/html/adm/helper/parameter.helper</source>
5491: <target dist='default'>home/httpd/html/adm/helper/parameter.helper</target>
5492: <categoryname>handler</categoryname>
5493: <description>
5494: Parameter setting helper.
1.242 bowersj2 5495: </description>
5496: <status>works/unverified</status>
5497: </file>
5498: <file>
5499: <source>loncom/html/adm/helper/course.initialization.helper</source>
5500: <target dist='default'>home/httpd/html/adm/helper/course.initialization.helper</target>
5501: <categoryname>handler</categoryname>
5502: <description>
5503: Course initialization helper.
1.189 bowersj2 5504: </description>
5505: <status>works/unverified</status>
5506: </file>
5507: <file>
1.406 albertel 5508: <source>loncom/html/adm/helper/resettimes.helper</source>
5509: <target dist='default'>home/httpd/html/adm/helper/resettimes.helper</target>
5510: <categoryname>handler</categoryname>
5511: <description>
5512: Helper to resetting a student's first access time.
5513: </description>
5514: <status>works/unverified</status>
5515: </file>
5516: <file>
1.457 albertel 5517: <source>loncom/html/adm/helper/newslot.helper</source>
5518: <target dist='default'>home/httpd/html/adm/helper/newslot.helper</target>
5519: <categoryname>handler</categoryname>
5520: <description>
5521: Slot creation and editing helper.
5522: </description>
5523: <status>works/unverified</status>
5524: </file>
5525: <file>
1.189 bowersj2 5526: <source>loncom/interface/lonquickgrades.pm</source>
5527: <target dist='default'>home/httpd/lib/perl/Apache/lonquickgrades.pm</target>
5528: <categoryname>handler</categoryname>
5529: <description>
5530: Student quick grades interface.
1.6 harris41 5531: </description>
1.10 harris41 5532: <status>works/unverified</status>
1.4 harris41 5533: </file>
5534: <file>
1.6 harris41 5535: <source>loncom/interface/lonpreferences.pm</source>
5536: <target dist='default'>home/httpd/lib/perl/Apache/lonpreferences.pm</target>
5537: <categoryname>handler</categoryname>
5538: <description>
5539: Handles user preferences associated with customizing the online LON-CAPA
5540: educational environment.
5541: </description>
1.10 harris41 5542: <status>works/unverified</status>
1.6 harris41 5543: </file>
5544: <file>
5545: <source>loncom/interface/lonprintout.pm</source>
5546: <target dist='default'>home/httpd/lib/perl/Apache/lonprintout.pm</target>
5547: <categoryname>handler</categoryname>
5548: <description>
5549: Handles the production of printable files and resources.
5550: </description>
1.10 harris41 5551: <status>works/unverified</status>
1.340 matthew 5552: </file>
5553: <file>
1.582 foxr 5554: <source>loncom/interface/entities.pm</source>
5555: <target dist='default'>home/httpd/lib/perl/Apache/entities.pm</target>
5556: <categoryname>handler</categoryname>
5557: <description>
5558: Converts html/xml entities to latex.
5559: </description>
5560: </file>
5561: <file>
1.340 matthew 5562: <source>loncom/metadata_database/LONCAPA/lonmetadata.pm</source>
5563: <target dist='default'>home/httpd/lib/perl/LONCAPA/lonmetadata.pm</target>
5564: <categoryname>system file</categoryname>
5565: <description>
5566: Provides a common interface to LON-CAPA metadata.
5567: </description>
1.6 harris41 5568: </file>
5569: <file>
5570: <source>loncom/interface/lonsearchcat.pm</source>
5571: <target dist='default'>home/httpd/lib/perl/Apache/lonsearchcat.pm</target>
5572: <categoryname>handler</categoryname>
5573: <description>
5574: Handles a searchable catalogue.
1.148 matthew 5575: </description>
5576: <status>works/unverified</status>
5577: </file>
5578: <file>
1.724 www 5579: <source>loncom/interface/lonsearchcourse.pm</source>
5580: <target dist='default'>home/httpd/lib/perl/Apache/lonsearchcourse.pm</target>
5581: <categoryname>handler</categoryname>
5582: <description>
5583: Handles a searches inside courses/communities.
5584: </description>
5585: <status>works/unverified</status>
5586: </file>
5587: <file>
1.725 www 5588: <source>loncom/interface/lonindexcourse.pm</source>
5589: <target dist='default'>home/httpd/lib/perl/Apache/lonindexcourse.pm</target>
5590: <categoryname>handler</categoryname>
5591: <description>
5592: Course/community Indexer
5593: </description>
5594: <status>works/unverified</status>
5595: </file>
5596: <file>
1.148 matthew 5597: <source>loncom/interface/lonmysql.pm</source>
5598: <target dist='default'>home/httpd/lib/perl/Apache/lonmysql.pm</target>
5599: <categoryname>handler</categoryname>
5600: <description>
5601: Provides utility functions for creating and accessing mysql database tables.
1.6 harris41 5602: </description>
1.10 harris41 5603: <status>works/unverified</status>
1.4 harris41 5604: </file>
5605: <file>
1.76 harris41 5606: <source>doc/man/Apache__lonsearchcat.3</source>
5607: <target dist='default'>usr/man/man3/Apache::lonsearchcat.3</target>
1.83 harris41 5608: <categoryname>doc</categoryname>
1.76 harris41 5609: <description>man page for lonsearchcat.pm</description>
5610: <build trigger='always run'>
1.115 harris41 5611: loncom/build/pod2man.sh ../interface/lonsearchcat.pm > \
5612: ../../doc/man/Apache__lonsearchcat.3 && echo 'manifying lonsearchcat.pm'
1.76 harris41 5613: </build>
5614: <status>works/unverified</status>
5615: <dependencies>
5616: ../../loncom/interface/lonsearchcat.pm
5617: </dependencies>
5618: </file>
5619: <file>
1.118 harris41 5620: <source>doc/lib/perl/Apache/lonsearchcat.html</source>
5621: <target dist='default'>
5622: home/httpd/html/adm/help/lib/perl/Apache/lonsearchcat.html
1.112 harris41 5623: </target>
1.83 harris41 5624: <categoryname>doc</categoryname>
1.76 harris41 5625: <description>POD-derived page for lonsearchcat.pm</description>
5626: <build trigger='always run'>
1.115 harris41 5627: loncom/build/pod2html.sh ../interface/lonsearchcat.pm > \
1.118 harris41 5628: ../../doc/lib/perl/Apache/lonsearchcat.html && \
5629: echo 'pod2html lonsearchcat.pm'
1.76 harris41 5630: </build>
5631: <status>works/unverified</status>
5632: <dependencies>
5633: ../../loncom/interface/lonsearchcat.pm
5634: </dependencies>
1.232 www 5635: </file>
5636: <file>
5637: <source>loncom/interface/lonmanagekeys.pm</source>
5638: <target dist='default'>home/httpd/lib/perl/Apache/lonmanagekeys.pm</target>
5639: <categoryname>handler</categoryname>
5640: <description>
5641: Allows users with "mky" privileges to generate and manage course access keys.
5642: </description>
5643: <status>works/unverified</status>
1.76 harris41 5644: </file>
5645: <file>
1.380 matthew 5646: <source>loncom/interface/lonviewclasslist.pm</source>
5647: <target dist='default'>home/httpd/lib/perl/Apache/lonviewclasslist.pm</target>
5648: <categoryname>handler</categoryname>
5649: <description>
5650: Allows users (including students) to view the classlist of their course.
5651: </description>
5652: <status>works/unverified</status>
5653: </file>
5654: <file>
1.460 raeburn 5655: <source>loncom/interface/loncoursegroups.pm</source>
5656: <target dist='default'>home/httpd/lib/perl/Apache/loncoursegroups.pm</target>
5657: <categoryname>handler</categoryname>
5658: <description>
5659: Allows course coordinators to create groups, modify existing groups (including
5660: adding, expiring or deleting group members, or modifying group member privileges.
5661: </description>
5662: <status>works/unverified</status>
5663: </file>
5664: <file>
1.484 raeburn 5665: <source>loncom/interface/longroup.pm</source>
5666: <target dist='default'>home/httpd/lib/perl/Apache/longroup.pm</target>
5667: <categoryname>handler</categoryname>
5668: <description>
5669: 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.
5670: </description>
5671: <status>works/unverified</status>
5672: </file>
5673: <file>
1.488 raeburn 5674: <source>loncom/interface/groupboards.pm</source>
5675: <target dist='default'>home/httpd/lib/perl/Apache/groupboards.pm</target>
5676: <categoryname>handler</categoryname>
5677: <description>
5678: Displays bulletin boards in a group and provides a mechanism for users with board creation privileges in a group to create new bulletin boards.
5679: </description>
5680: <status>works/unverified</status>
5681: </file>
5682: <file>
1.489 raeburn 5683: <source>loncom/interface/grouproster.pm</source>
5684: <target dist='default'>home/httpd/lib/perl/Apache/grouproster.pm</target>
5685: <categoryname>handler</categoryname>
5686: <description>
5687: Display group membership information. Type of information available depends on group privileges of the user.
5688: </description>
5689: <status>works/unverified</status>
5690: </file>
5691: <file>
1.6 harris41 5692: <source>loncom/interface/lonmsg.pm</source>
5693: <target dist='default'>home/httpd/lib/perl/Apache/lonmsg.pm</target>
5694: <categoryname>handler</categoryname>
5695: <description>
1.72 harris41 5696: lonmsg.pm has several functions to send and receive internal messages.
5697: author_res_msg - send message to resource author.
5698: user_crit_msg - send a critical message to a user. A critical message
5699: will require acknowledgment by the recipient and the sender will be notified.
5700: user_crit_received - routine to trigger acknowledgment.
1.6 harris41 5701: </description>
1.10 harris41 5702: <status>works/unverified</status>
1.6 harris41 5703: </file>
5704: <file>
1.479 albertel 5705: <source>loncom/interface/lonmsgdisplay.pm</source>
5706: <target dist='default'>home/httpd/lib/perl/Apache/lonmsgdisplay.pm</target>
5707: <categoryname>handler</categoryname>
5708: <description>
5709: statuschange - change the status of a message (read, replied, forwarded, etc).
5710: The handler displays messages, has routines to reply, etc.
5711: </description>
5712: <status>works/unverified</status>
5713: </file>
5714: <file>
1.643 raeburn 5715: <source>loncom/interface/courseprefs.pm</source>
5716: <target dist='default'>home/httpd/lib/perl/Apache/courseprefs.pm</target>
5717: <categoryname>handler</categoryname>
5718: <description>
5719: Interface for displaying/modifying course configuration
5720: </description>
5721: </file>
5722: <file>
1.6 harris41 5723: <source>loncom/homework/hint.pm</source>
5724: <target dist='default'>home/httpd/lib/perl/Apache/hint.pm</target>
5725: <categoryname>handler</categoryname>
5726: <description>
5727: This handler coordinates the delivery of hints to students working on LON-CAPA
5728: problems and assignments.
5729: </description>
1.10 harris41 5730: <status>works/unverified</status>
1.6 harris41 5731: </file>
5732: <file>
1.244 matthew 5733: <source>loncom/interface/spreadsheet/lonspreadsheet.pm</source>
1.6 harris41 5734: <target dist='default'>home/httpd/lib/perl/Apache/lonspreadsheet.pm</target>
5735: <categoryname>handler</categoryname>
5736: <description>
1.244 matthew 5737: The top level interface for the display and editing of spreadsheets. There
5738: are three levels of spreadsheet.
5739: </description>
5740: <status>works/unverified</status>
5741: </file>
5742: <file>
5743: <source>loncom/interface/spreadsheet/Spreadsheet.pm</source>
5744: <target dist='default'>home/httpd/lib/perl/Apache/Spreadsheet.pm</target>
5745: <categoryname>handler</categoryname>
5746: <description>
5747: Defines the parent object of each spreadsheet type (classcalc, studentcalc,
5748: assesscalc).
5749: </description>
5750: <status>works/unverified</status>
5751: </file>
5752: <file>
5753: <source>loncom/interface/spreadsheet/classcalc.pm</source>
5754: <target dist='default'>home/httpd/lib/perl/Apache/classcalc.pm</target>
5755: <categoryname>handler</categoryname>
5756: <description>
5757: Defines the specifics of the course level spreadsheet.
5758: </description>
5759: <status>works/unverified</status>
5760: </file>
5761: <file>
5762: <source>loncom/interface/spreadsheet/studentcalc.pm</source>
5763: <target dist='default'>home/httpd/lib/perl/Apache/studentcalc.pm</target>
5764: <categoryname>handler</categoryname>
5765: <description>
5766: Defines the specifics of the student level spreadsheet.
5767: </description>
5768: <status>works/unverified</status>
5769: </file>
5770: <file>
5771: <source>loncom/interface/spreadsheet/assesscalc.pm</source>
5772: <target dist='default'>home/httpd/lib/perl/Apache/assesscalc.pm</target>
5773: <categoryname>handler</categoryname>
5774: <description>
5775: Defines the specifics of the assessment level spreadsheet.
1.6 harris41 5776: </description>
1.10 harris41 5777: <status>works/unverified</status>
1.6 harris41 5778: </file>
5779: <file>
5780: <source>loncom/interface/lonparmset.pm</source>
5781: <target dist='default'>home/httpd/lib/perl/Apache/lonparmset.pm</target>
5782: <categoryname>handler</categoryname>
5783: <description>
1.424 albertel 5784: Handler for setting and modifying both course preferences and coure parameters
5785: </description>
5786: <status>works/unverified</status>
5787: </file>
5788: <file>
5789: <source>loncom/interface/slotrequest.pm</source>
5790: <target dist='default'>home/httpd/lib/perl/Apache/slotrequest.pm</target>
5791: <categoryname>handler</categoryname>
5792: <description>
5793: Handler for students to add access slots
1.6 harris41 5794: </description>
1.10 harris41 5795: <status>works/unverified</status>
1.6 harris41 5796: </file>
5797: <file>
1.76 harris41 5798: <source>doc/man/Apache__lonparmset.3</source>
5799: <target dist='default'>usr/man/man3/Apache::lonparmset.3</target>
1.83 harris41 5800: <categoryname>doc</categoryname>
1.76 harris41 5801: <description>man page for lonparmset.pm</description>
5802: <build trigger='always run'>
1.115 harris41 5803: loncom/build/pod2man.sh ../interface/lonparmset.pm > \
5804: ../../doc/man/Apache__lonparmset.3 && echo 'manifying lonparmset.pm'
1.76 harris41 5805: </build>
5806: <status>works/unverified</status>
5807: <dependencies>
5808: ../../loncom/interface/lonparmset.pm
5809: </dependencies>
5810: </file>
5811: <file>
1.118 harris41 5812: <source>doc/lib/perl/Apache/lonparmset.html</source>
5813: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonparmset.html
1.112 harris41 5814: </target>
1.83 harris41 5815: <categoryname>doc</categoryname>
1.76 harris41 5816: <description>POD-derived page for lonparmset.pm</description>
5817: <build trigger='always run'>
1.115 harris41 5818: loncom/build/pod2html.sh ../interface/lonparmset.pm > \
1.118 harris41 5819: ../../doc/lib/perl/Apache/lonparmset.html && \
5820: echo 'pod2html lonparmset.pm'
1.76 harris41 5821: </build>
5822: <status>works/unverified</status>
5823: <dependencies>
5824: ../../loncom/interface/lonparmset.pm
5825: </dependencies>
5826: </file>
5827: <file>
1.6 harris41 5828: <source>loncom/publisher/lonpublisher.pm</source>
5829: <target dist='default'>home/httpd/lib/perl/Apache/lonpublisher.pm</target>
5830: <categoryname>handler</categoryname>
5831: <description>
5832: Publishes an LON-CAPA educational resource complete with metadata
5833: (authorship, language, copyright, creation date, etc).
5834: </description>
1.10 harris41 5835: <status>works/unverified</status>
1.6 harris41 5836: </file>
5837: <file>
1.76 harris41 5838: <source>doc/man/Apache__lonpublisher.3</source>
5839: <target dist='default'>usr/man/man3/Apache::lonpublisher.3</target>
1.83 harris41 5840: <categoryname>doc</categoryname>
1.76 harris41 5841: <description>man page for lonpublisher.pm</description>
5842: <build trigger='always run'>
1.115 harris41 5843: loncom/build/pod2man.sh ../publisher/lonpublisher.pm > \
5844: ../../doc/man/Apache__lonpublisher.3 && echo 'manifying lonpublisher.pm'
1.76 harris41 5845: </build>
5846: <status>works/unverified</status>
5847: <dependencies>
5848: ../../loncom/publisher/lonpublisher.pm
5849: </dependencies>
5850: </file>
5851: <file>
1.118 harris41 5852: <source>doc/lib/perl/Apache/lonpublisher.html</source>
5853: <target dist='default'>
5854: home/httpd/html/adm/help/lib/perl/Apache/lonpublisher.html
1.112 harris41 5855: </target>
1.83 harris41 5856: <categoryname>doc</categoryname>
1.76 harris41 5857: <description>POD-derived page for lonpublisher.pm</description>
5858: <build trigger='always run'>
1.115 harris41 5859: loncom/build/pod2html.sh ../publisher/lonpublisher.pm > \
1.118 harris41 5860: ../../doc/lib/perl/Apache/lonpublisher.html && \
5861: echo 'pod2html lonpublisher.pm'
1.76 harris41 5862: </build>
5863: <status>works/unverified</status>
5864: <dependencies>
5865: ../../loncom/publisher/lonpublisher.pm
5866: </dependencies>
5867: </file>
5868: <file>
1.6 harris41 5869: <source>loncom/interface/lonmenu.pm</source>
5870: <target dist='default'>home/httpd/lib/perl/Apache/lonmenu.pm</target>
5871: <categoryname>handler</categoryname>
5872: <description>
1.679 droeschl 5873: Has routines which control the inline menu.
1.228 www 5874: </description>
5875: <status>works/unverified</status>
5876: </file>
5877: <file>
1.478 albertel 5878: <source>loncom/interface/lonmainmenu.pm</source>
5879: <target dist='default'>home/httpd/lib/perl/Apache/lonmainmenu.pm</target>
5880: <categoryname>handler</categoryname>
5881: <description>
5882: Displays the Main menu
5883: </description>
5884: <status>works/unverified</status>
5885: </file>
5886: <file>
1.367 matthew 5887: <source>loncom/interface/portfolio.pm</source>
5888: <target dist='default'>home/httpd/lib/perl/Apache/portfolio.pm</target>
5889: <categoryname>handler</categoryname>
5890: <description>
5891: Handler to manage user portfolios
5892: </description>
5893: <status>unverified</status>
5894: </file>
5895: <file>
1.930 raeburn 5896: <source>loncom/interface/lonplacementtest.pm</source>
5897: <target dist='default'>home/httpd/lib/perl/Apache/lonplacementtest.pm</target>
5898: <categoryname>handler</categoryname>
5899: <description>
5900: Placement test status and completion.
5901: </description>
5902: <status>works/unverified</status>
5903: </file>
5904: <file>
1.6 harris41 5905: <source>rat/lonpageflip.pm</source>
5906: <target dist='default'>home/httpd/lib/perl/Apache/lonpageflip.pm</target>
5907: <categoryname>handler</categoryname>
5908: <description>Deals with forward, backward, and other page flips.</description>
1.10 harris41 5909: <status>works/unverified</status>
1.6 harris41 5910: </file>
5911: <file>
5912: <source>rat/lonratedt.pm</source>
5913: <target dist='default'>home/httpd/lib/perl/Apache/lonratedt.pm</target>
5914: <categoryname>handler</categoryname>
5915: <description>
5916: Builds up frame set and loads in the right thing.
5917: </description>
1.10 harris41 5918: <status>works/unverified</status>
1.6 harris41 5919: </file>
5920: <file>
1.498 albertel 5921: <source>rat/map.pm</source>
5922: <target dist='default'>home/httpd/lib/perl/LONCAPA/map.pm</target>
5923: <categoryname>handler</categoryname>
5924: <description>
5925: Functions for manipulating the contents of maps
5926: </description>
5927: <status>works/unverified</status>
5928: </file>
5929: <file>
1.397 raeburn 5930: <source>rat/lonratmenu.pm</source>
5931: <target dist='default'>home/httpd/lib/perl/Apache/lonratmenu.pm</target>
5932: <categoryname>handler</categoryname>
5933: <description>
5934: Creates horizontal menubar in advanced RAT
5935: </description>
5936: <status>works/unverified</status>
5937: </file>
5938: <file>
1.157 www 5939: <source>loncom/html/res/adm/pages/chatroom.html</source>
5940: <target dist='default'>home/httpd/html/res/adm/pages/chatroom.html</target>
5941: <categoryname>handler</categoryname>
5942: <description>
5943: Establishes frameset for chatroom
1.6 harris41 5944: </description>
1.10 harris41 5945: <status>works/unverified</status>
1.6 harris41 5946: </file>
5947: <file>
5948: <source>loncom/html/res/adm/pages/annotator/admannotations.pm</source>
5949: <target dist='default'>home/httpd/lib/perl/Apache/admannotations.pm</target>
5950: <categoryname>handler</categoryname>
5951: <description>
1.10 harris41 5952: This will take annotations and then plug them into a page.
1.6 harris41 5953: </description>
1.10 harris41 5954: <status>works/unverified</status>
1.6 harris41 5955: </file>
5956: <file>
5957: <source>rat/lonratsrv.pm</source>
5958: <target dist='default'>home/httpd/lib/perl/Apache/lonratsrv.pm</target>
5959: <categoryname>handler</categoryname>
5960: <description>
1.27 harris41 5961: Handler that takes output from RAT and stores it on disk. Handles the upper
5962: hidden frame of the added window that comes up in RAT. (3 frames come up in
5963: RAT server, code, and output. This module handles server connection.)
1.6 harris41 5964: </description>
1.10 harris41 5965: <status>works/unverified</status>
1.6 harris41 5966: </file>
5967: <file>
5968: <source>rat/lonpage.pm</source>
5969: <target dist='default'>home/httpd/lib/perl/Apache/lonpage.pm</target>
5970: <categoryname>handler</categoryname>
5971: <description>
5972: bundles pages into one page
5973: </description>
1.10 harris41 5974: <status>works/unverified</status>
1.6 harris41 5975: </file>
5976: <file>
1.76 harris41 5977: <source>doc/man/Apache__lonpage.3</source>
5978: <target dist='default'>usr/man/man3/Apache::lonpage.3</target>
1.83 harris41 5979: <categoryname>doc</categoryname>
1.76 harris41 5980: <description>man page for lonpage.pm</description>
5981: <build trigger='always run'>
1.115 harris41 5982: loncom/build/pod2man.sh ../../rat/lonpage.pm > \
5983: ../../doc/man/Apache__lonpage.3 && echo 'manifying lonpage.pm'
1.76 harris41 5984: </build>
5985: <status>works/unverified</status>
5986: <dependencies>
5987: ../../rat/lonpage.pm
5988: </dependencies>
5989: </file>
5990: <file>
1.118 harris41 5991: <source>doc/lib/perl/Apache/lonpage.html</source>
5992: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpage.html
1.112 harris41 5993: </target>
1.83 harris41 5994: <categoryname>doc</categoryname>
1.76 harris41 5995: <description>POD-derived page for lonnet.pm</description>
5996: <build trigger='always run'>
1.115 harris41 5997: loncom/build/pod2html.sh ../../rat/lonpage.pm > \
1.118 harris41 5998: ../../doc/lib/perl/Apache/lonpage.html && echo 'pod2html lonpage.pm'
1.76 harris41 5999: </build>
6000: <status>works/unverified</status>
6001: <dependencies>
6002: ../../rat/lonpage.pm
6003: </dependencies>
6004: </file>
6005: <file>
1.6 harris41 6006: <source>rat/lonuserstate.pm</source>
6007: <target dist='default'>home/httpd/lib/perl/Apache/lonuserstate.pm</target>
6008: <categoryname>handler</categoryname>
6009: <description>
1.133 harris41 6010: compile course into binary data structure
1.6 harris41 6011: </description>
1.10 harris41 6012: <status>works/unverified</status>
1.6 harris41 6013: </file>
6014: <file>
1.76 harris41 6015: <source>doc/man/Apache__lonuserstate.3</source>
6016: <target dist='default'>usr/man/man3/Apache::lonuserstate.3</target>
1.83 harris41 6017: <categoryname>doc</categoryname>
1.76 harris41 6018: <description>man page for lonnet.pm</description>
6019: <build trigger='always run'>
1.115 harris41 6020: loncom/build/pod2man.sh ../../rat/lonuserstate.pm > \
6021: ../../doc/man/Apache__lonuserstate.3 && echo 'manifying lonuserstate.pm'
1.76 harris41 6022: </build>
6023: <status>works/unverified</status>
6024: <dependencies>
6025: ../../rat/lonuserstate.pm
6026: </dependencies>
6027: </file>
6028: <file>
1.118 harris41 6029: <source>doc/lib/perl/Apache/lonuserstate.html</source>
6030: <target dist='default'>
6031: home/httpd/html/adm/help/lib/perl/Apache/lonuserstate.html
1.112 harris41 6032: </target>
1.83 harris41 6033: <categoryname>doc</categoryname>
1.76 harris41 6034: <description>POD-derived page for lonuserstate.pm</description>
6035: <build trigger='always run'>
1.115 harris41 6036: loncom/build/pod2html.sh ../../rat/lonuserstate.pm > \
1.118 harris41 6037: ../../doc/lib/perl/Apache/lonuserstate.html && \
6038: echo 'pod2html lonuserstate.pm'
1.76 harris41 6039: </build>
6040: <status>works/unverified</status>
6041: <dependencies>
6042: ../../rat/lonuserstate.pm
6043: </dependencies>
6044: </file>
6045: <file>
1.6 harris41 6046: <source>loncom/xml/lontex.pm</source>
6047: <target dist='default'>home/httpd/lib/perl/Apache/lontex.pm</target>
6048: <categoryname>handler</categoryname>
6049: <description>
1.133 harris41 6050: Handler for tex files
1.6 harris41 6051: </description>
1.10 harris41 6052: <status>works/unverified</status>
1.6 harris41 6053: </file>
6054: <file>
6055: <source>loncom/xml/lontexconvert.pm</source>
6056: <target dist='default'>home/httpd/lib/perl/Apache/lontexconvert.pm</target>
6057: <categoryname>handler</categoryname>
6058: <description>
6059: Access to tth/ttm
6060: </description>
1.10 harris41 6061: <status>works/unverified</status>
1.6 harris41 6062: </file>
6063: <file>
6064: <source>loncom/xml/lonxml.pm</source>
6065: <target dist='default'>home/httpd/lib/perl/Apache/lonxml.pm</target>
6066: <categoryname>handler</categoryname>
6067: <description>
6068: XML Parsing Module
1.78 harris41 6069: </description>
6070: <status>works/unverified</status>
6071: </file>
6072: <file>
6073: <source>loncom/xml/lonplot.pm</source>
6074: <target dist='default'>home/httpd/lib/perl/Apache/lonplot.pm</target>
6075: <categoryname>handler</categoryname>
6076: <description>
6077: XML-based plotter of graphs
1.6 harris41 6078: </description>
1.10 harris41 6079: <status>works/unverified</status>
1.6 harris41 6080: </file>
6081: <file>
6082: <source>loncom/xml/style.pm</source>
6083: <target dist='default'>home/httpd/lib/perl/Apache/style.pm</target>
6084: <categoryname>handler</categoryname>
6085: <description>
6086: Style Parsing Module
6087: </description>
1.10 harris41 6088: <status>works/unverified</status>
1.6 harris41 6089: </file>
6090: <file>
6091: <source>loncom/xml/londefdef.pm</source>
6092: <target dist='default'>home/httpd/lib/perl/Apache/londefdef.pm</target>
6093: <categoryname>handler</categoryname>
6094: <description>
6095: Tags Default Definition Module
6096: </description>
1.10 harris41 6097: <status>works/unverified</status>
1.4 harris41 6098: </file>
6099: <file>
1.627 foxr 6100: <source>loncom/xml/lontable.pm</source>
6101: <target dist='default'>home/httpd/lib/perl/Apache/lontable.pm</target>
6102: <categoryname>server standard</categoryname>
6103: <description>
6104: Table object
6105: </description>
1.704 foxr 6106: <status>works</status>
6107: </file>
6108: <file>
6109: <source>loncom/xml/lonlatextable.pm</source>
6110: <target dist='default'>home/httpd/lib/perl/Apache/lonlatextable.pm</target>
6111: <categoryname>server standard</categoryname>
6112: <description>
6113: Simple subset replacement for LaTeX::Table
6114: </description>
6115: <status>works</status>
1.627 foxr 6116: </file>
6117: <file>
1.6 harris41 6118: <source>loncom/xml/run.pm</source>
6119: <target dist='default'>home/httpd/lib/perl/Apache/run.pm</target>
6120: <categoryname>handler</categoryname>
6121: <description>
6122: used to prevent poorly written problems from causing lingering after effects
6123: </description>
1.10 harris41 6124: <status>works/unverified</status>
1.4 harris41 6125: </file>
6126: <file>
1.6 harris41 6127: <source>loncom/xml/scripttag.pm</source>
6128: <target dist='default'>home/httpd/lib/perl/Apache/scripttag.pm</target>
6129: <categoryname>handler</categoryname>
6130: <description>
6131: implements <script>, <scriptlib>, <parserlib>, and
6132: <import>
1.290 www 6133: </description>
6134: <status>works/unverified</status>
6135: </file>
6136: <file>
6137: <source>loncom/xml/languagetags.pm</source>
6138: <target dist='default'>home/httpd/lib/perl/Apache/languagetags.pm</target>
6139: <categoryname>handler</categoryname>
6140: <description>
6141: implements <mt>
1.6 harris41 6142: </description>
1.10 harris41 6143: <status>works/unverified</status>
1.185 albertel 6144: </file>
6145: <file>
6146: <source>loncom/homework/randomlylabel.pm</source>
6147: <target dist='default'>home/httpd/lib/perl/Apache/randomlylabel.pm</target>
6148: <categoryname>handler</categoryname>
6149: <description>
6150: Handler for compositing images, and text together.
1.339 albertel 6151: </description>
6152: </file>
6153: <file>
6154: <source>loncom/homework/drawimage.pm</source>
6155: <target dist='default'>home/httpd/lib/perl/Apache/drawimage.pm</target>
6156: <categoryname>handler</categoryname>
6157: <description>
6158: Handler for programtically defining an image
1.318 albertel 6159: </description>
6160: </file>
6161: <file>
6162: <source>loncom/homework/imagechoice.pm</source>
6163: <target dist='default'>home/httpd/lib/perl/Apache/imagechoice.pm</target>
6164: <categoryname>handler</categoryname>
6165: <description>
6166: Handler for picking out locations on an image.
1.207 www 6167: </description>
6168: </file>
6169: <file>
6170: <source>loncom/homework/rankresponse.pm</source>
6171: <target dist='default'>home/httpd/lib/perl/Apache/rankresponse.pm</target>
6172: <categoryname>handler</categoryname>
6173: <description>
6174: Handler for rankresponse
1.209 albertel 6175: </description>
6176: </file>
6177: <file>
6178: <source>loncom/homework/matchresponse.pm</source>
6179: <target dist='default'>home/httpd/lib/perl/Apache/matchresponse.pm</target>
6180: <categoryname>handler</categoryname>
6181: <description>
6182: Handler for matchresponse
1.185 albertel 6183: </description>
1.4 harris41 6184: </file>
6185: <file>
1.33 harris41 6186: <source>loncom/homework/randomlabel.pm</source>
6187: <target dist='default'>home/httpd/lib/perl/Apache/randomlabel.pm</target>
6188: <categoryname>handler</categoryname>
6189: <description>
6190: Interface for producing applet code which randomizes the labelling of an
6191: image.
6192: </description>
6193: </file>
6194: <file>
1.6 harris41 6195: <source>loncom/homework/lonhomework.pm</source>
6196: <target dist='default'>home/httpd/lib/perl/Apache/lonhomework.pm</target>
6197: <categoryname>handler</categoryname>
1.27 harris41 6198: <description>
6199: handles requests for output, evaluation, and alteration of a homework resource
6200: </description>
1.95 harris41 6201: <status>works/unverified</status>
1.4 harris41 6202: </file>
6203: <file>
1.6 harris41 6204: <source>loncom/homework/inputtags.pm</source>
6205: <target dist='default'>home/httpd/lib/perl/Apache/inputtags.pm</target>
6206: <categoryname>handler</categoryname>
6207: <description>
6208: produces HTML input tags (<INPUT>) for rendering homework resources
6209: </description>
1.10 harris41 6210: <status>works/unverified</status>
1.4 harris41 6211: </file>
6212: <file>
1.6 harris41 6213: <source>loncom/homework/structuretags.pm</source>
6214: <target dist='default'>home/httpd/lib/perl/Apache/structuretags.pm</target>
6215: <categoryname>handler</categoryname>
6216: <description>
1.27 harris41 6217: produces HTML tags necessary for structuring the presentation of homework
6218: resources
1.6 harris41 6219: </description>
1.10 harris41 6220: <status>works/unverified</status>
1.4 harris41 6221: </file>
6222: <file>
1.418 albertel 6223: <source>loncom/homework/bridgetask.pm</source>
6224: <target dist='default'>home/httpd/lib/perl/Apache/bridgetask.pm</target>
6225: <categoryname>handler</categoryname>
6226: <description>
6227: implements the tags for supporting bridge tasks
6228: </description>
6229: <status>works/unverified</status>
6230: </file>
6231: <file>
1.6 harris41 6232: <source>loncom/homework/response.pm</source>
6233: <target dist='default'>home/httpd/lib/perl/Apache/response.pm</target>
6234: <categoryname>handler</categoryname>
6235: <description>
1.27 harris41 6236: defines different types of responses given to student as well as syntax for
6237: producing response values
1.6 harris41 6238: </description>
1.10 harris41 6239: <status>works/unverified</status>
1.4 harris41 6240: </file>
6241: <file>
1.6 harris41 6242: <source>loncom/homework/caparesponse/caparesponse.pm</source>
6243: <target dist='default'>home/httpd/lib/perl/Apache/caparesponse.pm</target>
6244: <categoryname>handler</categoryname>
6245: <description>
6246: handles request to the CAPA homework processing engine
6247: </description>
1.10 harris41 6248: <status>works/unverified</status>
1.4 harris41 6249: </file>
6250: <file>
1.486 albertel 6251: <source>loncom/homework/lonmaxima.pm</source>
6252: <target dist='default'>home/httpd/lib/perl/Apache/lonmaxima.pm</target>
6253: <categoryname>handler</categoryname>
6254: <description>
6255: routines to simplify talking to the maxima client
6256: </description>
6257: <status>works/unverified</status>
6258: </file>
6259: <file>
1.640 www 6260: <source>loncom/homework/lonr.pm</source>
6261: <target dist='default'>home/httpd/lib/perl/Apache/lonr.pm</target>
6262: <categoryname>handler</categoryname>
6263: <description>
6264: routines to simplify talking to the R client
6265: </description>
6266: <status>works/unverified</status>
6267: </file>
6268: <file>
1.921 damieng 6269: <source>loncom/homework/loncapamath.pm</source>
6270: <target dist='default'>home/httpd/lib/perl/Apache/loncapamath.pm</target>
6271: <categoryname>handler</categoryname>
6272: <description>
6273: lm element implementation, using the math parser package
6274: </description>
6275: <status>works/unverified</status>
6276: </file>
6277: <file>
6278: <source>loncom/homework/units.json</source>
6279: <target dist='default'>home/httpd/lonTabs/units.json</target>
6280: <categoryname>static conf</categoryname>
6281: <description>
6282: Math parser: units
6283: </description>
6284: <status>works/unverified</status>
6285: </file>
6286: <file>
6287: <source>loncom/homework/constants.json</source>
6288: <target dist='default'>home/httpd/lonTabs/constants.json</target>
6289: <categoryname>static conf</categoryname>
6290: <description>
6291: Math parser: constants
6292: </description>
6293: <status>works/unverified</status>
6294: </file>
6295: <file>
6296: <source>loncom/homework/math_parser/CalcEnv.pm</source>
6297: <target dist='default'>home/httpd/lib/perl/Apache/math_parser/CalcEnv.pm</target>
6298: <categoryname>system file</categoryname>
6299: <description>
6300: Math parser: Calculation environment
6301: </description>
6302: <status>works/unverified</status>
6303: </file>
6304: <file>
6305: <source>loncom/homework/math_parser/CalcException.pm</source>
6306: <target dist='default'>home/httpd/lib/perl/Apache/math_parser/CalcException.pm</target>
6307: <categoryname>system file</categoryname>
6308: <description>
6309: Math parser: Calculation exception
6310: </description>
6311: <status>works/unverified</status>
6312: </file>
6313: <file>
6314: <source>loncom/homework/math_parser/Definitions.pm</source>
6315: <target dist='default'>home/httpd/lib/perl/Apache/math_parser/Definitions.pm</target>
6316: <categoryname>system file</categoryname>
6317: <description>
6318: Math parser: Operator definitions
6319: </description>
6320: <status>works/unverified</status>
6321: </file>
6322: <file>
6323: <source>loncom/homework/math_parser/ENode.pm</source>
6324: <target dist='default'>home/httpd/lib/perl/Apache/math_parser/ENode.pm</target>
6325: <categoryname>system file</categoryname>
6326: <description>
6327: Math parser: Parsed tree node.
6328: </description>
6329: <status>works/unverified</status>
6330: </file>
6331: <file>
6332: <source>loncom/homework/math_parser/Operator.pm</source>
6333: <target dist='default'>home/httpd/lib/perl/Apache/math_parser/Operator.pm</target>
6334: <categoryname>system file</categoryname>
6335: <description>
6336: Math parser: Parser operator
6337: </description>
6338: <status>works/unverified</status>
6339: </file>
6340: <file>
6341: <source>loncom/homework/math_parser/ParseException.pm</source>
6342: <target dist='default'>home/httpd/lib/perl/Apache/math_parser/ParseException.pm</target>
6343: <categoryname>system file</categoryname>
6344: <description>
6345: Math parser: Parse exception
6346: </description>
6347: <status>works/unverified</status>
6348: </file>
6349: <file>
6350: <source>loncom/homework/math_parser/Parser.pm</source>
6351: <target dist='default'>home/httpd/lib/perl/Apache/math_parser/Parser.pm</target>
6352: <categoryname>system file</categoryname>
6353: <description>
6354: Math parser: Equation parser
6355: </description>
6356: <status>works/unverified</status>
6357: </file>
6358: <file>
6359: <source>loncom/homework/math_parser/QInterval.pm</source>
6360: <target dist='default'>home/httpd/lib/perl/Apache/math_parser/QInterval.pm</target>
6361: <categoryname>system file</categoryname>
6362: <description>
6363: Math parser: An interval of quantities
6364: </description>
6365: <status>works/unverified</status>
6366: </file>
6367: <file>
6368: <source>loncom/homework/math_parser/QIntervalUnion.pm</source>
6369: <target dist='default'>home/httpd/lib/perl/Apache/math_parser/QIntervalUnion.pm</target>
6370: <categoryname>system file</categoryname>
6371: <description>
6372: Math parser: A union of possibly disjoint intervals
6373: </description>
6374: <status>works/unverified</status>
6375: </file>
6376: <file>
6377: <source>loncom/homework/math_parser/QMatrix.pm</source>
6378: <target dist='default'>home/httpd/lib/perl/Apache/math_parser/QMatrix.pm</target>
6379: <categoryname>system file</categoryname>
6380: <description>
6381: Math parser: A matrix of quantities
6382: </description>
6383: <status>works/unverified</status>
6384: </file>
6385: <file>
6386: <source>loncom/homework/math_parser/QSet.pm</source>
6387: <target dist='default'>home/httpd/lib/perl/Apache/math_parser/QSet.pm</target>
6388: <categoryname>system file</categoryname>
6389: <description>
6390: Math parser: A set of quantities
6391: </description>
6392: <status>works/unverified</status>
6393: </file>
6394: <file>
6395: <source>loncom/homework/math_parser/Quantity.pm</source>
6396: <target dist='default'>home/httpd/lib/perl/Apache/math_parser/Quantity.pm</target>
6397: <categoryname>system file</categoryname>
6398: <description>
6399: Math parser: A quantity (value and units)
6400: </description>
6401: <status>works/unverified</status>
6402: </file>
6403: <file>
6404: <source>loncom/homework/math_parser/QVector.pm</source>
6405: <target dist='default'>home/httpd/lib/perl/Apache/math_parser/QVector.pm</target>
6406: <categoryname>system file</categoryname>
6407: <description>
6408: Math parser: A vector of quantities
6409: </description>
6410: <status>works/unverified</status>
6411: </file>
6412: <file>
6413: <source>loncom/homework/math_parser/Token.pm</source>
6414: <target dist='default'>home/httpd/lib/perl/Apache/math_parser/Token.pm</target>
6415: <categoryname>system file</categoryname>
6416: <description>
6417: Math parser: A parser token.
6418: </description>
6419: <status>works/unverified</status>
6420: </file>
6421: <file>
6422: <source>loncom/homework/math_parser/Tokenizer.pm</source>
6423: <target dist='default'>home/httpd/lib/perl/Apache/math_parser/Tokenizer.pm</target>
6424: <categoryname>system file</categoryname>
6425: <description>
6426: Math parser: String tokenizer
6427: </description>
6428: <status>works/unverified</status>
6429: </file>
6430: <file>
6431: <source>loncom/homework/math_parser/Units.pm</source>
6432: <target dist='default'>home/httpd/lib/perl/Apache/math_parser/Units.pm</target>
6433: <categoryname>system file</categoryname>
6434: <description>
6435: Math parser: Loads and converts units
6436: </description>
6437: <status>works/unverified</status>
6438: </file>
6439: <file>
1.925 damieng 6440: <source>loncom/homework/daxepage.pm</source>
6441: <target dist='default'>home/httpd/lib/perl/Apache/daxepage.pm</target>
6442: <categoryname>handler</categoryname>
6443: <description>
6444: Handler displaying Daxe and the problem preview
6445: </description>
6446: <status>works/unverified</status>
6447: </file>
6448: <file>
1.924 damieng 6449: <source>loncom/homework/daxeopen.pm</source>
6450: <target dist='default'>home/httpd/lib/perl/Apache/daxeopen.pm</target>
6451: <categoryname>handler</categoryname>
6452: <description>
6453: Handler sending a file for Daxe, converting problems if necessary
6454: </description>
6455: <status>works/unverified</status>
6456: </file>
6457: <file>
6458: <source>loncom/homework/daxesave.pm</source>
6459: <target dist='default'>home/httpd/lib/perl/Apache/daxesave.pm</target>
6460: <categoryname>handler</categoryname>
6461: <description>
6462: Handler saving a file edited with Daxe
6463: </description>
6464: <status>works/unverified</status>
6465: </file>
6466: <file>
6467: <source>loncom/homework/cleanxml/pre_xml.pm</source>
6468: <target dist='default'>home/httpd/lib/perl/Apache/pre_xml.pm</target>
6469: <categoryname>system file</categoryname>
6470: <description>
6471: First step to clean a file before Daxe editing.
6472: </description>
6473: <status>works/unverified</status>
6474: </file>
6475: <file>
6476: <source>loncom/homework/cleanxml/html_to_xml.pm</source>
6477: <target dist='default'>home/httpd/lib/perl/Apache/html_to_xml.pm</target>
6478: <categoryname>system file</categoryname>
6479: <description>
6480: Second step to clean a file before Daxe editing.
6481: </description>
6482: <status>works/unverified</status>
6483: </file>
6484: <file>
6485: <source>loncom/homework/cleanxml/post_xml.pm</source>
6486: <target dist='default'>home/httpd/lib/perl/Apache/post_xml.pm</target>
6487: <categoryname>system file</categoryname>
6488: <description>
6489: Third step to clean a file before Daxe editing.
6490: </description>
6491: <status>works/unverified</status>
6492: </file>
6493: <file>
6494: <source>loncom/homework/cleanxml/xml_to_loncapa.pm</source>
6495: <target dist='default'>home/httpd/lib/perl/Apache/xml_to_loncapa.pm</target>
6496: <categoryname>system file</categoryname>
6497: <description>
6498: Takes a well-formed XML file content and converts it to LON-CAPA syntax.
6499: </description>
6500: <status>works/unverified</status>
6501: </file>
6502: <file>
1.113 harris41 6503: <source>loncom/xml/Safe.pm</source>
6504: <target dist='default'>home/httpd/lib/perl/Safe.pm</target>
6505: <categoryname>handler</categoryname>
6506: <description>
6507: Meant to safely substitute for CPAN version of Safe.
6508: Allows for safely executing embedded perl comands in
6509: a way that does not threaten the operating system.
6510: </description>
6511: <status>works/unverified</status>
6512: </file>
6513: <file>
1.241 albertel 6514: <source>loncom/auth/localauth.pm</source>
6515: <target dist='default'>home/httpd/lib/perl/localauth-std.pm</target>
6516: <categoryname>handler</categoryname>
6517: <description>
1.208 harris41 6518: Local authentication mechanism. The target file is meant as a template
6519: for a localauth.pm file. The target file with the -std suffix is not
6520: used directly by any software program; it is just a template file.
1.241 albertel 6521: </description>
6522: <status>works/unverified</status>
6523: </file>
6524: <file>
6525: <source>loncom/auth/localauth.pm</source>
6526: <target dist='default'>home/httpd/lib/perl/localauth.pm</target>
6527: <categoryname>conf</categoryname>
6528: <description>
6529: Local authentication mechanism.
6530: </description>
6531: <status>works/unverified</status>
1.30 harris41 6532: </file>
6533: <file>
1.6 harris41 6534: <source>loncom/auth/lonacc.pm</source>
6535: <target dist='default'>home/httpd/lib/perl/Apache/lonacc.pm</target>
6536: <categoryname>handler</categoryname>
6537: <description>
6538: (This module, like loncacc.pm also authenticates with cookies.)
6539: <tt>lonacc.pm</tt> coordinates access to a wide range of administrative-type
6540: functions (e.g. roles, logout, annotations, and bookmarks) as well
6541: as coordinating access to educational resources.
6542: </description>
1.10 harris41 6543: <status>works/unverified</status>
1.4 harris41 6544: </file>
6545: <file>
1.76 harris41 6546: <source>doc/man/Apache__lonacc.3</source>
6547: <target dist='default'>usr/man/man3/Apache::lonacc.3</target>
1.83 harris41 6548: <categoryname>doc</categoryname>
1.76 harris41 6549: <description>man page for lonacc.pm</description>
6550: <build trigger='always run'>
1.115 harris41 6551: loncom/build/pod2man.sh ../auth/lonacc.pm > \
6552: ../../doc/man/Apache__lonacc.3 && echo 'manifying lonacc.pm'
1.76 harris41 6553: </build>
6554: <status>works/unverified</status>
6555: <dependencies>
6556: ../../loncom/auth/lonacc.pm
6557: </dependencies>
6558: </file>
6559: <file>
1.118 harris41 6560: <source>doc/lib/perl/Apache/lonacc.html</source>
6561: <target dist='default'>
6562: home/httpd/html/adm/help/lib/perl/Apache/lonacc.html</target>
1.83 harris41 6563: <categoryname>doc</categoryname>
1.76 harris41 6564: <description>POD-derived page for lonacc.pm</description>
6565: <build trigger='always run'>
1.115 harris41 6566: loncom/build/pod2html.sh ../auth/lonacc.pm > \
1.118 harris41 6567: ../../doc/lib/perl/Apache/lonacc.html && echo 'pod2html lonacc.pm'
1.76 harris41 6568: </build>
6569: <status>works/unverified</status>
6570: <dependencies>
6571: ../../loncom/auth/lonacc.pm
6572: </dependencies>
6573: </file>
6574: <file>
1.6 harris41 6575: <source>loncom/auth/lonracc.pm</source>
6576: <target dist='default'>home/httpd/lib/perl/Apache/lonracc.pm</target>
6577: <categoryname>handler</categoryname>
6578: <description>
6579: access handler for file transfers
1.151 www 6580: </description>
6581: <status>works/unverified</status>
6582: </file>
6583: <file>
6584: <source>loncom/auth/lontokacc.pm</source>
6585: <target dist='default'>home/httpd/lib/perl/Apache/lontokacc.pm</target>
6586: <categoryname>handler</categoryname>
6587: <description>
1.154 www 6588: handler for inter-server transfer of token accessed files, includes
6589: cleanup handler to remove file when successfully done
6590: </description>
6591: <status>works/unverified</status>
6592: </file>
6593: <file>
6594: <source>loncom/auth/lonuploadedacc.pm</source>
6595: <target dist='default'>home/httpd/lib/perl/Apache/lonuploadedacc.pm</target>
6596: <categoryname>handler</categoryname>
6597: <description>
6598: access handler for user uploaded files
6599: </description>
6600: <status>works/unverified</status>
6601: </file>
6602: <file>
1.788 raeburn 6603: <source>loncom/auth/lonwebdavacc.pm</source>
6604: <target dist='default'>home/httpd/lib/perl/Apache/lonwebdavacc.pm</target>
6605: <categoryname>handler</categoryname>
6606: <description>authorization for webDAV access to Author Spaces</description>
6607: <status>works/unverified</status>
6608: </file>
6609: <file>
1.154 www 6610: <source>loncom/lontrans.pm</source>
6611: <target dist='default'>home/httpd/lib/perl/Apache/lontrans.pm</target>
6612: <categoryname>handler</categoryname>
6613: <description>
6614: URI to filename translation
1.347 www 6615: </description>
6616: <status>works/unverified</status>
6617: </file>
6618: <file>
6619: <source>loncom/lonenc.pm</source>
6620: <target dist='default'>home/httpd/lib/perl/Apache/lonenc.pm</target>
6621: <categoryname>handler</categoryname>
6622: <description>
6623: Encryption and decryption of URIs
1.6 harris41 6624: </description>
1.10 harris41 6625: <status>works/unverified</status>
1.87 harris41 6626: </file>
6627: <file>
1.477 albertel 6628: <source>loncom/lonencurl.pm</source>
6629: <target dist='default'>home/httpd/lib/perl/Apache/lonencurl.pm</target>
6630: <categoryname>handler</categoryname>
6631: <description>
6632: Handler that takes care of decrypting request URL's
6633: </description>
6634: <status>works/unverified</status>
6635: </file>
6636: <file>
1.87 harris41 6637: <source>doc/man/Apache__lonracc.3</source>
6638: <target dist='default'>usr/man/man3/Apache::lonracc.3</target>
6639: <categoryname>doc</categoryname>
6640: <description>man page for lonracc.pm</description>
6641: <build trigger='always run'>
1.115 harris41 6642: loncom/build/pod2man.sh ../auth/lonracc.pm > \
6643: ../../doc/man/Apache__lonracc.3 && echo 'manifying lonracc.pm'
1.87 harris41 6644: </build>
6645: <status>works/unverified</status>
6646: <dependencies>
6647: ../../loncom/auth/lonracc.pm
6648: </dependencies>
6649: </file>
6650: <file>
1.118 harris41 6651: <source>doc/lib/perl/Apache/lonracc.html</source>
6652: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonracc.html
1.112 harris41 6653: </target>
1.87 harris41 6654: <categoryname>doc</categoryname>
6655: <description>POD-derived page for lonracc.pm</description>
6656: <build trigger='always run'>
1.115 harris41 6657: loncom/build/pod2html.sh ../auth/lonracc.pm > \
1.118 harris41 6658: ../../doc/lib/perl/Apache/lonracc.html && echo 'pod2html lonracc.pm'
1.87 harris41 6659: </build>
6660: <status>works/unverified</status>
6661: <dependencies>
6662: ../../loncom/auth/lonracc.pm
6663: </dependencies>
1.4 harris41 6664: </file>
6665: <file>
1.6 harris41 6666: <source>loncom/auth/loncacc.pm</source>
6667: <target dist='default'>home/httpd/lib/perl/Apache/loncacc.pm</target>
6668: <categoryname>handler</categoryname>
6669: <description>
6670: This module provides access to an educational resource construction area.
6671: This module is invoked by the URL-related pattern syntax
6672: <tt>LocationMatch "^/priv.*"</tt> or <tt>LocationMatch "^/\~.*"</tt>.
6673: Authentication of user identity
6674: is coordinated through cookies. The abbreviation "cacc" corresponds
6675: to "construction-space access"). If the cookie handle is invalid, then
6676: this module returns a forbidden status and makes appropriate log entries.
6677: If the cookie handle is valid, status is determined to be okay (and,
6678: for the "priv"-type access, the resource is delivered by the
6679: <tt>lonconstruct</tt> module).
6680: </description>
1.10 harris41 6681: <status>works/unverified</status>
1.4 harris41 6682: </file>
6683: <file>
1.86 harris41 6684: <source>doc/man/Apache__loncacc.3</source>
6685: <target dist='default'>usr/man/man3/Apache::loncacc.3</target>
6686: <categoryname>doc</categoryname>
6687: <description>man page for loncacc.pm</description>
6688: <build trigger='always run'>
1.115 harris41 6689: loncom/build/pod2man.sh ../auth/loncacc.pm > ../../doc/man/Apache__loncacc.3 \
6690: && echo 'manifying loncacc.pm'
1.86 harris41 6691: </build>
6692: <status>works/unverified</status>
6693: <dependencies>
6694: ../../loncom/auth/loncacc.pm
6695: </dependencies>
6696: </file>
6697: <file>
1.118 harris41 6698: <source>doc/lib/perl/Apache/loncacc.html</source>
6699: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncacc.html
1.112 harris41 6700: </target>
1.86 harris41 6701: <categoryname>doc</categoryname>
6702: <description>POD-derived page for loncacc.pm</description>
6703: <build trigger='always run'>
1.115 harris41 6704: loncom/build/pod2html.sh ../auth/loncacc.pm > \
1.118 harris41 6705: ../../doc/lib/perl/Apache/loncacc.html && echo 'pod2html loncacc.pm'
1.86 harris41 6706: </build>
6707: <status>works/unverified</status>
6708: <dependencies>
6709: ../../loncom/auth/loncacc.pm
6710: </dependencies>
6711: </file>
6712: <file>
1.616 raeburn 6713: <source>loncom/auth/lonstatusacc.pm</source>
6714: <target dist='default'>home/httpd/lib/perl/Apache/lonstatusacc.pm</target>
6715: <categoryname>handler</categoryname>
6716: <description>
6717: This module provides access to server status - Apache's server-status and
6718: files in the /home/httpd/html/lon-status directory, for which it is invoked
6719: by the URL-related pattern syntax:
6720: <tt>LocationMatch "^/+lon-status/.*"</tt>.
6721: </description>
6722: <status>works/unverified</status>
6723: </file>
6724: <file>
1.6 harris41 6725: <source>loncom/auth/lonauth.pm</source>
6726: <target dist='default'>home/httpd/lib/perl/Apache/lonauth.pm</target>
6727: <categoryname>handler</categoryname>
6728: <description>authenticate, set up session environment</description>
1.10 harris41 6729: <status>works/unverified</status>
1.4 harris41 6730: </file>
6731: <file>
1.6 harris41 6732: <source>loncom/auth/lonlogin.pm</source>
6733: <target dist='default'>home/httpd/lib/perl/Apache/lonlogin.pm</target>
6734: <categoryname>handler</categoryname>
6735: <description>login screen</description>
1.10 harris41 6736: <status>works/unverified</status>
1.4 harris41 6737: </file>
6738: <file>
1.492 raeburn 6739: <source>loncom/auth/restrictedaccess.pm</source>
6740: <target dist='default'>home/httpd/lib/perl/Apache/restrictedaccess.pm</target>
6741: <categoryname>handler</categoryname>
6742: <description>Passphrase entry form and verification for access to passphrase-protected portfolio files</description>
6743: <status>works/unverified</status>
6744: </file>
6745: <file>
1.520 raeburn 6746: <source>loncom/auth/blockedaccess.pm</source>
6747: <target dist='default'>home/httpd/lib/perl/Apache/blockedaccess.pm</target>
6748: <categoryname>handler</categoryname>
1.978 raeburn 6749: <description>Information about course-based blocking conditions for files with blocked access (currently affects portfolio files) and resources in a course</description>
6750: <status>works/unverified</status>
6751: </file>
6752: <file>
6753: <source>loncom/auth/lonprotected.pm</source>
6754: <target dist='default'>home/httpd/lib/perl/Apache/lonprotected.pm</target>
6755: <categoryname>handler</categoryname>
6756: <description>Information about deeplink-only access for a resource</description>
1.520 raeburn 6757: <status>works/unverified</status>
6758: </file>
6759: <file>
1.610 raeburn 6760: <source>loncom/auth/lonipcheck.pm</source>
6761: <target dist='default'>home/httpd/lib/perl/Apache/lonipcheck.pm</target>
6762: <categoryname>handler</categoryname>
6763: <description>Checks IP-based access control settings - disable subsequent PerlHandlers if client's IP is blocked</description>
6764: <status>works/unverified</status>
6765: </file>
6766: <file>
1.355 matthew 6767: <source>loncom/auth/londatecheck.pm</source>
6768: <target dist='default'>home/httpd/lib/perl/Apache/londatecheck.pm</target>
6769: <categoryname>handler</categoryname>
1.356 albertel 6770: <description>Checks contentopen/close settings disable subsequent PerlHandlers if not open</description>
6771: <status>works/unverified</status>
1.355 matthew 6772: </file>
6773: <file>
1.964 raeburn 6774: <source>loncom/auth/lonslotcheck.pm</source>
6775: <target dist='default'>home/httpd/lib/perl/Apache/lonslotcheck.pm</target>
6776: <categoryname>handler</categoryname>
6777: <description>Checks if access to a non-gradable external tool uses slots.
6778: Disable subsequent PerlHandlers if a slot is in use, and slot status does
6779: not currently allow access.
6780: </description>
6781: <status>works/unverified</status>
6782: </file>
6783: <file>
1.473 albertel 6784: <source>loncom/auth/publiccheck.pm</source>
6785: <target dist='default'>home/httpd/lib/perl/Apache/publiccheck.pm</target>
6786: <categoryname>handler</categoryname>
6787: <description>Checks if resource is public and allows unauthenticated access if it is.</description>
6788: <status>works/unverified</status>
6789: </file>
6790: <file>
1.788 raeburn 6791: <source>loncom/auth/lonwebdavauth.pm</source>
6792: <target dist='default'>home/httpd/lib/perl/Apache/lonwebdavauth.pm</target>
6793: <categoryname>handler</categoryname>
6794: <description>authenticate, set up session environment for webDAV</description>
6795: <status>works/unverified</status>
6796: </file>
6797: <file>
1.6 harris41 6798: <source>loncom/auth/lonlogout.pm</source>
6799: <target dist='default'>home/httpd/lib/perl/Apache/lonlogout.pm</target>
6800: <categoryname>handler</categoryname>
6801: <description>logout</description>
1.10 harris41 6802: <status>works/unverified</status>
1.4 harris41 6803: </file>
6804: <file>
1.458 albertel 6805: <source>loncom/auth/migrateuser.pm</source>
6806: <target dist='default'>home/httpd/lib/perl/Apache/migrateuser.pm</target>
6807: <categoryname>handler</categoryname>
1.682 faziophi 6808: <description>auto logs in a remote user</description>
1.458 albertel 6809: <status>works/unverified</status>
6810: </file>
6811: <file>
6812: <source>loncom/auth/switchserver.pm</source>
6813: <target dist='default'>home/httpd/lib/perl/Apache/switchserver.pm</target>
6814: <categoryname>handler</categoryname>
6815: <description>Setups the transfer of a user between servers</description>
6816: <status>works/unverified</status>
6817: </file>
6818: <file>
1.461 albertel 6819: <source>loncom/auth/checkauthen.pm</source>
6820: <target dist='default'>home/httpd/lib/perl/Apache/checkauthen.pm</target>
6821: <categoryname>handler</categoryname>
6822: <description>Checks if a user's cookie exists and is valid</description>
6823: <status>works/unverified</status>
6824: </file>
6825: <file>
1.475 albertel 6826: <source>loncom/auth/simpleauthen.pm</source>
6827: <target dist='default'>home/httpd/lib/perl/Apache/simpleauthen.pm</target>
6828: <categoryname>handler</categoryname>
6829: <description>Always returns DENIED</description>
6830: <status>works/unverified</status>
6831: </file>
6832: <file>
1.789 raeburn 6833: <source>loncom/auth/lonshibauth.pm</source>
6834: <target dist='default'>home/httpd/lib/perl/Apache/lonshibauth.pm</target>
6835: <categoryname>handler</categoryname>
6836: <description>Redirect Shibboleth authentication to Single Sign On
6837: i.e., to: /adm/sso
6838: </description>
6839: <status>works/unverified</status>
6840: </file>
6841: <file>
6842: <source>loncom/auth/lonshibacc.pm</source>
1.792 raeburn 6843: <target dist='default'>home/httpd/lib/perl/Apache/lonshibacc.pm</target>
1.789 raeburn 6844: <categoryname>handler</categoryname>
6845: <description>Authorization handler used to remove trailing @internet dom
6846: from Shibboleth authenticated username (e.g., @mit.edu).
6847: </description>
6848: <status>works/unverified</status>
6849: </file>
6850: <file>
1.805 raeburn 6851: <source>loncom/auth/lonnoshib.pm</source>
6852: <target dist='default'>home/httpd/lib/perl/Apache/lonnoshib.pm</target>
6853: <categoryname>handler</categoryname>
6854: <description>Content handler for /adm/sso when Shibboleth auth is inactive.
6855: </description>
6856: <status>works/unverified</status>
6857: </file>
6858: <file>
1.790 raeburn 6859: <source>loncom/html/adm/sso</source>
6860: <target dist='default'>home/httpd/html/adm/sso</target>
6861: <categoryname>interface file</categoryname>
6862: <description>HTML page to redirect browser request for /adm/sso to
6863: /adm/roles when Shibboleth SSO not in use (i.e., mod_shib not loaded).
6864: </description>
6865: <status>works/unverified</status>
6866: </file>
6867: <file>
1.6 harris41 6868: <source>loncom/lonnet/perl/lonrep.pm</source>
6869: <target dist='default'>home/httpd/lib/perl/Apache/lonrep.pm</target>
6870: <categoryname>handler</categoryname>
6871: <description>replication</description>
1.345 raeburn 6872: </file>
6873: <file>
6874: <source>loncom/lonnet/perl/lonuploadrep.pm</source>
6875: <target dist='default'>home/httpd/lib/perl/Apache/lonuploadrep.pm</target>
6876: <categoryname>handler</categoryname>
6877: <description>copying of uploaded files</description>
1.4 harris41 6878: </file>
6879: <file>
1.6 harris41 6880: <source>loncom/auth/lonroles.pm</source>
6881: <target dist='default'>home/httpd/lib/perl/Apache/lonroles.pm</target>
6882: <categoryname>handler</categoryname>
6883: <description>
6884: This perl handling module reads in the available roles available
6885: for a LON-CAPA user (different courses, different privileges, etc)
6886: and produces a form-element HTML page which allows the user to select
6887: which role he wishes to exercise in the LON-CAPA system. For instance,
6888: a user may want to select between being a student in a thermodynamics
6889: physics course or a teaching assistant for an introductory calculus
6890: class.
6891: </description>
1.86 harris41 6892: </file>
6893: <file>
6894: <source>doc/man/Apache__lonroles.3</source>
6895: <target dist='default'>usr/man/man3/Apache::lonroles.3</target>
6896: <categoryname>doc</categoryname>
6897: <description>man page for lonroles.pm</description>
6898: <build trigger='always run'>
1.115 harris41 6899: loncom/build/pod2man.sh ../auth/lonroles.pm > \
6900: ../../doc/man/Apache__lonroles.3 && echo 'manifying lonroles.pm'
1.86 harris41 6901: </build>
6902: <status>works/unverified</status>
6903: <dependencies>
6904: ../../loncom/auth/lonroles.pm
6905: </dependencies>
6906: </file>
6907: <file>
1.118 harris41 6908: <source>doc/lib/perl/Apache/lonroles.html</source>
6909: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonroles.html
1.112 harris41 6910: </target>
1.86 harris41 6911: <categoryname>doc</categoryname>
6912: <description>POD-derived page for lonroles.pm</description>
6913: <build trigger='always run'>
1.115 harris41 6914: loncom/build/pod2html.sh ../auth/lonroles.pm > \
1.118 harris41 6915: ../../doc/lib/perl/Apache/lonroles.html && echo 'pod2html lonroles.pm'
1.86 harris41 6916: </build>
6917: <status>works/unverified</status>
6918: <dependencies>
6919: ../../loncom/auth/lonroles.pm
6920: </dependencies>
1.4 harris41 6921: </file>
6922: <file>
1.963 raeburn 6923: <source>loncom/interface/lontiny.pm</source>
6924: <target dist='default'>home/httpd/lib/perl/Apache/lontiny.pm</target>
6925: <categoryname>handler</categoryname>
6926: <description>
6927: Extract domain, courseID, and symb from a shortened URL and and switch role
6928: to a role in designated course. If the user has multiple active roles in a
6929: course, and one is a Coordinator role, that role will be selected, otherwise
6930: a list of available roles will be displayed for the user to select one.
6931: </description>
6932: </file>
6933: <file>
1.363 albertel 6934: <source>loncom/interface/lonsource.pm</source>
6935: <target dist='default'>home/httpd/lib/perl/Apache/lonsource.pm</target>
6936: <categoryname>handler</categoryname>
6937: <description>
6938: Problem source code viewer
6939: </description>
6940: <status>works/unverified</status>
6941: </file>
6942: <file>
1.6 harris41 6943: <source>loncom/interface/lonindexer.pm</source>
6944: <target dist='default'>home/httpd/lib/perl/Apache/lonindexer.pm</target>
6945: <categoryname>handler</categoryname>
6946: <description>
6947: cross server filesystem browser
6948: </description>
1.10 harris41 6949: <status>works/unverified</status>
1.76 harris41 6950: </file>
6951: <file>
6952: <source>doc/man/Apache__lonindexer.3</source>
6953: <target dist='default'>usr/man/man3/Apache::lonindexer.3</target>
1.83 harris41 6954: <categoryname>doc</categoryname>
1.76 harris41 6955: <description>man page for lonindexer.pm</description>
6956: <build trigger='always run'>
1.115 harris41 6957: loncom/build/pod2man.sh ../interface/lonindexer.pm > \
6958: ../../doc/man/Apache__lonindexer.3 && echo 'manifying lonindexer.pm'
1.76 harris41 6959: </build>
6960: <status>works/unverified</status>
6961: <dependencies>
6962: ../../loncom/interface/lonindexer.pm
6963: </dependencies>
6964: </file>
6965: <file>
1.118 harris41 6966: <source>doc/lib/perl/Apache/lonindexer.html</source>
6967: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonindexer.html
1.112 harris41 6968: </target>
1.83 harris41 6969: <categoryname>doc</categoryname>
1.76 harris41 6970: <description>POD-derived page for lonindexer.pm</description>
6971: <build trigger='always run'>
1.115 harris41 6972: loncom/build/pod2html.sh ../interface/lonindexer.pm > \
1.118 harris41 6973: ../../doc/lib/perl/Apache/lonindexer.html && \
6974: echo 'pod2html lonindexer.pm'
1.76 harris41 6975: </build>
6976: <status>works/unverified</status>
6977: <dependencies>
6978: ../../loncom/interface/lonindexer.pm
6979: </dependencies>
1.4 harris41 6980: </file>
6981: <file>
1.24 harris41 6982: <source>loncom/interface/groupsort.pm</source>
6983: <target dist='default'>home/httpd/lib/perl/Apache/groupsort.pm</target>
6984: <categoryname>handler</categoryname>
6985: <description>
6986: Implements a second phase of importing multiple resources into the RAT.
6987: Allows for reordering the sequence of resources.
6988: </description>
6989: <status>works/unverified</status>
6990: </file>
6991: <file>
1.6 harris41 6992: <source>loncom/lonnet/perl/lonnet.pm</source>
6993: <target dist='default'>home/httpd/lib/perl/Apache/lonnet.pm</target>
6994: <categoryname>handler</categoryname>
6995: <description>
6996: This file is an interface to the lonc processes of the LON-CAPA network
6997: as well as set of elaborated functions for handling information necessary
6998: for navigating through a given cluster of LON-CAPA machines within a domain.
6999: There are over 40 specialized functions in this module which handle
7000: the reading and transmission of metadata, user information
7001: (ids, names, environments, roles, logs), file information (storage, reading,
7002: directories, extensions, replication, embedded styles and descriptors),
7003: educational resources (course descriptions, section names and numbers),
7004: url hashing (to assign roles on a url basis), and translating abbreviated
7005: symbols to and from more descriptive phrases or explanations.
7006: </description>
1.10 harris41 7007: <status>works/unverified</status>
1.73 harris41 7008: </file>
7009: <file>
7010: <source>doc/man/Apache__lonnet.3</source>
1.75 harris41 7011: <target dist='default'>usr/man/man3/Apache::lonnet.3</target>
1.83 harris41 7012: <categoryname>doc</categoryname>
1.73 harris41 7013: <description>man page for lonnet.pm</description>
7014: <build trigger='always run'>
1.115 harris41 7015: loncom/build/pod2man.sh ../lonnet/perl/lonnet.pm > \
7016: ../../doc/man/Apache__lonnet.3 && echo 'manifying lonnet.pm'
1.73 harris41 7017: </build>
7018: <status>works/unverified</status>
7019: <dependencies>
7020: ../../loncom/lonnet/perl/lonnet.pm
7021: </dependencies>
7022: </file>
7023: <file>
1.118 harris41 7024: <source>doc/lib/perl/Apache/lonnet.html</source>
7025: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonnet.html
7026: </target>
1.83 harris41 7027: <categoryname>doc</categoryname>
1.73 harris41 7028: <description>POD-derived page for lonnet.pm</description>
7029: <build trigger='always run'>
1.115 harris41 7030: loncom/build/pod2html.sh ../lonnet/perl/lonnet.pm > \
1.118 harris41 7031: ../../doc/lib/perl/Apache/lonnet.html && echo 'pod2html lonnet.pm'
1.73 harris41 7032: </build>
7033: <status>works/unverified</status>
7034: <dependencies>
7035: ../../loncom/lonnet/perl/lonnet.pm
7036: </dependencies>
1.4 harris41 7037: </file>
7038: <file>
1.525 albertel 7039: <source>loncom/lonnet/perl/londns.pm</source>
7040: <target dist='default'>home/httpd/lib/perl/Apache/londns.pm</target>
7041: <categoryname>handler</categoryname>
7042: <description>
7043: Domain information serving.
7044: </description>
7045: <status>works/unverified</status>
7046: </file>
7047: <file>
1.6 harris41 7048: <source>loncom/html/index.html</source>
7049: <target dist='default'>home/httpd/html/index.html</target>
7050: <categoryname>interface file</categoryname>
7051: <description>bumps to login</description>
1.280 www 7052: </file>
7053: <file>
7054: <source>loncom/html/index.html</source>
7055: <target dist='default'>home/httpd/html/origindex.html</target>
7056: <categoryname>interface file</categoryname>
7057: <description>bumps to login, backup for takeonline</description>
1.181 www 7058: </file>
7059: <file>
7060: <source>loncom/html/favicon.ico</source>
7061: <target dist='default'>home/httpd/html/favicon.ico</target>
7062: <categoryname>interface file</categoryname>
7063: <description>Bookmark and tab icon</description>
1.4 harris41 7064: </file>
1.419 matthew 7065: <file>
7066: <source>loncom/mime.types</source>
1.6 harris41 7067: <target dist='default'>etc/httpd/conf/mime.types</target>
1.972 raeburn 7068: <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 7069: <categoryname>www static conf</categoryname>
1.506 raeburn 7070: <description>Expanded mime.types</description>
1.419 matthew 7071: </file>
1.6 harris41 7072: <link>
7073: <linkto>home/httpd/html/res</linkto>
7074: <target dist='default'>home/httpd/html/raw</target>
7075: <categoryname>symbolic link</categoryname>
7076: <description>symbolic link to /home/httpd/html/res</description>
7077: </link>
1.4 harris41 7078: <file>
1.6 harris41 7079: <source>loncom/html/adm/notfound.html</source>
7080: <target dist='default'>home/httpd/html/adm/notfound.html</target>
7081: <categoryname>interface file</categoryname>
7082: <description>
7083: static html page that is shown when an attempt is made to access a document
7084: not present on the web server
7085: </description>
1.4 harris41 7086: </file>
7087: <file>
1.6 harris41 7088: <source>loncom/html/adm/unauthorized.html</source>
7089: <target dist='default'>home/httpd/html/adm/unauthorized.html</target>
7090: <categoryname>interface file</categoryname>
7091: <description>
1.27 harris41 7092: static html page that is shown when an attempt is made to access a document
7093: which is restricted based on file or server configurations
1.32 harris41 7094: </description>
7095: </file>
7096: <file>
1.788 raeburn 7097: <source>loncom/html/adm/nowebdav.html</source>
7098: <target dist='default'>home/httpd/html/adm/nowebdav.html</target>
7099: <categoryname>interface file</categoryname>
7100: <description>
7101: static html page that is shown when an attempt is made to access
7102: an inaccessible path using webDAV.
7103: </description>
7104: </file>
7105: <file>
1.32 harris41 7106: <source>loncom/html/adm/help/searchcat.html</source>
1.109 harris41 7107: <target dist='default'>home/httpd/html/adm/help/searchcat.html</target>
1.32 harris41 7108: <categoryname>interface file</categoryname>
7109: <description>
7110: Help page for the search engine.
1.6 harris41 7111: </description>
1.4 harris41 7112: </file>
7113: <file>
1.6 harris41 7114: <source>rat/client/rat.html</source>
7115: <target dist='default'>home/httpd/html/adm/rat/rat.html</target>
7116: <categoryname>interface file</categoryname>
7117: <description>
7118: frameset
7119: </description>
1.4 harris41 7120: </file>
7121: <file>
1.6 harris41 7122: <source>rat/client/parameter.html</source>
7123: <target dist='default'>home/httpd/html/adm/rat/parameter.html</target>
7124: <categoryname>interface file</categoryname>
7125: <description>
7126: Parameter input window.
7127: </description>
1.4 harris41 7128: </file>
7129: <file>
1.398 raeburn 7130: <source>rat/client/ratcode.js</source>
7131: <target dist='default'>home/httpd/html/res/adm/includes/ratcode.js</target>
1.170 www 7132: <categoryname>interface file</categoryname>
7133: <description>
1.397 raeburn 7134: javascript for horizontal menubar in RAT
1.170 www 7135: </description>
7136: </file>
7137: <file>
1.6 harris41 7138: <source>rat/client/map.html</source>
7139: <target dist='default'>home/httpd/html/adm/rat/map.html</target>
7140: <categoryname>interface file</categoryname>
7141: <description>
7142: bumper
7143: </description>
1.4 harris41 7144: </file>
7145: <file>
1.6 harris41 7146: <source>rat/client/empty.html</source>
7147: <target dist='default'>home/httpd/html/adm/rat/empty.html</target>
7148: <categoryname>interface file</categoryname>
7149: <description>
7150: A blank page with very minimal HTML structural elements.
1.217 www 7151: </description>
7152: </file>
7153: <file>
7154: <source>rat/client/loading.html</source>
7155: <target dist='default'>home/httpd/html/adm/rat/loading.html</target>
7156: <categoryname>interface file</categoryname>
7157: <description>
7158: A blank page which calls drawwindow in its opener after being loaded.
1.6 harris41 7159: </description>
1.4 harris41 7160: </file>
1.636 foxr 7161: <file>
7162: <source>loncom/includepsheader.ps</source>
7163: <target dist='default'>home/httpd/lib/includepsheader.ps</target>
7164: <categoryname>interface file</categoryname>
7165: <description>
7166: Extra header for dvips
7167: </description>
7168: </file>
1.10 harris41 7169: <fileglob>
7170: <glob>*.gif</glob>
7171: <sourcedir>rat/images/</sourcedir>
7172: <targetdir dist='default'>home/httpd/html/adm/rat/</targetdir>
7173: <categoryname>graphic file</categoryname>
7174: <description>
7175: icons for providing a HTML-tabled view of a course map
7176: </description>
7177: <filenames>
1.37 harris41 7178: 1.1.dt.gif;
7179: 1.1.empty.gif;
7180: 1.1.ld.gif;
7181: 1.1.lr.gif;
7182: 1.1.rd.gif;
1.60 harris41 7183: 1.1.rl.gif;
1.37 harris41 7184: 1.1.td.gif;
7185: 1.1.tdrl.gif;
7186: 1.1.tl.gif;
7187: 1.1.tr.gif;
7188: 1.1.utd.gif;
7189: 1.2.ctd.gif;
7190: 1.2.dt.gif;
7191: 1.2.empty.gif;
7192: 1.2.ld.gif;
7193: 1.2.lr.gif;
7194: 1.2.lrd.gif;
7195: 1.2.lrtd.gif;
7196: 1.2.rd.gif;
7197: 1.2.rl.gif;
7198: 1.2.rld.gif;
7199: 1.2.rltd.gif;
7200: 1.2.rtd.gif;
7201: 1.2.rtdl.gif;
7202: 1.2.rtl.gif;
7203: 1.2.td.gif;
7204: 1.2.tdl.gif;
7205: 1.2.tdrl.gif;
7206: 1.2.tl.gif;
7207: 1.2.tr.gif;
7208: 1.2.utd.gif;
7209: 2.1.dt.gif;
7210: 2.1.empty.gif;
7211: 2.1.ld.gif;
7212: 2.1.lr.gif;
7213: 2.1.rd.gif;
7214: 2.1.rl.gif;
7215: 2.1.td.gif;
7216: 2.1.tdrl.gif;
7217: 2.1.tl.gif;
7218: 2.1.tr.gif;
7219: 2.2.dt.gif;
7220: 2.2.empty.gif;
7221: 2.2.ld.gif;
7222: 2.2.lr.gif;
7223: 2.2.lrd.gif;
7224: 2.2.lrt.gif;
7225: 2.2.rd.gif;
7226: 2.2.rl.gif;
7227: 2.2.rld.gif;
7228: 2.2.rlt.gif;
7229: 2.2.td.gif;
7230: 2.2.tdl.gif;
7231: 2.2.tdr.gif;
7232: 2.2.tdrl.gif;
7233: 2.2.tl.gif;
7234: 2.2.tr.gif;
7235: 2.2.url.gif;
7236: 2.2.utd.gif;
7237: arrow.gif;
7238: bdt.gif;
7239: bempty.gif;
7240: bld.gif;
7241: blr.gif;
7242: blrd.gif;
7243: blrt.gif;
1.60 harris41 7244: bottom.gif;
1.37 harris41 7245: brd.gif;
7246: brl.gif;
7247: brld.gif;
7248: brlt.gif;
7249: btd.gif;
7250: btdl.gif;
7251: btdr.gif;
7252: btdrl.gif;
7253: btl.gif;
7254: btr.gif;
7255: burl.gif;
7256: butd.gif;
7257: condition.gif;
7258: edit.gif;
7259: finish.gif;
7260: info.gif;
7261: inscol.gif;
7262: inscond.gif;
7263: insres.gif;
7264: insrow.gif;
7265: left.gif;
7266: middle.gif;
7267: resource.gif;
7268: right.gif;
7269: sctd.gif;
7270: sdt.gif;
7271: sempty.gif;
7272: sld.gif;
7273: slr.gif;
7274: slrd.gif;
7275: slrtd.gif;
7276: srd.gif;
7277: srl.gif;
7278: srld.gif;
7279: srltd.gif;
7280: srtd.gif;
7281: srtdl.gif;
7282: srtl.gif;
7283: start.gif;
7284: std.gif;
7285: stdl.gif;
1.10 harris41 7286: sutd.gif
7287: </filenames>
7288: </fileglob>
7289: <fileglob>
1.60 harris41 7290: <glob>*.*</glob>
1.10 harris41 7291: <sourcedir>loncom/html/adm/lonKaputt/</sourcedir>
7292: <targetdir dist='default'>home/httpd/html/adm/lonKaputt/</targetdir>
7293: <categoryname>graphic file</categoryname>
7294: <description>
7295: icons to indicate an unexpected result
7296: </description>
7297: <filenames>
1.37 harris41 7298: lonconstruct.gif;
7299: lonlogo_broken.gif;
7300: lonlogo_broken_tsp.gif;
7301: lonlogo_broken.eps;
7302: lonlogo_broken.jpg;
1.469 raeburn 7303: lonlogo_broken.mov;
7304: genericstudent_tn.gif
1.10 harris41 7305: </filenames>
7306: </fileglob>
7307: <fileglob>
1.60 harris41 7308: <glob>*.*</glob>
1.10 harris41 7309: <sourcedir>loncom/html/adm/lonIcons/</sourcedir>
7310: <targetdir dist='default'>home/httpd/html/adm/lonIcons/</targetdir>
7311: <categoryname>graphic file</categoryname>
7312: <description>
1.132 harris41 7313: logos and general widget icons
1.10 harris41 7314: </description>
7315: <filenames>
1.68 harris41 7316: SMETE_white.gif;
1.117 harris41 7317: aboutlon.gif;
1.630 droeschl 7318: aboutlon_de.gif;
1.288 www 7319: aboutlon_pt.gif;
1.117 harris41 7320: accessbutton.gif;
1.630 droeschl 7321: accessbutton_de.gif;
1.288 www 7322: accessbutton_pt.gif;
1.224 www 7323: angry.gif;
1.630 droeschl 7324: arrow.closed.gif;
7325: arrow.open.gif;
1.633 schulted 7326: arrow.up.gif;
1.60 harris41 7327: arrow_up.gif;
1.630 droeschl 7328: avi.gif;
1.360 albertel 7329: baeh.gif;
1.224 www 7330: bigsmile.gif;
1.177 bowersj2 7331: branch.gif;
1.37 harris41 7332: cab.gif;
7333: cab_big.gif;
1.62 harris41 7334: capapanel.gif;
1.224 www 7335: check.gif;
1.37 harris41 7336: class.gif;
7337: class_big.gif;
1.379 albertel 7338: closepage.gif;
1.494 www 7339: clickhere.gif;
1.224 www 7340: coolindiff.gif;
7341: coolsmile.gif;
7342: cry.gif;
1.343 www 7343: doc.gif;
7344: doc_big.gif;
1.37 harris41 7345: dvi.gif;
7346: dvi_big.gif;
7347: eps.gif;
7348: eps_big.gif;
7349: exam.gif;
7350: exam_big.gif;
1.709 raeburn 7351: face-angel.png;
7352: face-angry.png;
7353: face-cool.png;
7354: face-crying.png;
7355: face-embarrassed.png;
7356: face-glasses.png;
7357: face-kiss.png;
7358: face-plain.png;
7359: face-quiet.png;
7360: face-raspberry.png;
7361: face-sad.png;
7362: face-sick.png;
7363: face-smile.png;
7364: face-smile-big.png;
7365: face-surprise.png;
7366: face-uncertain.png;
7367: face-wink.png;
1.117 harris41 7368: fillbottom.gif;
7369: fillleft.gif;
7370: fillright.gif;
7371: filltop.gif;
1.37 harris41 7372: folder_closed.gif;
7373: folder_opened.gif;
7374: folder_pointer_closed.gif;
7375: folder_pointer_opened.gif;
1.709 raeburn 7376: food-cake.png;
7377: face-ninja.png;
7378: face-pirate.png;
7379: food-pizza.png;
1.37 harris41 7380: form.gif;
7381: form_big.gif;
1.224 www 7382: frowny.gif;
1.37 harris41 7383: gif.gif;
7384: gif_big.gif;
1.117 harris41 7385: header.gif;
1.455 albertel 7386: header.png;
1.709 raeburn 7387: heart.png;
1.387 raeburn 7388: helpdesk.gif;
7389: helpgateway.gif;
1.224 www 7390: hrrm.gif;
1.37 harris41 7391: htm.gif;
7392: html.gif;
7393: html_big.gif;
1.224 www 7394: huh.gif;
1.52 harris41 7395: jar.gif;
7396: jar_big.gif;
1.630 droeschl 7397: jpeg.gif;
1.37 harris41 7398: jpg.gif;
7399: jpg_big.gif;
1.62 harris41 7400: latex.gif;
1.269 www 7401: library.gif;
1.619 harmsja 7402: lightGreyBG.png;
1.224 www 7403: lipsrsealed.gif;
1.117 harris41 7404: lite.gif;
1.37 harris41 7405: liteani.gif;
1.117 harris41 7406: litetext.gif;
1.62 harris41 7407: lolpanel.gif;
1.37 harris41 7408: lonanim.gif;
7409: lonanimend.gif;
1.117 harris41 7410: loncapalogo.gif;
1.37 harris41 7411: lonhelplogos.gif;
1.60 harris41 7412: lonhelptop.gif;
1.37 harris41 7413: lonlogo.gif;
7414: lonlogos.gif;
1.619 harmsja 7415: lonUtilityIcon.png;
1.117 harris41 7416: lowerleft.gif;
7417: lowerright.gif;
1.360 albertel 7418: mailbkgrd.gif;
7419: mailto.gif;
1.236 www 7420: minilogo.gif;
1.37 harris41 7421: meta.gif;
7422: meta_big.gif;
7423: mov.gif;
7424: mov_big.gif;
7425: move_up.gif;
7426: move_down.gif;
1.630 droeschl 7427: mpeg.gif;
7428: mpg.gif;
1.177 bowersj2 7429: navmap.correct.gif;
1.467 www 7430: navmap.partial.gif;
1.251 bowersj2 7431: navmap.ellipsis.gif;
1.177 bowersj2 7432: navmap.open.gif;
1.251 bowersj2 7433: navmap.page.open.gif;
7434: navmap.page.closed.gif;
7435: navmap.page.open.nomanip.gif;
7436: navmap.page.closed.nomanip.gif;
1.177 bowersj2 7437: navmap.wrong.gif;
1.180 bowersj2 7438: navmap.folder.open.gif;
7439: navmap.folder.closed.gif;
1.229 bowersj2 7440: navmap.folder.open.nomanip.gif;
7441: navmap.folder.closed.nomanip.gif;
1.292 www 7442: neutral.gif;
1.688 raeburn 7443: open.gif;
1.709 raeburn 7444: opinion-agree.png;
7445: opinion-disagree.png;
1.37 harris41 7446: page.gif;
7447: page_big.gif;
7448: pdf.gif;
7449: pdf_big.gif;
1.54 harris41 7450: png.gif;
7451: png_big.gif;
1.343 www 7452: ppt.gif;
7453: ppt_big.gif;
1.37 harris41 7454: problem.gif;
7455: problem_big.gif;
7456: ps.gif;
7457: ps_big.gif;
1.224 www 7458: rolleyes.gif;
1.709 raeburn 7459: rose.png;
1.630 droeschl 7460: qt.gif;
7461: qti.gif;
7462: qtm.gif;
1.37 harris41 7463: quill.gif;
7464: quiz.gif;
7465: quiz_big.gif;
7466: select.gif;
7467: sequence.gif;
7468: sequence_big.gif;
7469: server.gif;
7470: server_big.gif;
1.224 www 7471: shocked.gif;
7472: smiley.gif;
1.630 droeschl 7473: spreadsheet.gif;
1.37 harris41 7474: srvbad.gif;
7475: srvempty.gif;
7476: srvgood.gif;
7477: srvhalf.gif;
7478: srvnull.gif;
1.609 riegler 7479: stift.gif;
1.37 harris41 7480: survey.gif;
7481: survey_big.gif;
1.688 raeburn 7482: tabbgleft.gif;
7483: tabbgright.gif;
1.429 www 7484: task.gif;
7485: task_big.gif;
1.37 harris41 7486: tex.gif;
7487: tex_big.gif;
1.210 www 7488: tth.gif;
1.630 droeschl 7489: text.gif;
1.697 raeburn 7490: transparent1x1.gif;
1.37 harris41 7491: txt.gif;
7492: txt_big.gif;
1.57 harris41 7493: unknown.gif;
7494: unknown_big.gif;
1.117 harris41 7495: upperleft.gif;
7496: upperright.gif;
1.37 harris41 7497: user.gif;
7498: user_big.gif;
7499: wav.gif;
7500: wav_big.gif;
7501: white_space_20_22.gif;
1.629 droeschl 7502: whitespace_21.gif;
1.37 harris41 7503: whitespace1.gif;
7504: whitespace10.gif;
7505: whitespace2.gif;
7506: whitespace3.gif;
7507: whitespace4.gif;
7508: whitespace5.gif;
7509: whitespace6.gif;
7510: whitespace7.gif;
7511: whitespace8.gif;
7512: whitespace9.gif;
1.224 www 7513: wink.gif;
1.630 droeschl 7514: wmv.gif;
1.343 www 7515: xls.gif;
7516: xls_big.gif;
1.37 harris41 7517: xml.gif;
7518: xml_big.gif;
7519: zip.gif;
1.10 harris41 7520: zip_big.gif
7521: </filenames>
7522: </fileglob>
7523: <fileglob>
1.60 harris41 7524: <glob>*.*</glob>
1.10 harris41 7525: <sourcedir>loncom/html/adm/lonMisc/</sourcedir>
7526: <targetdir dist='default'>home/httpd/html/adm/lonMisc/</targetdir>
7527: <categoryname>graphic file</categoryname>
7528: <description>
1.132 harris41 7529: Miscellaneous resources.
1.10 harris41 7530: </description>
7531: <filenames>
1.80 harris41 7532: authorfeed.gif;
1.373 albertel 7533: blackdot.gif;
1.80 harris41 7534: bomb.gif;
1.320 www 7535: smallFAQ.gif;
7536: smallBug.gif;
1.40 harris41 7537: cat_button.gif;
1.539 www 7538: cat_button.png;
1.80 harris41 7539: chat.gif;
1.111 harris41 7540: eval_button.gif;
1.539 www 7541: eval_button.png;
1.80 harris41 7542: feedback.gif;
1.40 harris41 7543: pprm_button.gif;
1.539 www 7544: pprm_button.png;
1.40 harris41 7545: pgrd_button.gif;
1.539 www 7546: pgrd_button.png;
1.540 albertel 7547: subm_button.gif;
1.539 www 7548: subm_button.png;
1.10 harris41 7549: </filenames>
7550: </fileglob>
7551: <file>
1.413 albertel 7552: <source>loncom/xml/algebra/AlgParser.pm</source>
1.411 albertel 7553: <target dist='default'>home/httpd/lib/perl/AlgParser.pm</target>
7554: <categoryname>system file</categoryname>
7555: <description>
7556: perl module for invoking functions specific to Algebra-to-TeX-to-HTML conversion
7557: </description>
7558: <status>works/unverified</status>
7559: </file>
7560: <file>
1.299 matthew 7561: <source>modules/TexConvert/tthperl/tth.pm</source>
1.298 matthew 7562: <target dist='default'>home/httpd/lib/perl/tth.pm</target>
1.10 harris41 7563: <categoryname>system file</categoryname>
7564: <description>
7565: perl module for invoking functions specific to TeX-to-HTML conversion
7566: </description>
7567: <note>
7568: Has the same dependencies and build process as tth.so.
7569: Currently, only the tth.so file specifications invoke
1.49 harris41 7570: the build process however. A static version is checked into loncom/xml
7571: and in this way is treated as though it isn't part of the tth build process.
1.10 harris41 7572: </note>
1.113 harris41 7573: <status>works/unverified</status>
7574: </file>
7575: <file>
7576: <source>loncom/xml/LCParser.pm</source>
7577: <target dist='default'>home/httpd/lib/perl/HTML/LCParser.pm</target>
1.125 harris41 7578: <categoryname>system file</categoryname>
7579: <description>
7580: perl module for parsing HTML in a way that really works and is thoroughly
7581: tested
7582: </description>
7583: <status>works/unverified</status>
1.234 foxr 7584: </file>
7585: <file>
1.861 raeburn 7586: <source>loncom/xml/LCMathComplex.pm</source>
7587: <target dist='default'>home/httpd/lib/perl/LONCAPA/LCMathComplex.pm</target>
1.868 raeburn 7588: <categoryname>conf</categoryname>
1.861 raeburn 7589: <description>
7590: Modified version of Math::Complex 1.55 for use in Safe Space which eliminates
7591: dependency on Config.pm (not usable in Safe Space).
7592: </description>
7593: <status>works/unverified</status>
7594: </file>
7595: <file>
1.360 albertel 7596: <source>loncom/lonlocal.pm</source>
7597: <target dist='default'>home/httpd/lib/perl/LONCAPA/lonlocal.pm</target>
7598: <categoryname>system file</categoryname>
7599: <description>
7600: lonc/d handler for doing a local filesystem based init:
7601: </description>
7602: <status>works/verified</status>
7603: </file>
7604: <file>
7605: <source>loncom/lonssl.pm</source>
7606: <target dist='default'>home/httpd/lib/perl/LONCAPA/lonssl.pm</target>
7607: <categoryname>system file</categoryname>
7608: <description>
7609: lonc/d handler for doing a remote SSL based init:
7610: </description>
7611: <status>works/verified</status>
7612: </file>
7613: <file>
1.937 raeburn 7614: <source>loncom/LWPReq.pm</source>
7615: <target dist='default'>home/httpd/lib/perl/LONCAPA/LWPReq.pm</target>
7616: <categoryname>system file</categoryname>
7617: <description>
7618: Wrapper for LWP UserAgent to support enabling/disabling certificate
7619: verification and/or hostname validation on any of LWP 5.83X and LWP 6.X
7620: </description>
7621: <status>works/verified</status>
7622: </file>
7623: <file>
1.796 droeschl 7624: <source>loncom/Lond.pm</source>
7625: <target dist='default'>home/httpd/lib/perl/LONCAPA/Lond.pm</target>
7626: <categoryname>system file</categoryname>
7627: <description>
7628: Encapsulates functionality used by lond and lonnet.
7629: </description>
7630: <status>in progress</status>
7631: </file>
7632: <file>
1.234 foxr 7633: <source>loncom/LondConnection.pm</source>
1.239 albertel 7634: <target dist='default'>home/httpd/lib/perl/LONCAPA/LondConnection.pm</target>
1.234 foxr 7635: <categoryname>system file</categoryname>
7636: <description>
7637: Manages a connection between a lonc proxy daemon and the lond server
7638: in the remote node.
1.252 www 7639: </description>
7640: <status>works/verified</status>
7641: </file>
7642: <file>
7643: <source>loncom/LondTransaction.pm</source>
7644: <target dist='default'>home/httpd/lib/perl/LONCAPA/LondTransaction.pm</target>
7645: <categoryname>system file</categoryname>
7646: <description>
7647: Handles a single lon-capa insternal transaction
1.234 foxr 7648: </description>
7649: <status>works/verified</status>
7650: </file>
7651: <file>
7652: <source>loncom/types/HashIterator.pm</source>
1.239 albertel 7653: <target dist='default'>home/httpd/lib/perl/LONCAPA/HashIterator.pm</target>
1.234 foxr 7654: <categoryname>system file</categoryname>
7655: <description>
7656: Provides support to iterate through opaque hashes hidden e.g. within
7657: object private data.
7658: </description>
7659: <status>works/verified</status>
7660: </file>
7661: <file>
7662: <source>loncom/types/Queue.pm</source>
1.239 albertel 7663: <target dist='default'>home/httpd/lib/perl/LONCAPA/Queue.pm</target>
1.234 foxr 7664: <categoryname>system file</categoryname>
7665: <description>
7666: Provides a FIFO queue class.
7667: </description>
7668: <status>works/verified</status>
7669: </file>
7670: <file>
7671: <source>loncom/types/Stack.pm</source>
1.239 albertel 7672: <target dist='default'>home/httpd/lib/perl/LONCAPA/Stack.pm</target>
1.234 foxr 7673: <categoryname>system file</categoryname>
7674: <description>
7675: Provides a LIFO stack class.
7676: </description>
7677: <status>works/verified</status>
1.239 albertel 7678: </file>
1.234 foxr 7679: <file>
7680: <source>loncom/loncnew</source>
1.240 albertel 7681: <target dist='default'>home/httpd/perl/loncnew</target>
7682: <categoryname>script</categoryname>
1.234 foxr 7683: <description>
7684: Proxy server for remote loncapa requests.
1.250 albertel 7685: Needs CPAN Event module.
1.234 foxr 7686: </description>
1.125 harris41 7687: </file>
7688: <file>
7689: <source>loncom/configuration/Configuration.pm</source>
7690: <target dist='default'>home/httpd/lib/perl/LONCAPA/Configuration.pm</target>
1.113 harris41 7691: <categoryname>system file</categoryname>
7692: <description>
1.126 harris41 7693: Configuration file reader (looks in /etc/httpd/conf/); accepts
7694: a list of *.conf files to inspect for PerlSetVar key/value
7695: entries.
1.316 www 7696: </description>
7697: <status>works/unverified</status>
7698: </file>
7699: <file>
1.647 raeburn 7700: <source>loncom/configuration/Firewall.pm</source>
7701: <target dist='default'>home/httpd/lib/perl/LONCAPA/Firewall.pm</target>
7702: <categoryname>system file</categoryname>
7703: <description>
7704: Provides methods to open and close firewall ports used for
7705: for socket-based communication between LON-CAPA servers
7706: </description>
7707: <status>works/unverified</status>
7708: </file>
7709: <file>
1.823 raeburn 7710: <source>loncom/configuration/Checksumming.pm</source>
7711: <target dist='default'>home/httpd/lib/perl/LONCAPA/Checksumming.pm</target>
7712: <categoryname>system file</categoryname>
7713: <description>
7714: Provides routine to checksum perl modules, perl scripts, cgi scripts,
7715: language lexicons, and static configuration file on current server
7716: </description>
7717: <status>works/unverified</status>
7718: </file>
7719: <file>
1.933 raeburn 7720: <source>loncom/configuration/SSL.pm</source>
7721: <target dist='default'>home/httpd/lib/perl/LONCAPA/SSL.pm</target>
7722: <categoryname>system file</categoryname>
7723: <description>
7724: Provides routine to generate display of status of LON-CAPA SSL certificates
7725: installed on domain's servers.
7726: </description>
7727: <status>works/unverified</status>
7728: </file>
7729: <file>
1.316 www 7730: <source>loncom/ConfigFileEdit.pm</source>
7731: <target dist='default'>home/httpd/lib/perl/LONCAPA/ConfigFileEdit.pm</target>
7732: <categoryname>system file</categoryname>
7733: <description>
7734: Configuration file editing module
1.113 harris41 7735: </description>
1.10 harris41 7736: <status>works/unverified</status>
7737: </file>
7738: <file>
7739: <source>modules/TexConvert/tthperl/tth.so</source>
1.298 matthew 7740: <target dist='default'>home/httpd/lib/perl/tth.so</target>
1.10 harris41 7741: <categoryname>system file</categoryname>
7742: <description>
7743: shared library file for dynamic loading and unloading
7744: </description>
7745: <note>
7746: The source and file dependencies are not available to most
7747: CVS users. (You can safely rely on the existing binaries
7748: present on your system... don't worry about warnings
7749: related to this file during the build process.)
7750: </note>
1.441 albertel 7751: <build trigger='always run'>
1.10 harris41 7752: modules/TexConvert/tthperl/commands
7753: </build>
7754: <status>works/unverified</status>
1.439 albertel 7755: <dependencies>
1.440 albertel 7756: commands;
1.439 albertel 7757: compiles/tth.so.i386;
1.598 raeburn 7758: compiles/tth.so.x86_64;
1.649 raeburn 7759: compiles/tth.so.i386.perl.5.10;
7760: compiles/tth.so.x86_64.perl.5.10;
1.715 raeburn 7761: compiles/tth.so.i386.perl.5.12;
7762: compiles/tth.so.x86_64.perl.5.12;
1.765 raeburn 7763: compiles/tth.so.i386.perl.5.14;
7764: compiles/tth.so.x86_64.perl.5.14;
1.819 raeburn 7765: compiles/tth.so.i386.perl.5.16;
7766: compiles/tth.so.x86_64.perl.5.16;
1.866 raeburn 7767: compiles/tth.so.i386.perl.5.18;
7768: compiles/tth.so.x86_64.perl.5.18;
1.907 raeburn 7769: compiles/tth.so.i386.perl.5.20;
7770: compiles/tth.so.x86_64.perl.5.20;
1.931 raeburn 7771: compiles/tth.so.i386.perl.5.22;
7772: compiles/tth.so.x86_64.perl.5.22;
1.948 raeburn 7773: compiles/tth.so.i386.perl.5.24;
7774: compiles/tth.so.x86_64.perl.5.24;
1.966 raeburn 7775: compiles/tth.so.i386.perl.5.26;
7776: compiles/tth.so.x86_64.perl.5.26;
1.971 raeburn 7777: compiles/tth.so.i386.perl.5.28;
7778: compiles/tth.so.x86_64.perl.5.28;
1.907 raeburn 7779: compiles/tth.so.x86_64.sles12;
1.972 raeburn 7780: compiles/tth.so.x86_64.sles15;
1.739 raeburn 7781: compiles/tth.so.i386.debian5;
1.907 raeburn 7782: compiles/tth.so.x86_64.debian5;
1.439 albertel 7783: </dependencies>
1.10 harris41 7784: </file>
7785: <file>
7786: <source>loncom/homework/caparesponse/capa.pm</source>
1.298 matthew 7787: <target dist='default'>home/httpd/lib/perl/capa.pm</target>
1.10 harris41 7788: <categoryname>system file</categoryname>
7789: <description>
7790: perl module for invoking functions specific to CAPA
7791: </description>
1.49 harris41 7792: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10 harris41 7793: <note>
7794: Has the same dependencies and build process as capa.so.
7795: Currently, only the capa.so file specifications invoke
7796: the build process however.
7797: </note>
7798: </file>
7799: <file>
7800: <source>loncom/homework/caparesponse/capa.bs</source>
1.298 matthew 7801: <target dist='default'>home/httpd/lib/perl/capa.bs</target>
1.10 harris41 7802: <categoryname>system file</categoryname>
7803: <description>
1.27 harris41 7804: bootstrap file associated with dynamic loading of this module on multiple
7805: architectures
1.10 harris41 7806: </description>
1.49 harris41 7807: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
1.10 harris41 7808: <note>
7809: Has the same dependencies and build process as capa.so.
7810: Currently, only the capa.so file specifications invoke
7811: the build process however.
7812: </note>
7813: </file>
7814: <file>
7815: <source>loncom/homework/caparesponse/capa.so</source>
1.298 matthew 7816: <target dist='default'>home/httpd/lib/perl/capa.so</target>
1.10 harris41 7817: <categoryname>system file</categoryname>
7818: <description>
7819: shared library file for dynamic loading and unloading
7820: </description>
7821: <build trigger='always run'>
7822: loncom/homework/caparesponse/commands
7823: </build>
7824: <dependencies>
1.39 harris41 7825: caparesponse.c;
1.119 harris41 7826: caparesponse.pm;
7827: README;
7828: Makefile.PL;
7829: capa.i;
1.120 harris41 7830: commands;
1.222 albertel 7831: ../../../CAPA/pProj/Makefile;
1.120 harris41 7832: ../../../CAPA/pProj/capaGrammarDef.y;
7833: ../../../CAPA/pProj/capaFormula.y;
7834: ../../../CAPA/pProj/capaLexerDef.flex;
7835: ../../../CAPA/pProj/capaFunction.c;
7836: ../../../CAPA/pProj/capaParserUtils.c;
7837: ../../../CAPA/pProj/capaMapExpr.c;
7838: ../../../CAPA/pProj/capaUnit.c;
7839: ../../../CAPA/pProj/com.c;
7840: ../../../CAPA/pProj/linpack.c;
7841: ../../../CAPA/pProj/ranlib.c;
7842: ../../../CAPA/pProj/capaCgiUtils.c;
7843: ../../../CAPA/pProj/capaSubjective.c;
7844: ../../../CAPA/pProj/capaRQO.c;
7845: ../../../CAPA/pProj/capaFormulaLexer.c;
1.123 harris41 7846: ../../../CAPA/pProj/capaCommon.c;
7847: ../../../CAPA/pProj/capaCommon.h;
7848: ../../../CAPA/pProj/ranlib.h;
7849: ../../../CAPA/pProj/capaCGI.h;
7850: ../../../CAPA/pProj/capaFunction.h;
7851: ../../../CAPA/pProj/capaRQO.h;
7852: ../../../CAPA/pProj/capaParser.h;
7853: ../../../CAPA/pProj/lex_debug.h
1.10 harris41 7854: </dependencies>
7855: </file>
1.416 albertel 7856: <file>
7857: <source>loncom/cgi/mimeTeX/mimetex.cgi</source>
7858: <target dist='default'>home/httpd/cgi-bin/mimetex.cgi</target>
7859: <categoryname>script</categoryname>
7860: <description>
7861: cgi binary for doing TeX -> math translation
7862: </description>
7863: <build trigger='always run'>
7864: loncom/cgi/mimeTeX/commands
7865: </build>
7866: <dependencies>
1.439 albertel 7867: commands;
7868: gfuntype.c;
7869: gifsave.c;
1.608 raeburn 7870: loncapanewcommands.h;
1.439 albertel 7871: mimetex.c;
7872: mimetex.h;
7873: mimetex.html;
7874: README;
7875: texfonts.h;
1.461 albertel 7876: LICENSE;
1.626 raeburn 7877: VERSION;
1.416 albertel 7878: </dependencies>
7879: </file>
1.10 harris41 7880: <fileglob>
7881: <glob>*.ent</glob>
7882: <sourcedir>loncom/MathML/</sourcedir>
7883: <targetdir dist='default'>home/httpd/html/adm/MathML/</targetdir>
7884: <categoryname>system file</categoryname>
7885: <description>
1.27 harris41 7886: xml files which assign unicode numbers to mathematical symbols using
7887: <! ENTITY... > type syntax.
1.10 harris41 7888: </description>
7889: <filenames>
1.37 harris41 7890: isoamsa.ent;
7891: isoamsb.ent;
7892: isoamsc.ent;
7893: isoamsn.ent;
7894: isoamso.ent;
7895: isoamsr.ent;
7896: isobox.ent;
7897: isocyr1.ent;
7898: isocyr2.ent;
7899: isodia.ent;
7900: isogrk1.ent;
7901: isogrk2.ent;
7902: isogrk3.ent;
7903: isogrk4.ent;
7904: isolat1.ent;
7905: isolat2.ent;
7906: isomfrk.ent;
7907: isomopf.ent;
7908: isomscr.ent;
7909: isonum.ent;
7910: isopub.ent;
7911: isotech.ent;
7912: mmlalias.ent;
1.10 harris41 7913: mmlextra.ent
7914: </filenames>
1.37 harris41 7915: </fileglob>
1.10 harris41 7916: <file>
7917: <source>loncom/MathML/mathml.css</source>
7918: <target dist='default'>home/httpd/html/adm/MathML/mathml.css</target>
7919: <categoryname>system file</categoryname>
7920: <description>
7921: cascading style sheet
7922: </description>
7923: </file>
7924: <file>
7925: <source>loncom/MathML/mathml.dtd</source>
7926: <target dist='default'>home/httpd/html/adm/MathML/mathml.dtd</target>
7927: <categoryname>system file</categoryname>
7928: <description>
7929: document type definition
7930: </description>
7931: </file>
1.4 harris41 7932: <file>
1.10 harris41 7933: <source>loncom/auth/londes.js</source>
7934: <target dist='default'>home/httpd/html/res/adm/includes/londes.js</target>
7935: <categoryname>interface file</categoryname>
1.6 harris41 7936: <description>
1.27 harris41 7937: Encryption Routines according to Data Encryption Standard DES, written in
7938: javascript.
1.6 harris41 7939: </description>
1.4 harris41 7940: </file>
7941: <file>
1.10 harris41 7942: <source>loncom/homework/lectureonline.lcpm</source>
1.27 harris41 7943: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.lcpm
7944: </target>
1.10 harris41 7945: <categoryname>handler</categoryname>
1.6 harris41 7946: <description>
1.115 harris41 7947: Intended for providing perl functions for the <script></script>
7948: environment in a problem that was converted from lectureonline.
1.6 harris41 7949: </description>
1.4 harris41 7950: </file>
7951: <file>
1.10 harris41 7952: <source>loncom/homework/default_homework.lcpm</source>
1.27 harris41 7953: <target dist='default'>home/httpd/html/res/adm/includes/default_homework.lcpm
7954: </target>
1.10 harris41 7955: <categoryname>handler</categoryname>
1.6 harris41 7956: <description>
1.14 harris41 7957: Provides many functions for the <script> environment in a .problem.
1.11 harris41 7958: Functions are documented in CVS:loncapa/doc/homework/homework5.html.
1.6 harris41 7959: </description>
1.4 harris41 7960: </file>
1.472 albertel 7961:
7962: <file>
7963: <source>loncom/homework/task.css</source>
1.475 albertel 7964: <target dist='default'>home/httpd/html/res/adm/includes/task.css</target>
1.472 albertel 7965: <categoryname>handler</categoryname>
7966: <description>
7967: Style definitions for task display
7968: </description>
7969: </file>
7970: <file>
1.514 albertel 7971: <source>loncom/homework/task_ie.css</source>
7972: <target dist='default'>home/httpd/html/res/adm/includes/task_ie.css</target>
7973: <categoryname>handler</categoryname>
7974: <description>
7975: Style definitions for task display for IE 6 and earlier
7976: </description>
7977: </file>
7978: <file>
1.515 albertel 7979: <source>loncom/homework/task_ie7.css</source>
1.514 albertel 7980: <target dist='default'>home/httpd/html/res/adm/includes/task_ie7.css</target>
7981: <categoryname>handler</categoryname>
7982: <description>
7983: Style definitions for task display for IE 7
7984: </description>
7985: </file>
7986: <file>
1.472 albertel 7987: <source>loncom/homework/task_grading.js</source>
1.475 albertel 7988: <target dist='default'>home/httpd/html/res/adm/includes/task_grading.js</target>
1.472 albertel 7989: <categoryname>handler</categoryname>
7990: <description>
7991: Javascript to make the grading screen of task easier to use
7992: </description>
7993: </file>
1.4 harris41 7994: <file>
1.10 harris41 7995: <source>loncom/homework/capa.units</source>
7996: <target dist='default'>home/httpd/html/res/adm/includes/capa.units</target>
7997: <categoryname>static conf</categoryname>
1.6 harris41 7998: <description>
1.10 harris41 7999: Define unit prefixing and conversion for CAPA problem handling.
1.6 harris41 8000: </description>
1.4 harris41 8001: </file>
1.165 www 8002: <fileglob>
8003: <glob>*.jpg</glob>
8004: <sourcedir>loncom/html/adm/lonInterFace/</sourcedir>
8005: <targetdir dist='default'>home/httpd/html/adm/lonInterFace/</targetdir>
8006: <categoryname>graphic file</categoryname>
8007: <description>Pages headers</description>
8008: <filenames>
8009: admin.jpg;
8010: author.jpg;
8011: coordinator.jpg;
8012: header.jpg;
8013: student.jpg;
1.166 www 8014: </filenames>
8015: </fileglob>
8016: <fileglob>
1.230 www 8017: <glob>*.jpg</glob>
8018: <sourcedir>loncom/html/adm/lonDomLogos/</sourcedir>
8019: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir>
8020: <categoryname>graphic file</categoryname>
8021: <description>Logos of LON-CAPA domains (jpg)</description>
8022: <filenames>
8023: headermsu.jpg;
1.422 www 8024: headertccfl.jpg;
1.442 www 8025: header_fsu.jpg;
8026: header_fsuK12.jpg;
1.444 www 8027: headerhope.jpg;
1.466 www 8028: jmsbanner.jpg;
1.230 www 8029: </filenames>
8030: </fileglob>
8031: <fileglob>
1.166 www 8032: <glob>*.gif</glob>
8033: <sourcedir>loncom/html/adm/lonDomLogos/</sourcedir>
8034: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir>
8035: <categoryname>graphic file</categoryname>
1.230 www 8036: <description>Logos of LON-CAPA domains (gif)</description>
1.168 www 8037: <filenames>
1.197 albertel 8038: 103.gif;
8039: gerd.gif;
8040: mio.gif;
8041: msuvu.gif;
8042: ohiou.gif;
8043: rhs.gif;
8044: sfu.gif;
8045: tmcc.gif;
8046: umich.gif;
8047: worf.gif;
8048: annarbor.gif;
8049: elps.gif;
8050: gwu.gif;
8051: msudemo.gif;
8052: ndsu.gif;
8053: physnet.gif;
8054: sc.gif;
8055: Selwyn.gif;
8056: ucf.gif;
8057: unihalle.gif;
8058: wscc.gif;
8059: cps.gif;
8060: fsu.gif;
1.442 www 8061: fsuK12.gif;
1.444 www 8062: hope.gif;
1.410 www 8063: vcu.gif;
1.197 albertel 8064: lsd.gif;
8065: msu.gif;
1.466 www 8066: jms.gif;
1.197 albertel 8067: nsdl.gif;
8068: pmm.gif;
8069: sunysb.gif;
8070: udel.gif;
1.223 albertel 8071: uz.gif;
8072: fvl.gif;
1.270 www 8073: csm.gif;
1.272 www 8074: nau.gif;
1.344 www 8075: nagoya.gif;
1.415 www 8076: kanazawa.gif;
1.381 www 8077: colorado.gif;
1.352 www 8078: acadiau.gif;
1.354 www 8079: psuerie.gif;
1.353 www 8080: redford.gif;
1.341 www 8081: huji.gif;
8082: ifusp.gif;
8083: ucsc.gif;
1.403 www 8084: uiuc.gif;
1.438 albertel 8085: uiucheader.gif;
1.445 www 8086: koinonia.gif;
1.303 www 8087: waverly.gif;
1.302 www 8088: cmich.gif;
1.285 www 8089: UNICAMP.gif;
1.364 www 8090: lakefenton.gif;
8091: grandblanc.gif;
1.223 albertel 8092: glps.gif;
1.275 www 8093: BCHS.gif;
1.223 albertel 8094: headersfu.gif;
1.311 albertel 8095: uwsp.gif;
1.417 www 8096: tccfl.gif;
1.325 www 8097: bsu.gif;
8098: wmston.gif;
1.423 www 8099: headerharvard.gif;
8100: harvard.gif;
1.426 www 8101: uga.gif;
8102: headeruga.gif;
1.433 albertel 8103: covenantchristianhs.gif;
1.168 www 8104: </filenames>
8105: </fileglob>
8106: <fileglob>
8107: <glob>*.tab</glob>
8108: <sourcedir>loncom/html/adm/lonDomColors/</sourcedir>
8109: <targetdir dist='default'>home/httpd/lonTabs/lonDomColors/</targetdir>
8110: <categoryname>conf</categoryname>
8111: <description>Designs of LON-CAPA domains</description>
1.166 www 8112: <filenames>
1.197 albertel 8113: annarbor.tab;
8114: default.tab;
8115: msu.tab;
1.270 www 8116: csm.tab;
1.341 www 8117: huji.tab;
1.272 www 8118: nau.tab;
1.344 www 8119: nagoya.tab;
1.445 www 8120: koinonia.tab;
1.415 www 8121: kanazawa.tab;
1.381 www 8122: colorado.tab;
1.352 www 8123: acadiau.tab;
1.354 www 8124: psuerie.tab;
1.353 www 8125: redford.tab;
1.302 www 8126: cmich.tab;
1.341 www 8127: ifusp.tab;
1.466 www 8128: jms.tab;
1.341 www 8129: ucsc.tab;
1.403 www 8130: uiuc.tab;
1.285 www 8131: UNICAMP.tab;
1.364 www 8132: lakefenton.tab;
8133: grandblanc.tab;
1.274 www 8134: fsu.tab;
1.442 www 8135: fsuK12.tab;
1.444 www 8136: hope.tab;
1.410 www 8137: vcu.tab;
1.197 albertel 8138: sfu.tab;
1.325 www 8139: wmston.tab;
8140: worf.tab;
1.417 www 8141: tccfl.tab;
1.423 www 8142: harvard.tab;
1.426 www 8143: uga.tab;
1.455 albertel 8144: tmcc.tab;
1.165 www 8145: </filenames>
8146: </fileglob>
1.10 harris41 8147: <fileglob>
8148: <glob>*.gif</glob>
1.304 www 8149: <sourcedir>loncom/html/res/adm/pages/pt/</sourcedir>
8150: <targetdir dist='default'>home/httpd/html/res/adm/pages/pt/</targetdir>
8151: <categoryname>graphic file</categoryname>
8152: <description>icons used for the Portuguese LON-CAPA user interface</description>
8153: <filenames>
8154: anno_pt.gif;
8155: anot_pt.gif;
8156: bchat_pt.gif;
8157: catalog_pt.gif;
8158: ccrs_pt.gif;
8159: chrt_pt.gif;
8160: com_pt.gif;
8161: courses_pt.gif;
8162: cprv_pt.gif;
8163: cstr_pt.gif;
8164: docs_pt.gif;
8165: egrd_pt.gif;
8166: enrl_pt.gif;
8167: eval_pt.gif;
8168: fdbk_pt.gif;
8169: grds_pt.gif;
8170: keys_pt.gif;
8171: logout_pt.gif;
8172: nav_pt.gif;
8173: parm_pt.gif;
8174: pref_pt.gif;
8175: prt_pt.gif;
8176: res_pt.gif;
8177: roles_pt.gif;
8178: sbkm_pt.gif;
8179: spacer_pt.gif;
8180: sprs_pt.gif;
8181: src_pt.gif;
8182: stat_pt.gif;
8183: vbkm_pt.gif;
1.159 www 8184: </filenames>
8185: </fileglob>
8186: <fileglob>
8187: <glob>*.gif</glob>
8188: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
8189: <targetdir dist='default'>home/httpd/html/res/adm/pages/</targetdir>
8190: <categoryname>graphic file</categoryname>
8191: <description>icons used for the entire LON-CAPA user interface</description>
8192: <filenames>
1.37 harris41 8193: chat.gif;
1.631 schulted 8194: close-all-folders.gif;
1.37 harris41 8195: dempty.gif;
1.777 raeburn 8196: edittoplevel.gif;
1.37 harris41 8197: empty.gif;
8198: feedback.gif;
8199: group.gif;
8200: help.gif;
8201: info.gif;
8202: ledblink.gif;
8203: ledgreen.gif;
8204: ledoff.gif;
8205: ledon.gif;
1.631 schulted 8206: mark-discussionentries-read.gif;
1.943 raeburn 8207: minitabmenu_bg.gif;
8208: minitabmenu_left.gif;
8209: minitabmenu_left_on.gif;
8210: minitabmenu_right.gif;
8211: minitabmenu_right_on.gif;
1.37 harris41 8212: next.gif;
1.131 www 8213: nothumb.gif;
1.631 schulted 8214: open-all-folders.gif;
8215: open-first-problem.gif;
1.37 harris41 8216: qempty.gif;
1.809 raeburn 8217: refresh.gif;
1.631 schulted 8218: show-all.gif;
8219: show-incomplete-problems.gif;
1.781 www 8220: star.gif;
1.10 harris41 8221: </filenames>
8222: </fileglob>
1.532 www 8223: <fileglob>
8224: <glob>*.png</glob>
8225: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
8226: <targetdir dist='default'>home/httpd/html/res/adm/pages/</targetdir>
8227: <categoryname>graphic file</categoryname>
8228: <description>main menu graphical icons</description>
8229: <filenames>
8230: anno.png;
8231: bchat.png;
1.567 raeburn 8232: ccat.png;
1.532 www 8233: ccrs.png;
1.537 www 8234: clst.png;
1.941 raeburn 8235: codemirror.png;
1.532 www 8236: conf.png;
1.549 albertel 8237: courses.png;
1.687 bisitz 8238: crsconf.png;
1.532 www 8239: docs.png;
1.778 raeburn 8240: editmap.png;
1.532 www 8241: eval.png;
1.537 www 8242: grds.png;
1.532 www 8243: grps.png;
8244: mail.png;
8245: new.png;
8246: pgrd.png;
8247: pref.png;
8248: roles.png;
8249: sprs.png;
8250: anot.png;
1.611 tempelho 8251: anot2.png;
1.532 www 8252: blog.png;
8253: chrt.png;
8254: cprv.png;
1.533 www 8255: del.png;
1.532 www 8256: egrd.png;
8257: fdbk.png;
8258: keys.png;
1.533 www 8259: list.png;
1.532 www 8260: mcrs.png;
8261: parm.png;
8262: port.png;
8263: prt.png;
1.628 raeburn 8264: rcrs.png;
1.637 raeburn 8265: rsrv.png;
1.532 www 8266: src.png;
1.623 raeburn 8267: srvr.png;
1.537 www 8268: subm.png;
1.780 www 8269: thumbsup.png;
1.782 www 8270: thumbsup_gray.png;
1.793 raeburn 8271: thumbsup_novote.png;
1.780 www 8272: thumbsdown.png;
1.782 www 8273: thumbsdown_gray.png;
1.793 raeburn 8274: thumbsdown_novote.png;
1.827 raeburn 8275: webpage.png;
1.532 www 8276: back.png;
8277: catalog.png;
8278: com.png;
8279: cstr.png;
8280: enrl.png;
8281: forw.png;
8282: logout.png;
8283: nav.png;
8284: pcstr.png;
8285: pparm.png;
1.533 www 8286: pub.png;
1.532 www 8287: res.png;
1.533 www 8288: rtrv.png;
1.532 www 8289: sctr.png;
8290: stat.png;
1.645 bisitz 8291: pdfupload.png;
1.683 wenzelju 8292: course_ini.png;
8293: dismath.png;
8294: feedback.png;
8295: mngcu.png;
8296: prob_ana.png;
1.774 www 8297: process-stop.png;
1.683 wenzelju 8298: role_hotlist.png;
1.723 www 8299: reload.png;
1.683 wenzelju 8300: self_enroll.png;
8301: survey_rep.png;
8302: subdocs.png;
1.803 raeburn 8303: tolastloc.png;
1.683 wenzelju 8304: uplusr.png;
1.532 www 8305: </filenames>
8306: </fileglob>
1.617 droeschl 8307: <fileglob>
8308: <glob>*.png</glob>
8309: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
8310: <targetdir dist='default'>home/httpd/html/res/adm/pages/</targetdir>
8311: <categoryname>graphic file</categoryname>
8312: <description>graphical icons used in submenus</description>
8313: <filenames>
1.664 droeschl 8314: aboutme.png;
1.620 diwert 8315: addClickerInfoFile.png;
1.702 raeburn 8316: anonsurveythreshold.png;
1.705 wenzelju 8317: bubblesheet.png;
1.687 bisitz 8318: ccatconf.png;
1.848 raeburn 8319: ccat-22x22.png;
1.732 raeburn 8320: chat.png;
1.620 diwert 8321: comblock.png;
1.617 droeschl 8322: contact-new.png;
1.814 raeburn 8323: contact-new-22x22.png;
1.617 droeschl 8324: coprplot.png;
1.687 bisitz 8325: crsnew.png;
1.617 droeschl 8326: dialog-information.png;
1.814 raeburn 8327: docs-22x22.png;
1.617 droeschl 8328: document-open.png;
8329: document-properties.png;
1.705 wenzelju 8330: download_sub.png;
1.664 droeschl 8331: dropbox.png;
8332: dump.png;
1.617 droeschl 8333: edit-copy.png;
1.664 droeschl 8334: edit-find-replace.png;
1.617 droeschl 8335: edit-find.png;
1.696 wenzelju 8336: edit-mode-22x22.png;
1.617 droeschl 8337: edit-redo.png;
1.807 raeburn 8338: edit-redo-22x22.png;
1.617 droeschl 8339: edit-select-all.png;
8340: edit-undo.png;
1.807 raeburn 8341: edit-undo-22x22.png;
1.617 droeschl 8342: emblem-photos.png;
8343: emblem-readonly.png;
8344: emblem-system.png;
1.664 droeschl 8345: extres.png;
1.952 raeburn 8346: exttool.png;
1.617 droeschl 8347: folder-new.png;
1.696 wenzelju 8348: folder-new-22x22.png;
1.617 droeschl 8349: format-justify-fill.png;
1.620 diwert 8350: fromfile.png;
1.705 wenzelju 8351: grade_PageFolder.png;
8352: grade_students.png;
8353: grading_table.png;
1.664 droeschl 8354: groupportfolio.png;
1.687 bisitz 8355: groupportfolioquota.png;
1.667 wenzelju 8356: grp_add.png;
8357: grp_settings.png;
8358: grp_tools.png;
1.943 raeburn 8359: helpdesk-access.png;
1.664 droeschl 8360: ims.png;
8361: imsexport.png;
1.696 wenzelju 8362: link-new-22x22.png;
1.617 droeschl 8363: list-add.png;
1.807 raeburn 8364: list-add-22x22.png;
1.664 droeschl 8365: log.png;
1.617 droeschl 8366: mail-message-new.png;
1.814 raeburn 8367: mail-message-new-22x22.png;
1.617 droeschl 8368: mail-reply-all.png;
1.620 diwert 8369: mail-reply-sender.png;
8370: messalog.png;
1.696 wenzelju 8371: move-22x22.png;
1.664 droeschl 8372: myaboutme.png;
8373: navigation.png;
1.617 droeschl 8374: network-workgroup.png;
1.665 droeschl 8375: page.png;
1.617 droeschl 8376: preferences-desktop-font.png;
8377: preferences-desktop-locale.png;
8378: preferences-desktop-remote-desktop.png;
8379: preferences-desktop-theme.png;
8380: preferences-desktop-wallpaper.png;
8381: preferences-system-windows.png;
1.807 raeburn 8382: rcrs-22x22.png;
1.705 wenzelju 8383: receipt_number.png;
1.664 droeschl 8384: recover.png;
1.663 raeburn 8385: remotecontrol.png;
1.664 droeschl 8386: resversion.png;
1.807 raeburn 8387: role_hotlist-22x22.png;
1.814 raeburn 8388: rsrv-22x22.png;
1.696 wenzelju 8389: save-22x22.png;
1.664 droeschl 8390: scoreupfrm.png;
1.668 bisitz 8391: selfenrl-queue.png;
1.807 raeburn 8392: selfenrl-queue-22x22.png;
1.664 droeschl 8393: sequence.png;
1.963 raeburn 8394: shorturls.png;
1.664 droeschl 8395: simple.png;
8396: simpprob.png;
1.617 droeschl 8397: start-here.png;
1.807 raeburn 8398: start-here-22x22.png;
1.617 droeschl 8399: subtimpl.png;
1.664 droeschl 8400: syllabus.png;
8401: symbs.png;
1.617 droeschl 8402: system-lock-screen.png;
8403: system-users.png;
1.802 raeburn 8404: timer.png;
1.814 raeburn 8405: trck-22x22.png;
1.705 wenzelju 8406: ungrade_sub.png;
1.687 bisitz 8407: uplcrs.png;
1.664 droeschl 8408: uploadscores.png;
8409: verify.png;
1.696 wenzelju 8410: view-mode-22x22.png;
8411: wishlist.png;
8412: wishlist-link.png;
1.804 raeburn 8413: wishlist-link-lighter.png;
1.617 droeschl 8414: </filenames>
8415: </fileglob>
1.4 harris41 8416: <file>
1.450 albertel 8417: <source>loncom/html/res/adm/pages/math_example.tex</source>
8418: <target dist='default'>home/httpd/html/res/adm/pages/math_example.tex</target>
8419: <categoryname>interface file</categoryname>
8420: <description>
8421: file with an example math equation in it.
8422: </description>
8423: </file>
8424: <file>
1.10 harris41 8425: <source>loncom/html/res/adm/pages/index.html</source>
8426: <target dist='default'>home/httpd/html/res/adm/pages/index.html</target>
8427: <categoryname>interface file</categoryname>
1.6 harris41 8428: <description>
1.10 harris41 8429: welcoming page to the LON-CAPA system upon login
1.6 harris41 8430: </description>
1.4 harris41 8431: </file>
1.10 harris41 8432: <fileglob>
8433: <glob>*.gif</glob>
8434: <sourcedir>loncom/html/res/adm/pages/indexericons/</sourcedir>
1.118 harris41 8435: <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons/
8436: </targetdir>
1.10 harris41 8437: <categoryname>graphic file</categoryname>
8438: <description>
1.132 harris41 8439: icons used for directory indexing and login screen
1.10 harris41 8440: </description>
8441: <filenames>
1.37 harris41 8442: a.gif;
8443: alert.black.gif;
8444: alert.red.gif;
8445: back.gif;
8446: ball.gray.gif;
8447: ball.red.gif;
8448: binary.gif;
8449: binhex.gif;
8450: blank.gif;
8451: bomb.gif;
8452: box1.gif;
8453: box2.gif;
8454: broken.gif;
8455: burst.gif;
8456: c.gif;
8457: comp.blue.gif;
8458: comp.gray.gif;
8459: compressed.gif;
8460: continued.gif;
8461: course.gif;
8462: dir.gif;
8463: down.gif;
8464: dvi.gif;
8465: f.gif;
8466: folder.gif;
8467: folder.open.gif;
8468: folder.sec.gif;
8469: folder_closed.gif;
8470: folder_closed_pressed.gif;
8471: folder_new.gif;
8472: folder_opened.gif;
8473: folder_opened_pressed.gif;
8474: folder_pointer_closed.gif;
8475: folder_pointer_opened.gif;
8476: folder_spacer.gif;
8477: folder_trash.gif;
8478: forward.gif;
8479: generic.gif;
8480: generic.red.gif;
8481: generic.sec.gif;
8482: hand.right.gif;
8483: hand.up.gif;
8484: html.gif;
8485: image1.gif;
8486: image2.gif;
8487: image3.gif;
8488: index.gif;
8489: layout.gif;
8490: left.gif;
8491: link.gif;
8492: mov.gif;
8493: movie1.gif;
8494: p.gif;
8495: patch.gif;
8496: pdf.gif;
8497: portal.gif;
8498: problem.gif;
8499: ps.gif;
8500: quill.gif;
8501: right.gif;
8502: screw1.gif;
8503: screw2.gif;
8504: script.gif;
8505: sound1.gif;
8506: sound2.gif;
8507: sphere1.gif;
8508: sphere2.gif;
8509: tar.gif;
8510: tex.gif;
8511: text.gif;
8512: transfer.gif;
8513: unknown.gif;
8514: up.gif;
8515: uu.gif;
8516: uuencoded.gif;
8517: white_space_20_22.gif;
8518: white_space_22_22.gif;
8519: whitespace1.gif;
8520: whitespace10.gif;
8521: whitespace2.gif;
8522: whitespace3.gif;
8523: whitespace4.gif;
8524: whitespace5.gif;
8525: whitespace6.gif;
8526: whitespace7.gif;
8527: whitespace8.gif;
8528: whitespace9.gif;
8529: world1.gif;
1.10 harris41 8530: world2.gif
8531: </filenames>
8532: </fileglob>
8533: <fileglob>
1.300 albertel 8534: <glob>*.*</glob>
8535: <sourcedir>loncom/html/res/adm/pages/reactionresponse/</sourcedir>
1.923 raeburn 8536: <targetdir dist='default'>home/httpd/html/adm/reactionresponse/</targetdir>
1.300 albertel 8537: <categoryname>interface file</categoryname>
8538: <description>
8539: Associated file for answering reactionresponse style questions
8540: </description>
8541: <filenames>
1.944 damieng 8542: reaction_preview.js;
8543: reaction_help.html
1.10 harris41 8544: </filenames>
8545: </fileglob>
1.4 harris41 8546: <file>
1.509 raeburn 8547: <source dist='default'>loncom/build/CHECKRPMS</source>
1.171 harris41 8548: <target dist='default'>usr/local/loncapa/bin/CHECKRPMS</target>
1.188 harris41 8549: <categoryname>system script</categoryname>
1.171 harris41 8550: <description>
1.509 raeburn 8551: Checks if RPMs need updating with yum, you, rug, up2date or check-rpms depending on distribution.
1.171 harris41 8552: </description>
8553: <status>tested/documented/beta</status>
1.103 harris41 8554: </file>
8555: <file>
8556: <source>loncom/build/check-rpms</source>
1.152 harris41 8557: <target dist='default'>usr/local/loncapa/bin/check-rpms</target>
1.188 harris41 8558: <categoryname>system script</categoryname>
1.103 harris41 8559: <description>
8560: compare installed rpms with up-to-date distribution
8561: </description>
8562: <status>tested/documented/beta</status>
8563: </file>
8564: <file>
8565: <source>doc/man/check-rpms.1</source>
8566: <target dist='default'>usr/local/man/man1/check-rpms.1</target>
8567: <categoryname>doc</categoryname>
8568: <description>man page for check-rpms</description>
8569: <build trigger='always run'>
1.115 harris41 8570: loncom/build/pod2man.sh check-rpms > ../../doc/man/check-rpms.1 && \
1.112 harris41 8571: echo 'manifying check-rpms'
1.103 harris41 8572: </build>
8573: <status>beta</status>
8574: <dependencies>
8575: ../../loncom/build/check-rpms
8576: </dependencies>
8577: </file>
8578: <file>
8579: <source>doc/scripts/check-rpms.html</source>
1.112 harris41 8580: <target dist='default'>home/httpd/html/adm/help/scripts/check-rpms.html
8581: </target>
1.103 harris41 8582: <categoryname>doc</categoryname>
8583: <description>POD-derived page for check-rpms</description>
8584: <build trigger='always run'>
1.118 harris41 8585: loncom/build/pod2html.sh check-rpms > ../../doc/scripts/check-rpms.html \
8586: && echo 'pod2html checkrpms'
1.103 harris41 8587: </build>
8588: <status>works/unverified</status>
8589: <dependencies>
8590: ../../loncom/build/check-rpms
8591: </dependencies>
1.4 harris41 8592: </file>
8593: <file>
1.10 harris41 8594: <source>loncom/build/loncaparestoreconfigurations</source>
1.206 harris41 8595: <target dist='default'>usr/local/loncapa/sbin/loncaparestoreconfigurations
8596: </target>
1.10 harris41 8597: <categoryname>script</categoryname>
1.6 harris41 8598: <description>
1.206 harris41 8599: Updates .lpmlnew files with previous settings. Also supports alternative
8600: schemes of settings-updating and file-overwriting.
1.6 harris41 8601: </description>
1.206 harris41 8602: <status>works/unverified</status>
1.4 harris41 8603: </file>
8604: <file>
1.348 albertel 8605: <source>loncom/cron/loncapa.built</source>
8606: <target dist='default'>etc/cron.d/loncapa</target>
8607: <categoryname>conf</categoryname>
8608: <description>
8609: file that specifies periodic processes to run for the LON-CAPA machine
8610: </description>
8611: <build trigger='always run'>
8612: loncom/cron/preserve_local_loncapa_cron
8613: </build>
8614: <dependencies>
8615: loncapa;
8616: preserve_local_loncapa_cron
8617: </dependencies>
1.10 harris41 8618: </file>
8619: <file>
1.686 raeburn 8620: <source>loncom/cron/loncapa</source>
8621: <target dist='default'>home/httpd/lib/perl/loncapa_cron-std</target>
8622: <categoryname>handler</categoryname>
8623: <description>
8624: Back-up of standard loncapa cron file (the actual file in use: /etc/cron.d/loncapa may contain local modifications).
8625: </description>
8626: </file>
8627: <file>
1.10 harris41 8628: <source>loncom/ntp/step-tickers</source>
1.175 harris41 8629: <target dist='default'>usr/local/loncapa/doc/conf_examples/ntp_step-tickers
8630: </target>
8631: <categoryname>static conf</categoryname>
1.10 harris41 8632: <description>
8633: file that stimulates running of ntpdate upon init.d/xntpd initiation
8634: </description>
8635: <note>
8636: <table cellpadding='0' cellspacing='0' border='1'>
8637: <tr><td><tt>just one line with the ip address of the server</tt></td></tr>
8638: </table>
8639: </note>
1.48 harris41 8640: </file>
8641: <file>
8642: <source>loncom/pam.d/pwauth</source>
8643: <target dist='default'>etc/pam.d/pwauth</target>
8644: <categoryname>static conf</categoryname>
8645: <description>
8646: file that allows setuid password privileges for pwauth executable
8647: </description>
8648: </file>
8649: <file>
8650: <source>loncom/pam.d/pwchange</source>
8651: <target dist='default'>etc/pam.d/pwchange</target>
8652: <categoryname>static conf</categoryname>
8653: <description>
8654: file that allows setuid password privileges for pwchange (lcpasswd) executable
8655: </description>
1.10 harris41 8656: </file>
1.975 raeburn 8657: <file>
1.10 harris41 8658: <source>loncom/init.d/loncontrol</source>
1.975 raeburn 8659: <target dist='default'>etc/rc.d/init.d/loncontrol</target>
1.972 raeburn 8660: <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 8661: <target dist='fedora26 fedora27 fedora28 fedora29 sles15 ubuntu18'>home/httpd/perl/loncontrol</target>
1.10 harris41 8662: <categoryname>root script</categoryname>
8663: <description>
8664: Controls the launching/halting of lonc, lond, and lonsql processes.
8665: </description>
8666: </file>
1.980 raeburn 8667: <file>
1.974 raeburn 8668: <source>loncom/init.d/loncontrol.service</source>
1.980 raeburn 8669: <target dist='default'>home/httpd/perl/systemd/loncontrol.service</target>
8670: <target dist='fedora26 fedora27 fedora28 fedora29 sles15 ubuntu18'>etc/systemd/system/loncontrol.service</target>
1.974 raeburn 8671: <categoryname>root script</categoryname>
8672: <description>
1.980 raeburn 8673: Controls the launching/halting of lon-capa daemons by loncontrol in systemd
1.974 raeburn 8674: </description>
8675: </file>
1.10 harris41 8676: <link>
1.974 raeburn 8677: <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 8678: <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>
8679: <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 8680: etc/rc.d/rc0.d/K05loncontrol;
8681: etc/rc.d/rc1.d/K05loncontrol;
8682: etc/rc.d/rc2.d/K05loncontrol;
8683: etc/rc.d/rc3.d/S95loncontrol;
8684: etc/rc.d/rc4.d/S95loncontrol;
8685: etc/rc.d/rc5.d/S95loncontrol;
1.10 harris41 8686: etc/rc.d/rc6.d/K05loncontrol
1.729 raeburn 8687: </target>
1.903 raeburn 8688: <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 8689: etc/rc.d/rc0.d/K05loncontrol;
8690: etc/rc.d/rc1.d/K05loncontrol;
8691: etc/rc.d/rc2.d/K05loncontrol;
8692: etc/rc.d/rc3.d/S95loncontrol;
8693: etc/rc.d/rc5.d/S95loncontrol;
8694: etc/rc.d/rc6.d/K05loncontrol
8695: </target>
1.972 raeburn 8696: <target dist='debian5 debian6 ubuntu6 ubuntu8 ubuntu10 ubuntu12 ubuntu14 ubuntu16'>
1.727 raeburn 8697: etc/rc0.d/K05loncontrol;
8698: etc/rc1.d/K05loncontrol;
1.747 raeburn 8699: etc/rc2.d/S95loncontrol;
1.727 raeburn 8700: etc/rc3.d/S95loncontrol;
8701: etc/rc4.d/S95loncontrol;
8702: etc/rc5.d/S95loncontrol;
8703: etc/rc6.d/K05loncontrol
1.10 harris41 8704: </target>
8705: <categoryname>symbolic link</categoryname>
1.27 harris41 8706: <description>
1.654 raeburn 8707: symbolic links to /etc/rc.d/init.d/loncontrol (redhat/fedora) or /etc/init.d/loncontrol (suse/debian) for run-levels
8708: </description>
1.10 harris41 8709: </link>
1.903 raeburn 8710: <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 8711: <source>loncom/init.d/loncontrol</source>
8712: <target>etc/rc.d/</target>
8713: <description>
8714: setup loncontrol to run at boot
8715: </description>
1.903 raeburn 8716: <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 8717: -c 'chkconfig --del loncontrol;chkconfig loncontrol 35;chkconfig --list loncontrol'
1.545 albertel 8718: </installscript>
8719: <dependencies>
8720: loncom/init.d/loncontrol
8721: </dependencies>
8722: </file>
1.972 raeburn 8723: <file dist="fedora26 fedora27 fedora28 fedora29 sles15 ubuntu18">
8724: <source>loncom/init.d/loncontrol.service</source>
8725: <target>etc/systemd/system/loncontrol.service</target>
8726: <description>
1.980 raeburn 8727: Controls the launching/halting of lon-capa daemons by loncontrol in systemd
1.972 raeburn 8728: </description>
1.979 raeburn 8729: <installscript dist="fedora26 fedora27 fedora28 fedora29 sles15">
1.972 raeburn 8730: -c '/usr/bin/systemctl enable loncontrol.service'
8731: </installscript>
1.980 raeburn 8732: <installscript dist="ubuntu18">
1.979 raeburn 8733: -c '/bin/systemctl enable loncontrol.service'
8734: </installscript>
1.974 raeburn 8735: <dependencies>loncom/init.d/loncontrol.service</dependencies>
1.972 raeburn 8736: </file>
1.580 raeburn 8737: <file>
1.579 raeburn 8738: <source>doc/latex/utf8.def</source>
1.581 raeburn 8739: <target dist='default'>usr/local/loncapa/doc/utf8.def</target>
8740: <target dist='rhes4'>usr/share/texmf/tex/latex/base/utf8.def</target>
1.579 raeburn 8741: <categoryname>system file</categoryname>
8742: <description>
8743: utf8 definitions for LaTeX
8744: </description>
8745: </file>
8746:
1.10 harris41 8747: <file>
1.580 raeburn 8748: <source>doc/latex/utf8enc.dfu</source>
1.581 raeburn 8749: <target dist='default'>usr/local/loncapa/doc/utf8enc.dfu</target>
8750: <target dist='rhes4'>usr/share/texmf/tex/latex/base/utf8enc.dfu</target>
1.580 raeburn 8751: <categoryname>system file</categoryname>
8752: <description>
8753: utf8 declarations for LaTeX
8754: </description>
8755: </file>
8756:
8757: <file>
1.10 harris41 8758: <source>loncom/atalk/config</source>
1.152 harris41 8759: <target dist='default'>usr/local/loncapa/doc/conf_examples/config</target>
1.175 harris41 8760: <categoryname>static conf</categoryname>
1.6 harris41 8761: <description>
1.27 harris41 8762: configuration file to make LON-CAPA server file space accessible to
8763: Appleshares access (Macintosh)
1.6 harris41 8764: </description>
1.315 albertel 8765: </file>
8766: <file>
1.480 albertel 8767: <source>loncom/interface/loncss.pm</source>
8768: <target dist='default'>home/httpd/lib/perl/Apache/loncss.pm</target>
8769: <categoryname>handler</categoryname>
8770: <description>
8771: Generates standard LON-CAPA CSS
8772: </description>
8773: </file>
8774: <file>
1.481 albertel 8775: <source>loncom/LONCAPA.pm</source>
8776: <target dist='default'>home/httpd/lib/perl/LONCAPA.pm</target>
8777: <categoryname>handler</categoryname>
8778: <description>
8779: Some basic Lon-CAPA functionality
8780: </description>
8781: </file>
8782: <file>
1.456 raeburn 8783: <source>loncom/interface/lonnotify.pm</source>
8784: <target dist='default'>home/httpd/lib/perl/Apache/lonnotify.pm</target>
8785: <categoryname>handler</categoryname>
8786: <description>
8787: Interface for Domain Coordinators to (a) send broadcast e-mail to groups
8788: of users, and (b) to display e-mail of this type sent in the past.
8789: </description>
8790: </file>
8791: <file>
1.373 albertel 8792: <source>loncom/interface/lonhelpmenu.pm</source>
8793: <target dist='default'>home/httpd/lib/perl/Apache/lonhelpmenu.pm</target>
8794: <categoryname>handler</categoryname>
8795: <description>
8796: Creates a multipage help screen to help users out.
8797: </description>
8798: </file>
8799: <file>
8800: <source>loncom/interface/lonsupportreq.pm</source>
8801: <target dist='default'>home/httpd/lib/perl/Apache/lonsupportreq.pm</target>
8802: <categoryname>handler</categoryname>
8803: <description>
1.500 raeburn 8804: Handler to make it easy for users to send a request to the helpdesk
8805: </description>
8806: </file>
8807: <file>
1.511 raeburn 8808: <source>loncom/interface/courseclassifier.pm</source>
8809: <target dist='default'>home/httpd/lib/perl/Apache/courseclassifier.pm</target>
8810: <categoryname>handler</categoryname>
8811: <description>
8812: Routines used in generation of dynamic Year, Semester, Departmemt and Course Number select boxes from institutional course codes.
8813: </description>
8814: </file>
8815: <file>
1.500 raeburn 8816: <source>loncom/interface/coursecatalog.pm</source>
8817: <target dist='default'>home/httpd/lib/perl/Apache/coursecatalog.pm</target>
8818: <categoryname>handler</categoryname>
8819: <description>
8820: Display catalog of courses with institutional codes, filtered by domain-specific categories (e.g., year, semester, department etc.).
1.373 albertel 8821: </description>
8822: </file>
8823: <file>
1.516 raeburn 8824: <source>loncom/interface/resetpw.pm</source>
8825: <target dist='default'>home/httpd/lib/perl/Apache/resetpw.pm</target>
8826: <categoryname>handler</categoryname>
8827: <description>
8828: 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.
8829: </description>
8830: </file>
8831: <file>
1.570 raeburn 8832: <source>loncom/interface/createaccount.pm</source>
8833: <target dist='default'>home/httpd/lib/perl/Apache/createaccount.pm</target>
8834: <categoryname>handler</categoryname>
8835: <description>
8836: 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.
8837: </description>
8838: </file>
8839: <file>
1.315 albertel 8840: <source>loncom/interface/lonmodifycourse.pm</source>
8841: <target dist='default'>home/httpd/lib/perl/Apache/lonmodifycourse.pm</target>
8842: <categoryname>handler</categoryname>
8843: <description>
8844: Interface to modifying a course's internal ENV values for automated
1.500 raeburn 8845: enrollment
1.315 albertel 8846: </description>
1.306 albertel 8847: </file>
8848: <file>
1.524 raeburn 8849: <source>loncom/interface/domainprefs.pm</source>
8850: <target dist='default'>home/httpd/lib/perl/Apache/domainprefs.pm</target>
8851: <categoryname>handler</categoryname>
8852: <description>
8853: Interface for modifying domain configuration
8854: </description>
8855: </file>
8856: <file>
1.623 raeburn 8857: <source>loncom/interface/domainstatus.pm</source>
8858: <target dist='default'>home/httpd/lib/perl/Apache/domainstatus.pm</target>
8859: <categoryname>handler</categoryname>
8860: <description>
8861: Handler for generation of a menu of links to server status utilities
8862: </description>
8863: </file>
1.638 raeburn 8864: <file>
8865: <source>loncom/interface/lonconfigsettings.pm</source>
8866: <target dist='default'>home/httpd/lib/perl/Apache/lonconfigsettings.pm</target>
8867: <categoryname>handler</categoryname>
8868: <description>
8869: Common routines for generating menus to set default configuration settings -
8870: for a domain or for a course.
8871: </description>
8872: </file>
1.623 raeburn 8873: <file>
1.639 raeburn 8874: <source>loncom/interface/lonpdfupload.pm</source>
8875: <target dist='default'>home/httpd/lib/perl/Apache/lonpdfupload.pm</target>
8876: <categoryname>handler</categoryname>
8877: <description>
8878: Interface to upload a PDF form containing responses to problems entered offline using a PDF reader for storage as submissions.
8879: </description>
8880: </file>
8881: <file>
1.306 albertel 8882: <source>loncom/interface/lonpopulate.pm</source>
8883: <target dist='default'>home/httpd/lib/perl/Apache/lonpopulate.pm</target>
8884: <categoryname>handler</categoryname>
8885: <description>
8886: Handler for configuring automated enrollment
8887: </description>
8888: </file>
8889: <file>
8890: <source>loncom/enrollment/Enrollment.pm</source>
8891: <target dist='default'>home/httpd/lib/perl/LONCAPA/Enrollment.pm</target>
8892: <categoryname>handler</categoryname>
8893: <description>
8894: Handler for automated enrollment
8895: </description>
8896: </file>
8897: <file>
8898: <source>loncom/enrollment/localenroll.pm</source>
8899: <target dist='default'>home/httpd/lib/perl/localenroll.pm</target>
8900: <categoryname>conf</categoryname>
8901: <description>
8902: Local 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-std.pm</target>
8908: <categoryname>handler</categoryname>
8909: <description>
8910: Local handler for automated enrollment, standard version.
8911: </description>
8912: </file>
8913: <file>
8914: <source>loncom/enrollment/Autoenroll.pl</source>
1.307 albertel 8915: <target dist='default'>home/httpd/perl/Autoenroll.pl</target>
1.306 albertel 8916: <categoryname>script</categoryname>
8917: <description>
1.542 raeburn 8918: Script to perform automated enrollments from institutional classlists.
1.306 albertel 8919: </description>
1.4 harris41 8920: </file>
1.395 albertel 8921: <file>
1.543 raeburn 8922: <source>loncom/enrollment/Autoupdate.pl</source>
8923: <target dist='default'>home/httpd/perl/Autoupdate.pl</target>
8924: <categoryname>script</categoryname>
8925: <description>
8926: Script to perform automated updates of names for existing users in the domain using data provided by the domain's administrative information service.
8927: </description>
8928: </file>
8929: <file>
1.395 albertel 8930: <source>loncom/auth/localstudentphoto.pm</source>
8931: <target dist='default'>home/httpd/lib/perl/localstudentphoto.pm</target>
8932: <categoryname>conf</categoryname>
8933: <description>
8934: Local handler for automated enrollment.
8935: </description>
8936: </file>
8937: <file>
8938: <source>loncom/auth/localstudentphoto.pm</source>
8939: <target dist='default'>home/httpd/lib/perl/localstudentphoto-std.pm</target>
8940: <categoryname>handler</categoryname>
8941: <description>
8942: Local handler for automated enrollment, standard version.
8943: </description>
8944: </file>
1.436 raeburn 8945: <file>
8946: <source>loncom/automation/batchcreatecourse.pm</source>
8947: <target dist='default'>home/httpd/lib/perl/LONCAPA/batchcreatecourse.pm</target>
8948: <categoryname>handler</categoryname>
8949: <description>
8950: Handler for batch creation of courses.
8951: </description>
8952: </file>
8953: <file>
1.779 raeburn 8954: <source>loncom/interface/lonblockingmenu.pm</source>
8955: <target dist='default'>home/httpd/lib/perl/Apache/lonblockingmenu.pm</target>
8956: <categoryname>handler</categoryname>
8957: <description>
8958: Handler for configuration of blocking of access to collaborative tools and/or
8959: resources for the duration of an exam.
8960: </description>
8961: </file>
8962: <file>
1.650 droeschl 8963: <source>loncom/interface/lonblockingstatus.pm</source>
8964: <target dist='default'>home/httpd/lib/perl/Apache/lonblockingstatus.pm</target>
8965: <categoryname>handler</categoryname>
8966: <description>
8967: Used for displaying the communication blocking status.
8968: </description>
8969: </file>
8970: <file>
1.696 wenzelju 8971: <source>loncom/interface/lonwishlist.pm</source>
8972: <target dist='default'>home/httpd/lib/perl/Apache/lonwishlist.pm</target>
8973: <categoryname>handler</categoryname>
8974: <description>
1.726 wenzelju 8975: Utilities to modify the wishlist (add new links and folders,
1.696 wenzelju 8976: edit, move, sort or delete existing links and folders).
8977: Links from the wishlist can be imported into courses.</description>
8978: <status>works/unverified</status>
8979: </file>
8980: <file>
1.726 wenzelju 8981: <source>loncom/interface/lonwishlistdisplay.pm</source>
8982: <target dist='default'>home/httpd/lib/perl/Apache/lonwishlistdisplay.pm</target>
8983: <categoryname>handler</categoryname>
8984: <description>
8985: Module for displaying the wishlist.</description>
8986: <status>works/unverified</status>
8987: </file>
8988: <file>
1.893 raeburn 8989: <source>loncom/interface/lonrelrequtils.pm</source>
8990: <target dist='default'>home/httpd/lib/perl/Apache/lonrelrequtils.pm</target>
8991: <categoryname>handler</categoryname>
8992: <description>
8993: Utilities to update information about LON-CAPA version requirements
8994: in a course.</description>
8995: <status>works/unverified</status>
8996: </file>
8997: <file>
1.942 raeburn 8998: <source>loncom/interface/lonaccesstimes.pm</source>
8999: <target dist='default'>home/httpd/lib/perl/Apache/lonaccesstimes.pm</target>
9000: <categoryname>handler</categoryname>
9001: <description>
9002: Handler to display first access times for selected students for a
9003: specified folder, resource or course-wide, for roles with rights to
9004: view grades, but not edit them.
9005: </description>
9006: <status>works/unverified</status>
9007: </file>
9008: <file>
1.436 raeburn 9009: <source>loncom/automation/Autocreate.pl</source>Autocreate.pl
9010: <target dist='default'>home/httpd/perl/Autocreate.pl</target>
9011: <categoryname>script</categoryname>
9012: <description>
9013: Script for automated course creation.
9014: </description>
9015: </file>
1.400 albertel 9016: <fileglob>
1.512 albertel 9017: <glob>*.pl</glob>
1.401 albertel 9018: <sourcedir>loncom/debugging_tools/</sourcedir>
1.402 albertel 9019: <targetdir dist='default'>home/httpd/perl/debug/</targetdir>
1.400 albertel 9020: <categoryname>script</categoryname>
9021: <description>
9022: Tools for helping debug Lon-CAPA
9023: </description>
9024: <filenames>
9025: activity_to_accesscount.pl;
1.420 albertel 9026: clean_db.pl;
1.513 albertel 9027: db_copy.pl;
1.400 albertel 9028: dump_db.pl;
9029: escape.pl;
9030: excise_from_db.pl;
9031: getties.pl;
9032: login_count.pl;
1.951 raeburn 9033: memcached_dump.pl;
1.400 albertel 9034: modify_config_files.pl;
1.767 raeburn 9035: move_construction_spaces.pl;
1.400 albertel 9036: parse_scantron.pl;
1.826 raeburn 9037: rebuild_db_from_hist.pl;
1.400 albertel 9038: seed_accesscount.pl;
9039: stress.pl;
1.644 raeburn 9040: testkerberos.pl;
1.400 albertel 9041: unescape.pl;
9042: user_login_count.pl;
9043: </filenames>
9044: </fileglob>
1.513 albertel 9045: <fileglob>
1.748 raeburn 9046: <glob>*.*</glob>
1.513 albertel 9047: <sourcedir>loncom/debugging_tools/compiled/</sourcedir>
9048: <targetdir dist='default'>home/httpd/perl/debug/</targetdir>
9049: <categoryname>script</categoryname>
9050: <description>
9051: Binary tools for LON-CAPA
9052: </description>
9053: <filenames>
1.544 albertel 9054: create_db_dynamic_64_so.3;
1.513 albertel 9055: </filenames>
9056: </fileglob>
1.430 albertel 9057: <file>
1.748 raeburn 9058: <source>loncom/debugging_tools/compiled/create_db_dynamic</source>
9059: <target dist='default'>home/httpd/perl/debug/create_db_dynamic</target>
9060: <categoryname>script</categoryname>
9061: <description>
9062: Binary tool for LON-CAPA
9063: </description>
9064: </file>
9065: <file>
9066: <source>loncom/debugging_tools/compiled/create_db_dynamic_64</source>
9067: <target dist='default'>home/httpd/perl/debug/create_db_dynamic_64</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/dump_db_static_32</source>
9075: <target dist='default'>home/httpd/perl/debug/dump_db_static_32</target>
9076: <categoryname>script</categoryname>
9077: <description>
9078: Binary tool for LON-CAPA
9079: </description>
9080: </file>
9081: <file>
1.430 albertel 9082: <source>loncom/build/distprobe</source>
9083: <target dist='default'>home/httpd/perl/distprobe</target>
9084: <categoryname>script</categoryname>
9085: <description>
9086: for probing operating system flavor and version
9087: </description>
9088: <note>
9089: </note>
9090: </file>
1.740 raeburn 9091: <file>
9092: <source>loncom/clusteradmin</source>
9093: <target dist='default'>home/httpd/perl/manage_dns/clusteradmin</target>
1.742 raeburn 9094: <categoryname>root script</categoryname>
1.740 raeburn 9095: <description>
9096: Script to update cluster tables: dns_hosts.tab and dns_domain.tab
9097: on a LON-CAPA DNS server.
9098: </description>
1.742 raeburn 9099: <status>works/unverified</status>
1.740 raeburn 9100: </file>
1.14 harris41 9101: </files>
1.1 harris41 9102: </lpml>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>