--- doc/loncapafiles/loncapafiles.lpml 2002/04/28 05:15:55 1.123 +++ doc/loncapafiles/loncapafiles.lpml 2003/04/05 22:14:40 1.230 @@ -1,9 +1,8 @@ - - + + weak_delete home/httpd/lib/perl server readonly location of LON-CAPA non web mod-perl handlers + modest_delete home/httpd/lib/perl/Apache server readonly location of LON-CAPA web mod-perl handlers + modest_delete home/httpd/lib/perl/HTML server readonly location of HTML specific perl module fixes and additions - home/httpd/lonIDs + modest_delete + home/httpd/lib/perl/LONCAPA + server readonly + location of HTML specific perl module fixes and additions + + + + modest_delete + home/httpd/lonIDs server standard cookie jar + modest_delete + home/httpd/scantron + server standard + uploaded scantron forms directory + + + modest_delete home/httpd/sockets server standard lonc's sockets + modest_delete home/httpd/sockets/delayed server standard lonc's sockets (delayed) + never_delete home/httpd/cgi-bin standard location of cgi scripts + never_delete home/httpd/html server standard location of web-accessible file tree + never_delete home/httpd/html/res server standard root of resource tree + modest_delete + home/httpd/html/userfiles + server standard + root for user uploaded files + + + modest_delete home/httpd/html/adm server readonly unauthenticated resources + modest_delete home/httpd/html/adm/rat server readonly home of the rat + modest_delete home/httpd/html/adm/help server readonly online help documentation + modest_delete + home/httpd/html/adm/help/gif + server readonly + online help documentation gif files + + + modest_delete + home/httpd/html/adm/help/eps + server readonly + online help documentation eps files + + + modest_delete + home/httpd/html/adm/help/tex + server readonly + online help documentation tex files + + + modest_delete + home/httpd/html/adm/help/png + server readonly + online help documentation png files + + + modest_delete home/httpd/html/adm/help/lib/perl server readonly online help documentation for the LON-CAPA programming interface + modest_delete home/httpd/html/adm/help/lib/perl/Apache server readonly @@ -422,27 +497,32 @@ interface interface, Apache (mod_perl) handlers + modest_delete home/httpd/html/adm/help/scripts server readonly online help documentation for the LON-CAPA programming interface, Apache (mod_perl) handlers + modest_delete home/httpd/html/adm/lonIcons server readonly graphic widgets + modest_delete home/httpd/html/adm/lonMisc server readonly miscellaneous resources + modest_delete home/httpd/html/adm/lonKaputt server readonly error warnings and icons + never_delete home/httpd/lonUsers server standard Home directories of local users. There is a five-tier @@ -458,79 +538,137 @@ roles.db) which specify the roles and pr LON-CAPA system. + modest_delete home/httpd/html/adm/MathML server readonly mathematics markup language resources + modest_delete home/httpd/html/res/adm/includes server readonly files useful for including within customized scripting + modest_delete home/httpd/html/res/adm/includes/templates server readonly template files useful for customized scripts + never_delete home/httpd/html/lon-status server standard - status reports + status reports; online logs are kept that +are viewable over the world-wide web + modest_delete home/httpd/html/res/adm/pages server readonly web user interface resources + modest_delete + home/httpd/html/adm/lonLCDfont + server readonly + LCD font for remote control + + + modest_delete + home/httpd/html/adm/lonDomLogos + server readonly + Logos for LON-CAPA domains + + + modest_delete + home/httpd/lonTabs/lonDomColors + server readonly + Designs for LON-CAPA domains + + + modest_delete + home/httpd/html/adm/lonInterFace + server readonly + Page headers and graphical interface files + + + modest_delete home/httpd/html/res/adm/pages/bookmarkmenu server readonly bookmark user interface code + modest_delete home/httpd/html/res/adm/pages/annotations server readonly + modest_delete home/httpd/html/res/adm/pages/indexericons server readonly icons that help depict the file system (outdated) + never_delete usr/lib/perl5/site_perl/5.005 usr/lib/perl5/site_perl/5.6.0 - usr/local/lib/perl/5.6.0 + usr/local/lib/perl/5.6.0 standard system perl tree (usually present on linux systems) - usr/local/bin + modest_delete + usr/local/loncapa/bin + standard + local binary files for loncapa + + + modest_delete + usr/local/loncapa/doc + standard + local documentation files for loncapa + + + modest_delete + usr/local/loncapa/doc/conf_examples standard - local binary files + examples of configuration files for secondary + services + modest_delete + usr/local/loncapa/sbin + standard + local "auxiliary" binary files for loncapa + + + never_delete usr/local/man/man1 standard local manual pages + never_delete usr/man/man1 standard manual pages + never_delete usr/man/man3 standard manual pages + never_delete usr/sbin standard standard linux directory for superuser executables @@ -539,8 +677,8 @@ LON-CAPA system. loncom/krb.conf -etc/krb.conf -conf +usr/local/loncapa/doc/conf_examples/krb.conf +static conf which Kerberos server to contact for specified Kerberos domains @@ -565,25 +703,23 @@ each list element consists of only two s etc/httpd/conf/loncapa.conf conf +

