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