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