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:
- ruby
- nokogiri
- jekyll
- json
On Ubuntu/Debian:
sudo apt-get install ruby-nokogiri
sudo gem install json jekyll
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.
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.
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>
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