forked from meteor/meteor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perl -pi -e 's/Skybreak/Meteor/g' **/*
- Loading branch information
Showing
21 changed files
with
59 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
# Skybreak | ||
# Meteor | ||
|
||
Skybreak is an ultra-simple environment for building modern web | ||
Meteor is an ultra-simple environment for building modern web | ||
applications. | ||
|
||
With Skybreak you write apps: | ||
With Meteor you write apps: | ||
|
||
* in pure Javascript | ||
* that send data over the wire, rather than HTML | ||
* using your choice of popular open-source libraries | ||
|
||
Please, do not share or blog about Skybreak yet. It is experimental, | ||
Please, do not share or blog about Meteor yet. It is experimental, | ||
pre-release software. We hope it shows the direction of our thinking, | ||
and much of it will to change. We'd love to hear your feedback. | ||
|
||
Documentation is available at http://preview.meteor.com/ | ||
|
||
## Quick Start | ||
|
||
Install Skybreak (only OS X, for now): | ||
Install Meteor (only OS X, for now): | ||
|
||
curl -sL bit.ly/n122Iu | /bin/sh | ||
|
||
|
@@ -36,15 +36,15 @@ Deploy it to the world, for free: | |
|
||
## Slow Start (for developers) | ||
|
||
If you want to run on the bleeding edge, or help develop Skybreak, you | ||
can run Skybreak directly from a git checkout. | ||
If you want to run on the bleeding edge, or help develop Meteor, you | ||
can run Meteor directly from a git checkout. | ||
|
||
git clone [email protected]:skybreak/skybreak.git | ||
cd skybreak | ||
|
||
If you're the sort of person who likes to build everything from scratch, | ||
you can build all the Skybreak dependencies (node.js, npm, mongodb, etc) | ||
with the provided script. If you do not run this script, Skybreak will | ||
you can build all the Meteor dependencies (node.js, npm, mongodb, etc) | ||
with the provided script. If you do not run this script, Meteor will | ||
automatically download pre-compiled binaries when you first run it. | ||
|
||
# OPTIONAL | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.