aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2017-07-07Fix a broken linkAlex Qyoun-ae
2017-07-02Interesting-Taps-and-Forks: rename fixes.Mike McQuaid
Rename to avoid sitemap.xml escaping issues.
2017-07-02docs/config: add missing feed plugin.Mike McQuaid
2017-07-02docs: Add sitemap.xml, robots.txt.Mike McQuaid
Also, while we're here, cleanup the favicon and apple-touch-icon duplication mess.
2017-06-29language/node update documentationChristian Moritz
2017-06-27docs.brew.sh: Tweak meta tags.Mike McQuaid
2017-06-17README: Baptiste is a former maintainer.Mike McQuaid
2017-06-16Merge pull request #2787 from tdsmith/update-python-docMike McQuaid
Remove reference to link_scripts.
2017-06-15Fix outdated `--repository` man documentationMatthew Strax-Haber
2017-06-14Remove reference to link_scripts.Tim D. Smith
Closes #2740.
2017-06-09Merge pull request #2752 from MikeMcQuaid/remove-unused-analyticsMike McQuaid
analytics: remove unused analytics.
2017-06-07analytics: remove unused analytics.Mike McQuaid
We didn't end up using the `screenview` and `exception` analytics as much as expected so let's remove them and focus on stuff that's formula-specific.
2017-06-07tests: cleanup tests.Mike McQuaid
Remove pending tests that are never run on CI (i.e. require `--online`), remove fixtures for those tests and just make `--official-cmd-taps` run by `--online` instead.
2017-06-06Merge pull request #2735 from joshka/patch-1Mike McQuaid
Remove duplicates repo from Acceptable formula doc
2017-06-06docs/Xcode: document Xcode 8.3.3Dominyk Tiller
2017-06-05Remove duplicates repo from Acceptable formula docJosh McKinney
Duplicates repo is deprecated
2017-06-04Merge pull request #2599 from peternewman/patch-11.2.2Mike McQuaid
Fix internal links on the manpage
2017-05-30Update jenkins.brew.sh links.Mike McQuaid
These previously, incorrectly pointed to bot.brew.sh. Fixes #2703.
2017-05-14Merge pull request #2632 from MikeMcQuaid/sassMike McQuaid
docs.brew.sh: use SCSS.
2017-05-14Merge pull request #2620 from MikeMcQuaid/more-env-filtering-tweaksMike McQuaid
More environment filtering tweaks
2017-05-14docs.brew.sh: use SCSS.Mike McQuaid
Import style changes from: https://github.com/Homebrew/homebrew.github.io/pull/166
2017-05-13Update to venv.pip_install_and_link in docMichka Popoff
`venv.link_scripts(bin) { venv.pip_install buildpath }` is now `venv.pip_install_and_link buildpath`
2017-05-13More environment filtering tweaksMike McQuaid
- only document HOMEBREW_* variables in the manpage (although still read from all the original environment variables). - resort manpage environment variables in alphabetical order - check the original path for trailing slashes
2017-05-09Tweak troubleshooting docs and issue templateMike McQuaid
- Note that Homebrew Cask issues should be filed elsewhere. - Make `brew`/homebrew-core issue differential in simpler language - Tell people to fix all `brew doctor` issues - Refer to the issue checklist and make it even more clear and prominent that we may close it out immediately if they don't use it. - Note that proposed new issues should be widely relevant. - Don't tell people they need to `brew cask install java`; we handle this in most places with a Java requirement and probably want issues filed where we don't. - Remove reference to Homebrew Dupes and replace with reference to Homebrew Cask to try and get people filing stuff there instead. Fixes #2608
2017-05-07Fix another internal linkPeter Newman
2017-05-07Fix the link codePeter Newman
2017-05-07Fix internal linksPeter Newman
2017-05-04Add acme challenge.Mike McQuaid
2017-05-03Add `--only-cops`,`--except-cops` options for brew style and simplify cop namesGautham Goli
2017-05-02Add `--only-cops`,`--except-cops` options for brew auditGautham Goli
Also refactor audit cops into two "departments" - FormulaAudit - FormulaAuditStrict
2017-04-30Interesting Taps and Forks: fix typo.Mike McQuaid
2017-04-28Taps and Forks: remove mailing list mention.Mike McQuaid
2017-04-27docs: tweak CSS.Mike McQuaid
Import new brew.sh CSS changes to improve the appearance of tables and links.
2017-04-21Merge pull request #2513 from Sharpie/nostalgiaMike McQuaid
README: Add Charlie to former maintainers.
2017-04-20README: Add Charlie to former maintainers.Charlie Sharpsteen
2017-04-20Merge pull request #2510 from bfontaine/be-be-be-beMarkus Reiter
Acceptable-Formulae: reword 'niche stuff'
2017-04-19xcode: 8.3.2 is latest versionJCount
2017-04-19Acceptable-Formulae: reword 'niche stuff'Baptiste Fontaine
2017-04-18Merge pull request #2478 from MikeMcQuaid/audit-skip-methodsMike McQuaid
audit: allow skipping audit methods.
2017-04-18create: use GitHub metadata where available.Mike McQuaid
GitHub provides a description and homepage field so let `brew create` use them where possible. Also, detect GitHub repositories based on `releases` as well as `archive`s.
2017-04-18audit: allow skipping audit methods.Mike McQuaid
Add `--only` and `--except` methods which can be used to selectively enable or disable audit groups.
2017-04-02Merge pull request #2412 from EricFromCanada/master1.1.12Mike McQuaid
Xcode: update supported versions & download URLs for 8.3
2017-04-02External Commands: document how `--help` works.Mike McQuaid
2017-04-02docs: use long flags.Mike McQuaid
2017-04-02Document all short flags.Mike McQuaid
2017-03-28update latest versions of Xcode for 10.11 & 10.12EricFromCanada
2017-03-26Update all references to taps.Mike McQuaid
- Remove taps that are (or will shortly be) deprecated. - Remove commands that are only relevant to the boneyard (which will shortly be removed).
2017-03-25docs: code example reformattingEricFromCanada
Add labeled fences to most code blocks, monospace terms where appropriate, omit "$" when referring to variables
2017-03-25docs: update sample formulaEricFromCanada
Also works around bug in Jekyll where a URL with a "#" will cause links in the same paragraph to not have their extensions replaced by using "#" instead.
2017-03-25Merge pull request #1975 from MikeMcQuaid/pull-not-die-bottle-publishMike McQuaid
pull: warn (not die) on bottle publish failure.