* new project: ff-luci - Freifunk Lua Configuration Interface
[project/luci.git] / src / ffluci / config.lua
1 --[[
2 FFLuCI - Configuration
3
4 Description:
5 Some FFLuCI configuration values
6
7 ToDo:
8 Port over to UCI
9
10 FileId:
11 $Id$
12
13 License:
14 Copyright 2008 Steven Barth <steven@midlink.org>
15
16 Licensed under the Apache License, Version 2.0 (the "License");
17 you may not use this file except in compliance with the License.
18 You may obtain a copy of the License at 
19
20         http://www.apache.org/licenses/LICENSE-2.0 
21
22 Unless required by applicable law or agreed to in writing, software
23 distributed under the License is distributed on an "AS IS" BASIS,
24 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
25 See the License for the specific language governing permissions and
26 limitations under the License.
27
28 ]]--
29
30 module("ffluci.config", package.seeall)
31
32 -- This is where stylesheets and images go
33 mediaurlbase = "/ffluci/media"
34
35 -- Does anybody think about browser autodetect here?
36 -- Too bad busybox doesn't populate HTTP_ACCEPT_LANGUAGE
37 lang = "de"