Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thechangelog/changelog.com
Changelog is news and podcast for developers. This is our open source platform.
https://github.com/thechangelog/changelog.com
cms elixir hackers hacktoberfest phoenix podcasting postgresql
Last synced: about 1 month ago
JSON representation
Changelog is news and podcast for developers. This is our open source platform.
- Host: GitHub
- URL: https://github.com/thechangelog/changelog.com
- Owner: thechangelog
- License: other
- Created: 2015-12-28T16:18:22.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-26T15:55:12.000Z (about 1 month ago)
- Last Synced: 2024-09-26T23:05:51.787Z (about 1 month ago)
- Topics: cms, elixir, hackers, hacktoberfest, phoenix, podcasting, postgresql
- Language: Elixir
- Homepage: https://changelog.com/posts/changelog-is-open-source
- Size: 63.6 MB
- Stars: 2,694
- Watchers: 58
- Forks: 244
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: changelog-local-dev-2024.png
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- freaking_awesome_elixir - Elixir - CMS that runs changelog.com built with Phoenix 1.4. (Top 20 packages)
- fucking-awesome-elixir - changelog.com - CMS that runs changelog.com built with Phoenix 1.4. (Examples and funny stuff)
- awesome-elixir - changelog.com - CMS that runs changelog.com built with Phoenix 1.4. (Examples and funny stuff)
- awesome-starred-test - thechangelog/changelog.com - Changelog makes world-class developer pods. This is our open source platform. (Elixir)
README
[![All Contributors](https://img.shields.io/badge/all_contributors-31-orange.svg?style=flat-square)](#contributors-)
## What is this?
This is the CMS behind [changelog.com](https://changelog.com).
It is an [Elixir](http://elixir-lang.org) application built with the [Phoenix](http://www.phoenixframework.org) web framework and [many](https://github.com/thechangelog/changelog.com/blob/master/mix.exs#L33) [other](https://github.com/thechangelog/changelog.com/blob/master/assets/package.json) great open source efforts.
It uses [Node.js](https://nodejs.org/en/) for static assets & [PostgreSQL](https://www.postgresql.org) for persistence.[More details in our 2016 announcement post!](https://changelog.com/posts/changelog-is-open-source)
## Why is it open source?
A few reasons:
1. We _love_ open source. Our careers (and livelihoods) wouldn't be possible without open source. Keeping it closed just feels _wrong_.
2. Phoenix is really great, but it's young enough in its lifecycle that there aren't _too many_ in-production, open source sites for people to refer to as examples or inspiration. We want to throw our hat into that ring and hopefully others will follow.
3. Changelog is a community of hackers. We know open sourcing the website will lead to good things from y'all (such as bug reports, feature requests, and pull requests).## Should I fork this and use it as a platform?
Probably not. We won't stop you from doing it, but we don't advise it. _This is not a general purpose podcasting CMS_. It is a CMS that is specific to Changelog and our needs. From the design and layout to the data structures and file hosting, we built this for us. An example of just how custom it is β [we literally have our podcast names hardcoded in areas of the code](https://github.com/thechangelog/changelog.com/blob/14e2f412400df7648be2b77ec88b393e80d81eae/lib/changelog/buffer/buffer.ex#L7-L12). Yuck.
## What is it good for?
If you're building a web application with Phoenix (or aspire to), this is a great place to poke around and see what one looks like when it's all wired together. It's not perfect by any means, but it works. And that's something. We've also been told that [it is ridiculously fast](https://twitter.com/augiedb/status/788344626663096320).
If you have questions about any of the code, holler [@Changelog](https://twitter.com/changelog). Better yet, [join the community](https://changelog.com/community) where we have in-depth discussions about software development, industry trends, and everything else under the sun.
## How can I contribute?
That is an excellent idea! Here is [our contributing guide](CONTRIBUTING.md). Kaizen ζΉε!
## CONTRIBUTORS β¨
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
Jerod Santo
π» π π
Adam Stacoviak
π¨ π» π΅
Cody Peterson
π¨ π»
Jake Stutzman
π¨
Tucker Cowie
π»
Gerhard Lazu
π π»
Xinjiang Shao
π π»
Steve Agalloco
π»
David Gasperoni
π»
Nathan Youngman
β οΈ
Marco Vito Moscaritolo
π»
0x4e
π»
Andrea Rossi
π»
TonΔi GaliΔ
π
Jearvon Dharrie
π»
Lee Jarvis
Agusti Fernandez
π»
Len Payne
π»
JoeBew42
π»
Griffin Byatt
π»
Ridge Frederick
π» π
Horst Rutter
π
Nick Janetakis
π π»
Ryan Will
π π»
Dennis Reimann
π»
Juan Soto
π»
Jordy Zomer
π»
Kevin Ball
π»
Mat Ryer
π»
Yaw Anokwa
π»
Ilia Choly
π»
Wojtek Mach
π»
Owen Bickford
π» π
Lars Wikman
π»
Marcelo Andrade
π»
Jason Axelson
π»
Alexander Koutmos
π»
d-m-u
π
Parker Selbert
π»
Haile Lagi
π»
Noah
π
Chris Eggert
π» π
Kenneth KostreΕ‘eviΔ
π»
Pablo Gorostiaga
π
Patrick Hyatt
π»
Geoffrey Lentner
π»
Brendon Smith
π»
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!
## LICENSE
[MIT](LICENSE)