From 655541a6078712ae3a64f4cc7067e601b43b0780 Mon Sep 17 00:00:00 2001 From: Pekka Helenius Date: Wed, 10 Oct 2018 22:30:32 +0300 Subject: [PATCH] README: Add pacvis-git description --- Readme.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/Readme.md b/Readme.md index 9ddeaa6..6fc9f2b 100644 --- a/Readme.md +++ b/Readme.md @@ -222,6 +222,25 @@ Magic Lantern Raw file conversion tool for MLV files. Extract individual DNG fra FORMAT: Arch Linux PKGBUILD script. +**pacvis-git** +-------------- + +pacvis by [Jiachen Yang](https://github.com/farseerfc/pacvis) + +Quote from the original source GitHub page: + +> Visualize pacman local database using [Vis.js](http://visjs.org/), inspired by [pacgraph](http://kmkeen.com/pacgraph/). + +> See my blog post for details: [https://farseerfc.me/en/pacvis.html](https://farseerfc.me/en/pacvis.html) (Jiachen Yang) + +This repository includes patched service file which changes the default pacvis service file behaviour in the following ways: + + - run the server service as a regular user, not as root (potential security issue, and root is not truly required) + + - remove restart loop which renders the server unusable + +FORMAT: Arch Linux PKGBUILD script + patch file. + **pano2vr** --------------