aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2017-07-20Update FAQ to indicate HOMEBREW_BUILD_FROM_SOURCE can still be setJustin Baugh
2017-07-20Address rubocop issuesJustin Baugh
2017-07-19docs: fix fallback fontsJonathan Chang
2017-07-18docs: update for unshadowed system PythonJonathan Chang
2017-07-18New-Maintainer-Checklist: use new mailing list.Mike McQuaid
2017-07-15Merge pull request #2895 from zmwangx/docs-mention-homebrew-npm-noobMike McQuaid
docs/Node: mention homebrew-npm-noob
2017-07-15Documentation improvementsMike McQuaid
- Document ilovezfs as the official lead maintainer of Homebrew/homebrew-core. This is a role he's been doing unofficially (and brilliantly) for a while and explicit documentation of power structures makes it easier for non-Homebrew-maintainers to understand. - Document the contents of some of Homebrew's subdirectories for people clicking around in the GitHub UI looking to contribute. - Remove update bug mention from README. Enough time has passed that we can remove this disappointment.
2017-07-13docs/Node: mention homebrew-npm-noobZhiming Wang
homebrew-npm-noob is a formula generator for npm packages.
2017-07-13Merge pull request #2876 from VonUniGE/patch-1Mike McQuaid
Update documentation of brew install syntax to match its actual behav…
2017-07-13Run brew manMathieu Vonlanthen
2017-07-11another stray &bm5k
2017-07-11fix link to Interesting-Taps-and-Forks.mdbm5k
2017-07-11Correct syntax error in Manpage.mdVonUniGE
2017-07-11Add a suitable explanatory lineVonUniGE
2017-07-10Merge pull request #2873 from MikeMcQuaid/acceptable-formula-tweaksMike McQuaid
Acceptable-Formulae: general cleanup.
2017-07-10Acceptable-Formulae: general cleanup.Mike McQuaid
- We no longer care about dupes, really - Extend `.app` criteria to include GUI applications in general - Note we want things to build with Clang - Note we don't want users to have to faff too much
2017-07-09Add example links in Python for Formula AuthorsAlex Semyonov
2017-07-08Update documentation of brew install syntax to match its actual behavior.VonUniGE
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