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