From 897efe0759d910167a9c3685c30b6d9ca9696bb8 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Fri, 11 Jun 2021 00:22:42 +0200 Subject: [PATCH 1/2] README.md: add some badges --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a639acf0..39a77efa 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +[![Build Gluon](https://github.com/freifunk-gluon/gluon/actions/workflows/build-gluon.yml/badge.svg?branch=master)](https://github.com/freifunk-gluon/gluon/actions/workflows/build-gluon.yml) +[![License](https://img.shields.io/badge/License-BSD%202--Clause-orange.svg)](https://opensource.org/licenses/BSD-2-Clause) +[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/freifunk-gluon/gluon?sort=semver)](https://github.com/freifunk-gluon/gluon/releases/latest) + Documentation (incomplete at this time, contribute if you can!) may be found at https://gluon.readthedocs.io/. From 091230d3ea8f92374a56dec6405afc0230120bd2 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Fri, 11 Jun 2021 00:32:39 +0200 Subject: [PATCH 2/2] README.md: add a teaster, update state of documentation --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 39a77efa..d04d8096 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,20 @@ [![License](https://img.shields.io/badge/License-BSD%202--Clause-orange.svg)](https://opensource.org/licenses/BSD-2-Clause) [![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/freifunk-gluon/gluon?sort=semver)](https://github.com/freifunk-gluon/gluon/releases/latest) -Documentation (incomplete at this time, contribute if you can!) may be found at -https://gluon.readthedocs.io/. +# Gluon + +Gluon is a firmware framework to build preconfigured OpenWrt images for public mesh networks. + +## Getting started + +We have a huge amount of documentation over at https://gluon.readthedocs.io/. If you're new to Gluon and ready to get your feet wet, have a look at the [Getting Started Guide](https://gluon.readthedocs.io/en/latest/user/getting_started.html). Gluon's developers frequent an IRC chatroom at [#gluon](ircs://irc.hackint.org/#gluon) on [hackint](https://hackint.org/). There is also a [webchat](https://webirc.hackint.org/#irc://irc.hackint.org/#gluon) -that allows for access from within your browser. +that allows for uncomplicated access from within your browser. ## Issues & Feature requests @@ -28,7 +33,7 @@ Use the most recent release instead. You can list all releases by running `git t and switch to one by running `git checkout v2021.1 && make update`. If you're using the autoupdater, do not autoupdate nodes with anything but releases. -If you upgrade using random master commits the nodes *will break* eventually. +If you upgrade using random master commits the nodes *might break* eventually. ## Mailinglist