43 | WiND depends on various subsystems. This ensures that all subsystems exist and support all needed features.
44 |In order to view the site, You have to remove folder "install", eitherwise WiND will prevent you from normal 29 | operation.
30 |Don't forget that you can further parametrize WiND by directly editing config/config.php. 31 | You can find a documented configuration sample at config-sample/config.php
32 |Welcome at WiND Installation. Please follow the installation guide to complete installation procedure. 22 | The guide will evaluate host and also request mandadotory information needed for the system to work. 23 |
-------------------------------------------------------------------------------- /templates/basic/config.php: -------------------------------------------------------------------------------- 1 | array( 6 | 'version' => 0, 7 | 'minor_version' => 0 8 | ) 9 | 10 | ); 11 | 12 | ?> 13 | -------------------------------------------------------------------------------- /templates/basic/constructors/form_enum.tpl: -------------------------------------------------------------------------------- 1 | {* 2 | * WiND - Wireless Nodes Database 3 | * 4 | * Copyright (C) 2005-2014 by WiND Contributors (see AUTHORS.txt) 5 | * This program is free software: you can redistribute it and/or modify 6 | * it under the terms of the GNU Affero General Public License as 7 | * published by the Free Software Foundation, either version 3 of the 8 | * License, or (at your option) any later version. 9 | * 10 | * This program is distributed in the hope that it will be useful, 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | * GNU Affero General Public License for more details. 14 | * 15 | * You should have received a copy of the GNU Affero General Public License 16 | * along with this program. If not, see21 |
22 |24 | 25 | {include file=generic/title2.tpl title="`$lang.nodechangeslog`" content=$table_nodechangeslog} 26 | | 27 |
{$node.info|escape} | 24 |
{$node.latitude}, {$node.longitude}
29 | 37 | {$node.info} 38 |39 | {/if} 40 |
23 | {include file="includes/pages/nodes/link_info_free.tpl"} 24 | | 25 |
23 | {include file="includes/pages/nodes/link_info.tpl"} 24 | | 25 |