Difference between revisions of "Talk:Common Core Curriculum"
From OdleWiki
(Created page with "I'm not sure about including links to the alignment tools here, since Xoda does not permit direct links to files. I need to do one of the following: * Recode Xoda to allow dir...") |
|||
Line 5: | Line 5: | ||
[[User:Kenneth John Odle|Kenneth John Odle]] ([[User talk:Kenneth John Odle|talk]]) 07:12, 17 October 2013 (PDT) | [[User:Kenneth John Odle|Kenneth John Odle]] ([[User talk:Kenneth John Odle|talk]]) 07:12, 17 October 2013 (PDT) | ||
+ | |||
+ | '''Fourth Solution''' | ||
+ | Just added this to LocalSettings.php: | ||
+ | <pre> | ||
+ | $wgFileExtensions[] = 'ods'; | ||
+ | $wgFileExtensions[] = 'odt'; | ||
+ | $wgFileExtensions[] = 'odp'; | ||
+ | $wgFileExtensions[] = 'pdf'; | ||
+ | $wgFileExtensions[] = 'mp3'; | ||
+ | $wgMimeDetectorCommand = 'file -bi'; | ||
+ | </pre> | ||
+ | |||
+ | The advantage of this approach is that students can upload .mp3 files of word pronunciations to the [[Category:Word Manual]] pages. |
Revision as of 19:07, 17 October 2013
I'm not sure about including links to the alignment tools here, since Xoda does not permit direct links to files. I need to do one of the following:
- Recode Xoda to allow direct linking to files. (And to make it accessible in Chrome.) This requires more time than I currently have.
- Find a different online file manager. I really like Xoda, but it does have some shortcomings.
- Just ftp files directly to that subdomain and create links directly. The problem is that I don't want others to be able to have direct access to the directory.
Kenneth John Odle (talk) 07:12, 17 October 2013 (PDT)
Fourth Solution Just added this to LocalSettings.php:
$wgFileExtensions[] = 'ods'; $wgFileExtensions[] = 'odt'; $wgFileExtensions[] = 'odp'; $wgFileExtensions[] = 'pdf'; $wgFileExtensions[] = 'mp3'; $wgMimeDetectorCommand = 'file -bi';
The advantage of this approach is that students can upload .mp3 files of word pronunciations to the pages.