Skip to content

A website displaying markdown formatted versions of the esdiscuss.org posts

Notifications You must be signed in to change notification settings

esdiscuss/esdiscuss.org

Repository files navigation

esdiscuss.org

This is the project behind http://esdiscuss.org which aims to produce a readable copy of the esdiscuss mailing list archives.

Backers on Open Collective Sponsors on Open Collective Build Status Dependency Status

Contributing

If you want a new feature implemented, open a pull request or submit an issue.

If you just want to show your support for the site, you can donate via gratipay. This helps cover both hosting costs and developer time spent improving the site.

If you send e-mail to the mailing list (or know someone who does), please remember to use markdown. The site uses "GitHub Flavored Markdown", and if you mark your code as "js" or "javascript" it will get syntax highlighted automatically.

Configuring

There are a number of things that should be configured via Environment Variables when in production. It will work as read-only without any configuration.

  • BROWSERID_AUDIENCE (default: http://localhost:3000) - used to determine whether a browserID assertion is for the correct domain, and to determine the callback url for github
  • GITHUB_CLIENT_ID (default: a client id for testing)
  • GITHUB_CLIENT_SECRET (default: a client secret for testing)
  • COOKIE_SECRET (default: adfkasjast) - a secret used to secure session cookies
  • MONGO_USER (default: read)
  • MONGO_PASS (default: read)

N.B. the bot for updating the database is not part of this repository, it is completely separate

Contributors

This project exists thanks to all the people who contribute.

Backers

Thank you to all our backers! 🙏 [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

Deployment

yarn
node scripts/docker/build
node scripts/docker/push
node scripts/docker/deploy staging
node scripts/docker/deploy prod

License

All the source code for both this site, and the es-discuss bot is licensed as MIT. Feel free to adapt this for other communities, there are a lot of pipermail mailing lists out there.

About

A website displaying markdown formatted versions of the esdiscuss.org posts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published