mirror of https://github.com/scrapy/scrapy.git
23 lines
475 B
Diff
23 lines
475 B
Diff
25c25
|
|
< alt = (please configure the [header_logo] section in trac.ini)
|
|
---
|
|
> alt = Scrapy, an opensource screen scraping framework in Python
|
|
27,28c27,28
|
|
< link =
|
|
< src = site/your_project_logo.png
|
|
---
|
|
> link = http://dev.scrapy.org/
|
|
> src = site/logo.jpg
|
|
80c80
|
|
< descr = My example project
|
|
---
|
|
> descr = an opensource screen scraping framework in Python
|
|
84c84
|
|
< url =
|
|
---
|
|
> url = http://scrapy.org/
|
|
155c155
|
|
< htdocs_location =
|
|
---
|
|
> htdocs_location = /scrapy/chrome/site
|