e2openplugin-OpenWebif

Gpl webinterface for e2stabs

Github stars Tracking Chart

Build Status

OpenWebif

OpenWebif is an open source web interface for Enigma2 based set-top boxes (STBs).

Documentation

Link

API Wiki

Link

Screenshots

Link

Latest Bandit Report

Link

Latest JSHint Reports

Link1
Link2

Latest Flake8 Report

Link

License

Licensed under the GNU General Public License, Version 3. See LICENSE for more details.

Latest Package

The most recent package may be downloaded here (ipk package).

Installation

# Remotely logged in via Telnet/SSH to enigma2 device
cd /tmp
init 4                        # graceful enigma2 shutdown
# fetching -- wget '<URL of .ipk file>'
# example:
wget 'https://github.com/E2OpenPlugins/e2openplugin-OpenWebif/blob/gh-pages/enigma2-plugin-extensions-openwebif_1.2.7-e2openpluginsgit20171014_all.ipk'
# installing -- opkg install <.ipk file>
# example:
opkg install ./enigma2-plugin-extensions-openwebif_1.2.7-e2openpluginsgit20171014_all.ipk
init 3                        # start enigma2 again

Development Information

The Changelog is available here.

Dependencies

The following additional packages need to be installed:

python-pprint
python-cheetah
python-json
python-unixadmin
python-misc
python-twisted-web
python-pyopenssl
python-compression
python-ipaddress

(Dependencies should be handled by using ipkg/opkg packages)

Compiling JavaScript Files

The javascipt source files inside of /sourcefiles/js needs to compress via UglifyJS3 on https://skalman.github.io/UglifyJS-online/.
You need to increase the version and write down your modification description inside of the source file.
The compressed file have the following syntax : xx-.min.js

Compiling CSS Files

The script contrib/inotify_watcher.py is used for compiling CSS files on
the developers host using Sass . On linux you need to
have installed a package providing inotifywait and a version that actually
supports inotify if one wants automatic compiling of CSS files on source
directory changes (For debian based distributions this would be inotify-tools).

Mac and Windows do not have inotify support thus the automatic compiling will
not work (yet). But if you installed Sass (see http://sass-lang.com/install) and
the scss binary/script is in your PATH calling
contrib/inotify_watcher.py --force-update should work.
Alternatively you may define environment variable SCSS in order to point to
the location of the scss binary/script.

Base command is

scss -t compressed --unix-newlines --sourcemap=none "in.scss":"out.css"

Main metrics

Overview
Name With OwnerE2OpenPlugins/e2openplugin-OpenWebif
Primary LanguageJavaScript
Program languageShell (Language Count: 6)
Platform
License:GNU General Public License v3.0
所有者活动
Created At2011-10-09 14:55:04
Pushed At2025-07-01 00:20:28
Last Commit At2025-06-17 10:29:44
Release Count22
Last Release Name1.5.2 (Posted on 2022-07-06 06:04:06)
First Release Name0.2.9 (Posted on 2014-08-07 21:54:41)
用户参与
Stargazers Count213
Watchers Count63
Fork Count225
Commits Count4.7k
Has Issues Enabled
Issues Count845
Issue Open Count82
Pull Requests Count706
Pull Requests Open Count3
Pull Requests Close Count98
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private