diff --git a/README-test.md b/README-test.md new file mode 100644 index 0000000..0a44006 --- /dev/null +++ b/README-test.md @@ -0,0 +1,5 @@ +| Name | Eyes | Description | +| ---- | ---- | ----------- | +| [DuckDuckGo](https://duckduckgo.com/) | **5-eyes** | One of the best privacy-focused search engines. Domain is hosted in USA which could potentially be problematic for some. | +| [Startpage](https://www.startpage.com/) | **9-eyes** | Another privacy search engine that claims to not track any of your data. They operate servers in both USA and Europe. Note: Startpage was recently acquired. See [Issue #12](https://github.com/tycrek/degoogle/issues/12). Thanks @pydo, @ThijsRay, and @DatAres37. Also see [this comment in Issue #99](https://github.com/tycrek/degoogle/issues/99#issuecomment-616224650) from @danarel on Startpage. | +| [searx.me](https://searx.me/) | | [Open-source](https://github.com/asciimoo/searx) (thanks for clarification u/Sheezdudeln) privacy search engine. Domain hosted in Germany. | diff --git a/_build.js b/_build.js index e32ab12..67cb095 100644 --- a/_build.js +++ b/_build.js @@ -20,7 +20,7 @@ function __main__() { lines = lines.concat(entry + os.EOL) }); - fs.writeFileSync('foobar.md', lines); + fs.writeFileSync('README-test.md', lines); } __main__(); \ No newline at end of file