emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/webfeeder f6032b2 03/22: readme.org: Remove spurious (d


From: Pierre Neidhardt
Subject: [elpa] externals/webfeeder f6032b2 03/22: readme.org: Remove spurious (delete...) from base examples
Date: Tue, 26 Mar 2019 07:10:00 -0400 (EDT)

branch: externals/webfeeder
commit f6032b229ab7437c01db7701586ced4f01e94306
Author: Pierre Neidhardt <address@hidden>
Commit: Pierre Neidhardt <address@hidden>

    readme.org: Remove spurious (delete...) from base examples
---
 readme.org | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/readme.org b/readme.org
index 8483b52..6ace234 100644
--- a/readme.org
+++ b/readme.org
@@ -44,11 +44,8 @@ Load the package with
  "./public"
  "https://example.org/";
  '("post1.html" "post2.html" "post3.html")
- (delete "index.html"
-         (mapcar (lambda (f) (replace-regexp-in-string ".*/public/" "" f))
-                 (directory-files-recursively "public" "index.html")))
  :title "My homepage"
- :description "A collection of articles")
+ :description "A collection of articles in Atom")
 #+end_src
 
 - To build an RSS feed, use the RSS builder:
@@ -59,11 +56,8 @@ Load the package with
  "./public"
  "https://example.org/";
  '("post1.html" "post2.html" "post3.html")
- (delete "index.html"
-         (mapcar (lambda (f) (replace-regexp-in-string ".*/public/" "" f))
-                 (directory-files-recursively "public" "index.html")))
  :title "My homepage"
- :description "A collection of articles"
+ :description "A collection of articles in RSS"
  :builder 'feed-builder-make-rss)
 #+end_src
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]