--- doc/loncapafiles/loncapafiles.lpml 2003/12/02 18:27:45 1.301 +++ doc/loncapafiles/loncapafiles.lpml 2004/06/01 13:35:19 1.355 @@ -2,7 +2,7 @@ "http://lpml.sourceforge.net/DTD/lpml.dtd"> - + + weak_delete home/httpd/lib/perl server readonly @@ -461,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 @@ -503,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 @@ -605,6 +635,12 @@ 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 @@ -1047,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/ @@ -1070,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; @@ -1088,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; @@ -1256,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. @@ -1699,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 @@ -1745,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 @@ -1963,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; @@ -1992,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; @@ -2032,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; @@ -2082,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; @@ -2100,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; @@ -2141,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; @@ -2176,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; @@ -2184,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; @@ -2212,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 @@ -2219,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 @@ -2560,8 +2852,13 @@ Translation files. de.pm; pt.pm; +fr.pm; ja.pm; tr.pm; +ru.pm; +fa.pm; +ar.pm; +es.pm; @@ -2845,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 @@ -3325,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 @@ -3506,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 @@ -3596,6 +3926,13 @@ loncom/build/pod2html.sh ../auth/loncacc works/unverified +loncom/auth/londatecheck.pm +home/httpd/lib/perl/Apache/londatecheck.pm +handler +Part of the "due date interval" code Guy recently submitted recently. +Must not be very good as it lacks GPL headers and does not even contain a single comment explaining what it's doing. + + loncom/auth/lonlogout.pm home/httpd/lib/perl/Apache/lonlogout.pm handler @@ -3609,6 +3946,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 @@ -4033,6 +4376,8 @@ class_big.gif; coolindiff.gif; coolsmile.gif; cry.gif; +doc.gif; +doc_big.gif; dvi.gif; dvi_big.gif; eps.gif; @@ -4104,6 +4449,8 @@ pdf.gif; pdf_big.gif; png.gif; png_big.gif; +ppt.gif; +ppt_big.gif; problem.gif; problem_big.gif; ps.gif; @@ -4154,6 +4501,8 @@ whitespace7.gif; whitespace8.gif; whitespace9.gif; wink.gif; +xls.gif; +xls_big.gif; xml.gif; xml_big.gif; zip.gif; @@ -4171,6 +4520,8 @@ Miscellaneous resources. authorfeed.gif; bomb.gif; +smallFAQ.gif; +smallBug.gif; cat_button.gif; chat.gif; eval_button.gif; @@ -4274,6 +4625,15 @@ 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.6.0/tth.so home/httpd/lib/perl/tth.so @@ -4522,13 +4882,23 @@ udel.gif; uz.gif; fvl.gif; csm.gif; -fit.gif; nau.gif; +nagoya.gif; +acadiau.gif; +psuerie.gif; +redford.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; @@ -4542,12 +4912,20 @@ annarbor.tab; default.tab; msu.tab; csm.tab; -fit.tab; +huji.tab; nau.tab; +nagoya.tab; +acadiau.tab; +psuerie.tab; +redford.tab; +cmich.tab; +ifusp.tab; +ucsc.tab; UNICAMP.tab; fsu.tab; sfu.tab; -worf.tab +wmston.tab; +worf.tab; @@ -4607,6 +4985,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 @@ -4617,6 +5034,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; @@ -4646,6 +5072,7 @@ ledoff.gif; ledon.gif; ledsend.gif; logout.gif; +mcrs.gif; mrk.gif; nav.gif; next.gif; @@ -4930,12 +5357,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 @@ -4999,5 +5433,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. + +