summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatto Fransen <matto@matto.nl>2026-01-13 10:48:07 +0100
committerMatto Fransen <matto@matto.nl>2026-01-13 10:48:07 +0100
commitdbc20ecc6b2c3c1f01315bec74aa07d0ff7f9d0c (patch)
tree6b991ff014a0733a553e738bd1ef9821629d9710
parent5e62b7716471b8c69ab739174767d8fdedbcb4fc (diff)
prepare request for Elpa package
-rw-r--r--.elpaignore2
-rw-r--r--README.org6
-rw-r--r--denote-review.el9
-rw-r--r--denote-review.texi22
4 files changed, 27 insertions, 12 deletions
diff --git a/.elpaignore b/.elpaignore
new file mode 100644
index 0000000..93c9162
--- /dev/null
+++ b/.elpaignore
@@ -0,0 +1,2 @@
+fdl.texi
+README.org
diff --git a/README.org b/README.org
index 9997046..b593247 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 253af7b..856faa7 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 <matto@matto.nl>
;; Maintainer: Matto Fransen <matto@matto.nl>
+;; 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 1f73f91..5a28f2a 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}.