109 Commits

Author SHA1 Message Date
Mike McQuaid
4d88cc4c41 Merge pull request #2326 from vszakats/sprot
secure urls + remove -k from in-doc curl command
2017-03-15 15:11:35 +00:00
Viktor Szakats
cc8f029f22 secure urls + remove -k from in-doc curl command 2017-03-14 17:27:11 +00:00
neutric
39989880d9 Querying-Brew.md: directors => directories 2017-03-14 09:59:14 +01:00
EricFromCanada
c0468a3266 docs: add markers to ordered lists and sublists
While GitHub allows a single space to denote a sublist, Jekyll is not
so lenient. It also seems unable to handle ordered sublists.
2017-03-12 21:01:00 -04:00
EricFromCanada
56f3c0552c docs: update Brew Test Bot screen shots 2017-03-11 13:46:20 -05:00
Mike McQuaid
3aa088dcaf Merge pull request #2272 from EricFromCanada/master
Add more flags and descriptions to man pages.
2017-03-06 18:00:39 +00:00
Mike McQuaid
d37f2e7ae7 New-Maintainer-Checklist: add analytics link. 2017-03-06 15:31:03 +00:00
EricFromCanada
aee23ccb03 Add more flags and descriptions to man pages. 2017-03-05 21:45:15 -05:00
Mike McQuaid
eaf8cc1be0 docs.brew.sh: use brew.sh theming.
Unfortunately there's no easy way to share this code with the brew.sh
site but it's at least able to have the `css/`, `img/` (root) and
`_layouts` directories in sync between the two repositories.

Some small CSS tweaks were needed to make these pages render more
attractively.
2017-03-05 15:25:51 +00:00
Markus Reiter
9d67afb72e Merge pull request #2233 from reitermarkus/remove-minitest
Remove Minitest.
2017-03-01 13:45:46 +01:00
Mike McQuaid
d9b4363833 README: add neutric to maintainers list. 2017-03-01 08:49:35 +00:00
Markus Reiter
487294f815 Remove Minitest. 2017-02-28 22:48:57 +01:00
EricFromCanada
afc539f86e Update brew's man page formatting and grammar
Also update command specifications to match descriptions.
2017-02-25 17:37:57 -05:00
Mike McQuaid
8ef45eb896 README: add FX Coudert. 2017-02-25 14:33:04 +00:00
Mike McQuaid
1eee57cb03 README: sort, update maintainer list. 2017-02-25 14:31:43 +00:00
William Woodruff
95aa8869a9
Add William Woodruff, JCount to maintainers lists 2017-02-24 20:06:10 -05:00
EricFromCanada
ca0071ffc9 Grammar fixes for docs
Fixes to spelling and punctuation for consistency and readability.
2017-02-23 12:20:07 -05:00
EricFromCanada
20bb0aae80 Fix broken or inactive URLs
Bare URLs are auto-linked on GitHub but not on docs.brew.sh, so I added
angle brackets around them where appropriate. Also converted
Markdown-linked URLs for clarity.
2017-02-23 12:09:01 -05:00
Mike McQuaid
7281cfaf63 Merge pull request #1972 from timotheecour/pr_brew_where_command
add `brew formula` command to show location of a formula
2017-02-13 08:32:35 +00:00
Mike McQuaid
76dfe030c7 README: move Xu to former maintainers. 2017-02-12 14:40:36 +00:00
Mike McQuaid
9344174379 Use HTTPS for the homepage. 2017-02-12 13:58:07 +00:00
Mike McQuaid
674e5f13f8 Merge pull request #1873 from GauthamGoli/audit_custom_cops
Custom Cops for `brew audit`
2017-02-12 13:09:28 +00:00
Timothee Cour
0d715f90ea applied changes suggested in PR 2017-02-11 16:38:06 -08:00
Timothee Cour
ac091437e5 renamed where to formula 2017-02-11 16:38:06 -08:00
Timothee Cour
ae829ed229 add brew where command 2017-02-11 16:38:06 -08:00
Fabian Mettler
15ac4283e4 Fix: Use man generator HTML tags 2017-02-10 09:06:10 +01:00
Fabian Mettler
3cec731cc0 Update manuals 2017-02-09 16:28:13 +01:00
Gautham Goli
1f5cf4fd40 Update docs and manpages to include --fix option 2017-02-06 12:46:26 +05:30
Mike McQuaid
276d8805ca update: note migrations may be performed.
As requested in https://github.com/Homebrew/homebrew-core/issues/9316.
2017-01-29 17:30:44 +00:00
Saagar Jha
b5b8e4cad7 Split two headers so that both render
The "Messaging" heading was failing to be rendered due to a missing newline between it and "Convenience Tools".
2017-01-26 21:09:34 -08:00
Mike McQuaid
d8d8c08596 Merge pull request #1839 from justinmayer/persistent-configuration
Add docs on persisting settings across upgrades
2017-01-25 09:35:01 +00:00
Mike McQuaid
dac66c4ada Add keg_only :versioned_formula.
This is used to indicate a formula is a version of another formula.
This will be used to provide a consistent interface for older formulae
versions and replaces the use of `conflicts_with`.
2017-01-17 10:50:04 +00:00
Mike McQuaid
10b8d27d11 Merge pull request #1840 from ahundt/patch-1
clarify what should be in brew create url
2017-01-16 20:16:15 +00:00
Mike McQuaid
c6d7c85d4f Merge pull request #1826 from MikeMcQuaid/remove-to-uninstall-manpage
brew.1: use uninstall instead of remove.
2017-01-15 20:42:52 +00:00
Mike McQuaid
7c15944991 Fix documentation for HEAD upgrades.
These can now be done with just `brew upgrade`, like other upgrades.

