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 details)

Uploaded Source

Built Distribution

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

Uploaded Source

File details

Details for the file divide-1.tar.gz.

File metadata

  • Download URL: divide-1.tar.gz
  • Upload date:
  • Size: 3.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for divide-1.tar.gz
Algorithm Hash digest
SHA256 b3a315e16628e129e042bd292e71e11366642838ce3e3d7c97aad0fc7c2c39a6
MD5 0cd58b936631c5af48fe490dad6d6319
BLAKE2b-256 5936bca4585fc47f87fe08b92c67e00224a36a19baefaf0e029bcf8db97f72c3

See more details on using hashes here.

File details

Details for the file divide-1-py2.6.egg.

File metadata

  • Download URL: divide-1-py2.6.egg
  • Upload date:
  • Size: 3.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for divide-1-py2.6.egg
Algorithm Hash digest
SHA256 72ad8702ca3f2f10bfec94a3c0c5fc3d72709d9bddff45d53cded0db0f8231d3
MD5 0099666f955b2e5de789c38183e3b080
BLAKE2b-256 1b64488a95ef8fa755287e6357cb893fdd0151f70521d0e8c2947dbfbda2073d

See more details on using hashes here.

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