--- doc/loncapafiles/loncapafiles.lpml 2003/11/24 19:15:01 1.298 +++ doc/loncapafiles/loncapafiles.lpml 2012/02/10 16:56:31 1.675.4.39.2.5 @@ -2,7 +2,7 @@ "http://lpml.sourceforge.net/DTD/lpml.dtd"> - + + weak_delete home/httpd/lib/perl server readonly @@ -429,6 +487,12 @@ extensions never_delete + home/httpd/cgi-bin/mimetexcache + server standard + location of cgi scripts + + + never_delete home/httpd/html server standard location of web-accessible file tree @@ -447,6 +511,30 @@ extensions modest_delete + home/httpd/html/images + server standard + images directory for learn-physics + + + modest_delete + home/httpd/html/images/login + server standard + directory for images for learn-physics log-in page + + + modest_delete + home/httpd/html/css + server standard + css directory for learn-physics + + + modest_delete + home/httpd/html/css/relate + server standard + css directory for learn-physics + + + modest_delete home/httpd/html/adm server readonly unauthenticated resources @@ -459,6 +547,12 @@ extensions modest_delete + home/httpd/html/adm/fonts + server readonly + fonts + + + modest_delete home/httpd/html/adm/help server readonly online help documentation @@ -471,6 +565,120 @@ extensions modest_delete + home/httpd/html/adm/jmol + server readonly + Jmol files + + + modest_delete + home/httpd/html/adm/geogebra + server readonly + GeoGebra files + + + modest_delete + home/httpd/html/adm/jsMath + server readonly + jsMath support files + + + modest_delete + home/httpd/html/adm/jsMath/extensions + server readonly + jsMath extension files + + + modest_delete + home/httpd/html/adm/jsMath/uncompressed + server readonly + jsMath files (uncompressed) + + + modest_delete + home/httpd/html/adm/jsMath/plugins + server readonly + jsMath plugin files + + + modest_delete + home/httpd/html/adm/dragmath + server readonly + Formula editor + + + modest_delete + home/httpd/html/adm/ckeditor + server readonly + Rich Text Editor + + + modest_delete + home/httpd/html/adm/jQuery + server readonly + jQuery JavaScript library + + + modest_delete + home/httpd/html/adm/jQuery/js + server readonly + jQuery JavaScript library -- js files + + + modest_delete + home/httpd/html/adm/jQuery/css + server readonly + jQuery JavaScript library -- css files + + + modest_delete + home/httpd/html/adm/jQuery/css/smoothness + server readonly + jQuery JavaScript library -- css files + + + modest_delete + home/httpd/html/adm/jQuery/css/smoothness/images + server readonly + jQuery JavaScript library -- css images + + + modest_delete + home/httpd/html/adm/dragmath/applet + server readonly + Formula editor applet directory and popups + + + modest_delete + home/httpd/html/adm/dragmath/applet/classes + server readonly + Formula editor applet classes + + + modest_delete + home/httpd/html/adm/dragmath/applet/HotEqn + server readonly + Formula editor applet HotEqn classes and jar + + + modest_delete + home/httpd/html/adm/dragmath/applet/classes/Display + server readonly + Formula editor applet display + + + modest_delete + home/httpd/html/adm/dragmath/applet/classes/lang + server readonly + Formula editor applet languages + + + modest_delete + home/httpd/html/adm/dragmath/applet/classes/formats + server readonly + Formula editor applet classes formats (LaTeX, Maxima, etc) + + + modest_delete home/httpd/html/adm/helper server readonly XML specifications for helpers @@ -495,6 +703,18 @@ extensions modest_delete + home/httpd/html/adm/help/tex/ru + server readonly + Russian online help documentation tex files + + + modest_delete + home/httpd/html/adm/help/tex/de + server readonly + German online help documentation tex files + + + modest_delete home/httpd/html/adm/help/png server readonly online help documentation png files @@ -556,6 +776,14 @@ roles.db) which specify the roles and pr LON-CAPA system. + never_delete + home/httpd/lonCerts + server standard + + Directory for Certificates for SSL and local auth modes + + + modest_delete home/httpd/html/adm/MathML server readonly @@ -597,6 +825,18 @@ are viewable over the world-wide web modest_delete + home/httpd/html/res/adm/pages/pt + server readonly + web user interface resources - Portuguese + + + modest_delete + home/httpd/html/res/adm/pages/reactionresponse + server readonly + web user interface resources + + + modest_delete home/httpd/html/adm/lonLCDfont server readonly LCD font for remote control @@ -645,6 +885,7 @@ are viewable over the world-wide webusr/lib/perl5/site_perl/5.005 usr/lib/perl5/site_perl/5.6.0 usr/lib/perl5/site_perl/5.8.0 + usr/local/lib/perl/5.10.0 usr/local/lib/perl/5.6.0 standard system perl tree (usually present on linux systems) @@ -727,6 +968,7 @@ each list element consists of only two s loncom/loncapa.conf etc/httpd/conf/loncapa.conf +etc/apache2/loncapa.conf conf

