--
AshishNaval - 30 Oct 2004
How about a plugin that callable from the view template that forms a google query on the page that you are looking at?
For example: say you are looking at a page called
FinancialStatementAnalysis, a button on the template would lead you to (perhaps a popup) page of
Google:Financial+Statement+Analysis
Just so you know: I've no plans to make this in the near-term.
--
MartinCleaver - 26 Apr 2003
Moved this topic from the Codev web to here.
--
PeterThoeny - 27 Apr 2003
Seems like Ashish implemented Martin's idea.
Ashish: It might help to add an example illustrating how a Google link will look like.
For next version, could you measure and document the Plugin
Benchmarks?
Feedback on code:
- Settings are case sensitive. Name the debug setting
GOOGLESEARCHPLUGIN_DEBUG, not GOOGLESEARCHPLUGIN_Debug.
- Don't use undocumented
$TWiki::topicName, better to use the topic name supplied in commonTagsHandler, or the topic name supplied during Plugin init. The one from Plugin init is stored in the Plugin global variable $topic.
--
PeterThoeny - 30 Oct 2004
- I have made the required changes in the code , and now version 1.001 is uploaded.Benchmarking is still pending.That I'll see after 4-5 days . As I am presently developing 2 more plug
--
AshishNaval - 31 Oct 2004
.zip checked into
CVSplugins:GoogleSearchPlugin
--
WillNorris - 23 Nov 2004
I set the SHORTDESCRIPTION, please feel free to take this into the next release.
--
PeterThoeny - 21 Sep 2006