<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.4" -->
<rss version="0.92">
<channel>
	<title>GSA Developer</title>
	<link>http://www.gsadeveloper.com</link>
	<description>Google Search Appliance and Google Mini development</description>
	<lastBuildDate>Thu, 27 Mar 2008 14:52:37 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>When your GSA license runs out</title>
		<description>In case you've wondered, when your Google Search Appliance license runs out, you'll receive this message in the admin area:

The license has expired. You are in the grace period. The software will stop crawling, indexing, and serving in 14 days. Please contact Google to extend your license.

The GSA will keep ...</description>
		<link>http://www.gsadeveloper.com/2008/03/27/when-your-gsa-license-runs-out/</link>
			</item>
	<item>
		<title>Google Mini XSS vulnerability</title>
		<description>The MID series Google Minis have a cross-site scripting vulnerability, Google Enterprise has just released a patch for it in the support area (you'll need your support login and password to get to it.)

If you're not sure what age Mini you have, there's a test code on that page you ...</description>
		<link>http://www.gsadeveloper.com/2007/09/27/google-mini-xss-vulnerability/</link>
			</item>
	<item>
		<title>You can&#8217;t spider XML with a Google Mini (so far)</title>
		<description>A question I've seen come up a lot which isn't answered directly by my earlier post is whether the Google Mini or Search Appliance can spider raw XML. Unfortunately, no, it cannot.

The Mini / Search Appliance can read the XML, but it takes it in as straight text, so any ...</description>
		<link>http://www.gsadeveloper.com/2007/01/16/spider-xml-google-mini/</link>
			</item>
	<item>
		<title>Pages without titles get blank &lt;T&gt; nodes in XML</title>
		<description>When using the XML API to your Google Mini or Search Appliance, if a page in the search results does not have a &#60;title&#62; in it's HTML, then it does not have a 'T' node (in GSP/RES/R/T) in the XML returned for the search.

The XSLT controlling the look of the ...</description>
		<link>http://www.gsadeveloper.com/2007/01/08/pages-titles-blank-t/</link>
			</item>
	<item>
		<title>Google Mini: Searching Subcollections from the frontend</title>
		<description>If you are creating new subcollections on your Google Mini (v1), and you want to search them from a drop down menu on the frontend, you will need to refresh the frontend to do it. Sound confusing, just do these steps (the same goes for turning on the menu for ...</description>
		<link>http://www.gsadeveloper.com/2007/01/08/searching-subcollections-frontend/</link>
			</item>
	<item>
		<title>p2b nominated in local awards</title>
		<description>The search site p2b, powered by a Google Search Appliance, has been nominated in the Brighton & Hove Web Awards. 

Oddly enough, it's hosting the site for the awards, but nominations are separate for that so there shouldn't be any shenannigans going on.

I worked on p2b last summer, writing sets ...</description>
		<link>http://www.gsadeveloper.com/2006/11/08/p2b-nominated/</link>
			</item>
	<item>
		<title>Fixing an error like /export/hda3 &#8230; (No such file or directory)</title>
		<description>While setting up a Google Mini search for a site recently, I kept getting an error message like this:

/export/hda3/4.3.105.M.6/local/conf/frontends/default_Frontend/domain_filter (No such file or directory)

When trying to use the XML API to get the results back. I tried various things and eventually contacted the host to make sure their setup wasn't ...</description>
		<link>http://www.gsadeveloper.com/2006/09/29/fixing-error-export-hda3/</link>
			</item>
	<item>
		<title>Latest project: Course Searcher</title>
		<description>I'm happy to announce my latest Google Mini project: Course Searcher

It's a search engine that covers educational courses for 14-19 year olds in Brighton and Hove (the area of the UK I live in.) I've written up what I did for the project in on my freelancing site.

We've used custom ...</description>
		<link>http://www.gsadeveloper.com/2006/09/15/latest-project-course-searcher/</link>
			</item>
	<item>
		<title>Ignoring specific content on a page</title>
		<description>If you want your Google Mini or Search Appliance to ignore part of your page, you can use some special tags to stop the content being indexed (and therefore brought back in the search results.) 

Surround the content you want ignored with the following tags:

&#60;!-- googleoff: index --&#62;  &#60;!-- ...</description>
		<link>http://www.gsadeveloper.com/2006/07/28/ignoring-content/</link>
			</item>
	<item>
		<title>Custom meta tags in search results and full stops</title>
		<description>When you're using custom meta tags on your pages so you can serve up or search very specific information in your Google Mini or Search Appliance, it's important to chose a meta name that will not conflict with other meta tags that might exist on your site or the public ...</description>
		<link>http://www.gsadeveloper.com/2006/05/04/custom-meta-tags-in-search-results-and-full-stops/</link>
			</item>
	<item>
		<title>Crawling status in your Google Mini</title>
		<description>When you're spidering (or 'crawling') using your Google Mini, you get a little box telling you it's status - or at least you do on the old/v1 Mini, I haven't tried a new Mini yet.

Within the box you get a list of:
Total Inflight URLs - these are links it has ...</description>
		<link>http://www.gsadeveloper.com/2006/05/04/crawling-status-in-your-google-mini/</link>
			</item>
	<item>
		<title>Avoiding session IDs when spidering</title>
		<description>Many web sites use sessions to keep track of visitors as they browse around. If you do not have cookies turned on in your browser, the cookie may be sent through the URL so the site can still track you. This is very useful if it's storing your shopping basket ...</description>
		<link>http://www.gsadeveloper.com/2006/04/20/avoiding-session-ids-when-spidering/</link>
			</item>
	<item>
		<title>How to show different looking results based on subcollection</title>
		<description>A common question is "How can I make the Google Mini show a different results page depending on the subcollection being used?" You might want to do this because you have a search covering an intranet and public area, or just two very different sites.

The Mini can only show one ...</description>
		<link>http://www.gsadeveloper.com/2006/03/09/show-different-subcollection/</link>
			</item>
	<item>
		<title>Can you put new pages or applications on a Google Mini?</title>
		<description>I've had these questions myself, and been asked it by a few people: "How do I put my website pages on a Google Mini?" and "Can I install my own application on a Mini, e.g. my web app or webstats?"

The answer to both questions is: no, you cannot put your ...</description>
		<link>http://www.gsadeveloper.com/2006/03/09/can-you-put-new-pages-or-applications-on-a-google-mini/</link>
			</item>
	<item>
		<title>What the Google Mini is good at, and what it is not good at</title>
		<description>I've been talking to various people recently, both by e-mail and at the Mini Google Group, who want to use a Mini for things it really isn't suited for, so hopefully this will be helpful:

What the Google Mini is good at

It is very good at searching through lots of unstructured ...</description>
		<link>http://www.gsadeveloper.com/2006/03/07/google-mini-good-not-good/</link>
			</item>
</channel>
</rss>
