Ignore:
Timestamp:
2009-01-06T18:40:53+13:00 (15 years ago)
Author:
ak19
Message:

Now plugins provide the option of base64 encoding or url encoding filenames that are to be renamed (when copied into the archives dir). Previously renamed files would always be url-encoded. URL-encoding is the default now for most plugins except MP3Plugin and OggVorbisPlugin, where the default is base64 encoding. Base64 encoding filenames upon renaming them was introduced so that more files that browsers try to open in external applications can open them, since url encoding does not seem to be implemented the same everywhere (for instance, windows media player is unable to handle url-encoded wmv filenames when such files are launched in it through the browser).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/perllib/strings.properties

    r17939 r18319  
    716716BasePlugin.stems:stems
    717717
     718BasePlugin.file_rename_method:The method to be used in renaming the copy of the imported file and associated files.
     719
     720BasePlugin.rename_method.url:Use url encoding in renaming files and associated files.
     721
     722BasePlugin.rename_method.base64:Use base64 encoding in renaming imported files and associated files.
     723
    718724BibTexPlugin.desc:BibTexPlugin reads bibliography files in BibTex format. BibTexPlugin creates a document object for every reference in the file. It is a subclass of SplitTextFile, so if there are multiple records, all are read.
    719725
Note: See TracChangeset for help on using the changeset viewer.