e2openplugin-OpenWebif

Gpl webinterface for e2stabs

Github星跟踪图

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"

主要指标

概览
名称与所有者E2OpenPlugins/e2openplugin-OpenWebif
主编程语言JavaScript
编程语言Shell (语言数: 6)
平台
许可证GNU General Public License v3.0
所有者活动
创建于2011-10-09 14:55:04
推送于2025-07-01 00:20:28
最后一次提交2025-06-17 10:29:44
发布数22
最新版本名称1.5.2 (发布于 2022-07-06 06:04:06)
第一版名称0.2.9 (发布于 2014-08-07 21:54:41)
用户参与
星数213
关注者数63
派生数225
提交数4.7k
已启用问题?
问题数845
打开的问题数82
拉请求数706
打开的拉请求数3
关闭的拉请求数98
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?