mirror of https://github.com/scrapy/scrapy.git
updated some homepage texts
--HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%401057
This commit is contained in:
parent
743936062d
commit
29b3746def
|
|
@ -14,4 +14,16 @@
|
|||
<p>After we finish the documention we'll make it available in another
|
||||
formats.</p>
|
||||
|
||||
<h1>Getting help</h1>
|
||||
|
||||
<p>Having trouble? We’d like to help!</p>
|
||||
|
||||
<ul>
|
||||
<li>Check the <a href="http://doc.scrapy.org/faq.html">FAQ</a> – it’s got answers to many common questions.</li>
|
||||
<li>Looking for specific information? Try the <a href="http://doc.scrapy.org/genindex.html">Index</a>, <a href="http://doc.scrapy.org/modindex.html">Module Index</a> or the <a href="http://doc.scrapy.org/ref/index.html">Scrapy API table of contents</a>.</li>
|
||||
<li>Search for information in <a href="http://groups.google.com/group/scrapy-users/">the archives of the scrapy-users mailing list</a>, or <a href="http://groups.google.com/group/scrapy-users/">post a question</a>.</li>
|
||||
<li>Ask a question in the <a href="irc://irc.freenode.net/scrapy">#scrapy IRC channel</a>.</li>
|
||||
<li>Report bugs with Scrapy in our <a href="http://dev.scrapy.org">ticket tracker</a>.</li>
|
||||
</ul>
|
||||
|
||||
{% endblock %}
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
<h3>Features</h3>
|
||||
|
||||
<dl>
|
||||
|
||||
<dt>Productive</dt>
|
||||
<dd>Just write the rules to extract data from pages and let Scrapy crawl the entire web site for you</dd>
|
||||
|
||||
|
|
@ -29,6 +30,10 @@
|
|||
|
||||
<dt>100% Python</dt>
|
||||
<dd>Scrapy is completely written in Python, which makes it very easy to hack it</dd>
|
||||
|
||||
<dt>Well-tested</dt>
|
||||
<dd>Scrapy has an extensive test suite with pretty good code coverage</dd>
|
||||
|
||||
</dl>
|
||||
|
||||
<h3>Project status</h3>
|
||||
|
|
|
|||
Loading…
Reference in New Issue