Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.user > #235032
| From | Emanuel Berg <moasenwood@zoho.eu> |
|---|---|
| Newsgroups | linux.debian.user |
| Followup-To | gmane.linux.debian.user |
| Subject | Re: generate a rss.xml from a bunch of HTML files |
| Date | 2021-05-09 18:30 +0200 |
| Message-ID | <CcUtz-7O4-3@gated-at.bofh.it> (permalink) |
| References | <CcOo9-3Cd-1@gated-at.bofh.it> <CcQ6B-4Vk-5@gated-at.bofh.it> <CcQJk-5ps-9@gated-at.bofh.it> <CcRm2-5Rr-3@gated-at.bofh.it> <CcRFo-5Xq-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Followups directed to: gmane.linux.debian.user
> I have a blog, just a bunch of HTML5/CSS files, absolutely
> nothing advanced, and I'd like an RSS file which is
> generated from the HTML files (not the CSS, so even simpler
> actually) so I for example can submit it [to Gwene] and read
> it with Gnus
Speaking of Emacs (Emacs Gnus), in GNU ELPA there is webfeeder
[1] - actually I'd prefer a shell tool for this, but that's
just me - but after trying to get it to work for a long time,
I now give up. I don't know if that is also just me or if it
actually doesn't work?
The simple-enough example and boilerplate function looks like
this
(webfeeder-build
"atom.xml"
"./public"
"https://example.org/"
'("post1.html" "post2.html" "post3.html")
:title "My homepage"
:description "A collection of articles in Atom")
so if anyone wants to try it should be simple. Tell me if you
have more success.
[1] https://gitlab.com/Ambrevar/emacs-webfeeder
--
underground experts united
https://dataswamp.org/~incal
Back to linux.debian.user | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: generate a rss.xml from a bunch of HTML files Dan Ritter <dsr@randomstring.org> - 2021-05-09 13:50 +0200
Re: generate a rss.xml from a bunch of HTML files Emanuel Berg <moasenwood@zoho.eu> - 2021-05-09 15:30 +0200
Re: generate a rss.xml from a bunch of HTML files Darac Marjal <mailinglist@darac.org.uk> - 2021-05-10 09:20 +0200
Re: generate a rss.xml from a bunch of HTML files Dan Ritter <dsr@randomstring.org> - 2021-05-10 12:20 +0200
Re: generate a rss.xml from a bunch of HTML files Emanuel Berg <moasenwood@zoho.eu> - 2021-05-09 18:30 +0200
Re: generate a rss.xml from a bunch of HTML files Dan Ritter <dsr@randomstring.org> - 2021-05-09 19:10 +0200
Re: generate a rss.xml from a bunch of HTML files Emanuel Berg <moasenwood@zoho.eu> - 2021-05-09 20:20 +0200
Re: generate a rss.xml from a bunch of HTML files Dan Ritter <dsr@randomstring.org> - 2021-05-09 21:40 +0200
Re: generate a rss.xml from a bunch of HTML files The Wanderer <wanderer@fastmail.fm> - 2021-05-09 23:40 +0200
Re: generate a rss.xml from a bunch of HTML files Charles Curley <charlescurley@charlescurley.com> - 2021-05-10 01:30 +0200
Re: generate a rss.xml from a bunch of HTML files Emanuel Berg <moasenwood@zoho.eu> - 2021-05-10 01:50 +0200
Re: generate a rss.xml from a bunch of HTML files Andrei POPESCU <andreimpopescu@gmail.com> - 2021-05-10 08:10 +0200
Re: generate a rss.xml from a bunch of HTML files Emanuel Berg <moasenwood@zoho.eu> - 2021-05-10 15:10 +0200
Re: generate a rss.xml from a bunch of HTML files Jonathan Dowland <jon+debian-user@dow.land> - 2021-05-12 12:50 +0200
Re: generate a rss.xml from a bunch of HTML files Emanuel Berg <moasenwood@zoho.eu> - 2021-05-10 01:50 +0200
Re: generate a rss.xml from a bunch of HTML files Dan Ritter <dsr@randomstring.org> - 2021-05-10 12:20 +0200
Re: generate a rss.xml from a bunch of HTML files Emanuel Berg <moasenwood@zoho.eu> - 2021-05-10 15:20 +0200
Re: generate a rss.xml from a bunch of HTML files Andrei POPESCU <andreimpopescu@gmail.com> - 2021-05-10 08:10 +0200
Re: generate a rss.xml from a bunch of HTML files Emanuel Berg <moasenwood@zoho.eu> - 2021-05-10 15:10 +0200
Re: generate a rss.xml from a bunch of HTML files Emanuel Berg <moasenwood@zoho.eu> - 2021-05-09 14:30 +0200
Re: generate a rss.xml from a bunch of HTML files Andrei POPESCU <andreimpopescu@gmail.com> - 2021-05-09 15:10 +0200
Re: generate a rss.xml from a bunch of HTML files Emanuel Berg <moasenwood@zoho.eu> - 2021-05-09 14:30 +0200
csiph-web