Skip to content
This repository has been archived by the owner on May 15, 2020. It is now read-only.

Commit

Permalink
Change 37signals to basecamp
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Morgan committed May 14, 2014
1 parent 278593f commit c67e001
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
12 changes: 6 additions & 6 deletions MANUAL.md
Expand Up @@ -59,14 +59,14 @@ set up the `ipfw` rule), if necessary. Then it boots the server.

To install Pow from source, you'll need Node 0.6.0 or higher and npm:

$ git clone https://github.com/37signals/pow.git
$ git clone https://github.com/basecamp/pow.git
$ cd pow
$ npm --global install
$ npm --global run-script pow restart

For detailed instructions on installing Pow from source, including
instructions on how to install Node and npm, see the
[Installation](https://github.com/37signals/pow/wiki/Installation)
[Installation](https://github.com/basecamp/pow/wiki/Installation)
wiki page.

### Uninstalling Pow ###
Expand Down Expand Up @@ -420,7 +420,7 @@ Process button.
examples of what it can do.

* [Powify](https://github.com/sethvargo/powify) is "an easy-to-use
wrapper for 37signals' Pow." Install the gem (`gem install powify`)
wrapper for Basecamp's Pow." Install the gem (`gem install powify`)
to get a `powify` command for installing, updating, and managing Pow
and your virtual hosts. See the [Powify
readme](https://github.com/sethvargo/powify#readme) for the full
Expand All @@ -439,19 +439,19 @@ Pow is written in [Node.js](http://nodejs.org/) with
[CoffeeScript](http://jashkenas.github.com/coffee-script/). You can
read the [annotated source code](http://pow.cx/docs/) to learn about
how it works internally. Please report bugs on the [GitHub issue
tracker](https://github.com/37signals/pow/issues).
tracker](https://github.com/basecamp/pow/issues).

If you're interested in contributing to Pow, first start by
[installing Pow from
source](https://github.com/37signals/pow/wiki/Installation).
source](https://github.com/basecamp/pow/wiki/Installation).

Make your changes and use `cake` to run the test suite:

$ cake test

Then submit a pull request on GitHub. Your patch is more likely to be
merged if it's well-documented and well-tested. Read through the
[closed issues](https://github.com/37signals/pow/issues?state=closed)
[closed issues](https://github.com/basecamp/pow/issues?state=closed)
to get a feel for what's already been proposed and what a good patch
looks like.

Expand Down
2 changes: 1 addition & 1 deletion install.sh
Expand Up @@ -121,7 +121,7 @@
function print_troubleshooting_instructions() {
echo
echo "For troubleshooting instructions, please see the Pow wiki:"
echo "https://github.com/37signals/pow/wiki/Troubleshooting"
echo "https://github.com/basecamp/pow/wiki/Troubleshooting"
echo
echo "To uninstall Pow, \`curl get.pow.cx/uninstall.sh | sh\`"
}
Expand Down
20 changes: 10 additions & 10 deletions lib/templates/http_server/layout.html.js
Expand Up @@ -38,22 +38,22 @@ module.exports = function(__obj) {
(function() {
(function() {
__out.push('<!doctype html>\n<html>\n<head>\n <meta charset="utf-8">\n <title>');

__out.push(__sanitize(this.title));

__out.push('</title>\n <style>\n body {\n margin: 0;\n padding: 0;\n background: #e0e0d8;\n line-height: 18px;\n }\n div.page {\n margin: 72px auto;\n margin: 36px auto;\n background: #fff;\n border-radius: 18px;\n -webkit-box-shadow: 0px 2px 7px #999;\n -moz-box-shadow: 0px 2px 7px #999;\n padding: 36px 90px;\n width: 480px;\n position: relative;\n }\n .big div.page {\n width: 720px;\n }\n h1, h2, p, li {\n font-family: Helvetica, sans-serif;\n font-size: 13px;\n }\n h1 {\n line-height: 45px;\n font-size: 36px;\n margin: 0;\n }\n h1:before {\n font-size: 66px;\n line-height: 42px;\n position: absolute;\n right: 576px;\n }\n .big h1:before {\n right: 819px;\n }\n h1.ok {\n color: #060;\n }\n h1.ok:before {\n content: "✓";\n color: #090;\n }\n h1.err {\n color: #600;\n }\n h1.err:before {\n content: "✗";\n color: #900;\n }\n h2 {\n line-height: 27px;\n font-size: 18px;\n font-weight: normal;\n margin: 0;\n }\n a, pre span {\n color: #776;\n }\n h2, p, pre {\n color: #222;\n }\n pre {\n white-space: pre-wrap;\n font-size: 13px;\n }\n pre, code {\n font-family: Menlo, Monaco, monospace;\n }\n p code {\n font-size: 12px;\n }\n pre.breakout {\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n background: #fafcf4;\n margin-left: -90px;\n margin-right: -90px;\n padding: 8px 0 8px 90px;\n }\n pre.small_text {\n font-size: 10px;\n }\n pre.small_text strong {\n font-size: 13px;\n }\n ul {\n padding: 0;\n }\n li {\n list-style-type: none;\n }\n </style>\n</head>\n<body class="');

__out.push(__sanitize(this["class"]));

__out.push('">\n <div class="page">\n ');

__out.push(__sanitize(this.yieldContents()));
__out.push('\n <ul>\n <li><a href="http://pow.cx/manual">Pow User&rsquo;s Manual</a></li>\n <li><a href="https://github.com/37signals/pow/wiki/Troubleshooting">Troubleshooting</a></li>\n <li><a href="https://github.com/37signals/pow/wiki/FAQ">Frequently Asked Questions</a></li>\n <li><a href="https://github.com/37signals/pow/issues">Issue Tracker</a></li>\n </ul>\n </div>\n</body>\n</html>\n');

__out.push('\n <ul>\n <li><a href="http://pow.cx/manual">Pow User&rsquo;s Manual</a></li>\n <li><a href="https://github.com/basecamp/pow/wiki/Troubleshooting">Troubleshooting</a></li>\n <li><a href="https://github.com/basecamp/pow/wiki/FAQ">Frequently Asked Questions</a></li>\n <li><a href="https://github.com/basecamp/pow/issues">Issue Tracker</a></li>\n </ul>\n </div>\n</body>\n</html>\n');

}).call(this);

}).call(__obj);
__obj.safe = __objSafe, __obj.escape = __escape;
return __out.join('');
}
}
6 changes: 3 additions & 3 deletions src/templates/http_server/layout.html.eco
Expand Up @@ -105,9 +105,9 @@
<%= @yieldContents() %>
<ul>
<li><a href="http://pow.cx/manual">Pow User&rsquo;s Manual</a></li>
<li><a href="https://github.com/37signals/pow/wiki/Troubleshooting">Troubleshooting</a></li>
<li><a href="https://github.com/37signals/pow/wiki/FAQ">Frequently Asked Questions</a></li>
<li><a href="https://github.com/37signals/pow/issues">Issue Tracker</a></li>
<li><a href="https://github.com/basecamp/pow/wiki/Troubleshooting">Troubleshooting</a></li>
<li><a href="https://github.com/basecamp/pow/wiki/FAQ">Frequently Asked Questions</a></li>
<li><a href="https://github.com/basecamp/pow/issues">Issue Tracker</a></li>
</ul>
</div>
</body>
Expand Down

0 comments on commit c67e001

Please sign in to comment.