aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRémi Prévost2011-10-29 07:47:35 -0400
committerJack Nagel2011-11-02 19:21:04 -0500
commitf2480b038cf61b1892f6b06c2721763a2f7b7a6e (patch)
treeba7029cee10fa42338073cee69d2eee65b1dbc75
parent7cca8b8cd7d722d1620f2884987425deff4bb609 (diff)
downloadhomebrew-f2480b038cf61b1892f6b06c2721763a2f7b7a6e.tar.bz2
Replace all tabs with spaces
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-rw-r--r--css/screen.css142
-rw-r--r--index.html210
2 files changed, 176 insertions, 176 deletions
diff --git a/css/screen.css b/css/screen.css
index d36764241..6617b15f0 100644
--- a/css/screen.css
+++ b/css/screen.css
@@ -1,8 +1,8 @@
/* ****************************************************
- @file screen.css
- @description Screen stylesheet
- vim: set noet ts=4 fdm=marker fenc=utf-8:
+ @file screen.css
+ @description Screen stylesheet
+ vim: set noet ts=4 fdm=marker fenc=utf-8:
***************************************************** */
@@ -15,14 +15,14 @@ html { font-size: 62.5%; }
html, body { height: 100%; }
body {
- font-family: Helvetica, Arial, sans-serif;
- font-size: 150%;
- line-height: 1.3;
- color: #f6e6cc;
- background: #27221a url("../img/bg-body.gif");
- position: relative;
- behavior: url("/js/ie6/csshover.htc");
- padding: 0 30px;
+ font-family: Helvetica, Arial, sans-serif;
+ font-size: 150%;
+ line-height: 1.3;
+ color: #f6e6cc;
+ background: #27221a url("../img/bg-body.gif");
+ position: relative;
+ behavior: url("/js/ie6/csshover.htc");
+ padding: 0 30px;
}
p,ul,ol,dl,table,pre { margin-bottom: 1em; }
@@ -47,49 +47,49 @@ h1,h2,h3,h4,h5,h6 { line-height: 1.1; }
::-moz-selection { background: #745626; }
h1 {
- font-size: 420%;
- margin: 0 0 0.1em;
- font-family: 'ChunkFiveRegular', serif;
- font-weight: normal;
- text-shadow: 1px 1px 10px rgba(0,0,0,0.25);
+ font-size: 420%;
+ margin: 0 0 0.1em;
+ font-family: 'ChunkFiveRegular', serif;
+ font-weight: normal;
+ text-shadow: 1px 1px 10px rgba(0,0,0,0.25);
}
h1 a,
h1 a:hover {
- color: #d7af72;
- font-weight: normal;
- text-decoration: none;
+ color: #d7af72;
+ font-weight: normal;
+ text-decoration: none;
}
#subtitle {
- color: #a1804c;
+ color: #a1804c;
}
#wrap {
- width: 52em;
- /*width: 760px;*/
- max-width: 100%;
- margin: 0 auto;
- padding: 30px 0 0;
+ width: 52em;
+ /*width: 760px;*/
+ max-width: 100%;
+ margin: 0 auto;
+ padding: 30px 0 0;
}
#header {
- text-align: center;
- padding: 1em 0 2em;
+ text-align: center;
+ padding: 1em 0 2em;
}
pre {
- background: rgba(0,0,0,0.3);
- color: #fff;
- padding: 8px 10px;
- border-radius: 0.4em;
- -moz-border-radius: 0.4em;
- -webkit-border-radius: 0.4em;
- overflow-x: hidden;
+ background: rgba(0,0,0,0.3);
+ color: #fff;
+ padding: 8px 10px;
+ border-radius: 0.4em;
+ -moz-border-radius: 0.4em;
+ -webkit-border-radius: 0.4em;
+ overflow-x: auto;
}
pre code {
- font-size: 10pt;
+ font-size: 10pt;
}
/*}}}*/
@@ -98,81 +98,81 @@ pre code {
******************************************************************************/
#informations {
- border-top: 1px solid rgba(0,0,0,0.5);
+ border-top: 1px solid rgba(0,0,0,0.5);
}
#informations ul {
- margin: 0;
+ margin: 0;
}
#informations .row {
- border-bottom: 1px solid rgba(0,0,0,0.5);
- border-top: 1px solid rgba(255,255,255,0.08);
- padding: 2em 20px 0;
+ border-bottom: 1px solid rgba(0,0,0,0.5);
+ border-top: 1px solid rgba(255,255,255,0.08);
+ padding: 2em 20px 0;
}
#informations .row .col-1 {
- width: 49%;
- float: left;
- padding: 0 0 1em;
+ width: 49%;
+ float: left;
+ padding: 0 0 1em;
}
#informations .row .col-2 {
- width: 49%;
- float: right;
- padding: 0 0 1em;
+ width: 49%;
+ float: right;
+ padding: 0 0 1em;
}
.button {
- text-align: center;
+ text-align: center;
}
#informations .button a {
- background: rgba(162,107,20,0.3);
- padding: 8px 10px 6px;
- border-radius: 0.4em;
- -moz-border-radius: 0.4em;
- -webkit-border-radius: 0.4em;
- box-shadow: 0 0 5px rgba(0,0,0,0.4);
- -moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
- -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
- text-decoration: none;
+ background: rgba(162,107,20,0.3);
+ padding: 8px 10px 6px;
+ border-radius: 0.4em;
+ -moz-border-radius: 0.4em;
+ -webkit-border-radius: 0.4em;
+ box-shadow: 0 0 5px rgba(0,0,0,0.4);
+ -moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
+ -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
+ text-decoration: none;
}
#informations .button a:hover {
- background: rgba(162,107,20,0.25);
+ background: rgba(162,107,20,0.25);
}
#informations .button-large {
- padding: 2em 0 1em;
- font-size: 120%;
+ padding: 2em 0 1em;
+ font-size: 120%;
}
#informations .quote {
- text-align: center;
- color: #816f51;
- padding-bottom: 2em;
+ text-align: center;
+ color: #816f51;
+ padding-bottom: 2em;
}
#informations .quote blockquote {
- /*font-family: Georgia, serif;*/
- font-size: 140%;
- padding: 0 15%;
+ /*font-family: Georgia, serif;*/
+ font-size: 140%;
+ padding: 0 15%;
}
#informations .quote blockquote span {
- font-family: Georgia, serif;
- font-size: 140%;
- line-height: 0.5;
- vertical-align: sub;
+ font-family: Georgia, serif;
+ font-size: 140%;
+ line-height: 0.5;
+ vertical-align: sub;
}
#informations .quote cite {
- font-style: normal;
+ font-style: normal;
}
#informations .quote cite a {
- font-weight: normal;
+ font-weight: normal;
}
/*}}}*/
diff --git a/index.html b/index.html
index 25ee9a4da..3465f19a2 100644
--- a/index.html
+++ b/index.html
@@ -1,42 +1,42 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
- <head>
- <title>Homebrew &mdash; MacPorts driving you to drink? Try Homebrew!</title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <meta name="dc.creator" content="Rémi Prévost - http://remiprevost.com" />
+ <head>
+ <title>Homebrew &mdash; MacPorts driving you to drink? Try Homebrew!</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <meta name="dc.creator" content="Rémi Prévost - http://remiprevost.com" />
- <link rel="stylesheet" href="./css/screen.css" type="text/css" media="screen" />
- <link rel="stylesheet" href="./css/fonts/chunkfive/chunkfive.css" type="text/css" media="screen" />
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
- <script type="text/javascript" src="./js/global.js"></script>
+ <link rel="stylesheet" href="./css/screen.css" type="text/css" media="screen" />
+ <link rel="stylesheet" href="./css/fonts/chunkfive/chunkfive.css" type="text/css" media="screen" />
+ <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
+ <script type="text/javascript" src="./js/global.js"></script>
- </head>
- <body>
- <div id="wrap">
- <div id="header">
- <h1><a href="./">Homebrew</a></h1>
- <p id="subtitle"><strong>The missing package manager for OS X</strong></p>
- </div>
+ </head>
+ <body>
+ <div id="wrap">
+ <div id="header">
+ <h1><a href="./">Homebrew</a></h1>
+ <p id="subtitle"><strong>The missing package manager for OS X</strong></p>
+ </div>
- <div id="informations">
- <ul>
- <li>
- <div class="group row">
- <div class="col-1">
- <p>Homebrew is the easiest and most flexible way to install the UNIX tools Apple didn't include with OS X.</p>
- </div>
- <div class="col-2">
- <pre><code><span style="color: #e3d796;">$</span> brew install wget</code></pre>
- </div>
- </div>
- </li>
- <li>
- <div class="group row">
- <div class="col-1">
- <p>Packages are installed into their own isolated prefixes and then symlinked into <code>/usr/local</code>.</p>
- </div>
- <div class="col-2">
- <pre><code><span style="color: #e3d796;">$</span> cd /usr/local
+ <div id="informations">
+ <ul>
+ <li>
+ <div class="group row">
+ <div class="col-1">
+ <p>Homebrew is the easiest and most flexible way to install the UNIX tools Apple didn't include with OS X.</p>
+ </div>
+ <div class="col-2">
+ <pre><code><span style="color: #e3d796;">$</span> brew install wget</code></pre>
+ </div>
+ </div>
+ </li>
+ <li>
+ <div class="group row">
+ <div class="col-1">
+ <p>Homebrew installs packages into their own isolated prefix and then symlinks everything into <code>/usr/local</code>.</p>
+ </div>
+ <div class="col-2">
+ <pre><code><span style="color: #e3d796;">$</span> cd /usr/local
<span style="color: #e3d796;">$</span> find Cellar
Cellar/wget/1.12
Cellar/wget/1.12/bin/wget
@@ -45,47 +45,47 @@ Cellar/wget/1.12/share/man/man1/wget.1
<span style="color: #e3d796;">$</span> ls -l bin
bin/wget -&gt; ../Cellar/wget/1.12/bin/wget</code></pre>
- </div>
- </div>
- </li>
- <li>
- <div class="group row">
- <div class="col-1">
- <p>Just extract the tarball and straight away you have a working Homebrew installation. </p>
- </div>
- <div class="col-2">
- <p class="button"><a href="http://wiki.github.com/mxcl/homebrew/installation">Install Homebrew Today!</a></p>
- </div>
- </div>
- </li>
- <li>
- <div class="group row">
- <div class="col-1">
- <p>Create new Homebrew packages in seconds.</p>
- </div>
- <div class="col-2">
- <pre><code><span style="color: #e3d796;">$</span> brew create http://foo.com/bar-1.0.tgz
-Created /usr/local/Library/Formula/bar.rb</code></pre>
- </div>
- </div>
- </li>
- <li>
- <div class="group row">
- <div class="col-1">
- <p>Easily adapt Homebrew formula to your needs. And since it's all Git underneath your changes are merged automatically with upstream updates.</p>
- </div>
- <div class="col-2">
- <pre><code><span style="color: #e3d796;">$</span> brew edit wget <span style="color: #666;"># opens in TextMate!</span></code></pre>
- </div>
- </div>
- </li>
- <li>
- <div class="group row">
- <div class="col-1">
- <p>Homebrew formula are simple Ruby scripts:</p>
- </div>
- <div class="col-2">
- <pre class="overflow"><code><span style="color: #8a9597;">require</span> <span style="color: #c2c98f;">'</span><span style="color: #a2a96f;">formula</span><span style="color: #c2c98f;">'</span>
+ </div>
+ </div>
+ </li>
+ <li>
+ <div class="group row">
+ <div class="col-1">
+ <p>Homebrew is self-contained and unintrusive. </p>
+ </div>
+ <div class="col-2">
+ <p class="button"><a href="http://wiki.github.com/mxcl/homebrew/installation">Install Homebrew Today!</a></p>
+ </div>
+ </div>
+ </li>
+ <li>
+ <div class="group row">
+ <div class="col-1">
+ <p>Create your own Homebrew packages in seconds.</p>
+ </div>
+ <div class="col-2">
+ <pre><code><span style="color: #e3d796;">$</span> brew create http://foo.com/bar-1.0.tgz
+Created /usr/local/Library/Formula/foo.rb</code></pre>
+ </div>
+ </div>
+ </li>
+ <li>
+ <div class="group row">
+ <div class="col-1">
+ <p>Homebrew has a Git foundation, so enjoy version control on your brewing customizations and easily merge upstream updates. </p>
+ </div>
+ <div class="col-2">
+ <pre><code><span style="color: #e3d796;">$</span> brew edit wget <span style="color: #666;"># opens in TextMate!</span></code></pre>
+ </div>
+ </div>
+ </li>
+ <li>
+ <div class="group row">
+ <div class="col-1">
+ <p>Homebrew formula are simple Ruby scripts:</p>
+ </div>
+ <div class="col-2">
+ <pre class="overflow"><code><span style="color: #8a9597;">require</span> <span style="color: #c2c98f;">'</span><span style="color: #a2a96f;">formula</span><span style="color: #c2c98f;">'</span>
<span style="color: #8a9597;">class</span> <span style="color: #e3d796;"><em>Wget</em></span> &lt; Formula
  homepage <span style="color: #c2c98f;">'</span><span style="color: #a2a96f;">http://www.gnu.org/wget/</span><span style="color: #c2c98f;">'</span>
