File:  [LON-CAPA] / loncom / interface / filecategories.tab
Revision 1.4: download - view: text, annotated - select for diffs
Fri Jul 1 19:59:36 2016 UTC (7 years, 9 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_12_X, HEAD
- Course "Authoring" Space
  "Import a File" and "Image" blocks in Colorful Editor include a "Choose File"
  link which allows selection of published files from "Course Authoring" Space,
  or upload of a new file (with auto-publication).

# The LearningOnline Network
# file categories useful for searching against
#
# $Id: filecategories.tab,v 1.4 2016/07/01 19:59:36 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
# This file is part of the LearningOnline Network with CAPA (LON-CAPA).
#
# LON-CAPA is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# LON-CAPA is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with LON-CAPA; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
#
# /home/httpd/html/adm/gpl.txt
#
# http://www.lon-capa.org/
#
#####################################################################
#
# Lines which begin with '#' are considered to be comments and ignored.
# This means that comments must begin flush on the left and will span
# entire lines.  
#
# The file entries should correspond with some of the values in filetypes.tab.
# The categories are meant to be of "searchable" interest.
#
#####################################################################
#####################################################################
#
# extension  category
#--------------------------------------------------------------------
htm            Pages
xml            Pages
html           Pages
txt            Pages
page           Pages
gif            Pictures
jpg            Pictures
jpeg           Pictures
png            Pictures
svg            Pictures
avi            Movies
mov            Movies
qt             Movies
qt             Audio
aiff           Audio
wav            Audio
mp3            Audio
problem        Problem
quiz           Problem
exam           Problem
library        Library
sequence       Sequence

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>