Fixes #1818.
2017-01-15 02:25:51 -08:00
Andrew Hundt
7c7a878b1f clarify what should be in brew create url
resolves https://github.com/Homebrew/brew/issues/1821
2017-01-13 16:20:30 -05:00
Justin Mayer
653f900e59 Add docs on persisting settings across upgrades
There are some formulas in which Homebrew symlinks configuration files
into /usr/local/etc/ instead of copying them, resulting in custom
settings being overwritten on package upgrades. This addition to the
documentation illustrates one way to avoid this behavior by ensuring the
configure script is told where to copy the configuration file(s).

Refs https://github.com/Homebrew/homebrew-core/issues/8711
2017-01-13 11:38:02 -08:00
Mike McQuaid
3ccbfa72a2 brew.1: use uninstall instead of remove.
Fixes #1817.
2017-01-11 14:19:56 -08:00
Mike McQuaid
f5b63f4a8d Deprecate brew (un)linkapps.
Unfortunately `brew linkapps` cannot behave nicely with e.g. Spotlight
using either aliases or symlinks and Homebrew formulae do not build
"proper" `.app` bundles that can be relocated. Instead, please consider
using `brew cask` and migrate formulae using `.app`s to casks.
2017-01-09 14:10:26 +00:00
Mike McQuaid
2aac904eac docs/README: link to Versions.md. 2017-01-07 13:02:16 +00:00
Mike McQuaid
3fde8624b3 Merge pull request #1780 from MikeMcQuaid/use-docs-links
Use docs.brew.sh links.
2017-01-05 17:17:07 +00:00
Jonathan Chang
9a6cd9b83f docs: fix titles on docs.brew.sh 2017-01-04 16:16:00 -06:00
Mike McQuaid
a3bffe70bc Use docs.brew.sh links. 2017-01-04 11:13:41 +00:00
Mike McQuaid
127e9def50 Cleanup documentation site
GitHub now nicely generates a documentation site for us at
http://brew.sh/brew based on our docs folder. Optimise the output of
this and the GitHub docs directory for readability and the various user
groupings.
2017-01-04 10:53:21 +00:00
Mike McQuaid
46b43a19bc Merge pull request #1767 from MikeMcQuaid/docs-updates
General documentation updates.
2017-01-03 19:59:15 +00:00
Mike McQuaid
bc0aa4e64c Add versions documentation. 2017-01-03 18:01:03 +00:00
Mike McQuaid
824768e26f Set theme jekyll-theme-cayman 2017-01-03 15:59:15 +00:00
Mike McQuaid
91c09c5b11 General documentation updates.
Mostly related to the newer ways we’re handling versions and the
incoming deprecation of devel-only, head-only and versions.
2017-01-02 18:29:00 +00:00
Mike McQuaid
79f9896d2f bottles: --force-bottle feigns or_later.
When reproducing issues with software that hasn’t been bottled yet on
your version of macOS it can sometimes be helpful to use `or_later`
bottle functionality i.e. just use the bottle for the latest version of
macOS available. This maps well to the existing `--force-bottle`
argument so it will now act as if the latest bottle has a `or_later`
ending.
2017-01-02 16:05:14 +00:00
Andrew McKinlay
4c379dffb7 Correct location of taps (doc) 2016-12-27 16:35:40 -05:00