RE: New Module Advice

2002-07-18 Thread Midh Mulpuri
'FileMetaInfo' should work great. Thanks for the advice. -Original Message- From: Tim Bunce [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 17, 2002 6:47 PM To: Midh Mulpuri Cc: 'Ade Olonoh'; [EMAIL PROTECTED] Subject: Re: New Module Advice Maybe FileMetaInf

Re: New Module Advice

2002-07-17 Thread Tim Bunce
Metadata. > > The best alternative I can come up with is File::Metadata. Is this any > better? > > > -Original Message- > From: Ade Olonoh [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 16, 2002 8:27 PM > To: Midh Mulpuri > Cc: [EMAIL PROTECTED] > Subj

RE: New Module Advice

2002-07-17 Thread Midh Mulpuri
EMAIL PROTECTED] Subject: Re: New Module Advice What kind of meta data do you mean? It sounds like there is application-specific functionality that the Miner/Store modules provide, rather than being a general Star/Open Office parser or an HTML parser. The type of meta data you're retrievin

Re: New Module Advice

2002-07-17 Thread Andy Wardley
On Tue, Jul 16, 2002 at 08:27:17PM -0500, Ade Olonoh wrote: >Another problem would be the Namespace. MetaInfo sees available. > I could release the modules as MetaInfo::Miner::- and > MetaInfo::Store::-- if I wanted to release both sets. How about something like Data::MetaDat

Re: New Module Advice

2002-07-16 Thread Ade Olonoh
What kind of meta data do you mean? It sounds like there is application-specific functionality that the Miner/Store modules provide, rather than being a general Star/Open Office parser or an HTML parser. The type of meta data you're retrieving from the files would probably hint towards a better

New Module Advice

2002-07-15 Thread Midh Mulpuri
I am writing an application that collects and stores meta data from a variety of files (e.g. Star/Open Office files, HTML files) etc. The application is written as one set of modules that extract this meta data from a file and another set of modules that store this information. The informat