2004-07-28  Alex Graveley  <alex@ximian.com>

	* tools/IndexWebContent.cs: Rename --uri to --url, to match
	implementation.
	Return an exitcode of 1 on error.
	Catch indexing error to ensure we always delete sourcefile.

2004-07-28  Alex Graveley  <alex@ximian.com>

	* mozilla-extension/content/beaglePrefs.xul: Add <checkbox> for
	beagle.security.active pref.

	* mozilla-extension/content/beaglePrefs.js: Support
	beagle.security.active pref to enable https indexing.

	* mozilla-extension/content/beagleOverlay.js: Index https pages if
	pref is chosen.  Fix bug in https detection since
	location.protocol includes the trailing ':'. Cleanup
	beagleProcessClick.

	* mozilla-extension/install.rdf: Add <optionsURL> so options can
	be opened from Extension Manager window.

2004-07-27  Alex Graveley  <alex@ximian.com>

	* mozilla-extension/: Add initial commit of the mozilla/firefox
	indexing extension.

	* configure.in: Add mozilla-extension/Makefile.

	* Makefile.am (SUBDIRS): Add mozilla-extension.

2004-07-27  Alex Graveley  <alex@ximian.com>

	* tools/Makefile.am (INDEX_WEB_CONTENT_WRAPPER): Rename
	beagle-epiphany-index to beagle-index-url since it will be used by
	mozilla too.

	* tools/IndexWebContent.cs: Take --url, --title, --sourcefile,
	--deletesourcefile arguments.  Print usage if url or
	sourcefile/stdin is missing.

	* epiphany-extension/ephy-beagle-extension.c (load_status_cb):
	Pass "--url" and "--title" to beagle-index-url.