aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2017-08-01Merge pull request #2963 from cclauss/patch-2Mike McQuaid
Put the five executables in a list
2017-07-31docs/brew-tap.md: Reference dunn's Emacs tapBob W. Hogg
edavis' repo currently points to homebrew/emacs, which has since been moved to dunn/emacs. Signed-off-by: Bob W. Hogg <rwhogg@linux.com>
2017-07-30Rewordedcclauss
2017-07-29Put the five executables in a listcclauss
2017-07-27Use https for all docs.brew.sh links.Mike McQuaid
May as well use the more secure link when possible.
2017-07-27docs/css: import from brew.sh.Mike McQuaid
https://github.com/Homebrew/homebrew.github.io/pull/171
2017-07-25brew-tap: change back to normal output.Mike McQuaid
2017-07-25change `brew tap` outputEricFromCanada
2017-07-24docs: update guidelines for duplicatesEricFromCanada
As per #2873, duplicate and versioned formulae are fine if done right.
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