- Timestamp:
- 04/23/08 02:13:22 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/picolena/templates/lib/plain_text_extractors/ms.rtf.rb
r178 r216 9 9 as "application/rtf" 10 10 aka "Microsoft Rich Text Format" 11 with "unrtf SOURCE -t text" => :on_linux, "some other command" => :on_windows 11 with "unrtf SOURCE -t text" => :on_linux_and_mac_os, 12 "some other command" => :on_windows 12 13 which_should_for_example_extract 'Resampling when limiting', :from => 'ReadMe.rtf' 13 14 }
