Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alicebob/verssion
RSS feeds of stable release versions, as found in Wikipedia.
https://github.com/alicebob/verssion
atom freshmeat rss versions wikipedia
Last synced: 3 months ago
JSON representation
RSS feeds of stable release versions, as found in Wikipedia.
- Host: GitHub
- URL: https://github.com/alicebob/verssion
- Owner: alicebob
- License: mit
- Created: 2017-10-21T14:26:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-13T08:33:26.000Z (12 months ago)
- Last Synced: 2024-10-14T16:44:39.725Z (4 months ago)
- Topics: atom, freshmeat, rss, versions, wikipedia
- Language: Go
- Homepage: https://verssion.one/
- Size: 3.31 MB
- Stars: 21
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Atom feeds of (stable) software versions, as found in Wikipedia.
Setup
=====postgres@yourmachine:~$ createdb -O youruser verssion
youruser@yourmachine:~/verssion/$ make db
youruser@yourmachine:~/verssion/$ make && ./cmd/web/web -base https://yourwebsite.example`make integration` will use the `verssion` database, and wipe everything from
it. Just so you know.&c.
===[![Build Status](https://travis-ci.org/alicebob/verssion.svg?branch=travis)](https://travis-ci.org/alicebob/verssion)
`cmd/web/web` is the main HTTP server. `cmd/wikimon/wikimon` is a helper to
compare verssion and wikipedia against the websites of projects. I run it via cron
to help keep wikipedia up to date.