Re: OT: help with search

2015-11-02 Thread jd1008
On 11/02/2015 03:29 PM, Jon LaBadie wrote: On Mon, Nov 02, 2015 at 11:22:38AM -0700, jd1008 wrote: ... No. Not a local page. It can be any public search engine, and it can be any specific phrase. I already provided an example. But the example does not give me just the raw texts of the links o

Re: OT: help with search

2015-11-02 Thread Jon LaBadie
On Mon, Nov 02, 2015 at 11:22:38AM -0700, jd1008 wrote: > ... > > No. > Not a local page. It can be any public search engine, > and it can be any specific phrase. > I already provided an example. > But the example does not give me just the raw texts of > the links of the hits found, nor does it

Re: OT: help with search

2015-11-02 Thread bruce
snidely.. and your TOPHAT!! thanks for the laugh bro! On Mon, Nov 2, 2015 at 1:55 PM, Rick Stevens wrote: > On 11/02/2015 10:48 AM, bruce wrote: >> >> Rick!!! >> >> Really, you're throwing this person to java!!! You're a cruel dude!!! > > > Muah-hah-hah! (twirling moustache and cackling evilly

Re: OT: help with search

2015-11-02 Thread Rick Stevens
On 11/02/2015 10:48 AM, bruce wrote: Rick!!! Really, you're throwing this person to java!!! You're a cruel dude!!! Muah-hah-hah! (twirling moustache and cackling evilly!) But yeah, a web crawler is what you need. As stated, do a goog search, there are plenty out there. You just need an easy

Re: OT: help with search

2015-11-02 Thread bruce
Rick!!! Really, you're throwing this person to java!!! You're a cruel dude!!! But yeah, a web crawler is what you need. As stated, do a goog search, there are plenty out there. You just need an easy to use crawler that you can point a site at, and the crawler will then iterate through all the pa

Re: OT: help with search

2015-11-02 Thread Rick Stevens
On 11/02/2015 10:22 AM, jd1008 wrote: On 11/02/2015 11:15 AM, bruce wrote: ok... so you have a 'local' site, not a page, and you want to extract/get all the links for the 'domain' of the site you're looking at. you're going to have to have an app/process that crawls the site, and generates

Re: OT: help with search

2015-11-02 Thread jd1008
On 11/02/2015 11:15 AM, bruce wrote: ok... so you have a 'local' site, not a page, and you want to extract/get all the links for the 'domain' of the site you're looking at. you're going to have to have an app/process that crawls the site, and generates the links. there are a bunch of open s

Re: OT: help with search

2015-11-02 Thread bruce
ok... so you have a 'local' site, not a page, and you want to extract/get all the links for the 'domain' of the site you're looking at. you're going to have to have an app/process that crawls the site, and generates the links. there are a bunch of open source stuff to allow you to craft a proce

Re: OT: help with search

2015-11-02 Thread jd1008
On 11/01/2015 08:01 PM, bruce wrote: hey... is your issue, you have a specific site you can point to, and you want to get links off the site? or is it something else? On Sun, Nov 1, 2015 at 7:30 PM, jd1008 wrote: I googled for a way to list all items found on a single page. What I am sea

Re: OT: help with search

2015-11-01 Thread M. Fioretti
On 2015-11-02 01:30, jd1008 wrote: I googled for a way to list all items found on a single page. What I am searching for is very very specific (in double quotes) and only on a specific web site: FOr example: my_Favorite_Site.com: "my specific phrase" -some_word It comes up with a total of 12K

Re: OT: help with search

2015-11-01 Thread bruce
hey... is your issue, you have a specific site you can point to, and you want to get links off the site? or is it something else? On Sun, Nov 1, 2015 at 7:30 PM, jd1008 wrote: > I googled for a way to list all items found on a single page. > What I am searching for is very very specific (in d

Re: OT: help with search

2015-11-01 Thread Joe Zeff
On 11/01/2015 04:30 PM, jd1008 wrote: my_Favorite_Site.com: "my specific phrase" -some_word I think what you want it this: "my specific phrase" site:my_Favorite_Site.com -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproje

[SOLVED - kind of] OT: help with search

2015-11-01 Thread jd1008
On 11/01/2015 05:30 PM, jd1008 wrote: I googled for a way to list all items found on a single page. What I am searching for is very very specific (in double quotes) and only on a specific web site: FOr example: my_Favorite_Site.com: "my specific phrase" -some_word It comes up with a total of

OT: help with search

2015-11-01 Thread jd1008
I googled for a way to list all items found on a single page. What I am searching for is very very specific (in double quotes) and only on a specific web site: FOr example: my_Favorite_Site.com: "my specific phrase" -some_word It comes up with a total of 12K hits on that web site. I need a way