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