https://github.com/silbermm/beamring
A Webring for the BEAM community
https://github.com/silbermm/beamring
beam elixir webring
Last synced: 2 months ago
JSON representation
A Webring for the BEAM community
- Host: GitHub
- URL: https://github.com/silbermm/beamring
- Owner: silbermm
- License: apache-2.0
- Created: 2023-07-08T16:40:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-10T00:22:13.000Z (about 2 years ago)
- Last Synced: 2025-05-27T08:03:20.976Z (4 months ago)
- Topics: beam, elixir, webring
- Language: Elixir
- Homepage: https://beamring.io
- Size: 2.02 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# [beamring.io](https://beamring.io)
A [webring](https://en.wikipedia.org/wiki/Webring) for the BEAM community
## What is it?
A webring is a colleciton of websites linked together in a ring structure, usually organized around a specific topic.
This one is a collection of sites that talk about the BEAM, which includes Erlang, Elixir, GLEAM and any other language that uses the BEAM vm.## How do I get added?
Simply add the required ring links to your site, and fill out [this request form](https://github.com/silbermm/beamring/issues/new?assignees=silbermm&labels=new&projects=&template=add_site.yml&title=%5BAdd%5D%3A+).
### Required Links
For the ring to work, each site must link to the next site in the ring. So simply adding a `previous` and `next` link that are available sitewide and links to `https://beamring.io/previous?host=https://yoursite.com` and `https://beamring.io/next?host=https://yoursite.com` respectively, satisfies this condition.
## Future Plans
This is a extremely simple implementation, and I would like to keep it that way.
*BUT*
There are some improvements and features that may make sense:
* I would like to add an RSS feed that aggregates all the sites RSS feeds together at some point.
* Adding Metrics for each site could be nice.## Feature requests
If you have a feature request, please fill out an issue in this repo or better yet, create a PR with your requested feature.