The goal of this file is to implement all LON-CAPA specific -customization of the Apache web server. - - - -loncom/access.conf -etc/httpd/conf/access.conf -conf - -This file has two major functions. -For the Apache web server, it defines a global -access configuration which defines what server options (Indexes", "Includes", -"FollowSymLinks", "ExecCGI", or "MultiViews") are associated -with specific directories ("/", "/home/httpd/html", "/home/httpd/cgi-bin", -and "/usr/doc"). For the LON-CAPA network server and perl module -handlers, it defines machine specific settings (lonHostID, lonRole, -lonAdmEMail, lonDefDomain, lonLoadLim, lonExpire, and lonReceipt) -and internal machine settings for specific directories, socket ports, -and browser detection logic. +customization of the Apache web server (most all of these values +require manual input from the system administrator at some point). +The values in this file, as opposed to loncapa_apache.conf, are +meant to be machine and institution specific. +

+

+For the LON-CAPA network server and perl module +handlers, it defines machine specific settings including lonHostID, lonRole, +lonAdmEMail, lonDefDomain, lonLoadLim, lonExpire, and lonReceipt. +

+

+This file should not be viewable by regular users of the system. +Only root and www should be able to view the contents of this file +since lonReceipt is sensitive. +

configure @@ -605,6 +741,25 @@ MySQL database
+loncom/loncapa_apache.conf +etc/httpd/conf/loncapa_apache.conf +static conf + +The goal of this file is to implement all LON-CAPA specific +customization of the Apache web server that does not require +user input. + +For the Apache web server, it defines a global +access configuration which defines what server options (Indexes", "Includes", +"FollowSymLinks", "ExecCGI", or "MultiViews") are associated +with specific directories ("/", "/home/httpd/html", "/home/httpd/cgi-bin", +and "/usr/doc"). For the LON-CAPA network server and perl module +handlers, it defines +and internal machine settings for specific directories, socket ports, +the www@localhost MySQL password, and browser detection logic. + + + loncom/startup.pl etc/httpd/conf/startup.pl static conf @@ -612,17 +767,22 @@ MySQL database This file provides initializations for perl handlers. It adjusts what the module path space is (so as to include /home/httpd/lib/perl/Apache) as well as causing the Apache module to be used for every perl handler. -startup.pl is invoked by access.conf. +startup.pl is invoked by loncapa_apache.conf. -loncom/publisher/thesaurus.dat -home/httpd/lonTabs/thesaurus.dat -static conf +loncom/thesaurus/thesaurus.db +home/httpd/lonTabs/thesaurus.db +system file -Custom Thesaurus file for LON-CAPA, in the format -word@wordID@frequency@relatedwordID:frequency,relatedwordID:frequency,... +Thesaurus database file to be built from loncom/thesaurus/rawkey.txt + +loncom/thesaurus/build_thesaurus_wrapper.sh + + +rawkey.txt + loncom/interface/mydesk.tab @@ -641,8 +801,16 @@ Descriptive list of file extensions, and -loncom/cgi/barcode.gif -home/httpd/cgi-bin/barcode.gif +loncom/interface/filecategories.tab +home/httpd/lonTabs/filecategories.tab +static conf + +Descriptive list of file extensions and broad categorization. + + + +loncom/cgi/barcode.png +home/httpd/cgi-bin/barcode.png script Dynamically outputs a barcode based on a CGI passed encode=BARCODEVALUE @@ -650,6 +818,14 @@ parameter. +loncom/cgi/thumbnail.gif +home/httpd/cgi-bin/thumbnail.gif +script + +Produces a thumbnail image of the url given + + + loncom/cgi/clusterstatus.pl home/httpd/cgi-bin/clusterstatus.pl script @@ -658,8 +834,24 @@ utility cgi script to view status of clu -loncom/cgi/graph.gif -home/httpd/cgi-bin/graph.gif +loncom/build/system_dependencies/perltest.pl +home/httpd/cgi-bin/perltest.pl +script + +utility cgi script to view status of perl modules + + + +loncom/build/system_dependencies/cpan_distributions.txt +home/httpd/cgi-bin/cpan_distributions.txt +interface file + +utility cgi script to view status of perl modules + + + +loncom/cgi/graph.png +home/httpd/cgi-bin/graph.png script Dynamically outputs a graph especially for lonstatistics.pm. @@ -694,6 +886,14 @@ Dynamically outputs X-Y plots with point +loncom/cgi/imagechoice.pl +home/httpd/cgi-bin/imagechoice.pl +script + +Helper to select image coordinates in writing homework involving images. + + + loncom/interface/printout.pl home/httpd/cgi-bin/printout.pl script @@ -724,6 +924,16 @@ coil,loop,field,magnetic and simply prints this text-only (no markup) to the browser + +loncom/cgi/metadata_harvest.pl +home/httpd/cgi-bin/metadata_harvest.pl +script + +a cgi-script (not mod_perl), which contacts MySQL and pulls +out all records in "|"-separated format. +To be used by very simple harvesting engines. + + *.* loncom/homework/templates/ @@ -738,12 +948,16 @@ blank.library; blank.library.meta; blank.problem; blank.problem.meta; -formula.problem; -formula.problem.meta; +Essay.problem; +Essay.problem.meta; numerical.problem; numerical.problem.meta; +Plot.problem; +Plot.problem.meta; RadioResponse.problem; RadioResponse.problem.meta; +RandomLabelExample.problem; +RandomLabelExample.problem.meta; SelectFromOptions-4ConceptGoups.problem; SelectFromOptions-4ConceptGoups.problem.meta; SelectFromOptions-5ConceptGoups.problem; @@ -758,10 +972,16 @@ SelectFromOptions-Simple.problem; SelectFromOptions-Simple.problem.meta; script.library; script.library.meta; -SimpleStringResponse.problem; -SimpleStringResponse.problem.meta; +SimpleFormula.problem; +SimpleFormula.problem.meta; StringResponse.problem; -StringResponse.problem.meta +StringResponse.problem.meta; +SimpleMatching.problem; +SimpleMatching.problem.meta; +SimpleRank.problem; +SimpleRank.problem.meta; +SimpleTrueFalse.problem; +SimpleTrueFalse.problem.meta @@ -839,6 +1059,14 @@ List of all machines in the LON-CAPA net +loncom/domain.tab +home/httpd/lonTabs/domain.tab +static conf + +List of all domains in the LON-CAPA network. Lists the name name of the domain and any default authentication. + + + loncom/spare.tab home/httpd/lonTabs/spare.tab conf @@ -868,9 +1096,8 @@ Basic auth password to access /lon-statu loncom/smb.conf -etc/smb.conf -etc/samba/smb.conf -conf +usr/local/loncapa/doc/conf_examples/smb.conf +static conf configuration file to make LON-CAPA server file space accessible to network neighborhood @@ -878,8 +1105,8 @@ neighborhood loncom/ntp.conf -etc/ntp.conf -conf +usr/local/loncapa/doc/conf_examples/ntp.conf +static conf which NTP server to contact for information (XNTP3 standard) @@ -903,6 +1130,31 @@ Batch script for updating SQL metadata d +loncom/metadata_database/cleanup_database.pl +home/httpd/perl/cleanup_database.pl +script + +Batch script for removing temporary tables from the SQL metadata database. + + + +loncom/misc/cleanup_prtspool.pl +home/httpd/perl/cleanup_prtspool.pl +script + +Batch script for removing files not accessed within 24 hours from the +/home/httpd/prtspool directory. + + + +loncom/lonhttpd +home/httpd/perl/lonhttpd +script + +Small fry httpd on port 8080 + + + loncom/lonc home/httpd/perl/lonc script @@ -985,12 +1237,24 @@ echo 'pod2html lond' +loncom/build/CHECKRPMS +home/httpd/cgi-bin/CHECKRPMS +script +CGI script that checks status of RPMs + + loncom/cgi/loncron.pl home/httpd/cgi-bin/loncron.pl script CGI script that starts and pipes output of loncron +loncom/cgi/userstatus.pl +home/httpd/cgi-bin/userstatus.pl +script +CGI script that shows users currently on machine + + loncom/loncron home/httpd/perl/loncron script @@ -1060,6 +1324,17 @@ new user. being updated +loncom/lchtmldir +home/httpd/perl/lchtmldir +setuid script + +Manages the file system ramifications of adding author mode to a user. +If necessary a public_html diretory is added, permissions and ownership are +set according to the user's authentication mode. + +New file + + loncom/lcuserdel home/httpd/perl/lcuserdel setuid script @@ -1098,6 +1373,22 @@ GNU General Public License. Long live t +loncom/license/httpi.license +home/httpd/html/adm/httpi.license +interface file + +HTTPi webserver license + + + +loncom/license/httpi.readme +home/httpd/html/adm/httpi.readme +interface file + +HTTPi webserver readme + + + loncom/license/about.html home/httpd/html/adm/about.html interface file @@ -1123,6 +1414,22 @@ Interface file for responding to imprope +loncom/html/adm/overloaded.txt +home/httpd/html/adm/overloaded.txt +interface file + +Interface file for responding to overload situations. + + + +loncom/html/adm/loginproblems.html +home/httpd/html/adm/loginproblems.html +interface file + +Help page for login problems. + + + loncom/xml/physnet.sty home/httpd/html/res/adm/includes/physnet.sty static conf @@ -1140,7 +1447,7 @@ The relevant conditions and metadata to -loncom/misc/un_keyword.tab +loncom/thesaurus/un_keyword.tab home/httpd/html/res/adm/includes/un_keyword.tab conf @@ -1149,6 +1456,14 @@ content. +loncom/homework/scantronformat.tab +home/httpd/lonTabs/scantronformat.tab +conf + +Different configs for scantron input files. + + + loncom/publisher/packages.tab home/httpd/lonTabs/packages.tab static conf @@ -1194,6 +1509,96 @@ Edit handler for rat maps; TeX content h works/unverified +loncom/interface/londocs.pm +home/httpd/lib/perl/Apache/londocs.pm +handler + +Handler for course documents + +works/unverified + + +loncom/interface/lonchat.pm +home/httpd/lib/perl/Apache/lonchat.pm +handler + +Handler for chat + +works/unverified + + +loncom/interface/lonchatfetch.pm +home/httpd/lib/perl/Apache/lonchatfetch.pm +handler + +Handler for periodically fetch new lines of chat + +works/unverified + + +loncom/interface/lonannounce.pm +home/httpd/lib/perl/Apache/lonannounce.pm +handler + +Handler to put up announcements and calendar + +works/unverified + + +loncom/interface/lonsyllabus.pm +home/httpd/lib/perl/Apache/lonsyllabus.pm +handler + +Handler to put up syllabus + +works/unverified + + +loncom/interface/lonsimplepage.pm +home/httpd/lib/perl/Apache/lonsimplepage.pm +handler + +Handler to put up simple page + +works/unverified + + +loncom/interface/lonpickstudent.pm +home/httpd/lib/perl/Apache/lonpickstudent.pm +handler + +Handler to pick a student from classlist + +works/unverified + + +loncom/interface/lonpickcourse.pm +home/httpd/lib/perl/Apache/lonpickcourse.pm +handler + +Handler to pick a courseid from a list of courses + +works/unverified + + +loncom/interface/lonbulletin.pm +home/httpd/lib/perl/Apache/lonbulletin.pm +handler + +Handler to put up bulletin board + +works/unverified + + +loncom/interface/lonaboutme.pm +home/httpd/lib/perl/Apache/lonaboutme.pm +handler + +Handler to put up personal info + +works/unverified + + loncom/publisher/loncfile.pm home/httpd/lib/perl/Apache/loncfile.pm handler @@ -1204,6 +1609,398 @@ construction space menu. works/unverified +loncom/interface/lonhelp.pm +home/httpd/lib/perl/Apache/lonhelp.pm +handler + +The .tex file help handler. + +works/unverified + +loncom/html/adm/help/buildMakeWrapper + + +Makefile; +buildMakeWrapper + + + +loncom/html/adm/help/abouthelp.html +home/httpd/html/adm/help/abouthelp.html +interface file + +Index file for the help system + + + +doc/help/author.manual.access.tex +home/httpd/html/adm/help/tex/author.manual.access.tex + +interface file + +The pseudo-LaTeX file to allow people to read the author's manual online, with +a somewhat clumsy interface. + +works/unverified + + +doc/help/course.manual.access.tex +home/httpd/html/adm/help/tex/course.manual.access.tex + +interface file + +The pseudo-LaTeX file to allow people to read the course administrator's +manual online, with a somewhat clumsy interface. + +works/unverified + + +doc/help/course.instructor.access.tex +home/httpd/html/adm/help/tex/course.instructor.access.tex + +interface file + +The pseudo-LaTeX file to allow people to read the course instructor's +manual online, with a somewhat clumsy interface. + +works/unverified + + +doc/help/author.manual.ps +home/httpd/html/adm/help/author.manual.ps +interface file + +The postscript Author's Manual + +works/unverified + +doc/help/author.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/author.manual.pdf +home/httpd/html/adm/help/author.manual.pdf +handler + +The PDF Author's Manual + +works/unverified + + +doc/help/course.manual.ps +home/httpd/html/adm/help/course.manual.ps +interface file + +The postscript Course Manual + +works/unverified + +doc/help/course.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/course.manual.pdf +home/httpd/html/adm/help/course.manual.pdf +interface file + +The PDF Course Manual + +works/unverified + + +doc/help/course.instructor.ps +home/httpd/html/adm/help/course.instructor.ps +interface file + +The postscript Course Instructor Manual + +works/unverified + + +doc/help/course.instructor.pdf +home/httpd/html/adm/help/course.instructor.pdf +interface file + +The PDF Course Instructor Manual + +works/unverified + + +*.* +loncom/html/adm/help/gif/ + +home/httpd/html/adm/help/gif/ +interface file + +Gif files for the help system + + +authorRemote.gif; +constructionSpace.gif; +constructionSpaceForPublishing.gif; +creatingANewCourse.gif; +creatingNewProblemResource.gif; +dynamic_piecewise.gif; +dynamic_piecewise2.gif; +dynamic_plot.gif; +dynamic_plot2.gif; +formulaResponse.gif; +login.gif; +lonhelpheader.gif; +mainCourseDocuments.gif; +mapAdvancedEditorNew.gif; +mapClickedStart.gif; +mapEditFirstClick.gif; +mapEditInitial.gif; +mapEditingButton.gif; +mapEditorDirectoryBrowser.gif; +mapEditorResourceChosen.gif; +mapEditorSelection.gif; +mapInsertResource.gif; +mapNewResource.gif; +mapSecondWindowSecondResource.gif; +mapSimpleEditor.gif; +mapStraightened.gif; +mapTwoResources.gif; +numericalResponse1.gif; +numericalResponseEditor.gif; +numericalResponseSlopeProblem.gif; +numericalResponseVarInText.gif; +optionResponseEditing.gif; +optionResponseProblem.gif; +publishMetadata.gif; +radioResponse2.gif; +radioResponseHint.gif; +smallHelp.gif; +spreadsheet_hierarchy.gif; +stringResponseEditor.gif; +studentInterface.gif + + + +*.* +loncom/html/adm/help/eps/ + +home/httpd/html/adm/help/eps/ +interface file + +EPS files for the help system + + +authorRemote.eps; +constructionSpace.eps; +constructionSpaceForPublishing.eps; +creatingANewCourse.eps; +creatingNewProblemResource.eps; +dynamic_piecewise.eps; +dynamic_piecewise2.eps; +dynamic_plot.eps; +dynamic_plot2.eps; +formulaResponse.eps; +lonhelpheader.eps; +login.eps; +mainCourseDocuments.eps; +mapAdvancedEditorNew.eps; +mapClickedStart.eps; +mapEditFirstClick.eps; +mapEditInitial.eps; +mapEditingButton.eps; +mapEditorDirectoryBrowser.eps; +mapEditorResourceChosen.eps; +mapEditorSelection.eps; +mapInsertResource.eps; +mapNewResource.eps; +mapSecondWindowSecondResource.eps; +mapSimpleEditor.eps; +mapStraightened.eps; +mapTwoResources.eps; +numericalResponse1.eps; +numericalResponseEditor.eps; +numericalResponseSlopeProblem.eps; +numericalResponseVarInText.eps; +optionResponseEditing.eps; +optionResponseProblem.eps; +publishMetadata.eps; +radioResponse2.eps; +radioResponseHint.eps; +smallHelp.eps; +spreadsheet_hierarchy.eps; +stringResponseEditor.eps; +studentInterface.eps + + + +*.* +loncom/html/adm/help/tex/ + +home/httpd/html/adm/help/tex/ +interface file + +Tex files for the help system + + +About_Authors_Manual.tex; +About_Numerical_and_Formula_Response.tex; +Ambiguous_Reference.tex; +Author_LON-CAPA_Introduction.tex; +Author_Manual_Title_Page.tex; +Author_Numerical_and_Formula.tex; +Author_Remote_Control.tex; +Authoring_Adding_Pictures.tex; +Authoring_Dynamic_Plot.tex; +Authoring_HTML_vs_Tex.tex; +Authoring_M_Tag.tex; +Authoring_Piecewise_Plot.tex; +Calling_Functions.tex; +Coauthor.tex; +Construction_Space_Overview.tex; +Course_Add_Student.tex; +Course_Chart_To_Excel.tex; +Course_Convert_To_CSV.tex; +Course_Create_Class_List.tex; +Course_Critical_Message.tex; +Course_Deleting.tex; +Course_Disable_Discussion.tex; +Course_Discussion_Board.tex; +Course_Drop_Student.tex; +Course_Edit_Content.tex; +Course_Feedback_Addresses.tex; +Course_Homework_Performance_Overview.tex; +Course_Manual_Title_Page.tex; +Course_Message_Access.tex; +Course_Problem_Weight.tex; +Course_Setting_Parameters.tex; +Course_Student_Grade_Override.tex; +Course_Student_Work.tex; +Course_Toplevel_Seq.tex; +Creating_A_Course_Intro.tex; +Creating_New_Content_Pages.tex; +Creating_Online_Problems.tex; +Creating_Radio_Response_Problems.tex; +Docs_Adding_Course_Doc.tex; +Docs_Adding_External_Resource.tex; +Docs_Adding_Folders.tex; +Docs_Creating_From_Template.tex; +Docs_Importing_LON-CAPA_Resource.tex; +Docs_Main_Course_Documents.tex; +Docs_Navigate_Content.tex; +Docs_Overview.tex; +Docs_Supplemental.tex; +Docs_Uploading_From_Harddrive.tex; +Foils.tex; +Formula_Response_Example.tex; +Formula_Response_Limitations.tex; +Formula_Response_Problems.tex; +Formula_Response_Sampling.tex; +Formula_Tolerance.tex; +General_Intro.tex; +Greek_Symbols.tex; +How_To_Edit_Existing_Content_Pages.tex; +Latex_Footer.tex; +Latex_Header.tex; +Login_To_LON-CAPA.tex; +Metadata_Description.tex; +Navmap_Host_Down.tex; +Numerical_Response_Advanced_Example.tex; +Numerical_Response_Format.tex; +Numerical_Response_Intro.tex; +Numerical_Response_Introduction.tex; +Numerical_Response_Parts_A.tex; +Numerical_Response_Parts_B.tex; +Numerical_Response_Problems.tex; +Numerical_Response_Randomization.tex; +Numerical_Response_Simple_Example.tex; +Numerical_Response_Tutorial_A.tex; +Numerical_Response_Units.tex; +Option_Response_Concept_Group_Example.tex; +Option_Response_Matching_Example.tex; +Option_Response_Problem_Creation.tex; +Option_Response_Problem_Figure.tex; +Option_Response_Problem_Parts.tex; +Option_Response_Problems.tex; +Option_Response_Simple.tex; +Other_Symbols.tex; +Part_Tag_Edit_Help.tex; +Problem_Editor_Testing_Area.tex; +Problem_Editor_XML_Index.tex; +Problem_Types.tex; +Publishing_A_Resource.tex; +Publishing_Author_Tutorial_Segue.tex; +Publishing_Copyright.tex; +Publishing_Intro.tex; +Publishing_Keywords.tex; +Quick_Grades_Possibly_Correct.tex; +Radio_Response_Problems.tex; +Radio_Response_Randomization.tex; +Resource_Types.tex; +Script_Tutorial_Intro.tex; +Scripting_Help.tex; +Sequence_Advanced_Editor_Creation.tex; +Sequence_Definition.tex; +Sequence_Editor_Selection.tex; +Sequence_Page_Maps.tex; +Sequence_Simple_Editor_Creation.tex; +Sequence_Top-Level.tex; +Significant_Figures.tex; +Spreadsheet_About.tex; +Spreadsheet_Alternative_View.tex; +Spreadsheet_Changes_To_Grading.tex; +Spreadsheet_Col_Sum.tex; +Spreadsheet_Completely_Recalc.tex; +Spreadsheet_Empty_Rows.tex; +Spreadsheet_Export_Row.tex; +Spreadsheet_Functions.tex; +Spreadsheet_Import_Values.tex; +Spreadsheet_Levels.tex; +Spreadsheet_Lists.tex; +Spreadsheet_Max_Depth_Exceeded.tex; +Spreadsheet_OOO_Rows.tex; +Spreadsheet_Op_On_All_Problem_Parts.tex; +Spreadsheet_Parms.tex; +Spreadsheet_Problem_Weight.tex; +Spreadsheet_Ranges.tex; +Spreadsheet_Specifying_Cells.tex; +Spreadsheet_Student_Visible.tex; +Spreadsheet_Symbolic_Names.tex; +Spreadsheet_Template_Row.tex; +Spreadsheet_Ternary_Operator.tex; +Spreadsheet_Tries.tex; +String_Response_Problem_Creation.tex; +String_Response_Problems.tex; +Tolerance.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 + + + +loncom/html/adm/help/fragmentLabels.gdbm +home/httpd/html/adm/help/fragmentLabels.gdbm +interface file + +A gdbm file containing a label->tex file hash. + +works/unverified + + loncom/interface/lonstatistics.pm home/httpd/lib/perl/Apache/lonstatistics.pm handler @@ -1213,6 +2010,46 @@ Handler to show statistics on solving LO works/unverified +loncom/interface/statistics/lonproblemstatistics.pm +home/httpd/lib/perl/Apache/lonproblemstatistics.pm + +handler + +The module that generate the html for the Problem Statistics web pages. + +works/unverified + + +loncom/interface/statistics/lonpercentage.pm +home/httpd/lib/perl/Apache/lonpercentage.pm + +handler + +The module that generate the html for the Percentage graph web pages. + +works/unverified + + +loncom/interface/statistics/lonproblemanalysis.pm +home/httpd/lib/perl/Apache/lonproblemanalysis.pm + +handler + +The module that generate the html for the Problem Analysis web pages. + +works/unverified + + +loncom/interface/statistics/lonstudentassessment.pm +home/httpd/lib/perl/Apache/lonstudentassessment.pm + +handler + +The module that generate the html for the Student Assessment/Chart web pages. + +works/unverified + + loncom/publisher/londiff.pm home/httpd/lib/perl/Apache/londiff.pm handler @@ -1222,6 +2059,15 @@ Handler to show difference between two f works/unverified +loncom/publisher/lonrights.pm +home/httpd/lib/perl/Apache/lonrights.pm +handler + +Handler to show and edit custom distribution rights + +works/unverified + + loncom/publisher/lonupload.pm home/httpd/lib/perl/Apache/lonupload.pm handler @@ -1283,7 +2129,8 @@ Handler to evaluate externally graded re home/httpd/lib/perl/Apache/loncapagrade.pm handler -Handler to evaluate externally graded responses. +Holds results and defines +tag handlers needed by externalresponse.pm works/unverified @@ -1296,6 +2143,14 @@ Handler to publish directories. +loncom/publisher/lonunauthorized.pm +home/httpd/lib/perl/Apache/lonunauthorized.pm +handler + +Handler to explain failed contruction space access. + + + doc/man/Apache__lonpubdir.3 usr/man/man3/Apache::lonpubdir.3 doc @@ -1458,11 +2313,19 @@ them roles. works/unverified -loncom/interface/lonchart.pm -home/httpd/lib/perl/Apache/lonchart.pm +loncom/interface/lonhtmlcommon.pm +home/httpd/lib/perl/Apache/lonhtmlcommon.pm +handler + +Contains a set of functions that generate html controls and data layouts + + + +loncom/interface/loncoursedata.pm +home/httpd/lib/perl/Apache/loncoursedata.pm handler -Produces simple LectureOnline-like student assessment performance chart +Common functions for handling student course data (download and process) @@ -1615,6 +2478,55 @@ Handles navigational maps. works/unverified +doc/man/Apache__lonnavmaps.3 +usr/man/man3/Apache::lonnavmaps.3 +doc +man page for lonnavmaps.pm + +loncom/build/pod2man.sh ../../loncom/interface/lonnavmaps.pm > \ +../../doc/man/Apache__lonnavmaps.3 && echo 'manifying lonnavmaps.pm' + +works/unverified + +../../loncom/interface/lonnavmaps.pm + + + +doc/lib/perl/Apache/lonnavmaps.html + +home/httpd/html/adm/help/lib/perl/Apache/lonnavmaps.html + +doc +POD-derived page for lonnavmaps.pm + +loncom/build/pod2html.sh ../../loncom/interface/lonnavmaps.pm > \ +../../doc/lib/perl/Apache/lonnavmaps.html && \ +echo 'pod2html lonnavmaps.pm' + +works/unverified + +../../loncom/interface/lonnavmaps.pm + + + +loncom/interface/lonwizard.pm +home/httpd/lib/perl/Apache/lonwizard.pm +handler + +Wizard framework. + +works/unverified + + +loncom/interface/lonquickgrades.pm +home/httpd/lib/perl/Apache/lonquickgrades.pm +handler + +Student quick grades interface. + +works/unverified + + loncom/interface/lonpreferences.pm home/httpd/lib/perl/Apache/lonpreferences.pm handler @@ -1643,6 +2555,15 @@ Handles a searchable catalogue. works/unverified +loncom/interface/lonmysql.pm +home/httpd/lib/perl/Apache/lonmysql.pm +handler + +Provides utility functions for creating and accessing mysql database tables. + +works/unverified + + doc/man/Apache__lonsearchcat.3 usr/man/man3/Apache::lonsearchcat.3 doc @@ -1819,6 +2740,15 @@ Has routines which control the remote co works/unverified +loncom/interface/lonremote.pm +home/httpd/lib/perl/Apache/lonremote.pm +handler + +Handler to lauch and collapse the remote control. + +works/unverified + + rat/lonpageflip.pm home/httpd/lib/perl/Apache/lonpageflip.pm handler @@ -1844,6 +2774,15 @@ Homework remote control. works/unverified +loncom/html/res/adm/pages/chatroom.html +home/httpd/html/res/adm/pages/chatroom.html +handler + +Establishes frameset for chatroom + +works/unverified + + loncom/html/res/adm/pages/annotator/admannotations.pm home/httpd/lib/perl/Apache/admannotations.pm handler @@ -1916,7 +2855,7 @@ loncom/build/pod2html.sh ../../rat/lonpa home/httpd/lib/perl/Apache/lonuserstate.pm handler -compile course into binary data structure (in loncom/rat) +compile course into binary data structure works/unverified @@ -1956,7 +2895,7 @@ echo 'pod2html lonuserstate.pm' home/httpd/lib/perl/Apache/lontex.pm handler -Handler for tex files (somewhere in modules) +Handler for tex files works/unverified @@ -2025,6 +2964,30 @@ implements <script>, <scriptlib works/unverified +loncom/homework/randomlylabel.pm +home/httpd/lib/perl/Apache/randomlylabel.pm +handler + +Handler for compositing images, and text together. + + + +loncom/homework/rankresponse.pm +home/httpd/lib/perl/Apache/rankresponse.pm +handler + +Handler for rankresponse + + + +loncom/homework/matchresponse.pm +home/httpd/lib/perl/Apache/matchresponse.pm +handler + +Handler for matchresponse + + + loncom/homework/randomlabel.pm home/httpd/lib/perl/Apache/randomlabel.pm handler @@ -2093,10 +3056,12 @@ a way that does not threaten the operati loncom/auth/localauth.pm -home/httpd/lib/perl/localauth.pm +home/httpd/lib/perl/localauth-std.pm handler -Local authentication mechanism (meant to be customized). +Local authentication mechanism. The target file is meant as a template +for a localauth.pm file. The target file with the -std suffix is not +used directly by any software program; it is just a template file. works/unverified @@ -2151,6 +3116,34 @@ access handler for file transfers works/unverified +loncom/auth/lontokacc.pm +home/httpd/lib/perl/Apache/lontokacc.pm +handler + +handler for inter-server transfer of token accessed files, includes +cleanup handler to remove file when successfully done + +works/unverified + + +loncom/auth/lonuploadedacc.pm +home/httpd/lib/perl/Apache/lonuploadedacc.pm +handler + +access handler for user uploaded files + +works/unverified + + +loncom/lontrans.pm +home/httpd/lib/perl/Apache/lontrans.pm +handler + +URI to filename translation + +works/unverified + + doc/man/Apache__lonracc.3 usr/man/man3/Apache::lonracc.3 doc @@ -2398,6 +3391,12 @@ loncom/build/pod2html.sh ../lonnet/perl/ interface file bumps to login + +loncom/html/favicon.ico +home/httpd/html/favicon.ico +interface file +Bookmark and tab icon + etc/mime.types etc/httpd/conf/mime.types @@ -2461,6 +3460,22 @@ javascript +rat/client/extpickcode.html +home/httpd/html/adm/rat/extpickcode.html +interface file + +javascript + + + +rat/client/extpickframe.html +home/httpd/html/adm/rat/extpickframe.html +interface file + +javascript + + + rat/client/map.html home/httpd/html/adm/rat/map.html interface file @@ -2476,6 +3491,14 @@ bumper A blank page with very minimal HTML structural elements. + +rat/client/loading.html +home/httpd/html/adm/rat/loading.html +interface file + +A blank page which calls drawwindow in its opener after being loaded. + + *.gif rat/images/ @@ -2619,18 +3642,25 @@ lonlogo_broken.mov home/httpd/html/adm/lonIcons/ graphic file -logos +logos and general widget icons SMETE_white.gif; aboutlon.gif; accessbutton.gif; +angry.gif; arrow_up.gif; +bigsmile.gif; +branch.gif; cab.gif; cab_big.gif; capapanel.gif; +check.gif; class.gif; class_big.gif; +coolindiff.gif; +coolsmile.gif; +cry.gif; dvi.gif; dvi_big.gif; eps.gif; @@ -2647,17 +3677,21 @@ folder_pointer_closed.gif; folder_pointer_opened.gif; form.gif; form_big.gif; +frowny.gif; gif.gif; gif_big.gif; header.gif; +hrrm.gif; htm.gif; html.gif; html_big.gif; +huh.gif; jar.gif; jar_big.gif; jpg.gif; jpg_big.gif; latex.gif; +lipsrsealed.gif; lite.gif; liteani.gif; litetext.gif; @@ -2677,6 +3711,13 @@ mov.gif; mov_big.gif; move_up.gif; move_down.gif; +navmap.correct.gif; +navmap.open.gif; +navmap.wrong.gif; +navmap.folder.open.gif; +navmap.folder.closed.gif; +navmap.folder.open.nomanip.gif; +navmap.folder.closed.nomanip.gif; page.gif; page_big.gif; pdf.gif; @@ -2687,6 +3728,7 @@ problem.gif; problem_big.gif; ps.gif; ps_big.gif; +rolleyes.gif; quill.gif; quiz.gif; quiz_big.gif; @@ -2695,6 +3737,8 @@ sequence.gif; sequence_big.gif; server.gif; server_big.gif; +shocked.gif; +smiley.gif; srvbad.gif; srvempty.gif; srvgood.gif; @@ -2704,6 +3748,7 @@ survey.gif; survey_big.gif; tex.gif; tex_big.gif; +tth.gif; txt.gif; txt_big.gif; unknown.gif; @@ -2726,6 +3771,7 @@ whitespace6.gif; whitespace7.gif; whitespace8.gif; whitespace9.gif; +wink.gif; xml.gif; xml_big.gif; zip.gif; @@ -2738,9 +3784,7 @@ zip_big.gif home/httpd/html/adm/lonMisc/ graphic file -Miscellaneous resources. Respectively: button for catalog, -button to set parameters in a page, -button to do regrades, button to check on problem submissions, +Miscellaneous resources. authorfeed.gif; @@ -2781,6 +3825,17 @@ tested works/unverified +loncom/configuration/Configuration.pm +home/httpd/lib/perl/LONCAPA/Configuration.pm +system file + +Configuration file reader (looks in /etc/httpd/conf/); accepts +a list of *.conf files to inspect for PerlSetVar key/value +entries. + +works/unverified + + modules/TexConvert/tthperl/tth.so usr/lib/perl5/site_perl/5.005/tth.so usr/lib/perl5/site_perl/5.6.0/tth.so @@ -2852,6 +3907,7 @@ README; Makefile.PL; capa.i; commands; +../../../CAPA/pProj/Makefile; ../../../CAPA/pProj/capaGrammarDef.y; ../../../CAPA/pProj/capaFormula.y; ../../../CAPA/pProj/capaLexerDef.flex; @@ -2966,19 +4022,148 @@ Define unit prefixing and conversion for +*.jpg +loncom/html/adm/lonInterFace/ +home/httpd/html/adm/lonInterFace/ +graphic file +Pages headers + +admin.jpg; +author.jpg; +coordinator.jpg; +header.jpg; +student.jpg; + + + +*.jpg +loncom/html/adm/lonDomLogos/ +home/httpd/html/adm/lonDomLogos/ +graphic file +Logos of LON-CAPA domains (jpg) + +headermsu.jpg; + + + +*.gif +loncom/html/adm/lonDomLogos/ +home/httpd/html/adm/lonDomLogos/ +graphic file +Logos of LON-CAPA domains (gif) + +103.gif; +gerd.gif; +mio.gif; +msuvu.gif; +ohiou.gif; +rhs.gif; +sfu.gif; +tmcc.gif; +umich.gif; +worf.gif; +annarbor.gif; +elps.gif; +gwu.gif; +msudemo.gif; +ndsu.gif; +physnet.gif; +sc.gif; +Selwyn.gif; +ucf.gif; +unihalle.gif; +wscc.gif; +cps.gif; +fsu.gif; +lsd.gif; +msu.gif; +nsdl.gif; +pmm.gif; +sunysb.gif; +udel.gif; +uz.gif; +fvl.gif; +glps.gif; +headersfu.gif; +uwsp.gif + + + +*.tab +loncom/html/adm/lonDomColors/ +home/httpd/lonTabs/lonDomColors/ +conf +Designs of LON-CAPA domains + +annarbor.tab; +default.tab; +msu.tab; +sfu.tab; +worf.tab + + + +*.gif +loncom/html/adm/lonLCDfont/ +home/httpd/html/adm/lonLCDfont/ +graphic file +LON-CAPA remote control LCD font + +0.gif; +1.gif; +2.gif; +3.gif; +4.gif; +5.gif; +6.gif; +7.gif; +8.gif; +9.gif; +a.gif; +b.gif; +c.gif; +d.gif; +e.gif; +f.gif; +g.gif; +h.gif; +i.gif; +j.gif; +k.gif; +l.gif; +m.gif; +n.gif; +o.gif; +p.gif; +q.gif; +r.gif; +s.gif; +t.gif; +u.gif; +v.gif; +w.gif; +x.gif; +y.gif; +z.gif; +colon.gif; +hyphen.gif; +slash.gif; +space.gif; + + + *.gif loncom/html/res/adm/pages/ home/httpd/html/res/adm/pages/ graphic file icons used for the entire LON-CAPA user interface -a.gif; +anno.gif; anot.gif; -b.gif; back.gif; +bchat.gif; bkm.gif; brws.gif; -c.gif; catalog.gif; ccrs.gif; chat.gif; @@ -2987,71 +4172,48 @@ com.gif; courses.gif; cprv.gif; cstr.gif; -d.gif; dempty.gif; -e.gif; +docs.gif; egrd.gif; empty.gif; enrl.gif; eval.gif; -f.gif; fdbk.gif; feedback.gif; forw.gif; -g.gif; grds.gif; group.gif; -h.gif; help.gif; -hyphen.gif; -i.gif; info.gif; -j.gif; -k.gif; -l.gif; ledblink.gif; ledgreen.gif; ledoff.gif; ledon.gif; ledsend.gif; logout.gif; -m.gif; mrk.gif; -n.gif; nav.gif; next.gif; -o.gif; -p.gif; +nothumb.gif; parm.gif; pgrd.gif; pparm.gif; pref.gif; prev.gif; prt.gif; -q.gif; qempty.gif; -r.gif; reload.gif; remotebg.gif; res.gif; roles.gif; -s.gif; sbkm.gif; -space.gif; spacer.gif; sprs.gif; src.gif; stat.gif; subm.gif; -t.gif; title.gif; -u.gif; -v.gif; vbkm.gif; -w.gif; -x.gif; -y.gif; -z.gif @@ -3085,7 +4247,7 @@ renders the HTML (including image maps) graphic file -icons used for the bookmark portion of the LON-CAPA user interface +icons used for directory indexing and login screen a.gif; @@ -3186,7 +4348,7 @@ world2.gif graphic file -icons used for directory indexing and login screen +icons used for the bookmark portion of the LON-CAPA user interface folder_anim.gif; @@ -3221,7 +4383,7 @@ ur_corner.gif interface file -associated with the frameset scheme of displaying bookmarks +associated with the scheme of displaying bookmarks bookmarkmenu_toolbar.html; @@ -3239,9 +4401,18 @@ javascript for handling client-side inte +loncom/build/CHECKRPMS +usr/local/loncapa/bin/CHECKRPMS +system script + +manilla wrapper around check-rpms + +tested/documented/beta + + loncom/build/check-rpms -usr/local/bin/check-rpms -root script +usr/local/loncapa/bin/check-rpms +system script compare installed rpms with up-to-date distribution @@ -3278,12 +4449,14 @@ loncom/build/pod2html.sh check-rpms > loncom/build/loncaparestoreconfigurations -usr/sbin/loncaparestoreconfigurations +usr/local/loncapa/sbin/loncaparestoreconfigurations + script -restores .rpmsave files after a LON-CAPA-base upgrade +Updates .lpmlnew files with previous settings. Also supports alternative +schemes of settings-updating and file-overwriting. -deprecated +works/unverified loncom/cron/loncapa @@ -3295,8 +4468,9 @@ file that specifies periodic processes t loncom/ntp/step-tickers -etc/ntp/step-tickers -conf +usr/local/loncapa/doc/conf_examples/ntp_step-tickers + +static conf file that stimulates running of ntpdate upon init.d/xntpd initiation @@ -3347,8 +4521,8 @@ symbolic links to /etc/rc.d/init.d/lonco loncom/atalk/config -etc/atalk/config -conf +usr/local/loncapa/doc/conf_examples/config +static conf configuration file to make LON-CAPA server file space accessible to Appleshares access (Macintosh)