From 6a531ab261da831756f0300bdf38040785b07d0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Fri, 15 Jan 2016 01:57:32 +0000 Subject: [PATCH] Delete FAQ.md --- README.md | 2 +- developer/bin/update_issue_template_urls | 2 +- doc/FAQ.md | 33 ------------------------ 3 files changed, 2 insertions(+), 35 deletions(-) delete mode 100644 doc/FAQ.md diff --git a/README.md b/README.md index 7a0b0925cb..bb4d0f5b6a 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ $ open ~/Applications/"Google Chrome.app" * Find basic documentation on using homebrew-cask in [USAGE.md](USAGE.md) * Want to contribute a Cask? Awesome! See [CONTRIBUTING.md](CONTRIBUTING.md) * Want to hack on our code? Also awesome! See [hacking.md](doc/hacking.md) -* More project-related details and discussion are available in [FAQ.md](doc/FAQ.md) and [CASK_LANGUAGE_REFERENCE.md](doc/CASK_LANGUAGE_REFERENCE.md) +* More project-related details and discussion are available in the [documentation](doc) ## Questions? Wanna chat? diff --git a/developer/bin/update_issue_template_urls b/developer/bin/update_issue_template_urls index 79341bb96e..8e61ff69ec 100755 --- a/developer/bin/update_issue_template_urls +++ b/developer/bin/update_issue_template_urls @@ -18,7 +18,7 @@ shopt -s nocasematch # case-insensitive regular expressions script_subdir='developer/bin' template_subdir='doc/issue_templates' generate_url_script='generate_issue_template_urls' -files_to_update=('README.md' 'doc/FAQ.md') +files_to_update=('README.md') ### ### functions diff --git a/doc/FAQ.md b/doc/FAQ.md deleted file mode 100644 index ff33e0303c..0000000000 --- a/doc/FAQ.md +++ /dev/null @@ -1,33 +0,0 @@ -# Frequently Asked Questions - -## What is a Cask? - -A `Cask` is like a `Formula` in Homebrew except it describes how to download and install a binary application. To learn how to write a Cask, see [CONTRIBUTING.md](../CONTRIBUTING.md). For a complete reference, see [CASK_LANGUAGE_REFERENCE.md](CASK_LANGUAGE_REFERENCE.md). - -## What's the status of this project? Where's it headed? - -The idea is for each Cask to encapsulate and automate the story of how a given application should be installed. Join us in building up a community-maintained collection of Casks that is striving to become the standard way that hackers install Mac apps. - -## Can I contribute? - -__Yes, yes, yes!__ Please fork/pull request to update Casks, add features and clean up documentation! Anything you can do to help out is very welcome. - -It's also [__pretty darn easy__ to create Casks](../CONTRIBUTING.md), so please build more of them for the software you use. And if Homebrew-Cask doesn't support the packaging format of your software, please [open an issue][feature_request_template] so we can get them to work together. - -The whole idea is to build a _community-maintained_ list of easily installable packages, so the community part is important! Every little bit counts. - -## Can I set up my own Cask Tap? - -Yes! See [alternate_cask_taps.md](alternate_cask_taps.md). - -## Can I install a version other than the English one? - -Some applications such as Thunderbird or Firefox provide many localized versions. However, currently only English versions are provided in the main repository. Additional languages may be available in the [https://github.com/caskroom/homebrew-versions](homebrew-version repository). We are aiming to find a better system to manage multiple languages and versions. - -## `brew cask list` shows that a package is installed, but when I try to do `brew cask uninstall`, it tells me that the package is not installed. Help! - -This is a problem with the bookkeeping in the current implementation of Cask, which gets confused if a cask is updated after installation. For now, use the `brew cask uninstall --force` to uninstall these packages. - -This issue is currently being addressed [here](https://github.com/caskroom/homebrew-cask/issues/4688) and [here](https://github.com/caskroom/homebrew-cask/issues/4678). - -[feature_request_template]: https://github.com/caskroom/homebrew-cask/issues/new?title=Feature%20request%3A&body=%23%23%23%20Description%20of%20feature%2Fenhancement%0A%0A%0A%0A%23%23%23%20Justification%0A%0A%0A%0A%23%23%23%20Example%20use%20case%0A%0A%0A%0A