Git Product home page Git Product logo

nord-startseite's Introduction

Startseite der Community FreiFunk Nord.

Webseite: http://www.ffnord.net/blog.html

Um einen Blog Beitrag zu erstellen brauchst du keine weitere Software. Das Blog kannst du direkt im Browser hier auf Github bearbeiten.

Um die Hauptseiten zu bearbeiten, clone dises Repository und installiere ein paar Abhngigkeiten, dann kannst du auch bei dir lokal eine Kopie erstellen und testen:

Dependencies

  • ruby

Gems

  • nokogiri
  • jekyll
  • json

On Ubuntu/Debian:

sudo apt-get install jekyll ruby-nokogiri

Customization

You should customize text in the following files:

  • treffen.html
  • mitmachen.html
  • distributor.html

Before you deploy the included impressum.html please contact the "Förderverein Freie Netzwerke e. V." and ask for their permission to do so. Thanks.

Build

Choose an arbitrary location for the checkout of this repository. For editing above files, we suggest to create a new branch in your local git repository. Patches local to your installation then remain in that branch, others commit to your master branch and please push those back to the archive.

The complete directory structure of what (under Debian/Ubuntu) should reside under /path/to/www will be built from the templates provided by

jekyll ../build

so it is stored in the local folder build outside of this repository. If something analogous to rm -r /path/to/www; mv build /path/to/www is no possible, you may decided for something like

(cd build && tar cf - .)|(cd /path/to/www && sudo tar xf -)

to have the data transferred without deleting independent contributions.

Site

The site doesn't run in a subdirectory, it only works correctly if it is called via its own (sub)domain, so you have to configure your webserver to route a domain on the site-path, otherwise the links to stylesheets, images,.. are not implemented correctly, for example in apache add this to your sites-enabled:

<VirtualHost *:80>
	ServerName freifunk.localhost
	DocumentRoot /path/to/www/
</VirtualHost>

Aftermath

There are several bits and pieces still missing after the installation of this startseite.

  • map/graph/List from the ffnord/ffmap-d3 repository on github
  • integration of the www-providing machine with the batman-adv mesh
  • mailing lists and email setup in general

nord-startseite's People

Contributors

rubo77 avatar t-x avatar sargon avatar wklaebe avatar benbe avatar smoe avatar stroborobo avatar vanhog avatar kokel avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.