From 6305d2dbb88ee17edfe7b841b9267bf1bbba0f0a Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 23 Jul 2013 18:50:58 -0700 Subject: Redirect to brew.sh. --- .gitignore | 1 - README.md | 18 +- _config.yml | 19 -- _layouts/index.html | 163 ----------------- css/fonts/chunkfive/Chunkfive-cufon.js | 7 - css/fonts/chunkfive/Chunkfive.eot | Bin 9358 -> 0 bytes css/fonts/chunkfive/Chunkfive.svg | 207 ---------------------- css/fonts/chunkfive/Chunkfive.ttf | Bin 9176 -> 0 bytes css/fonts/chunkfive/Chunkfive.woff | Bin 6808 -> 0 bytes css/fonts/chunkfive/SIL Open Font License 1.1.txt | 91 ---------- css/fonts/chunkfive/chunkfive.css | 10 -- css/fonts/chunkfive/demo.html | 33 ---- css/reset.css | 53 ------ css/screen.css | 206 --------------------- img/bg-body.gif | Bin 2090 -> 0 bytes index.html | 36 ++-- index_de.html | 25 --- index_es.html | 26 --- index_fr.html | 26 --- index_ja.html | 26 --- index_ko.html | 26 --- index_pt-br.html | 26 --- index_zh-cn.html | 25 --- index_zh-tw.html | 25 --- 24 files changed, 13 insertions(+), 1036 deletions(-) delete mode 100644 .gitignore delete mode 100644 _config.yml delete mode 100644 _layouts/index.html delete mode 100644 css/fonts/chunkfive/Chunkfive-cufon.js delete mode 100644 css/fonts/chunkfive/Chunkfive.eot delete mode 100644 css/fonts/chunkfive/Chunkfive.svg delete mode 100644 css/fonts/chunkfive/Chunkfive.ttf delete mode 100644 css/fonts/chunkfive/Chunkfive.woff delete mode 100644 css/fonts/chunkfive/SIL Open Font License 1.1.txt delete mode 100644 css/fonts/chunkfive/chunkfive.css delete mode 100644 css/fonts/chunkfive/demo.html delete mode 100644 css/reset.css delete mode 100644 css/screen.css delete mode 100644 img/bg-body.gif delete mode 100644 index_de.html delete mode 100644 index_es.html delete mode 100644 index_fr.html delete mode 100644 index_ja.html delete mode 100644 index_ko.html delete mode 100644 index_pt-br.html delete mode 100644 index_zh-cn.html delete mode 100644 index_zh-tw.html diff --git a/.gitignore b/.gitignore deleted file mode 100644 index ca35be08d..000000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -_site diff --git a/README.md b/README.md index 8b957db68..90ae4e811 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,3 @@ -# Homebrew webpage +# Redirected -The webpage uses [jekyll](https://github.com/mojombo/jekyll). The template for the index is at layouts/index.html. - -## Translations -If you want to add a new translation, follow these steps: - -1. In _config.yml append this: - - ``` - - langcode: {the_lang_code} - lang_string: {the_link_string} - ``` -2. Copy index.html as index_{langcode}.html -3. Change the values of the strings to the translated strings. - -You can see the translated webpage by running `jekyll --server` and opening http://localhost:4000/ +The Homebrew homepage has moved to https://github.com/Homebrew/homebrew.github.io diff --git a/_config.yml b/_config.yml deleted file mode 100644 index f3413a2f4..000000000 --- a/_config.yml +++ /dev/null @@ -1,19 +0,0 @@ -langs: - - langcode: en - lang_string: English - - langcode: de - lang_string: Deutsch - - langcode: es - lang_string: Español - - langcode: fr - lang_string: Français - - langcode: zh-CN - lang_string: 简体中文 - - langcode: zh-TW - lang_string: 繁體中文 - - langcode: ja - lang_string: 日本語 - - langcode: ko - lang_string: 한국어 - - langcode: pt-BR - lang_string: Português Brasileiro diff --git a/_layouts/index.html b/_layouts/index.html deleted file mode 100644 index b0d8308e9..000000000 --- a/_layouts/index.html +++ /dev/null @@ -1,163 +0,0 @@ - - -
- - -{{ page.subtitle }}
-{% for lang in site.langs %} - {% if page.lang == lang.langcode %} - {{ lang.lang_string }} - {% else %} - - {{ lang.lang_string }} - - {% endif %} - {% unless forloop.last %} - | - {% endunless %} - {% endfor %} -
-{{ page.pagecontent.what }}
-$ brew install wget
- {{ page.pagecontent.how }}
-$ cd /usr/local
-$ find Cellar
-Cellar/wget/1.12
-Cellar/wget/1.12/bin/wget
-Cellar/wget/1.12/share/man/man1/wget.1
-
-$ ls -l bin
-bin/wget -> ../Cellar/wget/1.12/bin/wget
-
- {{ page.pagecontent.prefix }}
-{{ page.pagecontent.createpackages }}
-$ brew create http://foo.com/bar-1.0.tgz
-Created /usr/local/Library/Formula/bar.rb
-
- {{ page.pagecontent.hack }}
-$ brew edit wget # opens in $EDITOR!
- {{ page.pagecontent.formula }}
-require 'formula'
-
-class Wget < Formula
- homepage 'http://www.gnu.org/wget/'
- url 'http://ftp.gnu.org/wget-1.12.tar.gz'
- md5 '308a5476fc096a8a525d07279a6f6aa3'
-
- def install
- system "./configure --prefix=#{prefix}"
- system 'make install'
- end
-end
- {{ page.pagecontent.complement }}
-ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
- {{ page.pagecontent.install.paste }}
-{{ page.pagecontent.install.what }}
-{{ page.pagecontent.foot.code }} {{ page.pagecontent.foot.page }} {{ page.pagecontent.foot.translation }}
-
-
-
diff --git a/css/fonts/chunkfive/Chunkfive-cufon.js b/css/fonts/chunkfive/Chunkfive-cufon.js
deleted file mode 100644
index c6aeacbd6..000000000
--- a/css/fonts/chunkfive/Chunkfive-cufon.js
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- * The following copyright notice may not be removed under any circumstances.
- *
- * Copyright:
- * Generated in 2009 by FontLab Studio. Copyright info pending.
- */
-Cufon.registerFont({"w":640,"face":{"font-family":"ChunkFive","font-weight":400,"font-stretch":"normal","units-per-em":"1000","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"750","descent":"-250","x-height":"13","bbox":"-10 -815 1025 230","underline-thickness":"50","underline-position":"-50","unicode-range":"U+0020-U+007A"},"glyphs":{" ":{"w":250},"e":{"d":"443,-166r84,97v-74,64,-154,87,-258,87v-124,0,-264,-79,-264,-271v0,-164,118,-261,269,-261v119,0,210,61,239,145v12,35,23,112,2,169r-315,0v6,27,19,82,103,82v34,0,86,-3,140,-48xm280,-379v-61,0,-75,55,-77,80r151,0v-1,-38,-10,-80,-74,-80","w":542},"f":{"d":"411,-743r-60,115v-11,-5,-28,-10,-55,-10v-46,0,-29,90,-32,138r91,0r0,130r-91,0r0,239r60,0r0,131r-298,0r0,-131r40,0r0,-239r-41,0r0,-130r41,0r0,-85v0,-57,18,-183,198,-183v52,0,121,12,147,25","w":386},"g":{"d":"24,117r53,-111v23,20,98,64,174,64v90,0,116,-52,116,-94r0,-34v-14,18,-53,55,-117,55v-172,0,-240,-124,-240,-250v0,-155,86,-257,251,-257v44,0,86,21,106,41r20,-31r238,0r0,131r-60,0r0,299v0,166,-102,275,-312,275v-110,0,-191,-53,-229,-88xm223,-255v0,60,28,123,72,123v39,0,71,-49,71,-128v0,-68,-34,-120,-72,-120v-42,0,-71,49,-71,125"},"h":{"d":"339,-131r0,131r-314,0r0,-131r42,0r0,-489r-42,0r0,-130r242,0r0,312v11,-18,84,-80,157,-80v155,0,175,115,175,220r0,167r47,0r0,131r-257,0r0,-272v0,-34,0,-93,-59,-93v-51,0,-63,50,-63,93r0,141r72,0","w":661},"i":{"d":"305,-131r0,131r-280,0r0,-131r42,0r0,-239r-42,0r0,-130r232,0r0,369r48,0xm53,-646v0,-46,38,-102,108,-102v69,0,110,56,110,102v0,55,-39,101,-110,101v-63,0,-108,-53,-108,-101","w":330},"j":{"d":"128,-70r0,-300r-42,0r0,-130r232,0r0,430v0,124,-38,279,-304,279r0,-134v116,0,114,-97,114,-145xm114,-646v0,-46,38,-102,108,-102v69,0,110,56,110,102v0,55,-39,101,-110,101v-63,0,-108,-53,-108,-101","w":360},"o":{"d":"290,13v-143,0,-281,-88,-279,-265v1,-167,136,-260,274,-260v158,0,275,97,278,264v2,166,-121,261,-273,261xm290,-115v43,0,68,-58,68,-133v0,-75,-26,-133,-73,-134v-39,0,-69,58,-69,131v0,82,32,136,74,136","w":574},"u":{"d":"15,-368r0,-132r242,0r0,241v0,86,13,126,54,126v35,0,63,-31,63,-76r0,-159r-66,0r0,-132r259,0r0,367r49,0r0,133r-189,0r-27,-63v-22,25,-57,77,-142,77v-151,0,-201,-78,-201,-244r0,-138r-42,0","w":631},"t":{"d":"15,-370r0,-130r54,0r0,-92r184,-59r0,151r95,0r0,130r-95,0r0,178v0,34,-7,80,32,80v13,0,44,-9,63,-17r0,128v-30,12,-98,19,-121,19v-150,0,-158,-82,-158,-210r0,-178r-54,0","w":363},"B":{"d":"405,0r-380,0r0,-130r58,0r0,-440r-58,0r0,-129r373,0v166,0,245,62,245,171v0,84,-23,125,-98,155v72,20,132,73,132,170v0,141,-79,203,-272,203xm370,-130v42,0,81,-32,81,-86v0,-51,-29,-88,-84,-88r-77,0r0,174r80,0xm353,-567r-63,0r0,150r61,0v53,0,68,-29,68,-77v0,-46,-28,-73,-66,-73","w":687},"D":{"d":"326,0r-301,0r0,-133r62,0r0,-434r-62,0r0,-132r305,0v242,0,380,149,380,340v0,228,-138,359,-384,359xm480,-359v0,-107,-44,-208,-150,-208r-38,0r0,434r38,0v106,-2,150,-101,150,-226","w":720},"C":{"d":"554,-253r117,128v-68,75,-172,141,-303,141v-212,0,-353,-136,-353,-359v0,-230,173,-368,304,-368v100,0,145,56,154,68r23,-56r157,0r0,284r-179,0v-3,-65,-35,-126,-106,-126v-72,0,-119,89,-119,198v0,99,51,188,146,188v84,0,150,-88,159,-98","w":686},"A":{"d":"808,-131r0,131r-401,0r0,-131r95,0r-21,-68r-205,0r-21,68r78,0r0,131r-318,0r0,-131r68,0r135,-439r-41,0r0,-129r384,0r177,568r70,0xm378,-535r-65,216r131,0","w":823,"k":{"a":30,"V":80,"y":60,"u":30,"o":30,"e":30}},"N":{"d":"791,-699r0,129r-66,0r0,570r-215,0r-255,-381r0,252r77,0r0,129r-307,0r0,-129r59,0r0,-441r-58,0r0,-129r287,0r246,367r-1,-238r-68,0r0,-129r301,0","w":816},"n":{"d":"333,-131r0,131r-308,0r0,-131r42,0r0,-239r-42,0r0,-130r213,0r23,62v34,-47,80,-80,143,-80v155,0,181,115,181,220r0,167r47,0r0,131r-252,0r0,-273v0,-34,3,-93,-56,-93v-51,0,-63,50,-63,93r0,142r72,0","w":647},"l":{"d":"317,-131r0,131r-292,0r0,-131r43,0r0,-490r-42,0r0,-129r232,0r0,619r59,0","w":332},"m":{"d":"322,-131r0,131r-297,0r0,-131r42,0r0,-236r-42,0r0,-132r189,0r22,59v16,-19,62,-73,125,-73v101,0,133,48,149,72v31,-35,78,-72,147,-72v216,0,185,188,187,378r49,0r0,135r-254,0r0,-245v0,-48,9,-124,-38,-124v-43,0,-53,30,-53,73r0,162r60,0r0,134r-259,0r0,-255v0,-81,-2,-114,-42,-114v-32,0,-45,19,-45,60r0,178r60,0","w":908},"p":{"d":"413,-244v0,-60,-28,-123,-72,-123v-39,0,-71,49,-71,128v0,68,34,120,72,120v42,0,71,-49,71,-125xm25,204r0,-131r42,0r0,-440r-42,0r0,-133r229,0r17,35v19,-14,61,-43,121,-43v156,0,236,120,236,262v0,159,-99,257,-228,257v-83,0,-123,-33,-130,-39r0,101r54,0r0,131r-299,0","w":638},"q":{"d":"383,-257v0,-60,-28,-123,-72,-123v-39,0,-71,49,-71,128v0,68,34,120,72,120v42,0,71,-49,71,-125xm318,230r0,-131r65,0r0,-132v-23,19,-69,42,-128,42v-128,0,-230,-101,-230,-262v0,-173,106,-257,239,-257v65,0,109,27,119,40r19,-30r233,0r0,130r-49,0r0,466r49,0r0,134r-317,0","w":660},"r":{"d":"308,-131r0,131r-283,0r0,-131r44,0r0,-239r-43,0r0,-130r188,0r30,64v26,-48,52,-89,155,-89r0,180v-90,0,-141,23,-141,111r0,103r50,0","w":414},"P":{"d":"25,-568r0,-131r324,0v232,0,276,100,276,214v0,132,-120,198,-263,198r-76,0r0,155r61,0r0,132r-322,0r0,-132r56,0r0,-436r-56,0xm336,-569r-50,0r0,174r45,0v58,0,98,-30,98,-83v0,-59,-35,-91,-93,-91","k":{"A":100}},"x":{"d":"375,-375r0,-125r255,0r0,125r-66,0r-106,107r126,144r47,0r0,124r-319,0r0,-124r47,0r-76,-81r-72,81r65,0r0,124r-256,0r0,-124r67,0r102,-115r-124,-136r-45,0r0,-125r324,0r0,125r-47,0r70,76r75,-76r-67,0","w":649},"w":{"d":"282,-153r2,0v3,-41,13,-136,41,-235r32,-112r185,0r38,130v24,77,39,182,43,217r2,0v3,-50,24,-161,44,-217r-41,0r0,-130r244,0r0,130r-41,0r-117,370r-211,0r-69,-226r-72,226r-206,0r-113,-370r-43,0r0,-130r269,0r0,130r-34,0v20,56,45,162,47,217","w":872},"d":{"d":"368,-472r0,-148r-46,0r0,-130r249,0r0,620r48,0r0,130r-234,0r-17,-37v-13,12,-57,46,-126,46v-141,0,-232,-125,-232,-264v0,-156,109,-255,232,-255v71,0,107,26,126,38xm225,-255v0,60,28,123,72,123v39,0,71,-49,71,-128v0,-68,-34,-120,-72,-120v-42,0,-71,49,-71,125","w":634},"k":{"d":"305,0r-267,0r0,-130r41,0r0,-489r-41,0r0,-131r231,0r0,452r116,-69r-72,0r0,-132r280,0r0,132r-77,0r-68,43r135,193r50,0r0,131r-296,0r0,-131r42,0r-76,-108r-35,24r0,84r37,0r0,131","w":654},"K":{"d":"340,-699r0,129r-54,0r0,163r186,-163r-72,0r0,-129r333,0r0,129r-58,0r-145,125r202,315r58,0r0,130r-390,0r0,-130r68,0r-108,-170r-74,63r0,107r54,0r0,130r-315,0r0,-130r54,0r0,-440r-54,0r0,-129r315,0","w":815},"v":{"d":"326,-162r4,0v1,-21,12,-72,30,-110r48,-101r-53,0r0,-127r258,0r0,127r-52,0r-173,373r-155,0r-186,-373r-47,0r0,-127r304,0r0,127r-50,0r46,106v13,38,24,84,26,105","w":613},"y":{"d":"317,-217r65,-156r-46,0r0,-127r254,0r0,124r-48,0r-190,462v-29,62,-70,144,-215,141v-52,-1,-91,-24,-121,-50r75,-118v17,15,37,30,58,34v48,7,65,-53,78,-95r-195,-370r-41,0r0,-128r308,0r0,127r-47,0","w":580},"E":{"d":"25,-567r0,-132r603,0r0,221r-173,0r0,-89r-160,0r0,138r190,0r0,133r-190,0r0,163r160,0r0,-93r173,0r0,226r-603,0r0,-133r63,0r0,-434r-63,0","w":653},"W":{"d":"320,-226r5,0v13,-94,72,-349,99,-473r208,0r63,276v14,65,25,147,30,197r5,0v12,-115,40,-239,64,-343r-55,0r0,-130r286,0r0,130r-55,0r-149,569r-237,0r-60,-238v-9,-34,-20,-93,-25,-124r-4,0v-20,126,-57,244,-85,362r-232,0r-132,-569r-56,0r0,-130r330,0r0,130r-58,0r26,146v11,48,28,167,32,197","w":1015,"k":{"a":60,"s":60,"y":30,"r":60,"u":30,"o":60,"e":60}},"H":{"d":"25,-567r0,-132r324,0r0,132r-62,0r0,151r190,0r0,-151r-59,0r0,-132r325,0r0,132r-58,0r0,435r58,0r0,132r-325,0r0,-132r59,0r0,-151r-190,0r0,151r62,0r0,132r-324,0r0,-132r55,0r0,-435r-55,0","w":768},"U":{"d":"15,-569r0,-130r318,0r0,129r-54,0r0,216v0,161,36,195,100,195v61,0,101,-24,101,-196r0,-212r-54,0r0,-132r296,0r0,129r-54,0r0,243v0,237,-99,344,-287,344v-202,0,-310,-112,-310,-339r0,-247r-56,0","w":737},"M":{"d":"723,-523r-4,0v-8,45,-22,111,-29,134r-105,389r-209,0r-112,-399v-5,-17,-18,-74,-21,-124r-4,0r0,394r57,0r0,129r-271,0r0,-129r54,0r0,-441r-53,0r0,-129r379,0r101,374r96,-374r381,0r0,129r-55,0r0,440r55,0r0,130r-316,0r0,-130r57,0","w":1008},"@":{"w":833},"G":{"d":"521,0r-31,-63v-22,37,-84,72,-161,72v-175,0,-314,-136,-314,-352v0,-218,151,-368,307,-368v145,0,179,68,195,84r21,-72r149,0r0,295r-179,0v-3,-81,-55,-127,-114,-127v-81,0,-137,88,-137,188v0,102,50,184,137,184v57,0,81,-23,96,-49r0,-42r-61,0r0,-107r332,0r0,107r-40,0r0,250r-200,0","w":776},"T":{"d":"15,-699r671,0r0,260r-147,0r0,-128r-84,0r0,434r83,0r0,133r-372,0r0,-133r82,0r0,-434r-86,0r0,128r-147,0r0,-260","w":701,"k":{"a":60,"s":60,"y":40,"r":60,"u":40,"o":60,"e":60}},"R":{"d":"25,-568r0,-131r325,0v232,0,277,92,277,206v0,78,-62,133,-145,145v69,10,131,70,131,142v0,43,6,68,24,68v26,0,23,-37,23,-65r67,0v6,120,-13,215,-146,215v-131,0,-194,-69,-194,-186v0,-91,-11,-113,-100,-113r0,155r61,0r0,132r-323,0r0,-132r56,0r0,-436r-56,0xm337,-569r-50,0r0,170r45,0v58,0,96,-28,96,-81v0,-59,-33,-89,-91,-89","w":737},"V":{"d":"420,-224r5,0v17,-110,89,-243,127,-345r-52,0r-1,-130r284,0r0,130r-49,0r-240,569r-184,0r-265,-569r-55,0r0,-130r369,0r-1,130r-54,0v37,104,98,232,116,345","w":773,"k":{"a":60,"y":60,"u":60,"o":60,"e":60}},"X":{"d":"357,-129r0,129r-332,0r0,-129r87,0r147,-191r-181,-249r-52,0r0,-130r396,0r0,130r-58,0r98,133r102,-133r-88,0r0,-130r332,0r0,130r-85,0r-151,193r180,246r58,0r0,130r-399,0r0,-130r57,0r-97,-130r-103,131r89,0","w":835},"s":{"d":"140,0r-125,0r0,-180r134,0v0,53,76,67,106,67v20,0,44,-6,44,-34v0,-30,-75,-35,-147,-60v-68,-24,-133,-66,-133,-160v0,-102,105,-145,176,-145v68,0,128,35,149,78r8,-66r123,0r0,180r-130,0v0,-42,-52,-76,-102,-76v-21,0,-39,11,-39,36v0,28,59,40,123,62v76,26,161,55,161,160v0,94,-89,150,-186,150v-72,0,-129,-35,-153,-73","w":508},"S":{"d":"200,0r-175,0r0,-252r186,0v0,84,84,100,126,100v35,0,85,-8,85,-50v0,-78,-384,-45,-384,-300v0,-148,140,-215,238,-215v84,0,169,27,209,102r10,-84r172,0r0,251r-181,0v0,-74,-58,-116,-128,-116v-29,0,-69,18,-69,53v0,103,396,79,396,314v0,156,-146,212,-265,212v-101,0,-171,-47,-209,-92","w":710},"Q":{"d":"435,-6v-246,34,-419,-84,-420,-348v0,-204,135,-348,336,-348v236,0,342,142,342,355v0,105,-28,190,-83,250v8,31,19,65,44,65v26,0,19,-46,20,-74r66,0r0,51v0,89,-50,160,-150,160v-82,0,-133,-52,-155,-111xm357,-347v43,0,80,16,112,39v13,-122,-36,-248,-119,-248v-60,0,-115,85,-115,202v0,20,1,38,4,55v23,-24,59,-48,118,-48xm290,-183v34,38,82,45,120,11v-7,-50,-19,-84,-53,-84v-33,0,-53,33,-67,73","w":755},"z":{"d":"155,-300r-130,0r0,-200r495,0r0,129r-238,240r105,0r0,-68r141,0r0,199r-503,0r0,-131r241,-240r-111,0r0,71","w":553},"Z":{"d":"201,-436r-170,0r0,-263r656,0r2,133r-366,434r185,0r1,-128r177,0r0,260r-661,0r0,-130r364,-437r-189,1","w":714},"?":{"d":"110,-477r-108,-109v70,-81,160,-129,260,-129v133,0,238,70,238,205v0,130,-159,162,-159,222r0,55r-185,0r-1,-80v0,-92,159,-144,159,-199v0,-38,-39,-47,-74,-47v-43,0,-96,42,-130,82xm129,-102v0,-50,42,-106,114,-106v71,0,119,49,119,106v0,56,-46,103,-119,103v-65,0,-114,-51,-114,-103","w":520},"F":{"d":"25,-567r0,-132r598,0r0,221r-177,0r0,-89r-151,0r0,174r190,0r0,133r-190,0r0,127r102,0r0,133r-372,0r0,-133r62,0r0,-434r-62,0","w":638,"k":{"a":60,"s":60,"y":30,"r":60,"u":30,"o":60,"e":60}},"I":{"d":"25,-567r0,-132r332,0r0,132r-62,0r0,434r62,0r0,133r-332,0r0,-133r63,0r0,-434r-63,0","w":382},"J":{"d":"21,193r-1,-132v13,6,27,9,45,9v50,0,83,-37,83,-144r0,-494r-86,0r0,-131r376,0r0,131r-83,0r0,494v0,177,-76,278,-282,278v-19,0,-37,-5,-52,-11","w":463},"L":{"d":"25,-567r0,-132r316,0r0,132r-53,0r0,434r129,0r0,-127r168,0r0,260r-560,0r0,-133r55,0r0,-434r-55,0","w":610},"O":{"d":"373,18v-209,0,-358,-121,-358,-371v0,-216,144,-365,351,-365v245,0,359,147,359,372v0,226,-126,364,-352,364xm373,-139v63,0,102,-83,102,-207v0,-121,-33,-218,-110,-218v-61,0,-103,87,-103,211v0,131,47,214,111,214","w":740},".":{"d":"15,-104v0,-51,40,-114,113,-114v73,0,115,63,115,114v0,60,-40,108,-115,108v-66,0,-113,-55,-113,-108","w":258},"a":{"d":"78,-342r-42,-116v40,-24,126,-71,218,-71v120,0,271,45,271,206r0,195r60,0r0,128r-214,0r-24,-45v-37,51,-99,64,-135,64v-95,0,-197,-51,-197,-167v0,-113,95,-184,208,-184v59,0,94,29,99,35r0,-35v0,-45,-41,-56,-95,-56v-59,0,-111,25,-149,46xm258,-111v30,0,55,-18,64,-33r0,-38v-3,-5,-17,-29,-59,-29v-40,0,-58,22,-58,53v0,28,23,47,53,47","w":600},"b":{"d":"256,0r-225,0r0,-130r42,0r0,-489r-42,0r0,-131r242,0r0,289v22,-26,82,-47,131,-47v152,0,233,128,230,262v-3,154,-90,257,-231,257v-76,0,-104,-21,-132,-45xm414,-244v0,-60,-28,-123,-72,-123v-39,0,-71,49,-71,128v0,68,34,120,72,120v42,0,71,-49,71,-125","w":656},"c":{"d":"360,-274v-2,-48,-17,-105,-63,-105v-59,0,-88,63,-88,128v0,65,39,117,103,118v53,1,88,-21,121,-57r88,102v-47,51,-137,102,-245,102v-147,0,-275,-89,-275,-267v0,-177,118,-256,246,-256v68,0,108,37,125,57r17,-48r118,0r0,226r-147,0","w":531},"[":{"d":"29,-568r0,-132r324,0v232,0,276,114,276,228v0,74,-45,130,-108,165r112,177r58,0r0,130r-192,0r-166,-268r-43,0r0,136r61,0r0,132r-322,0r0,-132r56,0r0,-436r-56,0xm340,-569r-50,0r0,174r45,0v58,0,98,-30,98,-83v0,-59,-35,-91,-93,-91","w":720},"\\":{"w":653},"]":{"d":"331,0r-301,0r0,-130r41,0r0,-489r-41,0r0,-131r231,0r0,452r116,-69r-72,0r0,-133r280,0r0,133r-77,0r-63,37r139,199r41,0r0,131r-162,0r-168,-239r-35,24r0,84r71,0r0,131","w":647},"Y":{"d":"369,-384r4,0v19,-62,62,-131,92,-187r-55,0r0,-128r269,0r0,128r-54,0r-185,325r0,116r56,0r0,130r-320,0r0,-130r57,0r0,-118r-194,-323r-49,0r0,-128r342,0r0,128r-52,0r58,106v6,19,27,64,31,81","w":669,"k":{"a":60,"s":60,"y":30,"r":60,"u":40,"o":80,"e":60}},"1":{"d":"71,-457r-46,-111v57,-28,102,-44,175,-131r178,0r0,566r93,0r0,133r-400,0r0,-133r100,0r0,-371","w":496},"2":{"d":"141,-472r-108,-114v70,-81,160,-124,260,-124v133,0,238,84,238,219v0,115,-54,155,-160,224v-48,31,-127,94,-150,134r176,0r0,-80r168,0r0,213r-540,0r0,-145v55,-90,83,-117,146,-170v72,-61,177,-105,177,-167v0,-51,-38,-66,-84,-66v-54,0,-93,44,-123,76","w":590},"3":{"d":"248,13v-95,0,-194,-55,-233,-113r102,-106v37,37,75,65,132,65v56,0,90,-27,90,-77v0,-54,-33,-73,-83,-73r-75,0r0,-119r73,0v48,0,85,-24,85,-69v0,-54,-46,-79,-88,-79v-38,0,-82,23,-117,60r-97,-117v36,-39,123,-95,214,-95v163,0,255,84,255,212v0,68,-48,107,-74,127v32,23,93,74,93,164v0,148,-142,220,-277,220","w":540},"4":{"d":"10,-197r0,-143r288,-359r207,0r0,394r53,0r0,108r-53,0r0,65r54,0r0,132r-324,0r0,-132r63,0r0,-65r-288,0xm150,-305r148,0r0,-185","w":584},"5":{"d":"263,13v-101,0,-207,-59,-248,-121r109,-113v39,40,82,74,140,74v67,0,110,-42,110,-100v0,-53,-45,-97,-102,-97v-46,0,-73,24,-94,46r-128,-57r61,-344r396,0r0,149r-269,0r-17,97v20,-13,59,-24,108,-24v117,0,233,82,233,237v0,168,-154,253,-299,253","w":577},"'":{"d":"36,-701r198,0r-36,299r-125,0","w":273},",":{"d":"109,194r-115,-65v71,-89,105,-174,95,-325r182,48v4,129,-60,251,-162,342","w":272},":":{"d":"15,-98v0,-50,39,-112,111,-112v72,0,113,62,113,112v0,59,-45,106,-113,106v-65,0,-111,-54,-111,-106xm15,-402v0,-50,39,-112,111,-112v72,0,113,62,113,112v0,59,-42,106,-113,106v-62,0,-111,-54,-111,-106","w":254},"6":{"d":"546,-631r-68,130v-34,-20,-85,-51,-146,-51v-74,0,-121,62,-131,136v26,-26,78,-49,131,-51v128,-5,234,87,234,223v0,134,-96,248,-259,253v-164,5,-285,-113,-291,-313v-3,-133,31,-398,294,-406v67,-2,177,29,236,79xm306,-323v-47,1,-87,37,-103,57v0,50,29,118,93,118v51,0,92,-38,91,-86v-1,-39,-21,-91,-81,-89","w":581},"7":{"d":"15,-501r0,-198r541,0r0,133r-269,566r-216,0r268,-566r-164,0r0,65r-160,0","w":566},"8":{"d":"15,-205v0,-65,42,-143,108,-176v-50,-30,-75,-85,-75,-133v0,-111,88,-197,238,-197v155,0,239,86,239,197v0,66,-40,115,-84,136v68,33,103,105,103,173v0,123,-103,218,-264,218v-166,0,-265,-95,-265,-218xm188,-211v0,47,43,82,93,82v49,0,92,-27,92,-82v0,-70,-81,-87,-127,-89v-30,17,-58,52,-58,89xm359,-522v0,-36,-35,-63,-75,-63v-39,0,-72,30,-72,63v0,55,66,65,99,66v25,-12,48,-36,48,-66","w":559},"9":{"d":"35,-70r68,-130v34,20,85,51,146,51v74,0,123,-48,122,-136v-26,26,-69,49,-122,51v-128,5,-234,-87,-234,-223v0,-134,96,-248,259,-253v164,-5,291,113,297,313v4,152,-37,398,-300,406v-67,2,-177,-29,-236,-79xm275,-378v47,-1,78,-37,94,-57v0,-50,-20,-118,-84,-118v-51,0,-92,38,-91,86v1,39,21,91,81,89","w":587},"-":{"d":"47,-172r0,-133r290,0r0,133r-290,0","w":386},";":{"d":"59,-385v0,-51,40,-114,113,-114v73,0,115,63,115,114v0,60,-43,108,-115,108v-63,0,-113,-55,-113,-108xm5,129r115,65v102,-91,166,-213,162,-342r-182,-48v10,151,-24,236,-95,325","w":302},"=":{"d":"44,-172r0,-133r412,0r0,133r-412,0xm44,-393r0,-133r412,0r0,133r-412,0","w":502},"0":{"d":"302,12v-167,0,-287,-119,-287,-365v0,-212,116,-359,282,-359v196,0,287,145,287,366v0,222,-101,358,-282,358xm302,-143v46,0,81,-81,81,-203v0,-119,-38,-205,-87,-205v-37,0,-83,76,-83,198v0,129,49,210,89,210","w":599},"!":{"d":"28,-102v0,-50,42,-106,114,-106v71,0,119,49,119,106v0,56,-46,103,-119,103v-65,0,-114,-51,-114,-103xm86,-257r-54,-252r0,-190r239,0r0,190r-53,252r-132,0","w":308},"(":{"d":"260,-815r103,106v-48,58,-154,181,-154,397v0,223,95,344,154,414r-103,107v-108,-98,-235,-293,-235,-521v0,-236,152,-431,235,-503","w":388},")":{"d":"25,-708r103,-106v83,72,235,267,235,503v0,228,-127,423,-235,521r-103,-107v59,-70,154,-191,154,-414v0,-216,-106,-339,-154,-397","w":388},"\u00a0":{"w":250}}});
diff --git a/css/fonts/chunkfive/Chunkfive.eot b/css/fonts/chunkfive/Chunkfive.eot
deleted file mode 100644
index a2b5dcba8..000000000
Binary files a/css/fonts/chunkfive/Chunkfive.eot and /dev/null differ
diff --git a/css/fonts/chunkfive/Chunkfive.svg b/css/fonts/chunkfive/Chunkfive.svg
deleted file mode 100644
index c98d71a89..000000000
--- a/css/fonts/chunkfive/Chunkfive.svg
+++ /dev/null
@@ -1,207 +0,0 @@
-
-
-
diff --git a/css/fonts/chunkfive/Chunkfive.ttf b/css/fonts/chunkfive/Chunkfive.ttf
deleted file mode 100644
index ab3bec72f..000000000
Binary files a/css/fonts/chunkfive/Chunkfive.ttf and /dev/null differ
diff --git a/css/fonts/chunkfive/Chunkfive.woff b/css/fonts/chunkfive/Chunkfive.woff
deleted file mode 100644
index d8439f1f1..000000000
Binary files a/css/fonts/chunkfive/Chunkfive.woff and /dev/null differ
diff --git a/css/fonts/chunkfive/SIL Open Font License 1.1.txt b/css/fonts/chunkfive/SIL Open Font License 1.1.txt
deleted file mode 100644
index e4b0c4ff5..000000000
--- a/css/fonts/chunkfive/SIL Open Font License 1.1.txt
+++ /dev/null
@@ -1,91 +0,0 @@
-This Font Software is licensed under the SIL Open Font License, Version 1.1.
-This license is copied below, and is also available with a FAQ at:
-http://scripts.sil.org/OFL
-
-
------------------------------------------------------------
-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
------------------------------------------------------------
-
-PREAMBLE
-The goals of the Open Font License (OFL) are to stimulate worldwide
-development of collaborative font projects, to support the font creation
-efforts of academic and linguistic communities, and to provide a free and
-open framework in which fonts may be shared and improved in partnership
-with others.
-
-The OFL allows the licensed fonts to be used, studied, modified and
-redistributed freely as long as they are not sold by themselves. The
-fonts, including any derivative works, can be bundled, embedded,
-redistributed and/or sold with any software provided that any reserved
-names are not used by derivative works. The fonts and derivatives,
-however, cannot be released under any other type of license. The
-requirement for fonts to remain under this license does not apply
-to any document created using the fonts or their derivatives.
-
-DEFINITIONS
-"Font Software" refers to the set of files released by the Copyright
-Holder(s) under this license and clearly marked as such. This may
-include source files, build scripts and documentation.
-
-"Reserved Font Name" refers to any names specified as such after the
-copyright statement(s).
-
-"Original Version" refers to the collection of Font Software components as
-distributed by the Copyright Holder(s).
-
-"Modified Version" refers to any derivative made by adding to, deleting,
-or substituting -- in part or in whole -- any of the components of the
-Original Version, by changing formats or by porting the Font Software to a
-new environment.
-
-"Author" refers to any designer, engineer, programmer, technical
-writer or other person who contributed to the Font Software.
-
-PERMISSION & CONDITIONS
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of the Font Software, to use, study, copy, merge, embed, modify,
-redistribute, and sell modified and unmodified copies of the Font
-Software, subject to the following conditions:
-
-1) Neither the Font Software nor any of its individual components,
-in Original or Modified Versions, may be sold by itself.
-
-2) Original or Modified Versions of the Font Software may be bundled,
-redistributed and/or sold with any software, provided that each copy
-contains the above copyright notice and this license. These can be
-included either as stand-alone text files, human-readable headers or
-in the appropriate machine-readable metadata fields within text or
-binary files as long as those fields can be easily viewed by the user.
-
-3) No Modified Version of the Font Software may use the Reserved Font
-Name(s) unless explicit written permission is granted by the corresponding
-Copyright Holder. This restriction only applies to the primary font name as
-presented to the users.
-
-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
-Software shall not be used to promote, endorse or advertise any
-Modified Version, except to acknowledge the contribution(s) of the
-Copyright Holder(s) and the Author(s) or with their explicit written
-permission.
-
-5) The Font Software, modified or unmodified, in part or in whole,
-must be distributed entirely under this license, and must not be
-distributed under any other license. The requirement for fonts to
-remain under this license does not apply to any document created
-using the Font Software.
-
-TERMINATION
-This license becomes null and void if any of the above conditions are
-not met.
-
-DISCLAIMER
-THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
-OTHER DEALINGS IN THE FONT SOFTWARE.
\ No newline at end of file
diff --git a/css/fonts/chunkfive/chunkfive.css b/css/fonts/chunkfive/chunkfive.css
deleted file mode 100644
index 2241df78c..000000000
--- a/css/fonts/chunkfive/chunkfive.css
+++ /dev/null
@@ -1,10 +0,0 @@
-/* Generated by Font Squirrel (http://www.fontsquirrel.com) on %March %5, %2010 */
-
-
-
-@font-face {
- font-family: 'ChunkFiveRegular';
- src: url('Chunkfive.eot');
- src: local('ChunkFive'), local('ChunkFive'), url('Chunkfive.woff') format('woff'), url('Chunkfive.ttf') format('truetype'), url('Chunkfive.svg#ChunkFive') format('svg');
-}
-
diff --git a/css/fonts/chunkfive/demo.html b/css/fonts/chunkfive/demo.html
deleted file mode 100644
index 5676fbdbd..000000000
--- a/css/fonts/chunkfive/demo.html
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-
-
-
- ChunkFive Regular - Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
- -/usr/local.
- prefix: Homebrew won’t install files outside its prefix, and you can place a Homebrew installation wherever you like.
- createpackages: Trivially create your own Homebrew packages.
- hack: It's all git and ruby underneath, so hack away with the knowledge that you can easily revert your modifications and merge upstream updates.
- formula: "Homebrew formula are simple Ruby scripts:"
- complement: Homebrew complements OS X. Install your gems with gem, and their dependencies with brew.
- install:
- install: Install Homebrew
- paste: Paste that at a Terminal prompt.
- what: The script explains what it will do and then pauses before it does it. There are more installation options here (needed on 10.5).
- doc:
- further: Further Documentation
- wiki: Homebrew Wiki
- foot:
- code: Original code by Max Howell.
- page: Website by Rémi Prévost.
----
+
+
+
+
+
+
+ This page has moved to http://brew.sh. Attempting to automatically redirect you.
+ + + diff --git a/index_de.html b/index_de.html deleted file mode 100644 index 8a2a39a96..000000000 --- a/index_de.html +++ /dev/null @@ -1,25 +0,0 @@ ---- -layout: index -lang: de -title: Homebrew — MacPorts bringt Dich zum Trinken? Probiere Homebrew! -subtitle: Der fehlende Paketmanager für OS X - -pagecontent: - what: Homebrew installiert die Sachen, die Du brauchst und die bei Apple nicht dabei sind. - how: Homebrew installiert Pakete in ihrem eigenen Verzeichnis und erstellt dann Symlinks der Dateien in/usr/local.
- prefix: Homebrew installiert keine Dateien außerhalb seines Präfixes und Du kannst den Ort einer Homebrew-Installation frei wählen.
- createpackages: Eigene Homebrew-Pakete zu erzeugen, ist kinderleicht.
- hack: Unter der Haube werden git und ruby verwendet. Modifikationen sind also schnell rückgängig gemacht und Upstream-Änderungen lassen sich leicht mergen.
- formula: "Homebrew-Formeln sind einfache Ruby-Skripte:"
- complement: Homebrew ergänzt OS X. Installiere Deine Gems mit gem und ihre Abhängigkeiten mit brew.
- install:
- install: Installiere Homebrew
- paste: Füge das im Terminal ein.
- what: Das Skipt erklärt Dir, was es tun wird und pausiert, bevor es etwas macht. Mehr Installationsoptionen findest Du hier (werden unter 10.5 benötigt).
- doc:
- further: Weitere Dokumentation
- wiki: Homebrew-Wiki
- foot:
- code: Originalcode von Max Howell.
- page: Website von Rémi Prévost.
----
diff --git a/index_es.html b/index_es.html
deleted file mode 100644
index eee5b2408..000000000
--- a/index_es.html
+++ /dev/null
@@ -1,26 +0,0 @@
----
-layout: index
-lang: es
-title: Homebrew — ¿MacPorts te lleva a la bebida? ¡Prueba Homebrew!
-subtitle: El gestor de paquetes para OS X que faltaba
-
-pagecontent:
- what: Homebrew instala todo aquello que necesitas que Apple no instala de serie.
- how: Homebrew instala cada paquete en su propio directorio, creando enlaces simbólicos a sus archivos dentro de /usr/local.
- prefix: Homebrew nunca instala archivos fuera de su prefijo, y puedes colocar la instalación de Homebrew donde quieras.
- createpackages: Crear tus propios paquetes de Homebrew no puede ser más fácil.
- hack: "Homebrew está basado únicamente en Git y Ruby: ya puedes desarrollar tranquilo, con la seguridad de que podrás deshacer tus cambios e integrar actualizaciones con total facilidad."
- formula: "Las fórmulas de Homebrew son simples scripts en Ruby:"
- complement: Homebrew complementa OS X. Instala tus gems con gem y sus dependencias con brew.
- install:
- install: Instala Homebrew
- paste: Pega ese código en una ventana del Terminal.
- what: El programa de instalación explica en cada paso del proceso qué es lo que va a hacer y se toma una pausa para confirmar antes de empezar cada uno de los pasos. Puedes encontrar más opciones de instalación aquí (son necesarias para instalar Homebrew en 10.5).
- doc:
- further: Documentos adicionales
- wiki: Wiki de Homebrew
- foot:
- code: Código original de Max Howell.
- page: Sitio web de Rémi Prévost.
- translation: Traducción al castellano de Andrés Catalán
----
diff --git a/index_fr.html b/index_fr.html
deleted file mode 100644
index 0671672ec..000000000
--- a/index_fr.html
+++ /dev/null
@@ -1,26 +0,0 @@
----
-layout: index
-lang: fr
-title: Homebrew — MacPorts vous rend agressif ? Essayez Homebrew !
-subtitle: Le gestionnaire de paquets pour OS X
-
-pagecontent:
- what: Homebrew installe ce dont vous avez besoin et qu’Apple n’a pas installé.
- how: Homebrew installe les paquets dans leurs propres répertoires et crée des liens symboliques de leurs fichiers vers /usr/local.
- prefix: Homebrew n’installera pas de fichiers en dehors de son préfixe, et vous pouvez placer Homebrew où vous le désirez.
- createpackages: Créez facilement vos propres paquets Homebrew.
- hack: Homebrew utilise git et ruby, vous pouvez donc faire des modifications sans crainte, sachant que vous pourrez facilement les annuler et les intégrer avec les mises à jour futures.
- formula: "Les formules Homebrew sont de simples scripts Ruby :"
- complement: Homebrew est un complément pour OS X. Installez vos gems avec gem, et leurs dépendances avec brew.
- install:
- install: Installer Homebrew
- paste: Copiez et collez dans une fenêtre du Terminal.
- what: Le script explique ce qu’il va faire, puis fait une pause avant de l'exécuter. Plus d'options d'installation sont disponibles ici (requis pour 10.5).
- doc:
- further: Documentation additionnelle
- wiki: Wiki de Homebrew
- foot:
- code: Code original par Max Howell.
- page: Site web par Rémi Prévost.
- translation: Traduction française par Louis-Michel Couture.
----
diff --git a/index_ja.html b/index_ja.html
deleted file mode 100644
index 66f59e653..000000000
--- a/index_ja.html
+++ /dev/null
@@ -1,26 +0,0 @@
----
-layout: index
-lang: ja
-title: Homebrew — MacPortsは酒でも飲みたくなるでしょ?使おうHomeBrew!
-subtitle: OS Xのためのパッケージマネージャー
-
-pagecontent:
- what: HomebrewはAppleが用意していないあなたが必要なものをインストールします。
- how: Homebrewは独自のディレクトリーにパッケージをインストールし、それらを/usr/localにシンボリックリンクを張ります。
- prefix: Homebrewは独自のプレフィックスがつかないファイルはインストールしませんが、あなたの好きな場所にインストールできます。
- createpackages: Homebrewのパッケージは簡単に作成できます。
- hack: HomebrewはすべてGitとRubyで動いているため、あなたが既に持っている知識で変更したり更新をマージしたりできます。
- formula: "HomebrewのformulaはシンプルはRubyスクリプトです:"
- complement: HomebrewはOS Xの機能を補完します。gemコマンドでgemを、そしてbrewコマンドでそれらの依存関係をインストールします。
- install:
- install: Homebrewをインストール
- paste: これをターミナルのプロンプトに貼り付けてください。
- what: スクリプトは何をするのか説明し、実行する前に一度中断します。こちらでインストールオプションを確認できます(10.5が必要)。
- doc:
- further: さらに詳しいドキュメント
- wiki: Homebrew Wiki
- foot:
- code: Original code by Max Howell.
- page: Website by Rémi Prévost.
- translation: Translation by Ryuichi Okumura.
----
diff --git a/index_ko.html b/index_ko.html
deleted file mode 100644
index 9d3831f03..000000000
--- a/index_ko.html
+++ /dev/null
@@ -1,26 +0,0 @@
----
-layout: index
-lang: ko
-title: Homebrew — MacPorts는 술을 마시게 만들지 않나요? Homebrew를 써봐요!
-subtitle: OS X 용 패키지 관리자
-
-pagecontent:
- what: Homebrew는 Apple에서 제공하지 않지만 필요한 패키지를 설치합니다.
- how: Homebrew는 자신의 디렉토리에 패키지를 설치하고, /usr/local안에 그 파일을 심볼링 링크로 겁니다.
- prefix: Homebrew는 prefix가 붙지 않는 파일은 설치 하지 않지만, 여러분이 원하는 위치 어느곳이든 설치할 수 있습니다.
- createpackages: 자신의 Homebrew 패키지를 간편하게 만들 수 있습니다.
- hack: Homebrew는 모두 git과 ruby기반으로 되어 있어, 여러분이 이미 가진 지식으로 쉽게 수정하거나 업데이트, 병합할 수 있습니다.
- formula: "Homebrew formula는 간단한 Ruby 스크립트입니다:"
- complement: Homebrew는 OS X을 보완해 줍니다. gem명령으로 gem을, brew명령으로 gem의 의존관계의 모듈을 설치합니다.
- install:
- install: Homebrew 설치하기
- paste: 터미널 프롬프트에서 붙여넣기 하세요.
- what: 스크립트에서 무엇을 하는지에 대해 설명하고, 실행하기 전에 일단 정지합니다. 더 자세한 설치 관련사항을 보려면 여기를 봐 주세요 (10.5 버전 필요).
- doc:
- further: 추가 문서
- wiki: Homebrew 위키
- foot:
- code: Original code by Max Howell.
- page: Website by Rémi Prévost.
- translation: Translation by Juntai Park.
----
diff --git a/index_pt-br.html b/index_pt-br.html
deleted file mode 100644
index b8ccdcab1..000000000
--- a/index_pt-br.html
+++ /dev/null
@@ -1,26 +0,0 @@
----
-layout: index
-lang: pt-BR
-title: Homebrew — MacPorts leva você para beber? Tente o Homebrew!
-subtitle: O gerenciador de pacotes que faltava para o OS X
-
-pagecontent:
- what: O Homebrew instala as coisas que você precisa que a Apple não forneceu para você.
- how: O Homebrew instala os pacotes em seu próprio diretório e cria link simbólicos dos seus arquivos dentro de /usr/local.
- prefix: O Homebrew não instala arquivos fora de sua estrutura, e você pode colocar a instalação do Homebrew onde desejar.
- createpackages: Crie facilmente seus próprios pacotes para o Homebrew.
- hack: "O Homebrew é baseado unicamente em Git e Ruby: agora você pode desenvolver tranquilo, com a certeza de que você pode desfazer as alterações e integrar atualizações com facilidade."
- formula: Homebrew formulas são simples scripts em Ruby.
- complement: O Homebrew complementa o OS X. Instale suas gems com gem, e suas dependências com brew.
- install:
- install: Instale o Homebrew
- paste: Copie esse código para um prompt do seu Terminal.
- what: O script explica o que irá fazer e faz uma pausa antes de ser executado. Há mais opções de instalação aqui (necessário para 10.5).
- doc:
- further: Documentos Adicionais
- wiki: Wiki do Homebrew
- foot:
- code: Código original por Max Howell.
- page: Website por Rémi Prévost.
- translation: Traduzido por Jair Henrique.
----
diff --git a/index_zh-cn.html b/index_zh-cn.html
deleted file mode 100644
index cf79371fe..000000000
--- a/index_zh-cn.html
+++ /dev/null
@@ -1,25 +0,0 @@
----
-layout: index
-lang: zh-CN
-title: Homebrew — MacPorts 难用到哭?试试 Homebrew!
-subtitle: OS X 缺少的包管理器
-
-pagecontent:
- what: 您想要的软件 OS X 中没有?Homebrew 给你所需。
- how: Homebrew 将软件包分别安装到单独的目录,然后 symlink 到 /usr/local 中。
- prefix: Homebrew 不会把文件安装到预置目录之外,所以您可以将 Homebrew 安装到任何位置。
- createpackages: 轻松创建您自己的 Homebrew 软件包。
- hack: 完全基于 git 和 ruby,您可以很方便地撤销、更改或合并上流的更新。
- formula: Homebrew 的 formula 都是简单的 Ruby 脚本:
- complement: Homebrew 使 OS X 更完整。用 gem 来安装您的 gems、用 brew 来搞定它们的依赖包。
- install:
- install: 安装 Homebrew
- paste: 打开 Terminal, 粘贴上面的命令。
- what: 该脚本首先会解释它要做什么,然后暂停操作,直到您确认才会开始安装。更多的安装选项请查看 这里(需要10.5)。
- doc:
- further: 更多文档
- wiki: Homebrew 维基(翻译中)
- foot:
- code: Original code by Max Howell.
- page: Website by Rémi Prévost.
----
diff --git a/index_zh-tw.html b/index_zh-tw.html
deleted file mode 100644
index d18939974..000000000
--- a/index_zh-tw.html
+++ /dev/null
@@ -1,25 +0,0 @@
----
-layout: index
-lang: zh-TW
-title: Homebrew - MacPorts 讓你抓狂嗎?試試 Homebrew 吧!
-subtitle: OS X 缺少的套件管理工具
-
-pagecontent:
- what: 使用 Homebrew 安裝 Apple 沒有預裝但是你需要的東西。
- how: Homebrew 會將 packages 安裝在他們自己的目錄,然後把檔案 symlink 到 /usr/local 下。
- prefix: Homebrew 不會把檔案放在預設路徑之外的地方,因此可以在任何位置使用 Homebrew 安裝程式。
- createpackages: 輕鬆建立你自己的 Homebrew packages。
- hack: 完全以 Git 和 Ruby 為基底,所以你可以盡情地運用這些知識,輕鬆地復原你的修改以及合併上游的更新。
- formula: "Homebrew 的 formula 都是簡單的 Ruby 腳本:"
- complement: Homebrew 互補了 OS X,你可以使用 gem 來安裝 Ruby 套件, 而它的依存軟體可以用 brew 安裝。
- install:
- install: 安裝 Homebrew
- paste: 在終端機命令列提示貼上這個。
- what: 腳本執行時會解釋它正在做什麼,並在你確認之前暫停下來。你可以在這裡找到更多安裝選擇(需要 10.5 以上版本)。
- doc:
- further: 更多說明文件
- wiki: Homebrew Wiki
- foot:
- code: Original code by Max Howell.
- page: Website by Rémi Prévost.
----
--
cgit v1.2.3