<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=6331&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Forum search tips and tricks]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=6331</link>
		<description><![CDATA[The most recent posts in Forum search tips and tricks.]]></description>
		<lastBuildDate>Sun, 28 Jan 2024 19:03:47 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Forum search tips and tricks]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=47737#p47737</link>
			<description><![CDATA[<p>Thanks @soren for mentioning duckduckgo. That search engine is rarely used by me, although it ranks 3rd in <strong>my</strong> firefox profile. (And basically the profile is older then my 1st devuan/jessie install ;-) Usually my order of search engines is startpage, de.wikipedia, duckduckgo, … and others. This setup works well since decades both for me <strong>and others!</strong> (Read: other peoples computer I&#039;m maintaining.) It provides &quot;<span class="bbu"><em>every day search findings</em></span>&quot; in many cases. They are good <a href="https://en.wikipedia.org/wiki/Almost_everywhere" rel="nofollow">almost everywhere</a> (at least the last two decades :-)</p><p><strong>But:</strong> what happens when looking for some <ins>de<span class="bbu">vu</span>an</ins> issue at dev1galaxy?</p><p>Today I have made some investigation to a long outstanding problem: </p><p><strong>A)</strong> searching the <strong>dev1galaxy</strong> forum gives an URL like:</p><p>&#160; &#160; <a href="http://dev1galaxy.org/search.php?action=search&amp;keywords=search+term" rel="nofollow">dev1galaxy.org/search.php?action=search … earch+term</a></p><p>Without search restriction (this is the default!) there are many results!</p><p>TL;DR: A couple of times I have refined the search: Oh, there are still a lot of other interesting things. But I didn&#039;t find what I&#039;m looking for.</p><p><strong>B)</strong> using <strong>duckduckgo</strong> according to soren:</p><p>Cool. As of this writing duckduckgo provides an javascript free search interface! Append <span class="bbc">&quot; site:dev1galaxy.org&quot;</span> or prepend <span class="bbc">&quot;!dev1galaxy &quot;</span> to your search string (note the space before or after string).</p><p>&#160; &#160; <a href="http://duckduckgo.com/html?q=search+term+site:dev1galaxy.org" rel="nofollow">duckduckgo.com/html?q=search+term+site:dev1galaxy.org</a></p><p>or with slightly different results:</p><p>&#160; &#160; <a href="http://duckduckgo.com/html?q=!dev1galaxy+search+term" rel="nofollow">duckduckgo.com/html?q=!dev1galaxy+search+term</a></p><p><strong>C)</strong> Using <strong>startpage</strong> URL:</p><p>&#160; &#160; <a href="http://www.startpage.com/do/dsearch?q=mouse+focus+site:dev1galaxy.org" rel="nofollow">www.startpage.com/do/dsearch?q=mouse+fo … galaxy.org</a></p><p>Again: startpage is still my favorite engine for daily usage but <span class="bbu">not</span> for de<span class="bbu">vu</span>an. The results are very bad, only few to nothing. And they don&#039;t look better on a terminal :-(</p><p>Summary: As of this writing I&#039;m now starting to search the <strong>dev1galaxy</strong> with <a href="http://duckduckgo.com/html" rel="nofollow">duckduckgo.com/html</a> without javascript. </p><p>-- guuml</p><p>BTW: some times I like to view some sites with a <span class="bbc">www-browser</span> like <strong>w3m</strong> IMHO, others may prefer <strong>lynx</strong>. Searching from the commandline for &quot;<em><span class="bbu">search term</span></em>&quot; may look like:</p><div class="codebox"><pre><code>www-browser &quot;https://search.engine/options?query=search term&quot;</code></pre></div><p>+1 point for DDG: w3m displays the results in a fancy way.</p><p><strong>Update:</strong></p><p>Some time ago there was a thread … ah very long time ago … I remember only vaguely … one of the first posts I have read …</p><div class="quotebox"><blockquote><div><p>Before you ask your question, …</p><p>But there are other resources available that might help you to find an answer even before you ask here …</p></div></blockquote></div><p>Sometimes I have to read the <a href="https://dev1galaxy.org/viewtopic.php?id=1499" rel="nofollow">information</a> twice <img src="https://dev1galaxy.org/img/smilies/roll.png" width="15" height="15" alt="roll" /></p><p><strong>Update 2:</strong> (last of today:)</p><p>A search script may look like</p><div class="codebox"><pre><code>#!/bin/sh -xv
# find-dev1galaxy - search in the officially official devuan forum

SEARCH_TERM=`echo &quot;$* site:dev1galaxy.org&quot; | tr &#039; &#039; &#039;+&#039;`
exec www-browser &quot;https://duckduckgo.com/html?q=$SEARCH_TERM&quot;</code></pre></div><p>Or if you prefer functions in bashism:</p><div class="codebox"><pre><code>find_dev1galaxy() {
 w3m &quot;https://duckduckgo.com/html?q=${*// /+}+site:dev1galaxy.org&quot;
}</code></pre></div><p>Ok, processing <a href="https://duckduckgo.com/duckduckgo-help-pages/results/syntax/" rel="nofollow">advanced search options</a> isn&#039;t that good <img src="https://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>Have a nice week --guuml</p>]]></description>
			<author><![CDATA[dummy@example.com (guuml.dev1)]]></author>
			<pubDate>Sun, 28 Jan 2024 19:03:47 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=47737#p47737</guid>
		</item>
		<item>
			<title><![CDATA[Re: Forum search tips and tricks]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=47137#p47137</link>
			<description><![CDATA[<p>I haven&#039;t really used the forum search function that much, but the times i have used it was ok. But in regards to 3rd party search engines, the duck (duckduckgo) is pretty good and a bit more comprehensively readable searching this way in my opinion.</p><p>For example this one line just searches dev1galaxy only, for the keyword &#039;boot&#039;.</p><p><span class="bbc">boot site:dev1galaxy.org</span></p><div class="quotebox"><blockquote><div><p>Only showing results from dev1galaxy.org</p></div></blockquote></div><p>Or use the ducks bang feature.<br /><span class="bbc">!dev1galaxy boot</span></p>]]></description>
			<author><![CDATA[dummy@example.com (soren)]]></author>
			<pubDate>Wed, 10 Jan 2024 02:43:55 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=47137#p47137</guid>
		</item>
		<item>
			<title><![CDATA[Forum search tips and tricks]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=47118#p47118</link>
			<description><![CDATA[<p>This forum is a treasure trove of information but what is the best way to access it? This thread is an exploration to discover if Devuan users have any special tips/tricks for drilling down specific searches using&#160; <span class="bbu"><a href="https://dev1galaxy.org/search.php" rel="nofollow">this forum&#039;s function</a></span> or with 3rd party search engines. Would be nice to list them in an easily accessible format which would hopefully reduce the number of posts asking the same question(s).&#160; Let&#039;s see what you&#039;ve got! If it comes up empty, that&#039;s a data point too. <img src="https://dev1galaxy.org/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Tue, 09 Jan 2024 16:30:51 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=47118#p47118</guid>
		</item>
	</channel>
</rss>
