Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Apple Docs #278

Merged
merged 8 commits into from
Aug 5, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions lib/fathead/appledocs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Introduction:
-------------
This is used to open an SQLite database that's installed on your computer to create a Fathead output
that's specified in http://docs.duckduckhack.com/resources/fathead-overview.html

See: https://forum.duckduckhack.com/t/improve-apple-os-x-macos-documentation/240

Page Structure:
---------------
There is no page structure here because we're essentially scraping a database. The only requirement is that you have XCode.

Pipeline:
---------
Read DB -> Scrape / Process -> Output

How do I test this?
-----
You'll need to have XCode installed on your computer. It comes bundled with the documentation that we need.

Screenshots:
---
<img width="864" alt="screen shot 2016-07-28 at 2 29 43 pm" src="https://cloud.githubusercontent.com/assets/81969/17224651/db28a4a0-54cf-11e6-84ae-520330c7530f.png">
<img width="887" alt="screen shot 2016-07-28 at 2 29 58 pm" src="https://cloud.githubusercontent.com/assets/81969/17224650/db226fcc-54cf-11e6-9632-880154e0bad5.png">
Loading