Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azhulin/dni
https://github.com/azhulin/dni
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/azhulin/dni
- Owner: azhulin
- License: gpl-2.0
- Created: 2013-03-25T01:40:42.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-05T18:20:37.000Z (almost 12 years ago)
- Last Synced: 2024-11-16T09:09:20.193Z (2 months ago)
- Language: PHP
- Size: 11.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
DNI
===Module requires installed Node.js server.
It is desirable that the server is configured to support web socket protocol (ws). Otherwise communication will be
performed in other methods: flash socket, JSONP polling, AJAX polling.Web server and node server may run on any port, but these ports should be different.
Repository contains demo installation profile.
Module dependencies: ctools, page_manager, panels (included to installation profile).
Module should be configured after installation.
Module provides following interfaces:
- General settings. Includes instagram client ID, instagram client secret, node server port configuration,
managing subscriptions (admin/config/services/sigma).
- List of online client (admin/config/services/sigma/clients).
- Moderation interface (admin/config/services/sigma/moderation).All interfaces are interactive. That is, any changes made by one client will be sent to all other clients immediately.
Module provides Instagram widget, implemented as a CTools content type (located at Widgets -> Instagram).
Widget has following settings:
- Subscription ID;
- Image size. Depending on image size, image with appropriate resolution will be used, e.g thumbnail (150x150),
low_resolution (306x306), standard_resolution (612x612);
- Number of image columns;
- Number of image rows;
- Animation type (horizontal, vertical, random);
- Border and background color.Any page may contain any number of instagram widgets.