generated from freelawproject/new-project-template
-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #520 from TheCleric/tweak/tweak-docs-links-verbiage
- Loading branch information
Showing
2 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ BCB2 uses a [Postgres](https://www.postgresql.org/) database to keep track of ca | |
|
||
## Posting | ||
|
||
BCB2 posts to both Twitter ([@big_cases](https://twitter.com/big_cases)) and Mastodon ([@[email protected]](https://law.builders/@big_cases)). | ||
BCB2 posts to Twitter ([@big_cases](https://twitter.com/big_cases)), Mastodon ([@[email protected]](https://law.builders/@bigcases)), and Bluesky ([@bigcases.bots.law](https://bsky.app/profile/bigcases.bots.law)). | ||
|
||
|
||
## Interacting via social media | ||
|
@@ -28,6 +28,8 @@ To set up a development machine, do the following: | |
|
||
1. Create a personal settings file. To do that, copy-paste the `.env.example` file to `.env.dev`. | ||
|
||
1. Modify your new `.env.dev` file and uncomment the line `ALLOWED_HOSTS="*"` | ||
|
||
1. Next, create the bridge network that docker relies on: | ||
|
||
`docker network create -d bridge --attachable bc2_net_overlay` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,18 +3,19 @@ | |
Big Cases Bot 2 is a bot that sends messages about important federal cases as | ||
they happen. Currently, Big Cases Bot 2 sends to the following channels: | ||
|
||
- Twitter: @big_cases | ||
- Mastodon: @[email protected] | ||
- Twitter: [@big_cases][twitterbc] | ||
- Mastodon: [@[email protected]][mastodonbc] | ||
- Bluesky: [@bigcases.bots.law][blueskybc] | ||
|
||
Big Cases Bot 2 is developed and maintained by [Free Law Project's][flp], a | ||
Big Cases Bot 2 is developed and maintained by the [Free Law Project][flp], a | ||
501(c)(3) that uses software and advocacy to enhance the legal system. It | ||
builds on the original [Big Cases Bot][bcb1] developed by Brad Heath for | ||
Twitter. | ||
|
||
The goals of Big Cases Bot 2 are: | ||
|
||
- First and foremost, to bring the bot back! | ||
- Expand the bot to Mastodon [and][discord] [other][slack] [platforms][teams] | ||
- Expand the bot to Mastodon, Bluesky, [and][discord] [other][slack] [platforms][teams] | ||
- Really invest in the bot to make it great | ||
|
||
Further development is intended, and all contributors, corrections and additions | ||
|
@@ -39,7 +40,7 @@ easy. | |
## Contributions | ||
|
||
We're going to need a lot of help to make this a robust and great project. If | ||
you're interested in helping, check out ARCHITECTURE.md to get started. Feel | ||
you're interested in helping, check out [ARCHITECTURE.md](./ARCHITECTURE.md) to get started. Feel | ||
free to find bugs to work on in our issues list, or if you don't know where to | ||
begin, feel free to [send us an email][c], and include your resume if you've | ||
got one. | ||
|
@@ -60,3 +61,6 @@ It costs a lot to build and maintain this system and we need your support. | |
[bcb1]: https://github.com/bdheath/Big-Cases | ||
[c]: https://free.law/contact/ | ||
[litte]: https://github.com/freelawproject/bigcases2/issues/8 | ||
[twitterbc]: https://twitter.com/big_cases | ||
[mastodonbc]: https://law.builders/@bigcases | ||
[blueskybc]: https://bsky.app/profile/bigcases.bots.law |