This wiki is for the exclusive use of my friends and colleagues. Account creation and anonymous editing have been turned off.

If you are a friend or colleague of mine, and would like to participate in this project, please send me a message.

If you find these pages useful, please donate to help cover server costs. Thanks!

Talk:Common Core Curriculum

From OdleWiki

Auxiliary Files

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 Category:Word Manual pages. Kenneth John Odle (talk) 12:08, 17 October 2013 (PDT)