From 65de5a081a21f84854edc8aa34839d158af587bc Mon Sep 17 00:00:00 2001 From: Paul Gear Date: Wed, 6 Jan 2016 21:05:55 +1000 Subject: [PATCH] A few minor tidies to the documentation --- AUTHORS.md | 21 ++++++++++++--------- README.md | 15 ++++++++------- 2 files changed, 20 insertions(+), 16 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index b1f2ed838b..23b8e5f30a 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -3,15 +3,17 @@ LibreNMS is a fork of [Observium][1]. Observium was written by: - Tom Laermans - various others as indicated in the file contents and commit logs -Contributors to LibreNMS: +LibreNMS core team: - Paul Gear (paulgear) - Neil Lathwood (laf) - Daniel Preussker (f0o) +- Søren Friis Rosiak (rosiak) +- Mike Rostermund (SaaldjorMike) + +LibreNMS contributors: - Bohdan Sanders (bohdan-s) - Toni Cunyat (elbuit) - Tuomas Riihimäki (tuomari) -- Søren Friis Rosiak (rosiak) -- Mike Rostermund (SaaldjorMike) - Nicolas Armando (nicearma) - Micah Chasteen (mchasteen) - Kevin Fleshman (KFleshman) @@ -26,13 +28,13 @@ Contributors to LibreNMS: - Mickael Marchand (mmarchand) - Mohammad Al-Shami (mohshami) - Rudy Hardeman (zarya) -- Freddie Cash (fjwcash@gmail.com) (fjwcash) +- Freddie Cash (fjwcash) - Thom Seddon (thomseddon) -- Vitali Kari (vitalisator) +- Vitali Kari (vitalisator) - James Campbell (neokjames) - Steve Calvário (Calvario) - Christian Marg (einhirn) -- Louis Rossouw (spinza) +- Louis Rossouw (spinza) - Clint Armstrong (clinta) - Tony Ditchfield (arnoldthebat) - Travis Hegner (travishegner) @@ -47,9 +49,9 @@ Contributors to LibreNMS: - Michael Newton (miken32) - Tom Ferguson (Tawmu) - Jimmy Cleuren (jimmycleuren) -- Mark Schouten (tuxis-ie) +- Mark Schouten (tuxis-ie) - Todd Eddy (vrillusions) -- Arjit Chaudhary (arjit.c@gmail.com) (arjitc) +- Arjit Chaudhary (arjitc) - Sergiusz Paprzycki (spaprzycki) - Juho Vanhanen (juhovan) - Bart de Bruijn (bartdebruijn) @@ -65,7 +67,7 @@ Contributors to LibreNMS: - Sebastian Neuner (9er) - Robert Zollner (Lupul) - Richard Hartmann (RichiH) -- Robert Gornall (KHobbits) - Rob Gormley (rgormley) - Richard Kojedzinszky (rkojedzinszky) - Tony Murray (murrant) @@ -78,4 +80,5 @@ Contributors to LibreNMS: - Maxim Tsyplakov (tsypa) - D. Britz (flatterlight) - Tobias Herrmann (Mightea) + [1]: http://observium.org/ "Observium web site" diff --git a/README.md b/README.md index ebea5a6469..30b70602d8 100644 --- a/README.md +++ b/README.md @@ -29,16 +29,15 @@ Participating ------------- You can participate in the project by: -- Joining the [librenms-project][1] mailing list to post questions and - suggestions. -- Talking to us on [Twitter][3] or [IRC][4]. +- Talking to us on [IRC][4] or [Twitter][3]. +- Joining the [librenms-project][1] mailing list. - Improving the [documentation][5]. -- Cloning the [repo][2] and filing bug reports and pull requests on github. +- Cloning the [repo][2] and filing [bug reports][18] and [pull requests][19] on github. See [CONTRIBUTING][15] for more details. -Try It ------- +VM image +-------- You can try LibreNMS by downloading a VM image. Currently, a Ubuntu-based image is supplied and has been tested with [VirtualBox][8]. @@ -74,7 +73,7 @@ License Copyright (C) 2006-2012 Adam Armstrong -Copyright (C) 2013-2014 by individual LibreNMS contributors +Copyright (C) 2013-2016 by individual LibreNMS contributors This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -119,3 +118,5 @@ exception): [15]: http://docs.librenms.org/General/Contributing/ [16]: http://docs.librenms.org/ [17]: http://docs.librenms.org/General/Acknowledgement/ +[18]: https://github.com/librenms/librenms/issues +[19]: https://github.com/librenms/librenms/pulls