Changeset 171

Show
Ignore:
Timestamp:
04/19/08 12:22:09 (7 months ago)
Author:
eric.dumin..@gmail.com
Message:

Cleaning up

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/oo_indexer/lib/picolena/templates/lib/filter_DSL.rb

    r170 r171  
    1 #Module used to define Filters with DSL 
    2 #For example, to convert "Microsoft Office Word document" to plain text 
     1# Defines Filters with DSL 
     2# For example, to convert "Microsoft Office Word document" to plain text 
    33#   Filter.new { 
    44#      from :doc, :dot 
     
    88#      which_should_for_example_extract 'district heating', :from => 'Types of malfunction in DH substations.doc' 
    99#   } 
     10 
     11#FIXME: Find a cleaner way 
    1012require 'app/models/filter.rb' 
    1113class Filter 
  • branches/oo_indexer/lib/picolena/templates/lib/filters/adobe.pdf.rb

    r170 r171  
    66 
    77Filter.new { 
    8   puts self.inspect 
    98  from :pdf 
    109  as "application/pdf"