Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

luci-mod-freifunk: improve language and rename README #58

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# package "luci-mod-freifunk"
# Package "luci-mod-freifunk"

This package provides a new function view to present some Freifunk relavant information. This View includes
This package provides a new function view to present some Freifunk relevant information. This view includes
a "welcome page", "node info", "olsr info" (olsr-network summary, olsr-map) and a "testdownload" to check
the bandwidth.
This view will become the initial page when accessing the node and the regular view ("luci-mod-admin-full",
Expand All @@ -10,12 +10,13 @@ This view will become the initial page when accessing the node and the regular v

This package can be customized via uci-config "freifunk"

### section "luci"
### Section "luci"

* option "redirect_landingpage": Will forward the user to another LuCI-page. This can be used to present an
initial "setup Wizard".
Example `uci set freifunk.luci.redirect_landingpage="admin/status/overview`
initial "setup wizard".
Example `uci set freifunk.luci.redirect_landingpage="admin/status/overview"`
* option "redirect_landingurl": Will forward the use to any other URL This can be used to present an "setup
Wizard" outside of LuCI or any other webpage. The redirect_landingpage option has higher priority when both
wizard" outside of LuCI or any other webpage. The redirect_landingpage option has higher priority when both
are defined.
Example `uci set freifunk.luci.redirect_landingpage="/cgi-bin/fancy-wizard`
Example `uci set freifunk.luci.redirect_landingpage="/cgi-bin/fancy-wizard"`