@@ -766,9 +1008,10 @@ MySQL database - + loncom/loncapa_apache.conf etc/httpd/conf/loncapa_apache.conf +etc/apache2/loncapa_apache.conf static conf The goal of this file is to implement all LON-CAPA specific @@ -788,6 +1031,7 @@ the www@localhost MySQL password, and br loncom/startup.pl etc/httpd/conf/startup.pl +etc/apache2/startup.pl static conf This file provides initializations for perl handlers. It adjusts what @@ -796,6 +1040,49 @@ well as causing the Apache module to be startup.pl is invoked by loncapa_apache.conf. + +etc/apache2 + +etc/apache2/conf + +symbolic link + +symbolic link to directory /etc/apache2 from /etc/apache2/conf + + + +loncom/rewrites/loncapa_rewrite_off.conf +etc/httpd/conf/loncapa_rewrite.conf +etc/apache2/loncapa_rewrite.conf +conf + +Default rewrite file. +Default is to disable rewriting of external requests for http:// to https:// +by setting: RewriteEngine off + + + +loncom/rewrites/loncapa_rewrite_on.conf +etc/httpd/conf/rewrites/loncapa_rewrite_on.conf +etc/apache/rewrites/loncapa_rewrite_on.conf +etc/apache2/rewrites/loncapa_rewrite_on.conf +static conf + +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 +external requests for http:// to https:// + + + +loncom/rewrites/loncapa_rewrite_off.conf +etc/httpd/conf/rewrites/loncapa_rewrite_off.conf +etc/apache/rewrites/loncapa_rewrite_off.conf +etc/apache2/rewrites/loncapa_rewrite_off.conf +static conf + +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 +external requests for http:// to https:// + + loncom/thesaurus/thesaurus.db home/httpd/lonTabs/thesaurus.db @@ -807,7 +1094,9 @@ Thesaurus database file to be built from loncom/thesaurus/build_thesaurus_wrapper.sh -rawkey.txt +rawkey.txt; +build_thesaurus_db.pl; +build_thesaurus_wrapper.sh @@ -916,6 +1205,14 @@ utility cgi script to view status of per + loncom/cgi/lonauthcgi.pm + home/httpd/lib/perl/LONCAPA/lonauthcgi.pm + system file + + Provides routines used in authorization of server status CGI scripts + + + loncom/cgi/graph.png home/httpd/cgi-bin/graph.png script @@ -951,6 +1248,12 @@ cgi-script to ping other server Dynamically outputs X-Y plots with point, line, etc functions. + + home/httpd/cgi-bin/plot.gif + home/httpd/cgi-bin/plot.png + symbolic link + symbolic link for plot.png to point at plot.gif + loncom/cgi/imagechoice.pl home/httpd/cgi-bin/imagechoice.pl @@ -972,6 +1275,21 @@ Alias /prtspool/ /home/httpd/prtspool/ as well as a /home/httpd/prtspool directory. + + + loncom/interface/multidownload.pl + home/httpd/cgi-bin/multidownload.pl + script + +cgi script to generate a zip file of all student submissions + + +Depends on srm.conf entry: +Alias /zipspool/ /home/httpd/zipspool/ +as well as a /home/httpd/zipspool directory. + + + loncom/cgi/metadata_keywords.pl home/httpd/cgi-bin/metadata_keywords.pl @@ -1017,6 +1335,23 @@ Meta file for generic resource for DOCS +loncom/homework/templates/DropBox.problem +home/httpd/html/res/lib/templates/DropBox.problem +interface file + +Generic resource for DOCS "Drop Box" + + + +loncom/homework/templates/DropBox.problem.meta +home/httpd/html/res/lib/templates/DropBox.problem.meta +interface file + +Meta file for generic resource for DOCS "Drop Box" + + + + loncom/homework/templates/examupload.problem home/httpd/html/res/lib/templates/examupload.problem interface file @@ -1042,26 +1377,68 @@ home/httpd/html/res/adm/includes/templat Template files for generating new resources. +answerdependent.problem; +answerdependent.problem.meta; blank.library; blank.library.meta; blank.problem; blank.problem.meta; +blank.task; +blank.task.meta; +dynamicgraph.problem; +dynamicgraph.problem.meta; +extreme.problem; +extreme.problem.meta; +simple.task; +simple.task.meta; +multiple_instance.task; +multiple_instance.task.meta; +MultipleAnswerEither.problem; +MultipleAnswerEither.problem.meta; +MultipleAnswerUnordered.problem; +MultipleAnswerUnordered.problem.meta; +optional_criteria.task; +optional_criteria.task.meta; ClickImageExample.problem; ClickImageExample.problem.meta; +customhints.problem; +customhints.problem.meta; +custompartial.problem; +custompartial.problem.meta; +CustomResponse.problem; +CustomResponse.problem.meta; +customunit.problem; +customunit.problem.meta; Essay.problem; Essay.problem.meta; examupload.problem; examupload.problem.meta; +HintFormula.problem; +HintFormula.problem.meta; +HintMathResponse.problem; +HintMathResponse.problem.meta; man1.jpg; man1.jpg.meta; numerical.problem; numerical.problem.meta; -Plot.problem; +numPrePro.problem; +numPrePro.problem.meta; Plot.problem.meta; +Plot_curve.problem; +Plot_curve.problem.meta; +Plot_data.problem; +Plot_data.problem.meta; +Rnumerical.problem; +Rnumerical.problem.meta; RadioResponse.problem; RadioResponse.problem.meta; RandomLabelExample.problem; RandomLabelExample.problem.meta; +randomvalueradio.problem; +randomvalueradio.problem.meta; +sampleexternal.problem; +sampleexternal.problem.meta; +sampleexternal.pl; SelectFromOptions-4ConceptGoups.problem; SelectFromOptions-4ConceptGoups.problem.meta; SelectFromOptions-5ConceptGoups.problem; @@ -1074,28 +1451,47 @@ SelectFromOptions-8ConceptGoups.problem; SelectFromOptions-8ConceptGoups.problem.meta; SelectFromOptions-Simple.problem; SelectFromOptions-Simple.problem.meta; +SimpleStringResponse.problem.meta; script.library; script.library.meta; SimpleFormula.problem; SimpleFormula.problem.meta; +SimpleFormulaCAS.problem; +SimpleFormulaCAS.problem.meta; StringResponse.problem; StringResponse.problem.meta; +stringPrePro.problem; +stringPrePro.problem.meta; SimpleMatching.problem; SimpleMatching.problem.meta; +SimpleMathResponse.problem; +SimpleMathResponse.problem.meta; +SimpleMathResponseR.problem; +SimpleMathResponseR.problem.meta; SimpleRank.problem; SimpleRank.problem.meta; SimpleTrueFalse.problem; -SimpleTrueFalse.problem.meta +SimpleTrueFalse.problem.meta; +organic.problem; +organic.problem.meta; +organic_hint.problem; +organic_hint.problem.meta; +reaction.problem; +reaction.problem.meta; +reaction_hint.problem; +reaction_hint.problem.meta + -loncom/homework/insertlist.tab -home/httpd/lonTabs/insertlist.tab -static conf - + loncom/homework/insertlist.xml + home/httpd/lonTabs/insertlist.xml + static conf + Describes what tags are allowed inside other tags. - + + CAPA/JavaTools/GLabel.class home/httpd/html/res/adm/includes/GLabel.class @@ -1153,23 +1549,79 @@ Descriptive list of abbreviations used i and privileges available in the network with function - -loncom/hosts.tab -home/httpd/lonTabs/hosts.tab + +loncom/managers.tab +home/httpd/lonTabs/managers.tab static conf -List of all machines in the LON-CAPA network. Relates lonHostID to -lonDefDomain and IP address. +List of machines allowed to pass along updates to dns_hosts.tab and dns_domain.tab - -loncom/domain.tab -home/httpd/lonTabs/domain.tab + +loncom/misc/releaseslist.xml +home/httpd/lonTabs/releaseslist.xml static conf -List of all domains in the LON-CAPA network. Lists the name name of the domain and any default authentication. +XML specification of LON-CAPA version required for certain parameters, +response types and course containers. Used to determine if a course +needs a minimum LON-CAPA version to function correctly. + + + loncom/hosts.tab + home/httpd/lonTabs/hosts.tab + www static conf + +List of Machines in the lon-capa network. + + + + loncom/domain.tab + home/httpd/lonTabs/domain.tab + www static conf + +List of domains in the LON-CAPA network. +Lists the name name of the domain and any multiple config options. + + + + + loncom/dns_hosts.tab + home/httpd/lonTabs/dns_hosts.tab + www static conf + +List of all machines in the lon-capa network that is served up by the DNS mechanism. + + + + loncom/dns_domain.tab + home/httpd/lonTabs/dns_domain.tab + www static conf + +List of all domains in the LON-CAPA network that is served up by the DNS mechanism. + + + + + loncom/loncaparevs.tab + home/httpd/lonTabs/loncaparevs.tab + www conf + +File holds LON-CAPA version installed on all servers in the LON-CAPA network. Updated + by loncron. + + + + + loncom/serverhomeIDs.tab + home/httpd/lonTabs/serverhomeIDs.tab + www conf + +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. + + + loncom/spare.tab home/httpd/lonTabs/spare.tab @@ -1226,6 +1678,14 @@ Example:
server ntp.msu
+ loncom/misc/archive_old_files.pl + home/httpd/perl/archive_old_files.pl + script + +Batch script for compressing older .db files + + + loncom/metadata_database/searchcat.pl home/httpd/perl/searchcat.pl script @@ -1242,57 +1702,88 @@ Batch script for removing temporary tabl -loncom/misc/cleanup_prtspool.pl -home/httpd/perl/cleanup_prtspool.pl +loncom/metadata_database/parse_activity_log.pl +home/httpd/perl/parse_activity_log.pl +script + +Batch script to copy activy logs from native format into the SQL metadata database. + + + +loncom/misc/cleanup_file_caches.pl +home/httpd/perl/cleanup_file_caches.pl script Batch script for removing files not accessed within 24 hours from the -/home/httpd/prtspool directory. +/home/httpd/prtspool and /home/httpd/html/userfiles/ directories. -loncom/lonhttpd -home/httpd/perl/lonhttpd +loncom/misc/refresh_courseids_db.pl +home/httpd/perl/refresh_courseids_db.pl script -Small fry httpd on port 8080 +Batch script for refreshing course information in aggregating GDBM +file: nohist_courseids.db found in /home/httpd/lonUsers on library servers. -loncom/lonc -home/httpd/perl/lonc +loncom/debugging_tools/seed_accesscount.pl +home/httpd/perl/seed_accesscount.pl script -proxy server +Batch script for moving access count data from nohist_resevaldata.db to +nohist_accesscount.db. -doc/man/lonc.1 -usr/man/man1/lonc.1 -doc -man page for lonc - -loncom/build/pod2man.sh ../lonc > ../../doc/man/lonc.1 && \ -echo 'manifying lonc' - -works/unverified - -../../loncom/lonc - +loncom/debugging_tools/modify_config_files.pl +home/httpd/perl/modify_config_files.pl +script + +Batch script to ensure certain LONCAPA configuration parameters for yum and +MySQL are included in their configuration files. + -doc/scripts/lonc.html -home/httpd/html/adm/help/scripts/lonc.html -doc -POD-derived page for lonc - -loncom/build/pod2html.sh ../lonc > ../../doc/scripts/lonc.html && \ -echo 'pod2html lonc' - -works/unverified - -../../loncom/lonc - + loncom/debugging_tools/updateclasslist.pl + home/httpd/perl/debug/updateclasslist.pl + script + +propagate the ids in ids.db to all course classlists + + + +loncom/lonmemcached +home/httpd/perl/lonmemcached +script + +small script to handle the start up of the memcached daemon + + + + loncom/lonmaxima + home/httpd/perl/lonmaxima + script + + manages the existance and talking to the maxima processes + + + + loncom/lonr + home/httpd/perl/lonr + script + + manages the existance and talking to the R processes + + + + loncom/request_ssl_key.sh + home/httpd/lonCerts/request_ssl_key.sh + script + + Script that requests a Lon-CAPA ssl key. + loncom/lond @@ -1341,10 +1832,13 @@ echo 'pod2html lond' -loncom/build/CHECKRPMS +loncom/build/CHECKRPMS home/httpd/cgi-bin/CHECKRPMS script CGI script that checks status of RPMs + +loncom/build/CHECKRPMS + loncom/cgi/loncron.pl @@ -1359,6 +1853,21 @@ echo 'pod2html lond' CGI script that shows users currently on machine +loncom/cgi/listdomconfig.pl +home/httpd/cgi-bin/listdomconfig.pl +script +CGI script to display domain configuration as plain text. +For use on the primary library server for a domain. Access control uses +routines in lonauthcgi.pm + + + +loncom/homework/templates/sampleexternal.pl +home/httpd/cgi-bin/sampleexternal.pl +script +Sample External Response Script + + loncom/loncron home/httpd/perl/loncron script @@ -1399,6 +1908,33 @@ echo 'pod2html lonsql' + loncom/CrGrant.pl + home/httpd/perl/CrGrant.pl + script + + Script used to verify and grant an SSL certificate to a Lon-CAPA host + + in progress + + + loncom/CrGenerate.pl + home/httpd/perl/CrGenerate.pl + script + + Script used to request an SSL certificate for a Lon-CAPA host. + + in progress + + + loncom/apachereload + home/httpd/perl/apachereload + setuid script + + Script to let www reload the webserver + + works/unverified + + loncom/lcpasswd home/httpd/perl/lcpasswd setuid script @@ -1409,6 +1945,16 @@ user passwords. being updated +loncom/lcinstallfile +home/httpd/perl/lcinstallfile +setuid script + +Set uid file that allows lond to install files in +lonTab which is normally owned by root. + +under construction + + loncom/pwchange home/httpd/perl/pwchange setuid script @@ -1439,6 +1985,25 @@ set according to the user's authenticati New file +loncom/lciptables +home/httpd/perl/lciptables +setuid script + +Calls iptables to update firewall settings for port used for internal +LON-CAPA communication to receive traffic from other servers in cluster + +New file + + +loncom/lchttpdlogs +home/httpd/perl/lchttpdlogs +setuid script + +script called by loncron to tail latest web server access and error logs. + +works/verified + + loncom/lcuserdel home/httpd/perl/lcuserdel setuid script @@ -1492,7 +2057,7 @@ HTTPi webserver license HTTPi webserver readme - + loncom/license/about.html home/httpd/html/adm/about.html interface file @@ -1577,6 +2142,14 @@ Different configs for scantron input fil +loncom/homework/default_scantronformat.tab +home/httpd/lonTabs/default_scantronformat.tab +static conf + +Default configurations for scantron input files. + + + loncom/publisher/packages.tab home/httpd/lonTabs/packages.tab static conf @@ -1595,6 +2168,14 @@ Table which contains list of copyright p +loncom/publisher/source_copyright.tab +home/httpd/html/res/adm/includes/source_copyright.tab +static conf + +Table which contains list of source copyright possibilities for educational resources. + + + loncom/publisher/language.tab home/httpd/lonTabs/language.tab static conf @@ -1649,6 +2230,15 @@ Handler for periodically fetch new lines works/unverified +loncom/interface/longroupchat.pm +home/httpd/lib/perl/Apache/longroupchat.pm +handler + +Handler for generation of frameset for display of group chat + +works/unverified + + loncom/interface/lonannounce.pm home/httpd/lib/perl/Apache/lonannounce.pm handler @@ -1667,6 +2257,15 @@ Handler to put up syllabus works/unverified +loncom/interface/lonrss.pm +home/httpd/lib/perl/Apache/lonrss.pm +handler + +Handler for adding to and displaying RSS + +works/unverified + + loncom/homework/lonsimpleproblemedit.pm home/httpd/lib/perl/Apache/lonsimpleproblemedit.pm handler @@ -1685,6 +2284,15 @@ Handler to put up simple page works/unverified + loncom/interface/lonpickcode.pm + home/httpd/lib/perl/Apache/lonpickcode.pm + handler + + Handler to pick a CODE from the list of possible CODEs + + works/unverified + + loncom/interface/lonpickstudent.pm home/httpd/lib/perl/Apache/lonpickstudent.pm handler @@ -1703,6 +2311,24 @@ Handler to pick a courseid from a list o works/unverified +loncom/interface/lonpickauthor.pm +home/httpd/lib/perl/Apache/lonpickauthor.pm +handler + +Handler for a DC to pick an author from a list of authors in the domain for an ad hoc CA role + +works/unverified + + +loncom/interface/lonpickuser.pm +home/httpd/lib/perl/Apache/lonpickuser.pm +handler + +Handler to pick a user from a directory search + +works/unverified + + loncom/interface/lonbulletin.pm home/httpd/lib/perl/Apache/lonbulletin.pm handler @@ -1731,6 +2357,57 @@ construction space menu. works/unverified +loncom/publisher/testbankimport.pm +home/httpd/lib/perl/Apache/testbankimport.pm +handler + +Utility to convert plain text questions in a testbank file to LON-CAPA problems. +Called by selecting testbank option when uploading file to construction space. + +works/unverified + + +loncom/imspackages/imsimport.pm +home/httpd/lib/perl/Apache/imsimport.pm +handler + +Utility to import courses from other CMSs packaged in IMS 1.1 content package +format into LON-CAPA Construction space. +Called by selecting IMS package option when uploading file to construction space. + +works/unverified + + +loncom/imspackages/imsimportdocs.pm +home/httpd/lib/perl/Apache/imsimportdocs.pm +handler + +Utility to import courses from other CMSs packaged in IMS 1.1 content package +format into a LON-CAPA course via DOCS. +Called using Import IMS package button displayed in Special documents column in DOCS display. + +works/unverified + + +loncom/imspackages/imsprocessor.pm +home/httpd/lib/perl/Apache/imsprocessor.pm +handler + +Contains routines used by imsimport handlers when importing contents of IMS +packages into construction space, or into a course directly via DOCS. + +works/unverified + + +loncom/imspackages/imsexport.pm +home/httpd/lib/perl/Apache/imsexport.pm +handler + +Routines used in londocs to export templated files to an IMS package. + +works/unverified + + loncom/interface/lonhelp.pm home/httpd/lib/perl/Apache/lonhelp.pm handler @@ -1747,6 +2424,14 @@ buildMakeWrapper +loncom/html/adm/help/help.png +home/httpd/html/adm/help/help.png +interface file + +help icon + + + loncom/html/adm/help/abouthelp.html home/httpd/html/adm/help/abouthelp.html interface file @@ -1755,6 +2440,14 @@ Index file for the help system +loncom/html/adm/help/nohelptopic.html +home/httpd/html/adm/help/nohelptopic.html +interface file + +Page of links to help manuals - displayed when inline help is missing for a specific topic. + + + doc/help/author.manual.access.tex home/httpd/html/adm/help/tex/author.manual.access.tex @@ -1777,6 +2470,17 @@ manual online, with a somewhat clumsy in works/unverified +doc/help/domain.manual.access.tex +home/httpd/html/adm/help/tex/domain.manual.access.tex + +interface file + +The pseudo-LaTeX file to allow people to read the domain coordination +manual online, with a somewhat clumsy interface. + +works/unverified + + doc/help/author.manual.ps home/httpd/html/adm/help/author.manual.ps interface file @@ -1799,7 +2503,7 @@ loncom/build/help_graphics_converter.pl doc/help/author.manual.pdf home/httpd/html/adm/help/author.manual.pdf -handler +pdf manual The PDF Author's Manual @@ -1828,12 +2532,98 @@ loncom/build/help_graphics_converter.pl doc/help/course.manual.pdf home/httpd/html/adm/help/course.manual.pdf -interface file +pdf manual The PDF Course Manual works/unverified + +doc/help/domain.manual.ps +home/httpd/html/adm/help/domain.manual.ps +interface file + +The postscript Domain Manual + +works/unverified + +doc/help/domain.manual.texxml; +doc/help/latexSplitter.py; +doc/help/rebuildLabelHash.pl; +doc/help/render.texxml.pl; +doc/help/simpleEdit.py; +doc/help/texxml2indextex.pl; +doc/help/texxml2latex.pl; +loncom/build/buildHelp.sh; +loncom/build/help_graphics_converter.pl + + + +doc/help/domain.manual.pdf +home/httpd/html/adm/help/domain.manual.pdf +pdf manual + +The PDF Domain Manual + +works/unverified + + + loncom/html/adm/help/ext_examples.html + home/httpd/html/adm/help/ext_examples.html + interface file + + Examples for using &EXT in HTML + + + + loncom/html/adm/help/ext_examples.html.meta + home/httpd/html/adm/help/ext_examples.html.meta + interface file + + Examples for using &EXT in HTML metadata + + + + loncom/html/adm/help/ext_examples.library + home/httpd/html/adm/help/ext_examples.library + interface file + + Examples for using &EXT library + + + + loncom/html/adm/help/ext_examples.library.meta + home/httpd/html/adm/help/ext_examples.library.meta + interface file + + Examples for using &EXT library metadata + + + + loncom/html/adm/help/ext_examples.problem + home/httpd/html/adm/help/ext_examples.problem + interface file + + Examples for using &EXT problem + + + + loncom/html/adm/help/ext_examples.problem.meta + home/httpd/html/adm/help/ext_examples.problem.meta + interface file + + Examples for using &EXT problem metadata + + + + loncom/interface/lontemplate.pm + home/httpd/lib/perl/Apache/lontemplate.pm + handler + + Handler to create templates + + works/unverified + *.* loncom/html/adm/help/gif/ @@ -1844,18 +2634,68 @@ home/httpd/html/adm/help/gif/ +Authoring_Dynamic_Plot_Axis_Labels.gif; +Authoring_Dynamic_Plot_Axis_Tics_border.gif; +Authoring_Dynamic_Plot_Axis_Tics_minor.gif; +Authoring_Dynamic_Plot_Axis_Tics_nomirror.gif; +Authoring_Dynamic_Plot_Axis_Tics_x_axis.gif; +Authoring_Dynamic_Plot_Title_X_Y_Label.gif; +BT_ScreenshotCriteria.gif; +BT_ScreenshotQuestion.gif; +BT_ScreenshotVariable.gif; +flowchartBridgeTask.gif; +Dynamic_Replication_Change.gif; +Dynamic_Replication_Request.gif; +Load_Balance_Example.gif; +LONCAPA_Network_Diagram2.gif; +LONCAPA_Network_Diagram.gif; +Map_Example.gif; +Resource_Assembly.gif; +aboutme.gif; +addClickerInfoFile.gif; +anno.gif; +anot.gif; +anot2.gif; authorRemote.gif; +bchat.gif; +blog.gif; +catalog.gif; +ccat.gif; +chat.gif; +chrt.gif; +com.gif; constructionSpace.gif; constructionSpaceForPublishing.gif; +coprplot.gif; +cprv.gif; creatingANewCourse.gif; creatingNewProblemResource.gif; +crsconf.gif; +docs.gif; +document-open.gif; +document-properties.gif; +dump.gif; dynamic_piecewise.gif; dynamic_piecewise2.gif; dynamic_plot.gif; dynamic_plot2.gif; +edit-find-replace.gif; +edit-redo.gif; +edit-undo.gif; +emblem-photos.gif; +eval.gif; +extres.gif; +fdbk.gif; +feedback.gif; formulaResponse.gif; +fromfile.gif; +grds.gif; +grps.gif; +list-add.gif; login.gif; lonhelpheader.gif; +mail-message-new.gif; +mail-reply-all.gif; mainCourseDocuments.gif; mapAdvancedEditorNew.gif; mapClickedStart.gif; @@ -1871,19 +2711,62 @@ mapSecondWindowSecondResource.gif; mapSimpleEditor.gif; mapStraightened.gif; mapTwoResources.gif; +messalog.gif; +mngcu.gif; +nav.gif; +navigation.gif; +network-workgroup.gif; +new.gif; numericalResponse1.gif; numericalResponseEditor.gif; numericalResponseSlopeProblem.gif; numericalResponseVarInText.gif; optionResponseEditing.gif; optionResponseProblem.gif; +page.gif; +parm.gif; +pgrd.gif; +port.gif; +pref.gif; +preferences-desktop-font.gif; +preferences-desktop-locale.gif; +preferences-desktop-theme.gif; +prt.gif; publishMetadata.gif; radioResponse2.gif; radioResponseHint.gif; +rcrs.gif; +res.gif; +resversion.gif; +roles.gif; +rsrv.gif; +scoreupfrm.gif; +sctr.gif; +self_enroll.gif; +simple.gif; +simpprob.gif; smallHelp.gif; spreadsheet_hierarchy.gif; +sprs.gif; +src.gif; +stat.gif; stringResponseEditor.gif; -studentInterface.gif +studentInterface.gif; +subdocs.gif; +subtimpl.gif; +survey_rep.gif; +syllabus.gif; +system-users.gif; +uploadscores.gif; +uplusr.gif; +vbkm.gif; +verify.gif; +iclicker.gif; +interwrite1.gif; +interwrite2.gif; +interwrite3.gif; +interwrite4.gif; +interwrite5.gif; @@ -1896,18 +2779,68 @@ home/httpd/html/adm/help/eps/ +Authoring_Dynamic_Plot_Axis_Labels.eps; +Authoring_Dynamic_Plot_Axis_Tics_border.eps; +Authoring_Dynamic_Plot_Axis_Tics_minor.eps; +Authoring_Dynamic_Plot_Axis_Tics_nomirror.eps; +Authoring_Dynamic_Plot_Axis_Tics_x_axis.eps; +Authoring_Dynamic_Plot_Title_X_Y_Label.eps; +BT_ScreenshotCriteria.eps; +BT_ScreenshotQuestion.eps; +BT_ScreenshotVariable.eps; +flowchartBridgeTask.eps; +Dynamic_Replication_Change.eps; +Dynamic_Replication_Request.eps; +Load_Balance_Example.eps; +LONCAPA_Network_Diagram2.eps; +LONCAPA_Network_Diagram.eps; +Map_Example.eps; +Resource_Assembly.eps; +aboutme.eps; +addClickerInfoFile.eps; +anno.eps; +anot.eps; +anot2.eps; authorRemote.eps; +bchat.eps; +blog.eps; +catalog.eps; +ccat.eps; +chat.eps; +chrt.eps; +com.eps; constructionSpace.eps; constructionSpaceForPublishing.eps; +coprplot.eps; +cprv.eps; creatingANewCourse.eps; creatingNewProblemResource.eps; +crsconf.eps; +docs.eps; +document-open.eps; +document-properties.eps; +dump.eps; dynamic_piecewise.eps; dynamic_piecewise2.eps; dynamic_plot.eps; dynamic_plot2.eps; +edit-find-replace.eps; +edit-redo.eps; +edit-undo.eps; +emblem-photos.eps; +eval.eps; +extres.eps; +fdbk.eps; +feedback.eps; formulaResponse.eps; +fromfile.eps; +grds.eps; +grps.eps; +list-add.eps; lonhelpheader.eps; login.eps; +mail-message-new.eps; +mail-reply-all.eps; mainCourseDocuments.eps; mapAdvancedEditorNew.eps; mapClickedStart.eps; @@ -1923,19 +2856,61 @@ mapSecondWindowSecondResource.eps; mapSimpleEditor.eps; mapStraightened.eps; mapTwoResources.eps; +messalog.eps; +mngcu.eps; +nav.eps; +navigation.eps; +network-workgroup.eps; +new.eps; numericalResponse1.eps; numericalResponseEditor.eps; numericalResponseSlopeProblem.eps; numericalResponseVarInText.eps; optionResponseEditing.eps; optionResponseProblem.eps; +page.eps; +parm.eps; +pgrd.eps; +port.eps; +preferences-desktop-font.eps; +preferences-desktop-locale.eps; +preferences-desktop-theme.eps; +prt.eps; publishMetadata.eps; radioResponse2.eps; radioResponseHint.eps; +rcrs.eps; +res.eps; +resversion.eps; +roles.eps; +rsrv.eps; +scoreupfrm.eps; +sctr.eps; +self_enroll.eps; +simple.eps; +simpprob.eps; smallHelp.eps; spreadsheet_hierarchy.eps; +sprs.eps; +src.eps; +stat.eps; stringResponseEditor.eps; -studentInterface.eps +studentInterface.eps; +subdocs.eps; +subtimpl.eps; +survey_rep.eps; +syllabus.eps; +system-users.eps; +uploadscores.eps; +uplusr.eps; +vbkm.eps; +verify.eps; +iclicker.eps; +interwrite1.eps; +interwrite2.eps; +interwrite3.eps; +interwrite4.eps; +interwrite5.eps; @@ -1949,28 +2924,44 @@ Tex files for the help system About_Authors_Manual.tex; +About_Bombs.tex; About_Communication.tex; About_Developers_Manual.tex; About_Numerical_and_Formula_Response.tex; +About_Symbs.tex; +all_functions_table.tex; +adaptive_hints.tex; +Additional_Help.tex; Ambiguous_Reference.tex; +Analysis_Analyze_Over.tex; Analyze_Problem.tex; +Answer_Date.tex; Annotation.tex; Authentication.tex; -Author_LON-CAPA_Introduction.tex; -Author_Manual_Title_Page.tex; -Author_Numerical_and_Formula.tex; -Author_Remote_Control.tex; +Auth_Options.tex; Authoring_Adding_Pictures.tex; Authoring_DataResponse.tex; +Authoring_Dynamic_Plot_Axes.tex; +Authoring_Dynamic_Plot_Color_Selection.tex; +Authoring_Dynamic_Plot_Curve_Data.tex; +Authoring_Dynamic_Plot_Curve_Function.tex; +Authoring_Dynamic_Plot_Curve.tex; +Authoring_Dynamic_Plot_Gnuplot.tex; +Authoring_Dynamic_Plot_Key.tex; +Authoring_Dynamic_Plot_Label.tex; +Authoring_Dynamic_Plot_Linestyle.tex; Authoring_Dynamic_Plot.tex; +Authoring_Dynamic_Plot_Tics.tex; +Authoring_Dynamic_Plot_Title_X_Y_Label.tex; Authoring_ExternalResponse.tex; Authoring_Foil_Structure_Tags.tex; -Authoring_HTML_vs_Tex.tex; Authoring_Hint_Tags.tex; +Authoring_HTML_vs_Tex.tex; Authoring_ImageResponse.tex; Authoring_Input_Tags.tex; Authoring_Internal_Tags.tex; -Authoring_M_Tag.tex; +Authoring_Intro.tex; +Authoring_Math_Editor.tex; Authoring_NumericalResponse.tex; Authoring_OptionResponse.tex; Authoring_Output_Tags.tex; @@ -1978,34 +2969,69 @@ Authoring_Pictures_EPS.tex; Authoring_Piecewise_Plot.tex; Authoring_RadiobuttonResponse.tex; Authoring_Response_Attributes.tex; -Authoring_Response_Tag_Intro.tex; Authoring_Responseparam_Parameter.tex; +Authoring_Response_Tag_Intro.tex; Authoring_Scripting_Tags.tex; +Authoring_Spreadsheet.tex; Authoring_Structure_Tags.tex; Authoring_XML_Intro.tex; +Author_LON-CAPA_Introduction.tex; +Author_Manual_Title_Page.tex; +Author_Numerical_and_Formula.tex; +Author_Remote_Control.tex; +Batch_Creation.tex; Bookmarks.tex; +BridgeTask_About.tex; +BridgeTask_Conditions.tex; +BridgeTask_Create.tex; +BridgeTask_EditModeFinishing.tex; +BridgeTask_EditModeIntroduction.tex; +BridgeTask_EditModeQuestion.tex; +BridgeTask_EditMode.tex; +BridgeTask_EditModeVariable.tex; +BridgeTask_Features.tex; +BridgeTask_Intro.tex; +BridgeTask_Portfolio.tex; +BridgeTask_SetupResource.tex; +BridgeTask_Slot.tex; +BridgeTask_XMLFinishing.tex; +BridgeTask_XMLHeader.tex; +BridgeTask_XMLQuestions.tex; +BridgeTask_XML.tex; +BridgeTask_XMLVariable.tex; +Browsing_Resources.tex; Bugzilla.tex; -CAPA_LON-CAPA_function_diffs.tex; Caching.tex; Calendar_Add_Announcement.tex; Calendar_Remove_Announcement.tex; Calling_Functions.tex; +CAPA_LON-CAPA_function_diffs.tex; Cascading_Parameters.tex; +Catalog_Info.tex; Change_Colors.tex; Change_Password.tex; Chart_Description.tex; +Change_Discussion_Display.tex; +Chart_Enrollment_Status.tex; Chart_Output_Data.tex; Chart_Output_Formats.tex; +Chart_Sections.tex; +Chart_Sequences.tex; +Chart_Student_Data.tex; Chatting.tex; +Clicker_Registration.tex; Coauthor.tex; Construction_Space_Overview.tex; +Contextual_Help.tex; Course_Add_Other.tex; Course_Add_Student.tex; +Course_Automated_Enrollment.tex; Course_Broadcast_Message.tex; Course_Change_Privileges.tex; Course_Chart_To_Excel.tex; Course_Chat.tex; Course_Convert_To_CSV.tex; +Course_Coordination_Intro.tex; Course_Create_Class_List.tex; Course_Critical_Message.tex; Course_Deleting.tex; @@ -2014,17 +3040,50 @@ Course_Discussion_Board.tex; Course_Drop_Student.tex; Course_Edit_Content.tex; Course_Editing_Custom_Roles.tex; +Course_Environment.tex; Course_Extending_Due_Dates.tex; Course_Face_To_Face_Records.tex; Course_Feedback_Addresses.tex; Course_Homework_Performance_Overview.tex; -Course_Manual_Title_Page.tex; Course_Manually_Grade_Problem.tex; +Course_Manual_Title_Page.tex; +Course_Manage_Group.tex; Course_Maximum_Collaborators.tex; Course_Message_Access.tex; Course_Modify_Student_Data.tex; Course_Parameter_Levels.tex; +Course_Parameter_Table_Mode.tex; +Course_Prefs_Bridgetasks.tex; +Course_Prefs_Display.tex; +Course_Prefs_Grading.tex; +Course_Prefs_Printouts.tex; +Course_Prefs_Classlists.tex; +Course_Prefs_Feedback.tex; +Course_Prefs_Language.tex; +Course_Prefs_Spreadsheet.tex; +Course_Prefs_Discussions.tex; +Course_Prefs_General.tex; +Course_Prefs_Other.tex; Course_Problem_Weight.tex; +Course_Requests.tex; +Course_Request_Access_End.tex; +Course_Request_Access_Start.tex; +Course_Request_Autoadd.tex; +Course_Request_Autodrop.tex; +Course_Request_Category.tex; +Course_Request_Clone.tex; +Course_Request_Crosslist.tex; +Course_Request_Description.tex; +Course_Request_Enroll_End.tex; +Course_Request_Enroll_Start.tex; +Course_Request_LCSection.tex; +Course_Request_Personnel.tex; +Course_Request_RegAccess_End.tex; +Course_Request_RegAccess_Start.tex; +Course_Request_Rolesection.tex; +Course_Request_Sections.tex; +Course_Roles.tex; +Course_Self_Enrollment.tex; Course_Set_Start_End_Date.tex; Course_Setting_Parameters.tex; Course_Student_Grade_Override.tex; @@ -2035,59 +3094,151 @@ Course_User_Parameter.tex; Course_View_Class_List.tex; Create_Course.tex; Creating_A_Course_Intro.tex; +Creating_Domain_Coordinators.tex; +Creating_Groups.tex; Creating_New_Content_Pages.tex; Creating_Online_Problems.tex; Creating_Radio_Response_Problems.tex; +Custom_Response_Problems.tex; +Deleting_Domain_Coordinators.tex; Developer_Manual_Title_Page.tex; Developer_Tutorial.tex; +Distribute_Messages.tex; Docs_About_Bulletin_Board.tex; +Docs_About_Group_Files.tex; Docs_About_My_Personal_Info.tex; Docs_About_Simple_Page.tex; Docs_About_Syllabus.tex; Docs_Adding_Course_Doc.tex; Docs_Adding_External_Resource.tex; Docs_Adding_Folders.tex; +Docs_Adding_Pages.tex; Docs_Adding_Syllabus.tex; Docs_Alternatives.tex; +Docs_Check_Resource_Versions.tex; Docs_Creating_From_Template.tex; +Docs_Dump_Course_Docs.tex; +Docs_Export_Course_Docs.tex; Docs_Editing_Templated_Pages.tex; +Docs_Essay.tex; Docs_Importing_LON-CAPA_Resource.tex; Docs_Load_Map.tex; Docs_Main_Course_Documents.tex; Docs_Navigate_Content.tex; +Docs_Option_Response.tex; Docs_Overview.tex; +Docs_Radio.tex; Docs_Score_Upload_Form.tex; +Docs_Search.tex; +Docs_Simple_Problem.tex; +Docs_String_Response.tex; Docs_Supplemental.tex; Docs_Uploading_From_Harddrive.tex; +Docs_Verify_Content.tex; +Domain_Configuration_Auto_Creation.tex; +Domain_Configuration_Auto_Enrollment.tex; +Domain_Configuration_Auto_Updates.tex; +Domain_Configuration_Cataloging_Courses.tex; +Domain_Configuration_Color_Schemes.tex; +Domain_Configuration_Contact_Info.tex; +Domain_Configuration_Course_Defaults.tex; +Domain_Configuration_InstDirectory_Search.tex; +Domain_Configuration_LangTZAuth.tex; +Domain_Configuration_Login_Page.tex; +Domain_Configuration_Quotas.tex; +Domain_Configuration_Request_Courses.tex; +Domain_Configuration_Scantron_Format.tex; +Domain_Configuration_Server_Status.tex; +Domain_Configuration_SSL.tex; +Domain_Configuration_User_Creation.tex; +Domain_Configuration_User_Modification.tex; +Domain_Configuration_User_Sessions.tex; +Domain_Coordination_Intro.tex; +Domain_Coordination_Overview.tex; +Domain_Crontab_Entries.tex; +Domain_Manual_Title_Page.tex; +Due_Date.tex; +Edit_Syllabus.tex; +Error.tex; +exam_answers.tex; +exam_basics.tex; +exam_build.tex; +exam_disable_com.tex; +exam_how_scored.tex; +exam_parameters.tex; +exam_printing.tex; +exam_question_type.tex; +exam_scoring.tex; +Exploring_Your_Course.tex; +Feedback_Author.tex; +Feedback_Content.tex; +Feedback_Discuss_Anon.tex; +Feedback_Discussion.tex; +Feedback_Policy.tex; Finding_Resources.tex; Foils.tex; +Formula_Answers.tex; +Formula_Editor.tex; Formula_Response_Adv_Intro.tex; Formula_Response_Example.tex; Formula_Response_Limitations.tex; Formula_Response_Problems.tex; Formula_Response_Sampling.tex; Formula_Tolerance.tex; +Function_Plot_Response_Background_Plot.tex; +Function_Plot_Response_Evaluation_Rule.tex; +Function_Plot_Response_Rule_Set.tex; +Function_Plot_Response_Elements.tex; +Function_Plot_Response_Question.tex; +Function_Plot_Response_Spline.tex; General_Intro.tex; +Generation.tex; +Grade_All.tex; +Grade_Intro.tex; +Grade_One.tex; +Grade_Scantron.tex; +Grade_Sequence.tex; +Grade_Upload.tex; +Grade_Verify.tex; +GradingOptions.tex; Greek_Symbols.tex; -Guts_Apache.tex; Guts_Apache_Env.tex; Guts_Apache_Modules.tex; +Guts_Apache.tex; Guts_Authentication.tex; Guts_Authoring.tex; Guts_Coding_Guidelines.tex; Guts_Course_Dir.tex; Guts_User_Dir.tex; +Help.tex; +Helper_Course_Initialization.tex; How_To_Edit_Existing_Content_Pages.tex; +Institutional_Integration_Authentication.tex; +Institutional_Integration_Course_Codes.tex; +Institutional_Integration_Course_Requests.tex; +Institutional_Integration_Format_Checks.tex; +Institutional_Integration_Identity_Management.tex; +Institutional_Integration_User_Categories.tex; Latex_Footer.tex; Latex_Header.tex; Leaving_Feedback.tex; Login_To_LON-CAPA.tex; +Math_Response_Problems.tex; +Maxima_Argument_Array.tex; +Maxima_Libraries.tex; Metadata_Description.tex; +Modify_Community_Owner.tex; +Modify_Course_Defaultauth.tex; +Modify_Course_Instcode.tex; +Modify_Course_Owner.tex; +Modify_Course_Quota.tex; +Navigation_Screen.tex; Navmap_Host_Down.tex; +NavMaps_MarkPosts_Read.tex; Numerical_Response_Advanced_Example.tex; Numerical_Response_Format.tex; -Numerical_Response_Intro.tex; Numerical_Response_Introduction.tex; +Numerical_Response_Intro.tex; Numerical_Response_Parts_A.tex; Numerical_Response_Parts_B.tex; Numerical_Response_Problems.tex; @@ -2095,6 +3246,8 @@ Numerical_Response_Randomization.tex; Numerical_Response_Simple_Example.tex; Numerical_Response_Tutorial_A.tex; Numerical_Response_Units.tex; +numerical_wrong_answers.tex; +Open_Date.tex; Option_Response_Concept_Group_Example.tex; Option_Response_Matching_Example.tex; Option_Response_Problem_Creation.tex; @@ -2103,33 +3256,68 @@ Option_Response_Problem_Parts.tex; Option_Response_Problems.tex; Option_Response_Simple.tex; Other_Symbols.tex; +Parameter_encrypturl.tex; +Parameter_Helper.tex; +Parameter_Manager.tex; +Parameter_Overview.tex; +Parameter_Set_Folder.tex; Part_Tag_Edit_Help.tex; Personal_Info_Page.tex; Physical_Units.tex; +Portfolio_About.tex; +Portfolio_AddFiles.tex; +Portfolio_Catalog.tex; +Portfolio_ChangeDirectory.tex; +Portfolio_CreateDirectory.tex; +Portfolio_DeleteFile.tex; +Portfolio_FileAction.tex; +Portfolio_FileList.tex; +Portfolio_OpenFile.tex; +Portfolio_RenameFile.tex; +Portfolio_ShareFile_ChangeSetting.tex; +Portfolio_ShareFile_Conditional.tex; +Portfolio_ShareFile_SetAccess.tex; +Portfolio_ShareFile_StopAccess.tex; +Portfolio_ShareFile.tex; +Prefs_About_Me.tex; Prefs_Forwarding.tex; +Prefs_Language.tex; +Prefs_Messages.tex; +Prefs_Notification.tex; Prefs_Screen_Name_Nickname.tex; +Print_Library.tex; +Print_Options.tex; Print_Resource.tex; +Print_Tricks.tex; Problem_Editor_Testing_Area.tex; Problem_Editor_XML_Index.tex; Problem_LON-CAPA_Functions.tex; +Problem_LON-CAPA_Image_Options.tex; +Problem_Parameters.tex; Problem_Types.tex; Publishing_A_Resource.tex; Publishing_Author_Tutorial_Segue.tex; Publishing_Copyright.tex; Publishing_Intro.tex; Publishing_Keywords.tex; +Quick_Grades_Description.tex; Quick_Grades_Possibly_Correct.tex; Radio_Response_Problems.tex; Radio_Response_Randomization.tex; Ranking_Problems.tex; Receipt.tex; +Remote_Menu.tex; Resource_Discussion.tex; Resource_Types.tex; Roles_About.tex; +Roles_Screen.tex; Script_Functions.tex; +Scripting_Help.tex; Script_Tutorial_Intro.tex; Script_Variables.tex; -Scripting_Help.tex; +Search_Advanced.tex; +Search_Basic.tex; +Searching.tex; Sending_Email.tex; Sequence_Advanced_Editor_Creation.tex; Sequence_Definition.tex; @@ -2138,6 +3326,18 @@ Sequence_Page_Maps.tex; Sequence_Simple_Editor_Creation.tex; Sequence_Top-Level.tex; Significant_Figures.tex; +Slot_About.tex; +Slot_AddInterface.tex; +Slot_ChoosingResources.tex; +Slot_CommaDelimited.tex; +Slot_EditDelete.tex; +Slot_OptionalAttributes.tex; +Slot_RequiredAttributes.tex; +Slot_ResourceParameter.tex; +Slot_RestrictAvailibility.tex; +Slot_SelectingField.tex; +Slot_SpecifyProctors.tex; +Some_Items_Were_Not_Submitted.tex; Spreadsheet_About.tex; Spreadsheet_Calculation.tex; Spreadsheet_Calculation_Time.tex; @@ -2162,21 +3362,116 @@ Spreadsheet_Student_Visible.tex; Spreadsheet_Template_Row.tex; Spreadsheet_Ternary_Operator.tex; Spreadsheet_Tries.tex; +Statistics_Overall_Key.tex; +Statistics_Sequence.tex; +Statistics_Cache.tex; String_Response_Problem_Creation.tex; String_Response_Problems.tex; +Student_Intro.tex; +Submission_Time_Analysis.tex; Syllabus_ExtLink.tex; Syllabus_URLs.tex; +Table_Mode.tex; +Testbank_Formatting.tex; +TEXDropEmptyColumns_attribute.tex; +TEXitemgroupwidth_attribute.tex; +TEXitemgroup_attribute.tex; +TEXlayout_attribute.tex; +TEXsize_attribute.tex; +TEXtype_attribute.tex; +TEXwidth_attribute.tex; +Tries.tex; Tolerance.tex; Uploaded_Templates_PublicView.tex; Uploaded_Templates_TextBoxes.tex; +Uploading_File_Options.tex; +Using_Clickers.tex; Variable_Naming_Conventions.tex; -Variable_Tutorial_A.tex; Variables_in_Scripts.tex; Variables_in_the_Answer_Block.tex; Variables_in_the_Text_Block.tex; +Variable_Tutorial_A.tex; +View_All_Messages.tex; +View_Critical_Messages.tex; +View_recent_activity.tex; What_Is_LON-CAPA.tex; Why_LON-CAPA.tex; -all_functions_table.tex; + + + +*.* +loncom/html/adm/help/tex/de/ + +home/httpd/html/adm/help/tex/de/ +interface file + +German Tex files for the help system + + +About_Bombs.tex; +About_Communication.tex; +Auth_Options.tex; +Authoring_Math_Editor.tex; +Contextual_Help.tex; +Cascading_Parameters.tex; +Course_Convert_To_CSV.tex; +Course_Create_Class_List.tex; +Course_Self_Enrollment.tex; +Docs_About_Bulletin_Board.tex; +Docs_About_Group_Files.tex; +Docs_About_My_Personal_Info.tex; +Docs_About_Simple_Page.tex; +Docs_About_Syllabus.tex; +Docs_Adding_Course_Doc.tex; +Docs_Adding_Folders.tex; +Docs_Editing_Templated_Pages.tex; +Docs_Navigate_Content.tex; +Docs_Score_Upload_Form.tex; +Docs_Verify_Content.tex; +Formula_Editor.tex; +General_Intro.tex; +Generation.tex; +Metadata_Description.tex; +Navigation_Screen.tex; +Parameter_Overview.tex; +Problem_Parameters.tex; +Publishing_Copyright.tex; +Publishing_Keywords.tex; +Quick_Grades_Possibly_Correct.tex; +Ranking_Problems.tex; +Receipt.tex; +Search_Advanced.tex; +Search_Basic.tex; +Student_Intro.tex; +Syllabus_ExtLink.tex; +Table_Mode.tex; +Tries.tex; +Uploaded_Templates_PublicView.tex; +Uploaded_Templates_TextBoxes.tex; + + + +*.* +loncom/html/adm/help/tex/ru/ + +home/httpd/html/adm/help/tex/ru/ +interface file + +Russian Tex files for the help system + + +About_Authors_Manual.tex; +About_Communication.tex; +About_Developers_Manual.tex; +About_Numerical_and_Formula_Response.tex; +CAPA_LON-CAPA_function_diffs.tex; +Course_Maximum_Collaborators.tex; +Course_Set_Start_End_Date.tex; +Creating_A_Course_Intro.tex; +Other_Symbols.tex; +Physical_Units.tex; +Print_Resource.tex; +Authoring_Adding_Pictures.tex; @@ -2187,6 +3482,72 @@ all_functions_table.tex; A gdbm file containing a label->tex file hash. works/unverified + +loncom/build/rebuild_label_hash.sh + + +rebuild_label_hash.sh + + + + *.* + loncom/html/adm/fonts/ + home/httpd/html/adm/fonts/ + interface file + + Fonts for convertjme.pl + + +DejaVuSerif-Roman.ttf; +DejaVuSansMono-Bold.ttf; +DejaVuSans.pfb; +DejaVuSans.ttf; +DejaVuSerif.pfb; +DejaVuSerif.ttf; +status.txt; +unicover.txt; + + + +loncom/html/adm/fonts/AUTHORS +home/httpd/html/adm/fonts/AUTHORS +interface file + +Documentation for fonts + +works/unverified + + +loncom/html/adm/fonts/BUGS +home/httpd/html/adm/fonts/BUGS +interface file + +Documentation for fonts + + + +loncom/html/adm/fonts/LICENSE +home/httpd/html/adm/fonts/LICENSE +interface file + +Documentation for fonts + + + +loncom/html/adm/fonts/NEWS +home/httpd/html/adm/fonts/NEWS +interface file + +Documentation for fonts + + + +loncom/html/adm/fonts/README +home/httpd/html/adm/fonts/README +interface file + +Documentation for fonts + loncom/interface/lonstatistics.pm @@ -2198,6 +3559,24 @@ Handler to show statistics on solving LO works/unverified +loncom/interface/statistics/lonstathelpers.pm +home/httpd/lib/perl/Apache/lonstathelpers.pm +handler + +Utility module for statistics and data mining. + +works/unverified + + +loncom/interface/lontrackstudent.pm +home/httpd/lib/perl/Apache/lontrackstudent.pm +handler + +Handler to parse and analyze activity.log + +works/unverified + + loncom/interface/statistics/lonproblemstatistics.pm home/httpd/lib/perl/Apache/lonproblemstatistics.pm @@ -2205,6 +3584,33 @@ Handler to show statistics on solving LO The module that generate the html for the Problem Statistics web pages. + + +loncom/interface/statistics/lonsurveyreports.pm +home/httpd/lib/perl/Apache/lonsurveyreports.pm + +handler + +Gives instructors access to compiled survey results. + + + +loncom/interface/statistics/lonstudentsubmissions.pm +home/httpd/lib/perl/Apache/lonstudentsubmissions.pm + +handler + +Generates excel file containing student submissions and correct answers. + + + +loncom/interface/statistics/loncorrectproblemplot.pm +home/httpd/lib/perl/Apache/loncorrectproblemplot.pm + +handler + +The module that generate the html for the correct problems plot web pages. + works/unverified @@ -2228,6 +3634,15 @@ This module provides detailed analysis a works/unverified + loncom/interface/statistics/longradinganalysis.pm + home/httpd/lib/perl/Apache/longradinganalysis.pm + handler + + This module provides detailed analysis and raw data for submissions of various problem types. + + works/unverified + + loncom/interface/statistics/lonsubmissiontimeanalysis.pm home/httpd/lib/perl/Apache/lonsubmissiontimeanalysis.pm @@ -2248,6 +3663,16 @@ The module that generate the html for th works/unverified +loncom/interface/lonwhatsnew.pm +home/httpd/lib/perl/Apache/lonwhatsnew.pm + +handler + +Handler to display items in course requiring action. + +works/unverified + + loncom/publisher/londiff.pm home/httpd/lib/perl/Apache/londiff.pm handler @@ -2333,6 +3758,15 @@ tag handlers needed by externalresponse. works/unverified + loncom/homework/gradesubmission.pl + home/httpd/cgi-bin/gradesubmission.pl + handler + +Example script for use with external response. + + works/unverified + + loncom/publisher/lonpubdir.pm home/httpd/lib/perl/Apache/lonpubdir.pm handler @@ -2388,6 +3822,15 @@ Handler to retrieve old versions from re works/unverified +loncom/publisher/loncleanup.pm +home/httpd/lib/perl/Apache/loncleanup.pm +handler + +Handler to clean up HTML files. + +works/unverified + + doc/man/Apache__lonretrieve.3 usr/man/man3/Apache::lonretrieve.3 doc @@ -2501,6 +3944,33 @@ coordinators. works/unverified + loncom/interface/lonclonecourse.pm + home/httpd/lib/perl/Apache/lonclonecourse.pm + handler + +Internal routines for creating a clone of an existing course. + + works/unverified + + +loncom/interface/lonrequestcourse.pm +home/httpd/lib/perl/Apache/lonrequestcourse.pm +handler + +Allows submission of course requests by users with the right to request them + +works/unverified + + +loncom/interface/loncoursequeueadmin.pm +home/httpd/lib/perl/Apache/loncoursequeueadmin.pm +handler + +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. + +works/unverified + + loncom/interface/loncreateuser.pm home/httpd/lib/perl/Apache/loncreateuser.pm handler @@ -2511,6 +3981,24 @@ them roles. works/unverified +loncom/interface/lonuserutils.pm +home/httpd/lib/perl/Apache/lonuserutils.pm +handler + +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. + +works/unverified + + +loncom/interface/selfenroll.pm +home/httpd/lib/perl/Apache/selfenroll.pm +handler + +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. + +works/unverified + + loncom/interface/lonhtmlcommon.pm home/httpd/lib/perl/Apache/lonhtmlcommon.pm handler @@ -2519,6 +4007,14 @@ Contains a set of functions that generat +loncom/interface/lonspeller.pm +home/httpd/lib/perl/Apache/lonspeller.pm +handler + +Contains a set of functions to use Aspell + + + loncom/localize/lonlocal.pm home/httpd/lib/perl/Apache/lonlocal.pm handler @@ -2527,6 +4023,14 @@ Contains the &mt access function to Loca + loncom/localize/lonlocalize.pm + home/httpd/lib/perl/Apache/lonlocalize.pm + handler + +handler for &mt()ing static files + + + loncom/localize/localize.pm home/httpd/lib/perl/Apache/localize.pm handler @@ -2539,15 +4043,22 @@ Localization class for Locale::Maketext loncom/localize/localize/ home/httpd/lib/perl/Apache/localize/ -static conf +lexicon file Translation files. de.pm; pt.pm; +fr.pm; ja.pm; tr.pm; +ru.pm; +fa.pm; +ar.pm; +es.pm; +x_chef.pm; +zh.pm; @@ -2621,6 +4132,13 @@ Coordinates the response to clicking an Handles tags associated with showing a list of options. +loncom/homework/functionplotresponse.pm +home/httpd/lib/perl/Apache/functionplotresponse.pm +handler + +Handles tags associated with function plots using GeoGebra. + + loncom/homework/outputtags.pm home/httpd/lib/perl/Apache/outputtags.pm handler @@ -2658,6 +4176,75 @@ smiles.gif + + *.* + loncom/html/adm/geogebra/ + home/httpd/html/adm/geogebra/ + interface file + + Geogebra, for functionplotresponse + + +geogebra_algos.jar; +geogebra_algos.jar.pack.gz; +geogebra_javascript.jar; +geogebra_javascript.jar.pack.gz; +geogebra_cas.jar; +geogebra_export.jar.pack.gz; +geogebra.jar; +geogebra_main.jar.pack.gz; +geogebra_cas.jar.pack.gz; +geogebra_gui.jar; +geogebra.jar.pack.gz; +geogebra_properties.jar; +geogebra_export.jar; +geogebra_gui.jar.pack.gz; +geogebra_main.jar; +geogebra_properties.jar.pack.gz; +geogebra_usb.jar; +geogebra_usb.jar.pack.gz; +jlatexmath.jar; +jlatexmath.jar.pack.gz; +jlm_cyrillic.jar; +jlm_cyrillic.jar.pack.gz; +jlm_greek.jar; +jlm_greek.jar.pack.gz; + + + + + *.* + loncom/html/adm/jmol/ + home/httpd/html/adm/jmol/ + interface file + + Jmol files, for displaying structures + + +COPYRIGHT.txt; +JmolApplet.jar; +Jmol.js; +LICENSE.txt; +README.txt; +JmolApplet0_Core.jar; +JmolApplet0_i18n.jar; +JmolApplet0.jar; +JmolApplet0_Jars.jar; +JmolApplet0_Jvxl.jar; +JmolApplet0_Main.jar; +JmolApplet0_Popup.jar; +JmolApplet0_Quantum.jar; +JmolApplet0_ReadersCifPdb.jar; +JmolApplet0_ReadersMolXyz.jar; +JmolApplet0_ReadersMore.jar; +JmolApplet0_ReadersXml.jar; +JmolApplet0_ShapeBio.jar; +JmolApplet0_ShapeSpecial.jar; +JmolApplet0_Smiles.jar; +JmolApplet0_Viewer.jar; + + + loncom/homework/convertjme.pl home/httpd/cgi-bin/convertjme.pl @@ -2666,6 +4253,289 @@ smiles.gif Dynamically converts JME strings into either a png or ps file. + + *.* + loncom/html/adm/dragmath/applet/ + home/httpd/html/adm/dragmath/applet/ + interface file + +Dragmath is a Java-based formula editor + + +Latex.html; +MathML.html; +Maxima.html; +MaximaPopup.html; +EditMathPopup.html; +FCKEditMathPopup.html + + + + *.* + loncom/html/adm/dragmath/applet/classes/ + home/httpd/html/adm/dragmath/applet/classes/ + interface file + +Dragmath is a Java-based formula editor + + +AbsoluteLayout.jar; +jep.jar; +Project.jar; +Config.xml; +jdom.jar; +swing-layout-1.0.jar; + + + + *.* + loncom/html/adm/dragmath/applet/HotEqn/ + home/httpd/html/adm/dragmath/applet/HotEqn/ + interface file + +Dragmath is a Java-based formula editor + + +HotEqn.class; +HotEqn.jar; + + + + *.* + loncom/html/adm/dragmath/applet/classes/Display/ + home/httpd/html/adm/dragmath/applet/classes/Display/ + interface file + +Dragmath is a Java-based formula editor + + +MainApplet.class; + + + + *.* + loncom/html/adm/dragmath/applet/classes/formats/ + home/httpd/html/adm/dragmath/applet/classes/formats/ + interface file + +Dragmath is a Java-based formula editor + + +ASCIIMathML.xml; +Latex.xml; +MathML.xml; +MoodleTex.xml; +Maple.xml; +Maxima.xml; + + + + *.* + loncom/html/adm/dragmath/applet/classes/lang/ + home/httpd/html/adm/dragmath/applet/classes/lang/ + interface file + +Dragmath is a Java-based formula editor + + +ca.xml; +cz.xml; +en.xml; +fr.xml; +no.xml; +pt-br.xml; +sv.xml; +de.xml; +es.xml; +nl.xml; +pl.xml; +ru.xml; + + + + *.* + loncom/html/adm/jsMath/ + home/httpd/html/adm/jsMath/ + interface file + +jsMath is a Javascript solution to converting TeX to something the browser can see + + +black.gif; +blank.gif; +COPYING.txt; +jsMath-BaKoMa-fonts.js; +jsMath-autoload.html; +jsMath-controls.html; +jsMath-fallback-mac.js; +jsMath-fallback-mac-mozilla.js; +jsMath-fallback-mac-msie.js; +jsMath-fallback-pc.js; +jsMath-fallback-symbols.js; +jsMath-fallback-unix.js; +jsMath-global-controls.html; +jsMath-global.html; +jsMath.js; +jsMath-loader.html; +jsMath-loader-omniweb4.js; +jsMath-mozilla.js; +jsMath-msie-mac.js; +jsMath-old-browsers.js; + + + + + loncom/html/adm/jsMath/jsMath-fonts-1.3.zip + home/httpd/html/adm/jsMath/fonts/ + script + + Server side png fonts for use by jsMath + + +commands /home/httpd/html/adm + + +loncom/html/adm/jsMath/commands; +loncom/html/adm/jsMath/jsMath-fonts-1.3.zip; + + + + + loncom/html/adm/ckeditor/ckeditor_3.6.2.tar.gz + home/httpd/html/adm/ckeditor + script + + GUI HTML Editor, scripted installation decompress the tarball and + installs the loncapa config.js file + + +commands /home/httpd/html/ + + +loncom/html/adm/ckeditor/commands; +loncom/html/adm/ckeditor/ckeditor_3.6.2.tar.gz; +loncom/html/adm/ckeditor/loncapaconfig.js; + + + + + *.* + loncom/html/adm/jsMath/extensions/ + home/httpd/html/adm/jsMath/extensions/ + interface file + +Additional jsMath functionality that can be used when needed. + + +AMSmath.js; +AMSsymbols.js; +HTML.js; +bbox.js; +font.js; +boldsymbol.js; +double-click.js; +fbox.js; +leaders.js; +mathchoice.js; +mimeTeX.js; +moreArrows.js; +newcommand.js; +underset-overset.js; + + + + + *.* + loncom/html/adm/jsMath/plugins/ + home/httpd/html/adm/jsMath/plugins/ + interface file + +jsMath is a Javascript solution to converting TeX to something the browser can see + + +autoload.js; +CHMmode.js; +global.js; +mimeTeX.js; +noCache.js; +noGlobal.js; +noImageFonts.js; +smallFonts.js; +spriteImageFonts.js; +tex2math.js; + + + + + *.* + loncom/html/adm/jsMath/uncompressed/ + home/httpd/html/adm/jsMath/uncompressed/ + interface file + +the jsMath source files not compressed for increasing download speed (not used by lon-capa directly) + + +def.js; +font.js; +jsMath-fallback-mac.js; +jsMath-fallback-pc.js; +jsMath-fallback-symbols.js; +jsMath-fallback-unix.js; +jsMath.js; + + + + + *.* + loncom/html/adm/jQuery/js/ + home/httpd/html/adm/jQuery/js/ + interface file + +jQuery custom distribution of version 1.6.2, UI version 1.8.16 + + + jquery-1.6.2.min.js; + jquery-ui-1.8.16.custom.min.js; + + + + + *.* + loncom/html/adm/jQuery/css/smoothness/ + home/httpd/html/adm/jQuery/css/smoothness/ + interface file + +jQuery custom distribution of version 1.6.2, UI version 1.8.16 -- stylesheets + + + jquery-ui-1.8.16.custom.css; + + + + + *.* + loncom/html/adm/jQuery/css/smoothness/images/ + home/httpd/html/adm/jQuery/css/smoothness/images/ + interface file + +jQuery custom distribution of version 1.6.2, UI version 1.8.16 -- images for css. + + + ui-bg_flat_0_aaaaaa_40x100.png; + ui-bg_flat_75_ffffff_40x100.png; + ui-bg_glass_55_fbf9ee_1x400.png; + ui-bg_glass_65_ffffff_1x400.png; + ui-bg_glass_75_dadada_1x400.png; + ui-bg_glass_75_e6e6e6_1x400.png; + ui-bg_glass_95_fef1ec_1x400.png; + ui-bg_highlight-soft_75_cccccc_1x100.png; + ui-icons_2e83ff_256x240.png; + ui-icons_222222_256x240.png; + ui-icons_454545_256x240.png; + ui-icons_888888_256x240.png; + ui-icons_cd0a0a_256x240.png; + + loncom/interface/lontest.pm @@ -2687,15 +4557,6 @@ Handles multiple-choice style responses. works/unverified -loncom/interface/lonassignments.pm -home/httpd/lib/perl/Apache/lonassignments.pm -handler - -Handles processing of assignments. - -works/unverified - - loncom/interface/loncommunicate.pm home/httpd/lib/perl/Apache/loncommunicate.pm handler @@ -2745,6 +4606,15 @@ Handles navigational maps. works/unverified + loncom/interface/lonnavdisplay.pm + home/httpd/lib/perl/Apache/lonnavdisplay.pm + handler + +Displays the nav map to the user + +works/unverified + + doc/man/Apache__lonnavmaps.3 usr/man/man3/Apache::lonnavmaps.3 doc @@ -2776,6 +4646,15 @@ echo 'pod2html lonnavmaps.pm' +loncom/interface/lonselstudent.pm +home/httpd/lib/perl/Apache/lonselstudent.pm +standard + +re-usable student selection subs. + +testing/unverified + + loncom/interface/lonhelper.pm home/httpd/lib/perl/Apache/lonhelper.pm handler @@ -2803,6 +4682,24 @@ Course initialization helper. works/unverified +loncom/html/adm/helper/resettimes.helper +home/httpd/html/adm/helper/resettimes.helper +handler + +Helper to resetting a student's first access time. + +works/unverified + + + loncom/html/adm/helper/newslot.helper + home/httpd/html/adm/helper/newslot.helper + handler + +Slot creation and editing helper. + + works/unverified + + loncom/interface/lonquickgrades.pm home/httpd/lib/perl/Apache/lonquickgrades.pm handler @@ -2831,6 +4728,22 @@ Handles the production of printable file works/unverified +loncom/interface/entities.pm +home/httpd/lib/perl/Apache/entities.pm +handler + +Converts html/xml entities to latex. + + + + loncom/metadata_database/LONCAPA/lonmetadata.pm + home/httpd/lib/perl/LONCAPA/lonmetadata.pm + system file + + Provides a common interface to LON-CAPA metadata. + + + loncom/interface/lonsearchcat.pm home/httpd/lib/perl/Apache/lonsearchcat.pm handler @@ -2889,13 +4802,48 @@ Allows users with "mky" privileges to ge works/unverified -loncom/interface/londropadd.pm -home/httpd/lib/perl/Apache/londropadd.pm +loncom/interface/lonviewclasslist.pm +home/httpd/lib/perl/Apache/lonviewclasslist.pm +handler + +Allows users (including students) to view the classlist of their course. + +works/unverified + + +loncom/interface/loncoursegroups.pm +home/httpd/lib/perl/Apache/loncoursegroups.pm +handler + +Allows course coordinators to create groups, modify existing groups (including +adding, expiring or deleting group members, or modifying group member privileges. + +works/unverified + + +loncom/interface/longroup.pm +home/httpd/lib/perl/Apache/longroup.pm handler -Allows course coordinators to upload courselists in different formats, and -automatically create users (if they do not exist already), assign them the -role of student in a course, and add them to the classlist. +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. + +works/unverified + + +loncom/interface/groupboards.pm +home/httpd/lib/perl/Apache/groupboards.pm +handler + +Displays bulletin boards in a group and provides a mechanism for users with board creation privileges in a group to create new bulletin boards. + +works/unverified + + +loncom/interface/grouproster.pm +home/httpd/lib/perl/Apache/grouproster.pm +handler + +Display group membership information. Type of information available depends on group privileges of the user. works/unverified @@ -2909,12 +4857,28 @@ author_res_msg - send message to resourc user_crit_msg - send a critical message to a user. A critical message will require acknowledgment by the recipient and the sender will be notified. user_crit_received - routine to trigger acknowledgment. -statuschange - change the status of a message (read, replied, forwarded, etc). -The handler also displays messages, has routines to reply, etc. works/unverified + loncom/interface/lonmsgdisplay.pm + home/httpd/lib/perl/Apache/lonmsgdisplay.pm + handler + +statuschange - change the status of a message (read, replied, forwarded, etc). +The handler displays messages, has routines to reply, etc. + + works/unverified + + + loncom/interface/courseprefs.pm + home/httpd/lib/perl/Apache/courseprefs.pm + handler + + Interface for displaying/modifying course configuration + + + loncom/homework/hint.pm home/httpd/lib/perl/Apache/hint.pm handler @@ -2976,7 +4940,16 @@ Defines the specifics of the assessment home/httpd/lib/perl/Apache/lonparmset.pm handler -Handler to resolve ambiguous file locations +Handler for setting and modifying both course preferences and coure parameters + +works/unverified + + +loncom/interface/slotrequest.pm +home/httpd/lib/perl/Apache/slotrequest.pm +handler + +Handler for students to add access slots works/unverified @@ -3070,15 +5043,33 @@ Has routines which control the remote co works/unverified + loncom/interface/lonmainmenu.pm + home/httpd/lib/perl/Apache/lonmainmenu.pm + handler + +Displays the Main menu + + works/unverified + + loncom/interface/lonremote.pm home/httpd/lib/perl/Apache/lonremote.pm handler -Handler to lauch and collapse the remote control. +Handler to launch and collapse the remote control. works/unverified +loncom/interface/portfolio.pm +home/httpd/lib/perl/Apache/portfolio.pm +handler + +Handler to manage user portfolios + +unverified + + rat/lonpageflip.pm home/httpd/lib/perl/Apache/lonpageflip.pm handler @@ -3095,6 +5086,24 @@ Builds up frame set and loads in the rig works/unverified + rat/map.pm + home/httpd/lib/perl/LONCAPA/map.pm + handler + +Functions for manipulating the contents of maps + + works/unverified + + +rat/lonratmenu.pm +home/httpd/lib/perl/Apache/lonratmenu.pm +handler + +Creates horizontal menubar in advanced RAT + +works/unverified + + loncom/html/res/adm/pages/homeworkmenu.html home/httpd/html/res/adm/pages/homeworkmenu.html handler @@ -3275,6 +5284,24 @@ Tags Default Definition Module works/unverified +loncom/xml/lontable.pm +home/httpd/lib/perl/Apache/lontable.pm +server standard + +Table object + +works/unverified + + +loncom/xml/lonlatextable.pm +home/httpd/lib/perl/Apache/lonlatextable.pm +server standard + +Simple subset replacement for LaTeX::Table + +works + + loncom/xml/run.pm home/httpd/lib/perl/Apache/run.pm handler @@ -3311,6 +5338,22 @@ Handler for compositing images, and text +loncom/homework/drawimage.pm +home/httpd/lib/perl/Apache/drawimage.pm +handler + +Handler for programtically defining an image + + + +loncom/homework/imagechoice.pm +home/httpd/lib/perl/Apache/imagechoice.pm +handler + +Handler for picking out locations on an image. + + + loncom/homework/rankresponse.pm home/httpd/lib/perl/Apache/rankresponse.pm handler @@ -3364,6 +5407,15 @@ resources works/unverified + loncom/homework/bridgetask.pm + home/httpd/lib/perl/Apache/bridgetask.pm + handler + +implements the tags for supporting bridge tasks + + works/unverified + + loncom/homework/response.pm home/httpd/lib/perl/Apache/response.pm handler @@ -3383,6 +5435,24 @@ handles request to the CAPA homework pro works/unverified + loncom/homework/lonmaxima.pm + home/httpd/lib/perl/Apache/lonmaxima.pm + handler + + routines to simplify talking to the maxima client + + works/unverified + + + loncom/homework/lonr.pm + home/httpd/lib/perl/Apache/lonr.pm + handler + + routines to simplify talking to the R client + + works/unverified + + loncom/xml/Safe.pm home/httpd/lib/perl/Safe.pm handler @@ -3492,6 +5562,24 @@ URI to filename translation works/unverified +loncom/lonenc.pm +home/httpd/lib/perl/Apache/lonenc.pm +handler + +Encryption and decryption of URIs + +works/unverified + + +loncom/lonencurl.pm +home/httpd/lib/perl/Apache/lonencurl.pm +handler + +Handler that takes care of decrypting request URL's + +works/unverified + + doc/man/Apache__lonracc.3 usr/man/man3/Apache::lonracc.3 doc @@ -3568,6 +5656,18 @@ loncom/build/pod2html.sh ../auth/loncacc +loncom/auth/lonstatusacc.pm +home/httpd/lib/perl/Apache/lonstatusacc.pm +handler + +This module provides access to server status - Apache's server-status and +files in the /home/httpd/html/lon-status directory, for which it is invoked +by the URL-related pattern syntax: +LocationMatch "^/+lon-status/.*". + +works/unverified + + loncom/auth/lonauth.pm home/httpd/lib/perl/Apache/lonauth.pm handler @@ -3575,13 +5675,48 @@ loncom/build/pod2html.sh ../auth/loncacc works/unverified -loncom/auth/lonlogin.pm +modules/relate/lonlogin.pm home/httpd/lib/perl/Apache/lonlogin.pm handler login screen works/unverified +loncom/auth/restrictedaccess.pm +home/httpd/lib/perl/Apache/restrictedaccess.pm +handler +Passphrase entry form and verification for access to passphrase-protected portfolio files +works/unverified + + +loncom/auth/blockedaccess.pm +home/httpd/lib/perl/Apache/blockedaccess.pm +handler +Information about course-based blocking conditions for files with blocked access (currently affects portfolio files) +works/unverified + + +loncom/auth/lonipcheck.pm +home/httpd/lib/perl/Apache/lonipcheck.pm +handler +Checks IP-based access control settings - disable subsequent PerlHandlers if client's IP is blocked +works/unverified + + +loncom/auth/londatecheck.pm +home/httpd/lib/perl/Apache/londatecheck.pm +handler +Checks contentopen/close settings disable subsequent PerlHandlers if not open +works/unverified + + + loncom/auth/publiccheck.pm + home/httpd/lib/perl/Apache/publiccheck.pm + handler + Checks if resource is public and allows unauthenticated access if it is. + works/unverified + + loncom/auth/lonlogout.pm home/httpd/lib/perl/Apache/lonlogout.pm handler @@ -3589,12 +5724,46 @@ loncom/build/pod2html.sh ../auth/loncacc works/unverified + loncom/auth/migrateuser.pm + home/httpd/lib/perl/Apache/migrateuser.pm + handler + auto logs in a remote user + works/unverified + + + loncom/auth/switchserver.pm + home/httpd/lib/perl/Apache/switchserver.pm + handler + Setups the transfer of a user between servers + works/unverified + + + loncom/auth/checkauthen.pm + home/httpd/lib/perl/Apache/checkauthen.pm + handler + Checks if a user's cookie exists and is valid + works/unverified + + + loncom/auth/simpleauthen.pm + home/httpd/lib/perl/Apache/simpleauthen.pm + handler + Always returns DENIED + works/unverified + + loncom/lonnet/perl/lonrep.pm home/httpd/lib/perl/Apache/lonrep.pm handler replication +loncom/lonnet/perl/lonuploadrep.pm +home/httpd/lib/perl/Apache/lonuploadrep.pm +handler +copying of uploaded files + + loncom/auth/lonroles.pm home/httpd/lib/perl/Apache/lonroles.pm handler @@ -3638,6 +5807,15 @@ loncom/build/pod2html.sh ../auth/lonrole +loncom/interface/lonsource.pm +home/httpd/lib/perl/Apache/lonsource.pm +handler + +Problem source code viewer + +works/unverified + + loncom/interface/lonindexer.pm home/httpd/lib/perl/Apache/lonindexer.pm handler @@ -3734,6 +5912,15 @@ loncom/build/pod2html.sh ../lonnet/perl/ +loncom/lonnet/perl/londns.pm +home/httpd/lib/perl/Apache/londns.pm +handler + +Domain information serving. + +works/unverified + + loncom/html/index.html home/httpd/html/index.html interface file @@ -3751,12 +5938,13 @@ loncom/build/pod2html.sh ../lonnet/perl/ interface file Bookmark and tab icon - -etc/mime.types + +loncom/mime.types etc/httpd/conf/mime.types -symbolic link -symbolic link to /etc/mime.types - +etc/apache2/mime.types +www static conf +Expanded mime.types + home/httpd/html/res home/httpd/html/raw @@ -3806,11 +5994,11 @@ Parameter input window. -rat/client/code.html -home/httpd/html/adm/rat/code.html +rat/client/ratcode.js +home/httpd/html/res/adm/includes/ratcode.js interface file -javascript +javascript for horizontal menubar in RAT @@ -3853,6 +6041,14 @@ A blank page with very minimal HTML stru A blank page which calls drawwindow in its opener after being loaded. + +loncom/includepsheader.ps +home/httpd/lib/includepsheader.ps +interface file + +Extra header for dvips + + *.gif rat/images/ @@ -3987,7 +6183,8 @@ lonlogo_broken.gif; lonlogo_broken_tsp.gif; lonlogo_broken.eps; lonlogo_broken.jpg; -lonlogo_broken.mov +lonlogo_broken.mov; +genericstudent_tn.gif @@ -4001,13 +6198,18 @@ logos and general widget icons SMETE_white.gif; aboutlon.gif; -aboutlon_pt.gif; aboutlon_de.gif; +aboutlon_pt.gif; accessbutton.gif; -accessbutton_pt.gif; accessbutton_de.gif; +accessbutton_pt.gif; angry.gif; +arrow.closed.gif; +arrow.open.gif; +arrow.up.gif; arrow_up.gif; +avi.gif; +baeh.gif; bigsmile.gif; branch.gif; cab.gif; @@ -4016,15 +6218,36 @@ capapanel.gif; check.gif; class.gif; class_big.gif; +closepage.gif; +clickhere.gif; coolindiff.gif; coolsmile.gif; cry.gif; +doc.gif; +doc_big.gif; dvi.gif; dvi_big.gif; eps.gif; eps_big.gif; exam.gif; exam_big.gif; +face-angel.png; +face-angry.png; +face-cool.png; +face-crying.png; +face-embarrassed.png; +face-glasses.png; +face-kiss.png; +face-plain.png; +face-quiet.png; +face-raspberry.png; +face-sad.png; +face-sick.png; +face-smile.png; +face-smile-big.png; +face-surprise.png; +face-uncertain.png; +face-wink.png; fillbottom.gif; fillleft.gif; fillright.gif; @@ -4033,12 +6256,20 @@ folder_closed.gif; folder_opened.gif; folder_pointer_closed.gif; folder_pointer_opened.gif; +food-cake.png; +face-ninja.png; +face-pirate.png; +food-pizza.png; form.gif; form_big.gif; frowny.gif; gif.gif; gif_big.gif; header.gif; +header.png; +heart.png; +helpdesk.gif; +helpgateway.gif; hrrm.gif; htm.gif; html.gif; @@ -4046,10 +6277,12 @@ html_big.gif; huh.gif; jar.gif; jar_big.gif; +jpeg.gif; jpg.gif; jpg_big.gif; latex.gif; library.gif; +lightGreyBG.png; lipsrsealed.gif; lite.gif; liteani.gif; @@ -4062,8 +6295,11 @@ lonhelplogos.gif; lonhelptop.gif; lonlogo.gif; lonlogos.gif; +lonUtilityIcon.png; lowerleft.gif; lowerright.gif; +mailbkgrd.gif; +mailto.gif; minilogo.gif; meta.gif; meta_big.gif; @@ -4071,7 +6307,10 @@ mov.gif; mov_big.gif; move_up.gif; move_down.gif; +mpeg.gif; +mpg.gif; navmap.correct.gif; +navmap.partial.gif; navmap.ellipsis.gif; navmap.open.gif; navmap.page.open.gif; @@ -4084,17 +6323,26 @@ navmap.folder.closed.gif; navmap.folder.open.nomanip.gif; navmap.folder.closed.nomanip.gif; neutral.gif; +open.gif; +opinion-agree.png; +opinion-disagree.png; page.gif; page_big.gif; pdf.gif; pdf_big.gif; png.gif; png_big.gif; +ppt.gif; +ppt_big.gif; problem.gif; problem_big.gif; ps.gif; ps_big.gif; rolleyes.gif; +rose.png; +qt.gif; +qti.gif; +qtm.gif; quill.gif; quiz.gif; quiz_big.gif; @@ -4105,16 +6353,24 @@ server.gif; server_big.gif; shocked.gif; smiley.gif; +spreadsheet.gif; srvbad.gif; srvempty.gif; srvgood.gif; srvhalf.gif; srvnull.gif; +stift.gif; survey.gif; survey_big.gif; +tabbgleft.gif; +tabbgright.gif; +task.gif; +task_big.gif; tex.gif; tex_big.gif; tth.gif; +text.gif; +transparent1x1.gif; txt.gif; txt_big.gif; unknown.gif; @@ -4123,12 +6379,10 @@ upperleft.gif; upperright.gif; user.gif; user_big.gif; -userauthentication.gif; -userauthentication_pt.gif; -userauthentication_de.gif; wav.gif; wav_big.gif; white_space_20_22.gif; +whitespace_21.gif; whitespace1.gif; whitespace10.gif; whitespace2.gif; @@ -4140,6 +6394,9 @@ whitespace7.gif; whitespace8.gif; whitespace9.gif; wink.gif; +wmv.gif; +xls.gif; +xls_big.gif; xml.gif; xml_big.gif; zip.gif; @@ -4156,19 +6413,69 @@ Miscellaneous resources. authorfeed.gif; +blackdot.gif; bomb.gif; +smallFAQ.gif; +smallBug.gif; cat_button.gif; +cat_button.png; chat.gif; eval_button.gif; +eval_button.png; feedback.gif; pprm_button.gif; +pprm_button.png; pgrd_button.gif; -subm_button.gif +pgrd_button.png; +subm_button.gif; +subm_button.png; + + + +*.* +modules/relate/images/login/ +home/httpd/html/images/login/ +graphic file + +Images for custom log-in page for learn-physics + + +LCrelateheader_sm.png; +bl_11_993333_ffffff.gif; +bl_11_ffffff_e2e2e2.gif; +br_11_993333_ffffff.gif; +br_11_ffffff_e2e2e2.gif; +lclogosm.gif; +tlc_11_993333_ffffff.gif; +tlc_11_ffffff_e2e2e2.gif; +tr_11_993333_ffffff.gif; +tr_11_ffffff_e2e2e2.gif; +sponsors.png + +*.* +modules/relate/css/relate/ +home/httpd/html/css/relate/ +interface file + +CSS for learn-physics (relate domain) + + +login.css; + + + +loncom/xml/algebra/AlgParser.pm +home/httpd/lib/perl/AlgParser.pm +system file + +perl module for invoking functions specific to Algebra-to-TeX-to-HTML conversion + +works/unverified + -loncom/xml/tth.pm -usr/lib/perl5/site_perl/5.6.0/tth.pm +modules/TexConvert/tthperl/tth.pm home/httpd/lib/perl/tth.pm system file @@ -4193,6 +6500,24 @@ tested works/unverified + loncom/lonlocal.pm + home/httpd/lib/perl/LONCAPA/lonlocal.pm + system file + + lonc/d handler for doing a local filesystem based init: + + works/verified + + + loncom/lonssl.pm + home/httpd/lib/perl/LONCAPA/lonssl.pm + system file + + lonc/d handler for doing a remote SSL based init: + + works/verified + + loncom/LondConnection.pm home/httpd/lib/perl/LONCAPA/LondConnection.pm system file @@ -4260,8 +6585,26 @@ entries. works/unverified +loncom/configuration/Firewall.pm +home/httpd/lib/perl/LONCAPA/Firewall.pm +system file + +Provides methods to open and close firewall ports used for +for socket-based communication between LON-CAPA servers + +works/unverified + + +loncom/ConfigFileEdit.pm +home/httpd/lib/perl/LONCAPA/ConfigFileEdit.pm +system file + +Configuration file editing module + +works/unverified + + modules/TexConvert/tthperl/tth.so -usr/lib/perl5/site_perl/5.6.0/tth.so home/httpd/lib/perl/tth.so system file @@ -4273,18 +6616,26 @@ CVS users. (You can safely rely on the present on your system... don't worry about warnings related to this file during the build process.) - + modules/TexConvert/tthperl/commands works/unverified - -../tthdynamic/tthfunc.c; -../ttmdynamic/ttmfunc.c - + +commands; +compiles/tth.so.i386; +compiles/tth.so.x86_64; +compiles/tth.so.i386.perl.5.10; +compiles/tth.so.x86_64.perl.5.10; +compiles/tth.so.i386.perl.5.12; +compiles/tth.so.x86_64.perl.5.12; +compiles/tth.so.i386.perl.5.14; +compiles/tth.so.x86_64.perl.5.14; +compiles/tth.so.i386.debian5; +compiles/tth.so.x86_64.debian5 + loncom/homework/caparesponse/capa.pm -usr/lib/perl5/site_perl/5.6.0/capa.pm home/httpd/lib/perl/capa.pm system file @@ -4299,7 +6650,6 @@ the build process however. loncom/homework/caparesponse/capa.bs -usr/lib/perl5/site_perl/5.6.0/capa.bs home/httpd/lib/perl/capa.bs system file @@ -4315,7 +6665,6 @@ the build process however. loncom/homework/caparesponse/capa.so -usr/lib/perl5/site_perl/5.6.0/capa.so home/httpd/lib/perl/capa.so system file @@ -4356,6 +6705,30 @@ commands; ../../../CAPA/pProj/lex_debug.h + +loncom/cgi/mimeTeX/mimetex.cgi +home/httpd/cgi-bin/mimetex.cgi +script + +cgi binary for doing TeX -> math translation + + +loncom/cgi/mimeTeX/commands + + +commands; +gfuntype.c; +gifsave.c; +loncapanewcommands.h; +mimetex.c; +mimetex.h; +mimetex.html; +README; +texfonts.h; +LICENSE; +VERSION; + + *.ent loncom/MathML/ @@ -4437,6 +6810,39 @@ Provides many functions for the <scri Functions are documented in CVS:loncapa/doc/homework/homework5.html. + + + loncom/homework/task.css + home/httpd/html/res/adm/includes/task.css + handler + + Style definitions for task display + + + + loncom/homework/task_ie.css + home/httpd/html/res/adm/includes/task_ie.css + handler + + Style definitions for task display for IE 6 and earlier + + + + loncom/homework/task_ie7.css + home/httpd/html/res/adm/includes/task_ie7.css + handler + + Style definitions for task display for IE 7 + + + + loncom/homework/task_grading.js + home/httpd/html/res/adm/includes/task_grading.js + handler + + Javascript to make the grading screen of task easier to use + + loncom/homework/capa.units home/httpd/html/res/adm/includes/capa.units @@ -4467,6 +6873,11 @@ student.jpg; Logos of LON-CAPA domains (jpg) headermsu.jpg; +headertccfl.jpg; +header_fsu.jpg; +header_fsuK12.jpg; +headerhope.jpg; +jmsbanner.jpg; @@ -4499,8 +6910,12 @@ unihalle.gif; wscc.gif; cps.gif; fsu.gif; +fsuK12.gif; +hope.gif; +vcu.gif; lsd.gif; msu.gif; +jms.gif; nsdl.gif; pmm.gif; sunysb.gif; @@ -4508,13 +6923,36 @@ udel.gif; uz.gif; fvl.gif; csm.gif; -fit.gif; nau.gif; +nagoya.gif; +kanazawa.gif; +colorado.gif; +acadiau.gif; +psuerie.gif; +redford.gif; +huji.gif; +ifusp.gif; +ucsc.gif; +uiuc.gif; +uiucheader.gif; +koinonia.gif; +waverly.gif; +cmich.gif; UNICAMP.gif; +lakefenton.gif; +grandblanc.gif; glps.gif; BCHS.gif; headersfu.gif; -uwsp.gif +uwsp.gif; +tccfl.gif; +bsu.gif; +wmston.gif; +headerharvard.gif; +harvard.gif; +uga.gif; +headeruga.gif; +covenantchristianhs.gif; @@ -4528,12 +6966,34 @@ annarbor.tab; default.tab; msu.tab; csm.tab; -fit.tab; +huji.tab; nau.tab; +nagoya.tab; +koinonia.tab; +kanazawa.tab; +colorado.tab; +acadiau.tab; +psuerie.tab; +redford.tab; +cmich.tab; +ifusp.tab; +jms.tab; +ucsc.tab; +uiuc.tab; UNICAMP.tab; +lakefenton.tab; +grandblanc.tab; fsu.tab; +fsuK12.tab; +hope.tab; +vcu.tab; sfu.tab; -worf.tab +wmston.tab; +worf.tab; +tccfl.tab; +harvard.tab; +uga.tab; +tmcc.tab; @@ -4593,6 +7053,45 @@ space.gif; *.gif +loncom/html/res/adm/pages/pt/ +home/httpd/html/res/adm/pages/pt/ +graphic file +icons used for the Portuguese LON-CAPA user interface + +anno_pt.gif; +anot_pt.gif; +bchat_pt.gif; +catalog_pt.gif; +ccrs_pt.gif; +chrt_pt.gif; +com_pt.gif; +courses_pt.gif; +cprv_pt.gif; +cstr_pt.gif; +docs_pt.gif; +egrd_pt.gif; +enrl_pt.gif; +eval_pt.gif; +fdbk_pt.gif; +grds_pt.gif; +keys_pt.gif; +logout_pt.gif; +nav_pt.gif; +parm_pt.gif; +pref_pt.gif; +prt_pt.gif; +res_pt.gif; +roles_pt.gif; +sbkm_pt.gif; +spacer_pt.gif; +sprs_pt.gif; +src_pt.gif; +stat_pt.gif; +vbkm_pt.gif; + + + +*.gif loncom/html/res/adm/pages/ home/httpd/html/res/adm/pages/ graphic file @@ -4600,18 +7099,27 @@ space.gif; anno.gif; anot.gif; +anot2.gif; back.gif; bchat.gif; bkm.gif; +blog.gif; brws.gif; catalog.gif; +ccat.gif; ccrs.gif; chat.gif; chrt.gif; +close-all-folders.gif; +close-navigation.gif; +clst.gif; com.gif; +conf.gif; courses.gif; cprv.gif; +crsconf.gif; cstr.gif; +del.gif; dempty.gif; docs.gif; egrd.gif; @@ -4622,6 +7130,7 @@ fdbk.gif; feedback.gif; forw.gif; grds.gif; +grps.gif; group.gif; help.gif; info.gif; @@ -4631,32 +7140,218 @@ ledgreen.gif; ledoff.gif; ledon.gif; ledsend.gif; +list.gif; logout.gif; +mail.gif; +mark-discussionentries-read.gif; +mcrs.gif; mrk.gif; nav.gif; +new.gif; next.gif; nothumb.gif; +open-all-folders.gif; +open-first-problem.gif; +pdfupload.gif; parm.gif; +pcstr.gif; pgrd.gif; +port.gif; pparm.gif; pref.gif; -prev.gif; prt.gif; +pub.gif; qempty.gif; +rcrs.gif; reload.gif; remotebg.gif; res.gif; roles.gif; +rsrv.gif; +rtrv.gif; sbkm.gif; +sctr.gif; +show-all.gif; +show-incomplete-problems.gif; spacer.gif; sprs.gif; src.gif; +srvr.gif; +start-navigation.gif; stat.gif; subm.gif; title.gif; vbkm.gif; + +*.png +loncom/html/res/adm/pages/ +home/httpd/html/res/adm/pages/ +graphic file +main menu graphical icons + +anno.png; +bchat.png; +ccat.png; +ccrs.png; +clst.png; +conf.png; +courses.png; +crsconf.png; +docs.png; +eval.png; +grds.png; +grps.png; +mail.png; +new.png; +pgrd.png; +pref.png; +roles.png; +sprs.png; +vbkm.png; +anot.png; +anot2.png; +blog.png; +chrt.png; +cprv.png; +del.png; +egrd.png; +fdbk.png; +keys.png; +list.png; +mcrs.png; +parm.png; +port.png; +prt.png; +rcrs.png; +rsrv.png; +sbkm.png; +src.png; +srvr.png; +subm.png; +back.png; +catalog.png; +com.png; +cstr.png; +enrl.png; +forw.png; +logout.png; +nav.png; +pcstr.png; +pparm.png; +pub.png; +res.png; +rtrv.png; +sctr.png; +stat.png; +pdfupload.png; +course_ini.png; +dismath.png; +feedback.png; +mngcu.png; +prob_ana.png; +role_hotlist.png; +self_enroll.png; +survey_rep.png; +subdocs.png; +uplusr.png; + + + +*.png +loncom/html/res/adm/pages/ +home/httpd/html/res/adm/pages/ +graphic file +graphical icons used in submenus + +aboutme.png; +addClickerInfoFile.png; +anonsurveythreshold.png; +ccatconf.png; +chat.png; +comblock.png; +contact-new.png; +coprplot.png; +crsnew.png; +dialog-information.png; +document-open.png; +document-properties.png; +dropbox.png; +dump.png; +edit-copy.png; +edit-find-replace.png; +edit-find.png; +edit-redo.png; +edit-select-all.png; +edit-undo.png; +emblem-photos.png; +emblem-readonly.png; +emblem-system.png; +extres.png; +folder-new.png; +format-justify-fill.png; +fromfile.png; +groupportfolio.png; +groupportfolioquota.png; +grp_add.png; +grp_settings.png; +grp_tools.png; +ims.png; +imsexport.png; +list-add.png; +log.png; +mail-message-new.png; +mail-reply-all.png; +mail-reply-sender.png; +messalog.png; +myaboutme.png; +navigation.png; +network-workgroup.png; +page.png; +preferences-desktop-font.png; +preferences-desktop-locale.png; +preferences-desktop-remote-desktop.png; +preferences-desktop-theme.png; +preferences-desktop-wallpaper.png; +preferences-system-windows.png; +recover.png; +remotecontrol.png; +resversion.png; +scoreupfrm.png; +selfenrl-queue.png; +sequence.png; +simple.png; +simpprob.png; +start-here.png; +subtimpl.png; +syllabus.png; +symbs.png; +system-lock-screen.png; +system-users.png; +uplcrs.png; +uploadscores.png; +verify.png; + + + +*.* +modules/relate/images/ +home/httpd/html/res/adm/pages/ +graphic file +Custom images for learn-physics + +refresh.gif; + + + +loncom/html/res/adm/pages/math_example.tex +home/httpd/html/res/adm/pages/math_example.tex +interface file + + file with an example math equation in it. + + loncom/html/res/adm/pages/imgmaps.html home/httpd/html/res/adm/pages/imgmaps.html @@ -4832,6 +7527,22 @@ blank.html; closechildren.html + +*.* +loncom/html/res/adm/pages/reactionresponse/ +home/httpd/html/res/adm/pages/reactionresponse/ +interface file + +Associated file for answering reactionresponse style questions + + +reaction_editor.html; +reaction_frame.html; +reaction_help.html; +reaction_viewer.html; +reaction_window.html + + loncom/html/res/adm/pages/bookmarkmenu/bookmarklib.js @@ -4842,11 +7553,11 @@ javascript for handling client-side inte -loncom/build/CHECKRPMS +loncom/build/CHECKRPMS usr/local/loncapa/bin/CHECKRPMS system script -manilla wrapper around check-rpms +Checks if RPMs need updating with yum, you, rug, up2date or check-rpms depending on distribution. tested/documented/beta @@ -4900,11 +7611,26 @@ schemes of settings-updating and file-ov works/unverified + loncom/cron/loncapa.built + etc/cron.d/loncapa + conf + + file that specifies periodic processes to run for the LON-CAPA machine + + +loncom/cron/preserve_local_loncapa_cron + + +loncapa; +preserve_local_loncapa_cron + + + loncom/cron/loncapa -etc/cron.d/loncapa -static conf +home/httpd/lib/perl/loncapa_cron-std +handler -file that specifies periodic processes to run for the LON-CAPA machine + Back-up of standard loncapa cron file (the actual file in use: /etc/cron.d/loncapa may contain local modifications). @@ -4940,13 +7666,15 @@ file that allows setuid password privile loncom/init.d/loncontrol etc/rc.d/init.d/loncontrol +etc/init.d/loncontrol root script Controls the launching/halting of lonc, lond, and lonsql processes. -etc/rc.d/init.d/loncontrol +etc/rc.d/init.d/loncontrol +etc/init.d/loncontrol etc/rc.d/rc0.d/K05loncontrol; etc/rc.d/rc1.d/K05loncontrol; @@ -4956,10 +7684,63 @@ etc/rc.d/rc4.d/S95loncontrol; etc/rc.d/rc5.d/S95loncontrol; etc/rc.d/rc6.d/K05loncontrol + +etc/rc.d/rc0.d/K05loncontrol; +etc/rc.d/rc1.d/K05loncontrol; +etc/rc.d/rc2.d/K05loncontrol; +etc/rc.d/rc3.d/S95loncontrol; +etc/rc.d/rc5.d/S95loncontrol; +etc/rc.d/rc6.d/K05loncontrol + + +etc/rc0.d/K05loncontrol; +etc/rc1.d/K05loncontrol; +etc/rc2.d/S95loncontrol; +etc/rc3.d/S95loncontrol; +etc/rc4.d/S95loncontrol; +etc/rc5.d/S95loncontrol; +etc/rc6.d/K05loncontrol + symbolic link -symbolic links to /etc/rc.d/init.d/loncontrol for run-levels +symbolic links to /etc/rc.d/init.d/loncontrol (redhat/fedora) or /etc/init.d/loncontrol (suse/debian) for run-levels + + + + loncom/init.d/loncontrol + etc/rc.d/ + + setup loncontrol to run at boot + + +-c 'chkconfig --del loncontrol;chkconfig loncontrol 35;chkconfig --list loncontrol' + + +loncom/init.d/loncontrol + + + + + doc/latex/utf8.def + usr/local/loncapa/doc/utf8.def + usr/share/texmf/tex/latex/base/utf8.def + system file + + utf8 definitions for LaTeX + + + + + doc/latex/utf8enc.dfu + usr/local/loncapa/doc/utf8enc.dfu + usr/share/texmf/tex/latex/base/utf8enc.dfu + system file + + utf8 declarations for LaTeX + + + loncom/atalk/config usr/local/loncapa/doc/conf_examples/config @@ -4969,5 +7750,290 @@ configuration file to make LON-CAPA serv Appleshares access (Macintosh) + + loncom/interface/loncss.pm + home/httpd/lib/perl/Apache/loncss.pm + handler + + Generates standard LON-CAPA CSS + + + + loncom/LONCAPA.pm + home/httpd/lib/perl/LONCAPA.pm + handler + + Some basic Lon-CAPA functionality + + + + loncom/interface/lonnotify.pm + home/httpd/lib/perl/Apache/lonnotify.pm + handler + + Interface for Domain Coordinators to (a) send broadcast e-mail to groups +of users, and (b) to display e-mail of this type sent in the past. + + + + loncom/interface/lonhelpmenu.pm + home/httpd/lib/perl/Apache/lonhelpmenu.pm + handler + + Creates a multipage help screen to help users out. + + + + loncom/interface/lonsupportreq.pm + home/httpd/lib/perl/Apache/lonsupportreq.pm + handler + + Handler to make it easy for users to send a request to the helpdesk + + + + loncom/interface/courseclassifier.pm + home/httpd/lib/perl/Apache/courseclassifier.pm + handler + + Routines used in generation of dynamic Year, Semester, Departmemt and Course Number select boxes from institutional course codes. + + + + loncom/interface/coursecatalog.pm + home/httpd/lib/perl/Apache/coursecatalog.pm + handler + + Display catalog of courses with institutional codes, filtered by domain-specific categories (e.g., year, semester, department etc.). + + + + loncom/interface/resetpw.pm + home/httpd/lib/perl/Apache/resetpw.pm + handler + + 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. + + + + loncom/interface/createaccount.pm + home/httpd/lib/perl/Apache/createaccount.pm + handler + + 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. + + + + loncom/interface/lonmodifycourse.pm + home/httpd/lib/perl/Apache/lonmodifycourse.pm + handler + + Interface to modifying a course's internal ENV values for automated + enrollment + + + + loncom/interface/domainprefs.pm + home/httpd/lib/perl/Apache/domainprefs.pm + handler + + Interface for modifying domain configuration + + + + loncom/interface/domainstatus.pm + home/httpd/lib/perl/Apache/domainstatus.pm + handler + + Handler for generation of a menu of links to server status utilities + + + + loncom/interface/lonconfigsettings.pm + home/httpd/lib/perl/Apache/lonconfigsettings.pm + handler + + Common routines for generating menus to set default configuration settings - + for a domain or for a course. + + + + loncom/interface/lonpdfupload.pm + home/httpd/lib/perl/Apache/lonpdfupload.pm + handler + + Interface to upload a PDF form containing responses to problems entered offline using a PDF reader for storage as submissions. + + + + loncom/interface/lonpopulate.pm + home/httpd/lib/perl/Apache/lonpopulate.pm + handler + + Handler for configuring automated enrollment + + + + loncom/enrollment/Enrollment.pm + home/httpd/lib/perl/LONCAPA/Enrollment.pm + handler + + Handler for automated enrollment + + + + loncom/enrollment/localenroll.pm + home/httpd/lib/perl/localenroll.pm + conf + + Local handler for automated enrollment. + + + + loncom/enrollment/localenroll.pm + home/httpd/lib/perl/localenroll-std.pm + handler + + Local handler for automated enrollment, standard version. + + + + loncom/enrollment/Autoenroll.pl + home/httpd/perl/Autoenroll.pl + script + + Script to perform automated enrollments from institutional classlists. + + + + loncom/enrollment/Autoupdate.pl + home/httpd/perl/Autoupdate.pl + script + + Script to perform automated updates of names for existing users in the domain using data provided by the domain's administrative information service. + + + + loncom/auth/localstudentphoto.pm + home/httpd/lib/perl/localstudentphoto.pm + conf + + Local handler for automated enrollment. + + + + loncom/auth/localstudentphoto.pm + home/httpd/lib/perl/localstudentphoto-std.pm + handler + + Local handler for automated enrollment, standard version. + + + + loncom/automation/batchcreatecourse.pm + home/httpd/lib/perl/LONCAPA/batchcreatecourse.pm + handler + + Handler for batch creation of courses. + + + + loncom/interface/lonblockingstatus.pm + home/httpd/lib/perl/Apache/lonblockingstatus.pm + handler + + Used for displaying the communication blocking status. + + + + loncom/automation/Autocreate.plAutocreate.pl + home/httpd/perl/Autocreate.pl + script + + Script for automated course creation. + + + + *.pl + loncom/debugging_tools/ + home/httpd/perl/debug/ + script + + Tools for helping debug Lon-CAPA + + +activity_to_accesscount.pl; +clean_db.pl; +db_copy.pl; +dump_db.pl; +escape.pl; +excise_from_db.pl; +getties.pl; +login_count.pl; +modify_config_files.pl; +parse_scantron.pl; +seed_accesscount.pl; +stress.pl; +testkerberos.pl; +unescape.pl; +user_login_count.pl; + + + + *.* + loncom/debugging_tools/compiled/ + home/httpd/perl/debug/ + script + + Binary tools for LON-CAPA + + +create_db_dynamic_64_so.3; + + + +loncom/debugging_tools/compiled/create_db_dynamic +home/httpd/perl/debug/create_db_dynamic +script + +Binary tool for LON-CAPA + + + +loncom/debugging_tools/compiled/create_db_dynamic_64 +home/httpd/perl/debug/create_db_dynamic_64 +script + +Binary tool for LON-CAPA + + + +loncom/debugging_tools/compiled/dump_db_static_32 +home/httpd/perl/debug/dump_db_static_32 +script + +Binary tool for LON-CAPA + + + +loncom/build/distprobe +home/httpd/perl/distprobe +script + +for probing operating system flavor and version + + + + + +loncom/clusteradmin +home/httpd/perl/manage_dns/clusteradmin +root script + +Script to update cluster tables: dns_hosts.tab and dns_domain.tab +on a LON-CAPA DNS server. + +works/unverified +