duckduckgo / zeroclickinfo-fathead

DuckDuckGo Instant Answers based on keyword data files
https://duckduckhack.com/
Other
318 stars 365 forks source link

jQuery: Add article aliases (redirects) -- Example #613

Closed bfmags closed 7 years ago

bfmags commented 7 years ago

Description

Add aliases appending the word "example" to all article titles.

What to do

For each article line in the articles.txt file, create aliases and store them in a new redirects.txt file, in the same directory.

Each line of the redirects.txt file should be structured as follows: alias,original line. E.g: ajax example,jQuery.ajax()

The aliases should have:

This change will allow the Instant Answer to trigger for more searches.

Get Started

Resources


IA Page: https://duck.co/ia/view/jquery

jBaldha commented 7 years ago

https://github.com/jBaldha/jQueryAddarticleAliases/tree/master

bfmags commented 7 years ago

Hi @jBaldha thank you for wanting to contribute, and taking the time writing that code!

Please review our Contributing Guide, also in order to accomplish the task, you'll have to:

Resources

Thanks! 😄

Caldwerl commented 7 years ago

I'd like to give this a shot.