Skip to content
This repository has been archived by the owner on Jan 18, 2020. It is now read-only.

ff-kbu/freifunk-kbu-info-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Freifunk KBU Info Page [Deprecated]

This is the source code for the Freifunk Köln, Bonn und Umgebung information page. The page contains basic information to our Freifunk project and is stored on access points. It based on the static web site generator nanoc.

Build website

  1. You need to have Ruby and the Bundler gem installed.

  2. Clone repository

    clone git@github.com:meise/freifunk-kbu-info-page.git
    
  3. Bundle inside directory to install all necessary gems.

    cd freifunk-kbu-info-page
    bundle
    
  4. Build static page. Static files are located in output directory after compilation.

    nanoc compile
    

Environment

Tested and working on:

  • Debian GNU/Linux 6.0 amd64

    • Ruby 1.9.2

    • Ruby 1.9.3

ToDo

  • Node page OSM map works, but there are currently no nodes visable

License

Copyright Daniel Meißner <dm@3st.be>, 2012

This file is part of FreifunkKBUInfoPage.

FreifunkKBUInfoPage is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

FreifunkKBUInfoPage is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with FreifunkKBUInfoPage. If not, see <www.gnu.org/licenses/>.