Skip to content

Commit

Permalink
Release commit for v.0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerd77 authored and holgerd77 committed Jun 5, 2015
1 parent d80b1fe commit ca79930
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ Docker container can be run with::

Release Notes
=============
**Changes in version 0.4.2-alpha** (2015-06-05)

* Possibility to customize ``Splash`` args with new setting ``DSCRAPER_SPLASH_ARGS`` (see: :ref:`setting_up_scrapyjs_splash`)

**Changes in version 0.4.1-beta** (2015-06-04)

* Support for ``Javascript`` rendering of scraped pages via ``ScrapyJS/Splash``
Expand Down
2 changes: 2 additions & 0 deletions docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,8 @@ For this to work you have to install ``Splash`` (the Javascript rendering servic

Afterwards follow the configuration instructions on the `ScrapyJS GitHub page <https://github.com/scrapinghub/scrapyjs#configuration>`_.

For customization of ``Splash`` args ``DSCRAPER_SPLASH_ARGS`` setting can be used (see: :ref:`settings`).

ScrapyJS can later be used via activating it for certain scrapers in the corresponding ``Django Admin`` form.

.. note::
Expand Down
6 changes: 6 additions & 0 deletions docs/reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ ALL Storing original (in ``full/``) and thumbnail images (e.g. in ``thumbs/sm
THUMBS Storing only the thumbnail images (e.g. in ``thumbs/small/``)
====== ================================================================================

DSCRAPER_SPLASH_ARGS
--------------------
Default: ``{ 'wait': 0.5 }``

Customize ``Splash`` args when ``ScrapyJS/Splash`` is used for Javascript rendering.

DSCRAPER_LOG_ENABLED
--------------------
Default: ``True``
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='django-dynamic-scraper',
version='0.4.1',
version='0.4.2',
description='Creating Scrapy scrapers via the Django admin interface',
author='Holger Drewes',
author_email='Holger.Drewes@gmail.com',
Expand Down

0 comments on commit ca79930

Please sign in to comment.