branch: externals/denote-review
commit dbc20ecc6b2c3c1f01315bec74aa07d0ff7f9d0c
Author: Matto Fransen <[email protected]>
Commit: Matto Fransen <[email protected]>

    prepare request for Elpa package
---
 .elpaignore        |  2 ++
 README.org         |  6 ++++++
 denote-review.el   |  9 ++++++---
 denote-review.texi | 22 +++++++++++++---------
 4 files changed, 27 insertions(+), 12 deletions(-)

diff --git a/.elpaignore b/.elpaignore
new file mode 100644
index 0000000000..93c9162f7f
--- /dev/null
+++ b/.elpaignore
@@ -0,0 +1,2 @@
+fdl.texi
+README.org
diff --git a/README.org b/README.org
index 999704670d..b593247007 100644
--- a/README.org
+++ b/README.org
@@ -185,7 +185,13 @@ Searching for the review date frontmatter uses a pattern 
that depends
 on the value of the variable `denote-file-type'.  Just as the format
 for inserting and updating the review date.
 
+* Contribute
+
+A copyright assignment to the FSF is required for all non-trivial code
+contributions.
+
 * Distribution
+
 ~denote-review.el~ and all other source files in this
 directory are distributed under the GNU Public License, Version 3,
 or any later version.
diff --git a/denote-review.el b/denote-review.el
index 253af7b4ba..856faa77e4 100644
--- a/denote-review.el
+++ b/denote-review.el
@@ -1,12 +1,13 @@
 ;;; denote-review --- implements review process for denote notes -*- 
lexical-binding: t; -*-
 
-;; Copyright (C) 2026  Matto Fransen
+;; Copyright (C) 2026 Free Software Foundation, Inc.
 
 ;; Author:  Matto Fransen <[email protected]>
 ;; Maintainer:  Matto Fransen <[email protected]>
+;; Url: https://codeberg.org/mattof/denote-review
 ;; Version: 1.0.0
 ;; Keywords: files
-;; Package-Requires: ((emacs "28.1") (denote "4.0.0"))
+;; Package-Requires: ((emacs "28.1") (denote "4.1.3"))
 
 ;; 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
@@ -36,7 +37,9 @@
 ;; review date, sorted from oldest to newest review date.
 ;; Click on a column header to change the order.
 
-;; See the README for full explanation.
+;; See the README for full explanation and the manual:
+;; Evaluate:
+;;   (info "(denote-review) Top")
 
 ;;; Code:
 
diff --git a/denote-review.texi b/denote-review.texi
index 1f73f915a5..5a28f2aba7 100644
--- a/denote-review.texi
+++ b/denote-review.texi
@@ -1,12 +1,18 @@
 \input texinfo   @c -*-texinfo-*-
 @c %**start of header
 @setfilename denote-review.info
-@settitle Review method for denote 
+@settitle Review method for denote
+@documentencoding UTF-8
+@documentlanguage en
 @c %**end of header
-@copying
-Review method for denote.
 
-Copyright @copyright{} 2026  Matto Fransen
+@dircategory Emacs misc features
+@direntry
+* denote-review (denote-review). Review method for denote.
+@end direntry
+
+@copying
+Copyright @copyright{} 2026 Free Software Foundation, Inc.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
@@ -27,9 +33,7 @@ The document was typeset with
 @end copying
 
 @titlepage
-@title Review method for denote 
-@subtitle Review method for denote
-@author Matto Fransen
+@title Review method for denote
 @page
 @vskip 0pt plus 1filll
 @insertcopying
@@ -40,7 +44,7 @@ The document was typeset with
 
 @ifnottex
 @node Top, Introduction, (dir), (dir)
-@top Review method for denote 
+@top Review method for denote
 
 @insertcopying
 @end ifnottex
@@ -254,7 +258,7 @@ Location at which the search-forward command stops.
 Not all notes have to contain the review date frontmatter.
 
 To prevent needless searching until the end of the file, the
-search command is stopped a point defined by 
+search command is stopped a point defined by
 @code{denote-review-max-search-point}.
 
 Default this is set at @code{300}.

Reply via email to