@@ -97,34 +97,34 @@ Created /usr/local/Library/Formula/bar.rb</code></pre>
    system <span style="color: #c2c98f;">'</span><span style="color: #a2a96f;">make install</span><span style="color: #c2c98f;">'</span>
  <span style="color: #8a9597;">end</span>
<span style="color: #8a9597;">end</span></code></pre>
- </div>
- </div>
- </li>
- <li>
- <div class="group row">
- <div class="col-1">
- <p>Homebrew complements OS X. Install your gems with gem, and their dependencies with brew.</p>
- </div>
- </div>
- </li>
- <li>
- <div class="row group button button-large">
- <p><a href="http://wiki.github.com/mxcl/homebrew">Please oh please tell me more!</a></p>
- </div>
- </li>
- <li>
- <div class="group row quote">
- <blockquote>
- <span>“</span>
- Homebrew is the bee’s knees, friends. So far it’s a perfect replacement for MacPorts.
- <span>”</span>
- </blockquote>
- <cite>— <a href="http://twitter.com/thillerson/status/6688848379">@thillerson</a></cite>
- </div>
- </li>
- </ul>
- </div>
- </div>
- <a href="http://github.com/mxcl/homebrew"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub" /></a>
- </body>
+ </div>
+ </div>
+ </li>
+ <li>
+ <div class="group row">
+ <div class="col-1">
+ <p>Homebrew compliments OS X. Install your gems with gem, and their dependencies with brew.</p>
+ </div>
+ </div>
+ </li>
+ <li>
+ <div class="row group button button-large">
+ <p><a href="http://wiki.github.com/mxcl/homebrew">Please! Oh please teach me more!</a></p>
+ </div>
+ </li>
+ <li>
+ <div class="group row quote">
+ <blockquote>
+ <span>“</span>
+ Homebrew is the bee’s knees, friends. So far it’s a perfect replacement for MacPorts.
+ <span>”</span>
+ </blockquote>
+ <cite>— <a href="http://twitter.com/thillerson/status/6688848379">@thillerson</a></cite>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <a href="http://github.com/mxcl/homebrew"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub" /></a>
+ </body>
</html>