update readme
authorPaul Spooren <mail@aparcar.org>
Fri, 21 Feb 2020 20:02:45 +0000 (10:02 -1000)
committerPaul Spooren <mail@aparcar.org>
Fri, 21 Feb 2020 20:02:45 +0000 (10:02 -1000)
shorten long lines and set chef url to github as chef.libremesh.org is
down.

Signed-off-by: Paul Spooren <mail@aparcar.org>
README.md

index b2e8a12aab11c92718158a03c818cb12535b32cf..7d031d53856f4a237683de0635419b014426cc04 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
 # Yet Another Firmware Selector
 
-A simple OpenWrt firmware selector using autocompletion. Uses plain HTML/JavaScript.
+A simple OpenWrt firmware selector using autocompletion. Uses plain
+HTML/JavaScript.
 
 ![image](misc/screenshot.png)
 
@@ -16,11 +17,18 @@ Configure with [config.js](config.js).
 
 ## Update Database
 
-The `names-<version>.json` files are based on JSON files created by OpenWrt (master): `Global build settings  ---> [*] Create JSON info files per build image`.
+The `names-<version>.json` files are based on JSON files created by OpenWrt
+(master): `Global build settings  ---> [*] Create JSON info files per build
+image`.
 
-A [Python script](misc/collect.py) is included to create those json files: `./collect.py bin/ --url 'https://downloads.openwrt.org/releases/{release}/targets/{target}' > names-test.json`.
+A [Python script](misc/collect.py) is included to create those json files:
+`./collect.py bin/ --url
+'https://downloads.openwrt.org/releases/{release}/targets/{target}' >
+names-test.json`.
 
-Note: Files `names-18.06.7.json` and `names-19.07.1.json` contain data for older OpenWrt releases that do not support JSON output. It was generated using heuristics.
+Note: Files `names-18.06.7.json` and `names-19.07.1.json` contain data for
+older OpenWrt releases that do not support JSON output. It was generated using
+heuristics.
 
 ## Contributions
 
@@ -34,6 +42,6 @@ It would be nice to have more features. E.g.:
 
 - [Gluon Firmware Selector](https://github.com/freifunk-darmstadt/gluon-firmware-selector): Original source of this project for images generated by [Gluon](https://github.com/freifunk-gluon/), now with pictures.
 - [Freifunk Hennef Firmware Downloader](https://github.com/Freifunk-Hennef/ffhef-fw-dl): Similar to the project above, but PHP based.
-- [LibreMesh Chef](https://chef.libremesh.org/): Allows to select configurations.
+- [LibreMesh Chef](https://github.com/libremesh/chef/): Allows to select configurations.
 - [GSoC Firmware Selector](https://github.com/sudhanshu16/openwrt-firmware-selector/): Result of the GSoC
 - [FFB Firmware Selector](https://github.com/freifunk-bielefeld/firmware-selector): Build for Freifunk Bielefeld