[DQSD-Users] Search for www.heavenlydoctrines.com

2003-02-21 Thread Stephen Simons
Attached is hd.xml

so that you can search www.heavenlydoctrines.com.



Stephen R. Simons
Software Development
The Academy of the New Church
STAIRS Project
2895 College Drive
P.O. Box 717
Bryn Athyn, PA 19009
Website: www.heavenlydoctrines.org
Email: [EMAIL PROTECTED]
Phone: (215) 914-4852


search function=hd
  COMMENT

Even though this XML search will probably load and is a good start
toward a completed search, please be aware that this search will probably
not work as is and will probably require some changes.

  /COMMENT
  nameHeavenly Doctrines/name
  categoryReference/category
  contributorSTAIRS/contributor
  linkhttp://www.heavenlydoctrines.com//link
  email[EMAIL PROTECTED]/email
  description
  Search the Heavenly Doctrines.  Find out about the Second Coming of Christ.
  /description
  form name=hdf
method=post
action=http://www.heavenlydoctrines.com/search/result.php;

COMMENT The following field was active (i.e. had focus) when the search was 
generated. /COMMENT

input type=hidden name=hdq value= /
  /form
  script![CDATA[
function hd(q)
{
  if( nullArgs(hd, q) )
return;

  // FORM variables for hdf

  // The wizard assigned the search string to this form field value because
  // this field was the active element when the search file was generated.
  // Change this to args.q if the search string is parsed with parseArgs.
  document.hdf.hdq.value = q;

  submitForm(hdf);
}
  ]]/script
  copyright
The following applies if this file is included and distributed with Dave's Quick 
Search Deskbar:
Copyright (c) 2002 David Bau; Distributed under the terms of the GNU Public 
License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  /copyright
  created_by
This search file was initially created on 02/19/03 at 14:34:54
by Dave's Quick Search Deskbar Search Wizard version 1.0.1 ,
Copyright (c) 2002 Glenn Carr; Distributed under the terms of the GNU General 
Public License, Version 2
  /created_by
/search


RE: [DQSD-Users] New to the list, thought I'd share a search

2003-02-21 Thread John W. Bairen, Jr.



Paul,

I 
have uploaded this for you. I took the liberty of renaming it to bta.xml 
and the function to bta so that a conflict won't occur should someone want to 
search google for the word beta.

JB


  -Original Message-From: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]On Behalf Of Paul 
  HounshellSent: Friday, February 21, 2003 3:58 PMTo: 
  [EMAIL PROTECTED]Subject: [DQSD-Users] New to the 
  list, thought I'd share a search
  Nifty little search for searching BetaNews to 
  find out about new betas attached.
  
  beta 123 - returns the last 123 
betas
  beta mp3 - returns recent betas containing "mp3" 
  in the name or description
  
  That's all. Any other nifty searches that 
  are "must-have"s?
  
  
  
  Paul Hounshell
  
  Email: [EMAIL PROTECTED]


RE: [DQSD-Users] New to the list, thought I'd share a search

2003-02-21 Thread Nikolai Devereaux

 I have uploaded this for you.  I took the liberty of renaming
 it to bta.xml and the function to bta so that a conflict won't
 occur should someone want to search google for the word beta.

Man, I wish someone did that for ascii!  I can't tell you how many times
I've wanted to search for ascii chart and seen the ascii breakdown of the
'c' character!


Nik



---
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id=8601


RE: [DQSD-Users] Using another editor and browser

2003-02-21 Thread John W. Bairen, Jr.
Shoot... Jeff below I said If I understand it you should be able to put
something like the following in your localaliases.txt:  It should've been
localprefs.js.  Sorry.

