REBOL 3.0

Comments on: Googling REBOL 3 information

Carl Sassenrath, CTO
REBOL Technologies
20-Aug-2009 5:13 GMT

Article #0236
Main page || Index || Prior Article [0235] || Next Article [0237] || 3 Comments || Send feedback

If you are using REBOL 3, and you need to quickly find documentation, a good method is to include "REBOL 3" in your search field.

For example, Googling:

rebol 3 extensions

produces a different result than:

rebol extensions

The first line is much more useful.

This difference can be a bit annoying at times, so I thought I should note it. If you have found additional methods, let us know. Post a comment.

3 Comments

Comments:

Sunanda
20-Aug-2009 17:35:42
Putting words you want to be adjacent in quotes can help:

  "rebol 3 extensions"
(returns pages with that exact phrase)

Using * as wild card can help when doing quoted searches:

  "rebol * extensions"
(finds pages with "rebol three extensions" or "rebol 3 extensions")

And again:

"rebol 3 extension*"
(finds extension, extensions, extensioning etc)

And limiting a search to a specific site / part of a site can help too:

extension site:www.rebol.net/r3blogs/

Finally, use minus before a word to mean you don't want pages that include that word:

extensions -r2  site:www.rebol.com
(rebol.com pages that have "extensions" but not "r2")
RobertS
20-Aug-2009 17:46:46
I see that Oz is also using "extension" for DLL's
Carl S.
27-Aug-2009 2:35:14
Interestingly... Google is all of a sudden doing a much better job indexing the R3 documentation. For example, just typing REBOL Extensions will show numerous entries within the R3 docs. That result is quite different from a couple weeks ago.

Post a Comment:

You can post a comment here. Keep it on-topic.

Name:

Blog id:

R3-0236


Comment:


 Note: HTML tags allowed for: b i u li ol ul font span div a p br pre tt blockquote
 
 

This is a technical blog related to the above topic. We reserve the right to remove comments that are off-topic, irrelevant links, advertisements, spams, personal attacks, politics, religion, etc.

REBOL 3.0
Updated 26-Apr-2024 - Edit - Copyright REBOL Technologies - REBOL.net