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