Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davorg/planetskeptic
The Planet of Skepticism
https://github.com/davorg/planetskeptic
atom feeds news perlanet rss skeptics
Last synced: 12 days ago
JSON representation
The Planet of Skepticism
- Host: GitHub
- URL: https://github.com/davorg/planetskeptic
- Owner: davorg
- Created: 2018-08-01T07:12:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-26T13:43:43.000Z (7 months ago)
- Last Synced: 2024-05-02T00:32:50.540Z (6 months ago)
- Topics: atom, feeds, news, perlanet, rss, skeptics
- Language: Perl
- Homepage: https://skeptic.theplanetarium.org/
- Size: 42.1 MB
- Stars: 1
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Planet Skeptic
**The Planet of Skepticism**
This repo contains the code and data that powers the site [Planet Skeptic](https://skeptic.theplanetarium.org).
The site aggregates news and information from skeptics in various corners of the internet.The site is built using [Perlanet](https://github.com/davorg/perlanet) which is a tool for aggregating web
feeds (it's a version of the Python tool "Planet" written in Perl - hence the rather silly name).The way it works is this:
* `perlanetrc` contains YAML with the data that drives the file. Most importantly, it has the
`feeds` list which defines the feeds that are aggregated into the web site (and a new Atom feed).* `index.tt` is a template which is expanded (using the [Template Toolkit](https://tt2.org/)) into
the web site's front (and only) page. The template is passed a number of variables which can be
used to display the new, aggregated feed. For example the `feed` variable is an an object (actually
an instance of [XML::Feed](https://metacpan.org/pod/XML::Feed) which contains the new feed.* `index.html` and `atom.xml` are the generated files which make up the web site and the new Atom
feed. They are generated on a schedule using [GitHub Actions](https://github.com/features/actions).* `.github/workflows/buildsite.yml` is the file that controls how the site is built.
* `cpanfile` defines the Perl libraries that are required to generate the web site.
* Everything else is a file that is used to display the new web site - fonts, images, CSS files, etc
The generated web site is hosted on [GitHub Pages](https://pages.github.com/).
**Important Note:** The files index.html and atom.xml are automatically generated. Please don't send
pull requests that change them - as any changes will be overwritten the next time the site is rebuilt.