duckduckgo / zeroclickinfo-fathead

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

Java: Create New Gradle Docs Fathead #551

Closed moollaza closed 7 years ago

moollaza commented 7 years ago

Create a new Gradle Docs Fathead Instant Answer

Help us make DuckDuckGo the best search engine for programmers!

What do I need to know?

You'll need to know how to code in Perl, Python, Ruby, or JavaScript. fathead languages

What am I doing?

You will write a script that scrapes or downloads the data source below, and generates an output.txt file containing the parsed documentation. You can learn more about Fatheads and the output.txt syntax here.

More specifically, For each of the Gradle Packages, we should scrape the Interfaces, Classes, Enums, Exceptions, etc.

The JavaDoc Tree looks like a good place to start: https://docs.gradle.org/current/javadoc/overview-tree.html

Data source: https://docs.gradle.org/current/javadoc/

Instant Answer Page: to be created by developer

What is the Goal?

As part of our Programming Mission, we're aiming to reach 100% Instant Answer (IA) coverage for searches related to programming languages by creating new Instant Answers, and improving existing ones.

Here are some Fathead examples:

See more related Instant Answers

Get Started

Resources

ahetawal-p commented 7 years ago

I can try taking a stab at this one. @moollaza

ahetawal-p commented 7 years ago

PR : https://github.com/duckduckgo/zeroclickinfo-fathead/pull/617

tagawa commented 7 years ago

Cool, thank you for the PR @ahetawal-p!