README (1271B)
1 _ _ 2 | | | ___ __ _ 3 | | |/ _ \ / _` | 4 | | | (_) | (_| | 5 |_|_|\___/ \__, | 6 |___/ 7 8 llog - lightweight log - makes llogs - "lightweight logs", 9 not blogs which are "bloated logs". 10 Copyright (C) 2020 Kacper Kocot <kocotian@kocotian.pl> 11 12 ------------ 13 INSTALLATION 14 15 Write "make" and "(sudo) make install" to install main 16 script. You would also copy index and post templates. 17 To do it, just write "make template" 18 19 ------------- 20 CONFIGURATION 21 22 To configure llog, just edit templates in ~/.config/llog/ 23 Start reading script and you will get it. 24 25 ------------------- 26 COPYING AND LICENSE 27 28 This program is free software; you can redistribute it and/or modify 29 it under the terms of the GNU General Public License as published by 30 the Free Software Foundation; either version 3 of the License, or 31 (at your option) any later version. 32 33 This program is distributed in the hope that it will be useful, 34 but WITHOUT ANY WARRANTY; without even the implied warranty of 35 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 36 GNU General Public License for more details. 37 38 You should have received a copy of the GNU General Public License 39 along with this program; if not, write to the Free Software Foundation, 40 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA