Wikia Search issues community-based challenge to Google and Yahoo


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Wikia Search issues community-based challenge to Google and Yahoo
# 1  
Old 01-08-2008
Wikia Search issues community-based challenge to Google and Yahoo

Tue, 08 Jan 2008 16:00:00 GMT
Yesterday brought the alpha release of Wikia Search, a new engine built on free software and free culture values. For Wikia co-founder Jimmy Wales, the release is a milestone in the realization of a long-held dream. However, as he tells Linux.com, Wikia Search is still a couple of years from maturity, with many of the details still to work out.


Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Web Development

302 Redirects Issues Effected Google Search Console (GSC) Fixed - DBSEO Goto Rewrite Problems Solved

Finally! Yesterday I FINALLY figured out why Google Search Console (GSE) was showing so many pages with 302 redirects in our link budget. For over a year, I thought this issue was relate to either Apache2 or DBSEO (our PHP module which rewrites our links to be SEO friendly). However, when I... (5 Replies)
Discussion started by: Neo
5 Replies

2. What is on Your Mind?

Google Search Console - Mobile Usability - No Errors or Issues - New Milestone

For the first time in the history of the site Google Search Console (GSC) has unix.com showing "no mobile viewability errors". This is no small achievement considering the hundreds of thousand of lines of legacy code we run at a site which has been around much longer than Facebook or LinkedIn: ... (0 Replies)
Discussion started by: Neo
0 Replies

3. UNIX for Advanced & Expert Users

how to send email using "mail" to google or yahoo

hi all, i need to email the output of a command to a google or yahoo account. am using debian lenny 5. can someone please help me on this ? (5 Replies)
Discussion started by: coolatt
5 Replies

4. Web Development

Search Engine Optimization (SEO) - Google v. Yahoo.

Over 95 percent of our web site traffic somes from Google search referrals, and less than 1 percent from Yahoo search referrals. We submit site maps daily to both Yahoo and Google. Any idea why Google is so strong and Yahoo is so weak? (7 Replies)
Discussion started by: Neo
7 Replies
Login or Register to Ask a Question
WWW::Search::Yahoo::UK(3pm)				User Contributed Perl Documentation			       WWW::Search::Yahoo::UK(3pm)

NAME
WWW::Search::Yahoo::UK - class for searching Yahoo! UK (not Ireland) SYNOPSIS
use WWW::Search; my $oSearch = new WWW::Search('Yahoo::UK'); my $sQuery = WWW::Search::escape_query("Surrey"); $oSearch->native_query($sQuery); while (my $oResult = $oSearch->next_result()) print $oResult->url, " "; DESCRIPTION
This class is a Yahoo! UK specialization of WWW::Search. It handles making and interpreting searches on Yahoo! UK http://uk.yahoo.com. This class exports no public interface; all interaction should be done through WWW::Search objects. NOTES
SEE ALSO
To make new back-ends, see WWW::Search. BUGS
Please tell the maintainer if you find any! TESTING
There are no tests defined for this module. AUTHOR
"WWW::Search::Yahoo" is maintained by Martin Thurn (mthurn@cpan.org). LEGALESE
Copyright (C) 1998-2009 Martin 'Kingpin' Thurn THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. perl v5.12.4 2011-11-02 WWW::Search::Yahoo::UK(3pm)