-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Giovanni Piazza
committed
Oct 9, 2014
1 parent
724c11a
commit a100f6a
Showing
1 changed file
with
29 additions
and
29 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,29 +1,29 @@ | ||
-Scrapy website | ||
-============== | ||
- | ||
-This is the website that runs on http://scrapy.org. | ||
- | ||
-Requirements | ||
-============ | ||
- | ||
-This website is made with `Jekyll`_. The most universal way to install it is:: | ||
- | ||
- gem install jekyll | ||
- | ||
-Usage | ||
-===== | ||
- | ||
-To start the web server locally auto-reloading when files change use:: | ||
- | ||
- jekyll serve --watch | ||
- | ||
-Pull requests | ||
-============= | ||
- | ||
-Are you a company or individual using Scrapy for your product or project?. Add | ||
-yourself to ``companies.html`` and send a pull request! | ||
- | ||
-Are you a company providing Scrapy consulting or spider development?. Add | ||
-yourself to ``support.html`` and send a pull request! | ||
- | ||
-.. _Jekyll: gem install jekyll | ||
Scrapy website | ||
============== | ||
|
||
This is the website that runs on http://scrapy.org. | ||
|
||
Requirements | ||
============ | ||
|
||
This website is made with `Jekyll`_. The most universal way to install it is:: | ||
|
||
gem install jekyll | ||
|
||
Usage | ||
===== | ||
|
||
To start the web server locally auto-reloading when files change use:: | ||
|
||
jekyll serve --watch | ||
|
||
Pull requests | ||
============= | ||
|
||
Are you a company or individual using Scrapy for your product or project?. Add | ||
yourself to ``companies.html`` and send a pull request! | ||
|
||
Are you a company providing Scrapy consulting or spider development?. Add | ||
yourself to ``support.html`` and send a pull request! | ||
|
||
.. _Jekyll: gem install jekyll |