Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

search_authors() should also allow looking in 00whois.xml #7

Open
karenetheridge opened this issue Mar 9, 2014 · 1 comment
Open

Comments

@karenetheridge
Copy link
Member

01mailrc.txt does not contain unicode author information, whereas 00whois.xml does. It would be useful to provide interfaces to search both these files, to gain access to information only available in one of them.

(note to self: find out why both these files exist and one cannot be phased out in favour of the other.)

@dagolden
Copy link

dagolden commented Mar 9, 2014

01mailrc provides email addresses -- which, by definition, can not be Unicode unless they are appropriately encoded. The whois appears to be for web page generation and other consumption.

Rather than larding up CPAN::Common::Index with routines to search what indexes we have (and, no, I don't want to add XML parsing because we don't have it in core), I'd like to instead suggest that we figure out what questions we're asking and what indexes that would imply and then get those implemented on PAUSE.

There have been a lot of extra indexes created for special purposes already and while I appreciate Andreas' willingness to add what people ask for, I also think we ought to step back and see if the existing indexes can be rationalized in a useful way -- possibly by delivering the underlying databases (sans password hashes) in a regularly updated way.

This is, of course, and ideal discussion for Lyon. ☺

cc: @rjbs @andk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant