From: Andrea Zagli Date: Sat, 2 Sep 2017 14:08:11 +0000 (+0200) Subject: Added copyright information and README.org file. X-Git-Url: https://saetta.ns0.it/gitweb?a=commitdiff_plain;h=eb3a3fa69499dccec90e5e9de534b85c271da346;p=emacs%2Felfeed-speedbar Added copyright information and README.org file. --- diff --git a/README.org b/README.org new file mode 100644 index 0000000..ce0e773 --- /dev/null +++ b/README.org @@ -0,0 +1,5 @@ +#+TITLE: elfeed-speedbar +#+AUTHOR: Andrea Zagli + +* elfeed-speedbar + Speedbar support for elfeed diff --git a/elfeed-search-speedbar.el b/elfeed-search-speedbar.el index b00414c..d8873c6 100644 --- a/elfeed-search-speedbar.el +++ b/elfeed-search-speedbar.el @@ -1,5 +1,26 @@ ;;; elfeed-speedbar --- Speedbar support for elfeed +;; Copyright (C) 2017 Andrea Zagli +;; +;; Author: Andrea Zagli +;; Version: 0.1 +;; Keywords: feeds, tags, tools, speedbar, elfeed +;; +;; This file is not part of GNU Emacs. +;; +;; 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 +;; the Free Software Foundation; either version 3, or (at your option) +;; any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see . + ;;; Commentary: ;; ;; Speedbar provides a frame in which files, and locations in files