--- doc/loncapafiles/loncapafiles.lpml 2003/10/17 22:24:51 1.291 +++ doc/loncapafiles/loncapafiles.lpml 2004/05/20 13:37:07 1.352 @@ -2,7 +2,7 @@ "http://lpml.sourceforge.net/DTD/lpml.dtd"> - + + weak_delete home/httpd/lib/perl server readonly @@ -453,6 +461,30 @@ extensions modest_delete + home/httpd/html/htmlarea + server readonly + Web directory for HTMLArea + + + modest_delete + home/httpd/html/htmlarea/images + server readonly + Images for HTMLArea + + + modest_delete + home/httpd/html/htmlarea/lang + server readonly + Language files for HTMLArea + + + modest_delete + home/httpd/html/htmlarea/popups + server readonly + Popup windows for HTMLArea + + + modest_delete home/httpd/html/adm/rat server readonly home of the rat @@ -495,6 +527,12 @@ 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/png server readonly online help documentation png files @@ -597,6 +635,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 @@ -844,6 +894,14 @@ parameter. +loncom/cgi/decompress.pl +home/httpd/cgi-bin/decompress.pl +script + +Decompresses an archive into its files inside of the construction space + + + loncom/cgi/takeoffline.pl home/httpd/cgi-bin/takeoffline.pl script @@ -1025,6 +1083,131 @@ Meta file for generic resource for score +*.js +loncom/html/htmlarea/ + +home/httpd/html/htmlarea/ +interface file + +Files belonging to HTMLArea. + + +dialog.js; +htmlarea.js; +popupdiv.js; +popupwin.js; + + + +loncom/html/htmlarea/htmlarea.css +home/httpd/html/htmlarea/htmlarea.css +interface file + +Stylesheet for HTMLArea + + + +*.js +loncom/html/htmlarea/lang/ + +home/httpd/html/htmlarea/lang/ +interface file + +Files belonging to HTMLArea. + + +b5.js; +de.js; +fi.js; +it.js; +nl.js; +ro.js; +vn.js; +en.js; +fr.js; +ja-utf8.js; +pl.js; +ru.js; +da.js; +es.js; +gb.js; +nb.js; +pt_br.js; +se.js; + + + +*.* +loncom/html/htmlarea/popups/ + +home/httpd/html/htmlarea/popups/ +interface file + +Files belonging to HTMLArea. + + +about.html; +insert_image.html; +old_insert_image.html; +blank.html; +editor_help.html; +insert_table.html; +custom2.html; +fullscreen.html; +old-fullscreen.html; +select_color.html; +popup.js; + + + +*.gif +loncom/html/htmlarea/images/ + +home/httpd/html/htmlarea/images/ +interface file + +Files belonging to HTMLArea. + + +ed_delete.gif; +ed_link.gif; +ed_about.gif; +ed_format_bold.gif; +ed_list_bullet.gif; +ed_align_center.gif; +ed_format_italic.gif; +ed_list_num.gif; +ed_align_justify.gif; +ed_format_strike.gif; +ed_paste.gif; +ed_align_left.gif; +ed_format_sub.gif; +ed_redo.gif; +ed_align_right.gif; +ed_format_sup.gif; +ed_show_border.gif; +ed_blank.gif; +ed_format_underline.gif; +ed_splitcel.gif; +ed_charmap.gif; +ed_help.gif; +ed_undo.gif; +ed_color_bg.gif; +ed_hr.gif; +fullscreen_maximize.gif; +ed_color_fg.gif; +ed_html.gif; +fullscreen_minimize.gif; +ed_copy.gif; +ed_image.gif; +insert_table.gif; +ed_custom.gif; +ed_indent_less.gif; +ed_cut.gif; +ed_indent_more.gif; + + + *.* loncom/homework/templates/ @@ -1048,8 +1231,11 @@ man1.jpg; man1.jpg.meta; numerical.problem; numerical.problem.meta; -Plot.problem; Plot.problem.meta; +Plot_curve.problem; +Plot_curve.problem.meta; +Plot_data.problem; +Plot_data.problem.meta; RadioResponse.problem; RadioResponse.problem.meta; RandomLabelExample.problem; @@ -1066,6 +1252,7 @@ SelectFromOptions-8ConceptGoups.problem; SelectFromOptions-8ConceptGoups.problem.meta; SelectFromOptions-Simple.problem; SelectFromOptions-Simple.problem.meta; +SimpleStringResponse.problem.meta; script.library; script.library.meta; SimpleFormula.problem; @@ -1148,7 +1335,7 @@ and privileges available in the network loncom/hosts.tab home/httpd/lonTabs/hosts.tab -static conf +www static conf List of all machines in the LON-CAPA network. Relates lonHostID to lonDefDomain and IP address. @@ -1157,7 +1344,7 @@ List of all machines in the LON-CAPA net loncom/domain.tab home/httpd/lonTabs/domain.tab -static conf +www static conf List of all domains in the LON-CAPA network. Lists the name name of the domain and any default authentication. @@ -1234,12 +1421,21 @@ Batch script for removing temporary tabl -loncom/misc/cleanup_prtspool.pl -home/httpd/perl/cleanup_prtspool.pl +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/debugging_tools/seed_accesscount.pl +home/httpd/perl/seed_accesscount.pl +script + +Batch script for moving access count data from nohist_resevaldata.db to +nohist_accesscount.db. @@ -1677,6 +1873,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 @@ -1723,6 +1928,48 @@ 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/interface/lonhelp.pm home/httpd/lib/perl/Apache/lonhelp.pm handler @@ -1941,24 +2188,35 @@ 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; +all_functions_table.tex; Ambiguous_Reference.tex; +Analysis_Analyze_as.tex; +Analysis_Analyze_Over.tex; +Analysis_num_plots.tex; Analyze_Problem.tex; Annotation.tex; Authentication.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_DataResponse.tex; +Authoring_Dynamic_Plot_Axes.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; @@ -1970,18 +2228,22 @@ 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_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; Bookmarks.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; Change_Colors.tex; Change_Password.tex; @@ -2010,8 +2272,8 @@ 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_Maximum_Collaborators.tex; Course_Message_Access.tex; Course_Modify_Student_Data.tex; @@ -2060,10 +2322,12 @@ Formula_Response_Problems.tex; Formula_Response_Sampling.tex; Formula_Tolerance.tex; General_Intro.tex; +Generation.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; @@ -2078,8 +2342,8 @@ 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_Intro.tex; Numerical_Response_Parts_A.tex; Numerical_Response_Parts_B.tex; Numerical_Response_Problems.tex; @@ -2119,9 +2383,9 @@ Resource_Discussion.tex; Resource_Types.tex; Roles_About.tex; Script_Functions.tex; +Scripting_Help.tex; Script_Tutorial_Intro.tex; Script_Variables.tex; -Scripting_Help.tex; Sending_Email.tex; Sequence_Advanced_Editor_Creation.tex; Sequence_Definition.tex; @@ -2154,6 +2418,7 @@ Spreadsheet_Student_Visible.tex; Spreadsheet_Template_Row.tex; Spreadsheet_Ternary_Operator.tex; Spreadsheet_Tries.tex; +Statistics_Overall_Key.tex; String_Response_Problem_Creation.tex; String_Response_Problems.tex; Syllabus_ExtLink.tex; @@ -2162,13 +2427,35 @@ Tolerance.tex; Uploaded_Templates_PublicView.tex; Uploaded_Templates_TextBoxes.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; What_Is_LON-CAPA.tex; Why_LON-CAPA.tex; -all_functions_table.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_Set_Start_End_Date.tex; +Creating_A_Course_Intro.tex; +Other_Symbols.tex; +Physical_Units.tex; +Print_Resource.tex; +Authoring_Adding_Pictures.tex; @@ -2190,6 +2477,15 @@ Handler to show statistics on solving LO works/unverified +loncom/interface/statistics/lonstathelpers.pm +home/httpd/lib/perl/Apache/lonstathelpers.pm +module + +Utility module for statistics and data mining. + +works/unverified + + loncom/interface/statistics/lonproblemstatistics.pm home/httpd/lib/perl/Apache/lonproblemstatistics.pm @@ -2197,6 +2493,24 @@ Handler to show statistics on solving LO The module that generate the html for the Problem Statistics web pages. + + +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 @@ -2215,7 +2529,17 @@ The module that generate the html for th handler -The module that generate the html for the Problem Analysis web pages. +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 + +handler + +This module produces plots of the times of students attempts on an assessment. works/unverified @@ -2528,7 +2852,13 @@ Translation files. de.pm; pt.pm; +fr.pm; ja.pm; +tr.pm; +ru.pm; +fa.pm; +ar.pm; +es.pm; @@ -2812,6 +3142,14 @@ Handles the production of printable file works/unverified + 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 @@ -3292,6 +3630,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 @@ -3473,6 +3827,15 @@ URI to filename translation works/unverified +loncom/lonenc.pm +home/httpd/lib/perl/Apache/lonenc.pm +handler + +Encryption and decryption of URIs + +works/unverified + + doc/man/Apache__lonracc.3 usr/man/man3/Apache::lonracc.3 doc @@ -3576,6 +3939,12 @@ loncom/build/pod2html.sh ../auth/loncacc 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 @@ -4000,6 +4369,8 @@ class_big.gif; coolindiff.gif; coolsmile.gif; cry.gif; +doc.gif; +doc_big.gif; dvi.gif; dvi_big.gif; eps.gif; @@ -4064,12 +4435,15 @@ navmap.folder.open.gif; navmap.folder.closed.gif; navmap.folder.open.nomanip.gif; navmap.folder.closed.nomanip.gif; +neutral.gif; 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; @@ -4120,6 +4494,8 @@ whitespace7.gif; whitespace8.gif; whitespace9.gif; wink.gif; +xls.gif; +xls_big.gif; xml.gif; xml_big.gif; zip.gif; @@ -4137,6 +4513,8 @@ Miscellaneous resources. authorfeed.gif; bomb.gif; +smallFAQ.gif; +smallBug.gif; cat_button.gif; chat.gif; eval_button.gif; @@ -4147,10 +4525,9 @@ subm_button.gif -loncom/xml/tth.pm -usr/lib/perl5/site_perl/5.005/tth.pm +modules/TexConvert/tthperl/tth.pm usr/lib/perl5/site_perl/5.6.0/tth.pm -home/httpd/lib/perl/tth.pm +home/httpd/lib/perl/tth.pm system file perl module for invoking functions specific to TeX-to-HTML conversion @@ -4241,10 +4618,18 @@ entries. 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.005/tth.so usr/lib/perl5/site_perl/5.6.0/tth.so -home/httpd/lib/perl/tth.so +home/httpd/lib/perl/tth.so system file shared library file for dynamic loading and unloading @@ -4266,9 +4651,8 @@ modules/TexConvert/tthperl/commands loncom/homework/caparesponse/capa.pm -usr/lib/perl5/site_perl/5.005/capa.pm usr/lib/perl5/site_perl/5.6.0/capa.pm -home/httpd/lib/perl/capa.pm +home/httpd/lib/perl/capa.pm system file perl module for invoking functions specific to CAPA @@ -4282,9 +4666,8 @@ the build process however. loncom/homework/caparesponse/capa.bs -usr/lib/perl5/site_perl/5.005/capa.bs usr/lib/perl5/site_perl/5.6.0/capa.bs -home/httpd/lib/perl/capa.bs +home/httpd/lib/perl/capa.bs system file bootstrap file associated with dynamic loading of this module on multiple @@ -4299,9 +4682,8 @@ the build process however. loncom/homework/caparesponse/capa.so -usr/lib/perl5/site_perl/5.005/capa.so usr/lib/perl5/site_perl/5.6.0/capa.so -home/httpd/lib/perl/capa.so +home/httpd/lib/perl/capa.so system file shared library file for dynamic loading and unloading @@ -4493,13 +4875,21 @@ udel.gif; uz.gif; fvl.gif; csm.gif; -fit.gif; nau.gif; +nagoya.gif; +acadiau.gif; +huji.gif; +ifusp.gif; +ucsc.gif; +waverly.gif; +cmich.gif; UNICAMP.gif; glps.gif; BCHS.gif; headersfu.gif; -uwsp.gif +uwsp.gif; +bsu.gif; +wmston.gif; @@ -4513,12 +4903,18 @@ annarbor.tab; default.tab; msu.tab; csm.tab; -fit.tab; +huji.tab; nau.tab; +nagoya.tab; +acadiau.tab; +cmich.tab; +ifusp.tab; +ucsc.tab; UNICAMP.tab; fsu.tab; sfu.tab; -worf.tab +wmston.tab; +worf.tab; @@ -4578,6 +4974,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 @@ -4588,6 +5023,15 @@ anot.gif; back.gif; bchat.gif; bkm.gif; +bl_step1.gif; +bl_step2.gif; +bl_step3.gif; +bl_step4.gif; +bl_step5.gif; +bl_step6.gif; +bl_step7.gif; +bl_step8.gif; +bl_step9.gif; brws.gif; catalog.gif; ccrs.gif; @@ -4617,6 +5061,7 @@ ledoff.gif; ledon.gif; ledsend.gif; logout.gif; +mcrs.gif; mrk.gif; nav.gif; next.gif; @@ -4817,6 +5262,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 @@ -4885,12 +5346,19 @@ schemes of settings-updating and file-ov works/unverified -loncom/cron/loncapa -etc/cron.d/loncapa -static conf - -file that specifies periodic processes to run for the LON-CAPA machine - + 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/ntp/step-tickers @@ -4954,5 +5422,54 @@ configuration file to make LON-CAPA serv Appleshares access (Macintosh) + + loncom/interface/lonmodifycourse.pm + home/httpd/lib/perl/Apache/lonmodifycourse.pm + handler + + Interface to modifying a course's internal ENV values for automated + enrollement + + + + 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 + + Local handler for automated enrollment, standard version. + +