JB


 -Original Message-
 From: John W. Bairen, Jr. [mailto:[EMAIL PROTECTED]
 Sent: Friday, February 21, 2003 7:45 PM
 To: [EMAIL PROTECTED]
 Subject: RE: [DQSD-Users] Using another editor and browser


 Hi Jeff.

 I started to reply to your e-mail last week but got lost in
 actually getting it to work.  There is an xml file in the
 searches directory (configure.xml).  These functions are in that file...

  function editCSSFile(strFilename)
   {
   var myEditor = (typeof cssEditorExe != undefined)
 ? cssEditorExe : notepad;
   var install_dir = .;
   if (ensureLauncher())
   {
   install_dir = DQSDLauncher.InstallationDirectory;
   }
   var cmd = \+myEditor+\
 \+install_dir+\\+strFilename + \;
   openDocument(cmd);

   }

   function editConfigFile(strFilename)
   {
   var myEditor = (typeof configureEditorExe !=
 undefined) ? configureEditorExe : notepad;
   var install_dir = .;
   if (ensureLauncher())
   {
   install_dir = DQSDLauncher.InstallationDirectory;
   }
   var cmd = \+myEditor+\
 \+install_dir+\\+strFilename + \;
   openDocument(cmd);
   }

 If I understand it you should be able to put something like the
 following in your localaliases.txt:
 cssEditorExe=c:\progfiles\myapp\myapp.exe
 configureEditorExe=c:\progfiles\myapp2\myapp2.exe

 making the appropriate edits as necessary.

 PROBLEM: I couldn't get that to work. (Brent, I think you wrote
 configure.xml is this correct?  Should the !=undefined actually
 be =undefined in the functions?)

 SO: You could always just edit those functions in configure.xml
 and replace notepad with the full path to the exe.
 BUT: Configure.xml will always get overwritten on upgrade.

 SO: There are 3 possibilities to overcome this:
  1. Make a back up of your configure.xml after making the change.
  Put that file in place after any future upgrades.
  2. Make configure.xml read-only.  Then it shouldn't get over
 written on upgrade.
  3. Put a copy of the changed configure.xml file in your
 localsearches directory.  I think this will cause it to
 over-ride the main one in the searches directory.  But I am not
 sure about this one.

 I think the Opera problem is based on the fact that deep down in
 your registry... somewhere IE still thinks it is the default.  I
 am not sure about this since I do not use Opera.  Maybe some
 other Opera user can pipe in.  You might try using the SetBrowser
 tool to help setting Opera as the default browser everywhere.
 You can get SetBrowser here:

 http://www.pc-tools.net/win32/freeware/setbrowser/

 Sorry it took so long to get you an answer.  Let us know which of
 these suggestions help and which do not.

 Thanks,
 JB


  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] Behalf Of Jeffrey A.
  Shumway
  Sent: Friday, February 21, 2003 7:14 PM
  To: [EMAIL PROTECTED]
  Subject: [DQSD-Users] Using another editor and browser
 
 
  Hi All,
 
  I have two quick questions as a new user of this fine search tool.
 
  First, is there a way to open the preferences.js in my own editor rather
  than in Notepad.
 
  Second, the default browser option does not seem to be working.  I have
  launchmode=1; specified in my localprefs.js file and I have restarted
  Quick Search, but it still launches IE if no other browser window is
  open.  If I have Opera open, it will pass the parameters to Opera.
 
  Thanks,
 
  Jeff
  --
  Jeffrey A. Shumway
 
 
 
  ---
  This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
  The most comprehensive and flexible code editor you can use.
  Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
  www.slickedit.com/sourceforge
  ___
  To unsubscribe visit:
  https://lists.sourceforge.net/lists/listinfo/dqsd-users
  [EMAIL PROTECTED]
  http://sourceforge.net/mailarchive/forum.php?forum_id=8601
 
 



---
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id=8601


RE: [DQSD-Users] Using another editor and browser

2003-02-21 Thread Brent Beardsley
It works correctly just be sure and escape the
backslashes and make sure the executable exists!

So for me and my editor whose path is

C:\program files\editplus 2\editplus.exe

I have

configureEditorExe=C:\\program files\\editplus
2\\editplus.exe;

Brent
--- John W. Bairen, Jr. [EMAIL PROTECTED] wrote:
   Should the !=undefined actually be =undefined
 in the functions?)
 
 
 hmmm just tried that... guess that's not it either.
 
 

---
 This SF.net email is sponsored by: SlickEdit Inc.
 Develop an edge.
 The most comprehensive and flexible code editor you
 can use.
 Code faster. C/C++, C#, Java, HTML, XML, many more.
 FREE 30-Day Trial.
 www.slickedit.com/sourceforge
 ___
 To unsubscribe visit:

https://lists.sourceforge.net/lists/listinfo/dqsd-users
 [EMAIL PROTECTED]

http://sourceforge.net/mailarchive/forum.php?forum_id=8601


__
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/


---
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id=8601


RE: [DQSD-Users] New to the list, thought I'd share a search

2003-02-21 Thread John W. Bairen, Jr.



DQSD 
is Open Source. You can get access to the source code and contribute 
modifications as you wish. The project is hosted on SourceForge at http://sourceforge.net/projects/dqsd

the 
files repository is here: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/dqsd/

You 
need to be given access to add your own files or you can mail them to this list 
and someone will post them for you. Your contribution will now be included 
in the next release of DQSD for all to have.

More 
info on contributing can be found on the faq page at http://www.dqsd.net/faq.xmlor http://www.dqsd.net/faq.htm

Check the Searches section and the Coding section. Thanks for 
contributing!

Hope 
that helps.
JB


  -Original Message-From: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]On Behalf Of Paul 
  HounshellSent: Friday, February 21, 2003 9:43 PMTo: 
  [EMAIL PROTECTED]Subject: Re: [DQSD-Users] New to 
  the list, thought I'd share a search
  Thanks, I hadn't thought of that. I'll keep 
  that in mind when doing more of these.
  
  Is there like a central repository for 
  these? Or is the set included with the toolbar the definitive set? 
  Again, thanks,
  
  - Paul Hounshell
  
  
- Original Message - 
From: 
John W. Bairen, 
Jr. 
To: [EMAIL PROTECTED] 

Sent: Friday, February 21, 2003 6:51 
PM
Subject: RE: [DQSD-Users] New to the 
list, thought I'd share a search

Paul,

I have uploaded this for you. I took the liberty of renaming it 
to bta.xml and the function to bta so that a conflict won't occur should 
someone want to search google for the word beta.

JB


  -Original Message-From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]On Behalf Of Paul 
  HounshellSent: Friday, February 21, 2003 3:58 PMTo: 
  [EMAIL PROTECTED]Subject: [DQSD-Users] New to 
  the list, thought I'd share a search
  Nifty little search for searching BetaNews to 
  find out about new betas attached.
  
  beta 123 - returns the last 123 
  betas
  beta mp3 - returns recent betas containing 
  "mp3" in the name or description
  
  That's all. Any other nifty searches 
  that are "must-have"s?
  
  
  
  Paul Hounshell
  
  Email: [EMAIL PROTECTED]