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