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