forked from scrapy/scrapy
-
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.
- Loading branch information
1 parent
79df51a
commit 9d9d83a
Showing
37 changed files
with
76 additions
and
76 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,6 +1,6 @@ | ||
The guidelines for contributing are available here: | ||
http://doc.scrapy.org/en/master/contributing.html | ||
https://doc.scrapy.org/en/master/contributing.html | ||
|
||
Please do not abuse the issue tracker for support questions. | ||
If your issue topic can be rephrased to "How to ...?", please use the | ||
support channels to get it answered: http://scrapy.org/community/ | ||
support channels to get it answered: https://scrapy.org/community/ |
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,4 +1,4 @@ | ||
For information about installing Scrapy see: | ||
|
||
* docs/intro/install.rst (local file) | ||
* http://doc.scrapy.org/en/latest/intro/install.html (online version) | ||
* https://doc.scrapy.org/en/latest/intro/install.html (online version) |
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 |
---|---|---|
|
@@ -31,7 +31,7 @@ crawl websites and extract structured data from their pages. It can be used for | |
a wide range of purposes, from data mining to monitoring and automated testing. | ||
|
||
For more information including a list of features check the Scrapy homepage at: | ||
http://scrapy.org | ||
https://scrapy.org | ||
|
||
Requirements | ||
============ | ||
|
@@ -47,12 +47,12 @@ The quick way:: | |
pip install scrapy | ||
|
||
For more details see the install section in the documentation: | ||
http://doc.scrapy.org/en/latest/intro/install.html | ||
https://doc.scrapy.org/en/latest/intro/install.html | ||
|
||
Documentation | ||
============= | ||
|
||
Documentation is available online at http://doc.scrapy.org/ and in the ``docs`` | ||
Documentation is available online at https://doc.scrapy.org/ and in the ``docs`` | ||
directory. | ||
|
||
Releases | ||
|
@@ -63,12 +63,12 @@ You can find release notes at https://doc.scrapy.org/en/latest/news.html | |
Community (blog, twitter, mail list, IRC) | ||
========================================= | ||
|
||
See http://scrapy.org/community/ | ||
See https://scrapy.org/community/ | ||
|
||
Contributing | ||
============ | ||
|
||
See http://doc.scrapy.org/en/master/contributing.html | ||
See https://doc.scrapy.org/en/master/contributing.html | ||
|
||
Code of Conduct | ||
--------------- | ||
|
@@ -82,9 +82,9 @@ Please report unacceptable behavior to [email protected]. | |
Companies using Scrapy | ||
====================== | ||
|
||
See http://scrapy.org/companies/ | ||
See https://scrapy.org/companies/ | ||
|
||
Commercial Support | ||
================== | ||
|
||
See http://scrapy.org/support/ | ||
See https://scrapy.org/support/ |
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ Priority: optional | |
Maintainer: Scrapinghub Team <[email protected]> | ||
Build-Depends: debhelper (>= 7.0.50), python (>=2.7), python-twisted, python-w3lib, python-lxml, python-six (>=1.5.2) | ||
Standards-Version: 3.8.4 | ||
Homepage: http://scrapy.org/ | ||
Homepage: https://scrapy.org/ | ||
|
||
Package: scrapy | ||
Architecture: all | ||
|
@@ -15,6 +15,6 @@ Conflicts: python-scrapy, scrapy-0.25 | |
Provides: python-scrapy, scrapy-0.25 | ||
Description: Python web crawling and web scraping framework | ||
Scrapy is a fast high-level web crawling and web scraping framework, | ||
used to crawl websites and extract structured data from their pages. | ||
It can be used for a wide range of purposes, from data mining to | ||
used to crawl websites and extract structured data from their pages. | ||
It can be used for a wide range of purposes, from data mining to | ||
monitoring and automated testing. |
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,6 +1,6 @@ | ||
This package was debianized by the Scrapinghub team <[email protected]>. | ||
|
||
It was downloaded from http://scrapy.org | ||
It was downloaded from https://scrapy.org | ||
|
||
Upstream Author: Scrapy Developers | ||
|
||
|
@@ -14,10 +14,10 @@ All rights reserved. | |
Redistribution and use in source and binary forms, with or without modification, | ||
are permitted provided that the following conditions are met: | ||
|
||
1. Redistributions of source code must retain the above copyright notice, | ||
1. Redistributions of source code must retain the above copyright notice, | ||
this list of conditions and the following disclaimer. | ||
2. Redistributions in binary form must reproduce the above copyright | ||
|
||
2. Redistributions in binary form must reproduce the above copyright | ||
notice, this list of conditions and the following disclaimer in the | ||
documentation and/or other materials provided with the distribution. | ||
|
||
|
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
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.