Skip to main content

UNKNOWN

Project description

Divide ?

Divide is a special browser that can display many pages at the same time, splitting screen horizontally or vertically. It was created for needs of Smartjog’s IT NOC.

Features:

  • Use webkit to display pages

  • Can split horizontally or vertically

  • Automatic reload of pages (delay settable by page)

  • Horizontal or vertical auto-scrolling (with time and move configuration)

  • Height and width of each screen-part can be configured

  • Fullscreen mode

  • Can display a title on screen

  • JSON configuration

  • Released under WTFPL license

How to use:

Install it with easy_install or uncompress tarball and execute:

python2.6 setup.py install

You will need python2.6, pygtk, and python-webkit to use it, install them with your package manager.

Create a configuration file in json format, you can inspire of this example:

{
        "title": "Title",
        "view": {
                "split": "horizontally",
                "sub": [
                                {
                                        "type": "page",
                                        "url": "http://google.fr",
                                        "auto_refresh": 5,
                                        "auto_scroll": {
                                                "y": {
                                                        "increment": 10,
                                                        "milli": 250
                                                }
                                        }
                                },
                                {
                                        "type": "view",
                                        "heigh": 200,
                                        "sub": {
                                                {
                                                        "type": "page",
                                                        "url": "http://google.fr",
                                                },
                                                {
                                                        "type": "page",
                                                        "url": "http://google.fr",
                                                }
                                        }
                                },
                ]
        }
}

Run it with:

divide config.json

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

divide-1.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

divide-1-py2.6.egg (3.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page