Skip to content

Commit

Permalink
Merge pull request #66 from neatudarius/propagate_beman_org_renaming
Browse files Browse the repository at this point in the history
[beman repo] Docs updates: org renamed to bemanproject
  • Loading branch information
neatudarius authored Nov 20, 2024
2 parents b8e72f0 + 82a2157 commit b3b640d
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ We welcome all to participate in the Beman project through
[Discourse](https://discourse.boost.org/t/welcome-to-beman-project-development/3) discussions or GitHub contributions. Our discourse community is the best way to stay up to
date with the most recent developments.

If you are looking for ways to contribute code, see the open issues of [beman-project repositories](https://github.com/orgs/beman-project/repositories). The [beman repository's issue list](https://github.com/beman-project/beman/issues), in particular, has implementation requests for various papers. Issues marked with `good first issue` are perfect for new
If you are looking for ways to contribute code, see the open issues of [bemanproject repositories](https://github.com/orgs/bemanproject/repositories). The [beman repository's issue list](https://github.com/bemanproject/beman/issues), in particular, has implementation requests for various papers. Issues marked with `good first issue` are perfect for new
contributors and usually have an assigned mentor. Don't hesitate to post on discourse with any questions.

Please refer to our [code of conduct](/docs/CODE_OF_CONDUCT.md) and the
Expand Down Expand Up @@ -71,8 +71,8 @@ This is an example JSON object representing a Beman Project library:

```json
{
"name": "example",
"git_repository": "https://github.com/beman-project/example.git",
"name": "examplar",
"git_repository": "https://github.com/bemanproject/examplar.git",
"git_tag": "375f3e7",
"default_branch": "main"
}
Expand All @@ -88,7 +88,7 @@ A *unique*, logical name for the library.

*Type*: String

A URL for cloning the repository containing the library. This URL does not need to be part of the `beman-project` GitHub organization, or even on GitHub as long as the repo is publicly accessible for cloning.
A URL for cloning the repository containing the library. This URL does not need to be part of the `bemanproject` GitHub organization, or even on GitHub as long as the repo is publicly accessible for cloning.

#### `git_tag`

Expand Down
2 changes: 1 addition & 1 deletion docs/BEMAN_STANDARD.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ needs. To make changes:
1. Create a [discourse topic](https://discourse.boost.org) detailing the change
and how it aligns with the core principles.
2. After some community discussion, create a PR with the actual change on
[GitHub](https://github.com/beman-project/beman) with a *leads question*
[GitHub](https://github.com/bemanproject/beman) with a *leads question*
label. The PR should also link to the discourse topic.
3. Continue discussions on the PR and discourse topic.
4. Await a leads a decision based on the community feedback.
Expand Down
4 changes: 2 additions & 2 deletions docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ The Beman Project is dedicated to getting the highest quality libraries through

Yes! In our effort to create the highest-quality C++ libraries, we've established a set of templates, tools, and guidelines that are broadly applicable even for projects not destined to be standardized.

* Our [Example Project](https://github.com/beman-project/example) demonstrates a useful structure for organizing libraries.
* Our [CI Project](https://github.com/beman-project/ci) utilizes Github Workflows to automate building, testing, and releasing libraries.
* Our [Example Project](https://github.com/bemanproject/example) demonstrates a useful structure for organizing libraries.
* Our [CI Project](https://github.com/bemanproject/ci) utilizes Github Workflows to automate building, testing, and releasing libraries.

## Will libraries stay in Beman forever?

Expand Down
4 changes: 2 additions & 2 deletions libraries.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"libraries": [
{
"name": "example",
"git_repository": "https://github.com/beman-project/example.git",
"name": "exemplar",
"git_repository": "https://github.com/bemanproject/exemplar.git",
"git_tag": "375f3e7",
"default_branch": "main"
},
Expand Down
14 changes: 7 additions & 7 deletions presentations/beman_overview_wg21_202406.org
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ It's the End of the World as We Know It (And I Feel Fine)

#+BEGIN_NOTES
#+END_NOTES
* [[https://github.com/beman-project][Introducing 'The Beman Project']]
* [[https://github.com/bemanproject][Introducing 'The Beman Project']]
#+BEGIN_QUOTE
The Beman Project’s mission is to support the efficient design and adoption of the highest quality C++ standard libraries through implementation experience, user feedback, and technical expertise.

Expand Down Expand Up @@ -105,7 +105,7 @@ $ ctest --test-dir build
- or, just one repo (all libs standalone!)
** What we want II
#+BEGIN_SRC c++
#include <Beman/Optional26/optional.hpp>
#include <beman/optional26/optional.hpp>
#include <iostream>
int main() {
// Example from P3168R1: basic range loop over C++26 optional.
Expand All @@ -117,7 +117,7 @@ int main() {
}
#+END_SRC
- or, yes even [[https://godbolt.org/z/b5ThEqqhf][Godbolt]]
** [[https://github.com/beman-project/beman/blob/main/docs/beman-standard.md][Core Principles]]
** [[https://github.com/bemanproject/beman/blob/main/docs/BEMAN_STANDARD.md][Core Principles]]
- Highest quality
- Production ready
- Industry standard technology
Expand All @@ -141,7 +141,7 @@ int main() {
- sometimes non-paper authors will implement
- Non Beman repos
- authors don't have to use Beman repos
** [[https://github.com/beman-project/beman/blob/main/docs/FAQ.md][FAQ]]
** [[https://github.com/bemanproject/beman/blob/main/docs/FAQ.md][FAQ]]
- Do I need a paper before joining? - No
- Library not for the C++ standard? Can I add to Beman Project? - No
- Personal/work project no interest in becoming a standard library. Does the Beman Project have anything for me? - Yes
Expand All @@ -160,7 +160,7 @@ int main() {
- return of a place to get experimental libs
- place to library integrate features
- a reconnection with the community
** [[https://github.com/beman-project/beman/blob/main/docs/governance.md][Project Governence]]
** [[https://github.com/bemanproject/beman/blob/main/docs/GOVERNANCE.md][Project Governence]]
- open community
- thanks Carbon!
- When community deadlocks: Jeff Garland, Inbal Levi, David Sankel
Expand All @@ -173,9 +173,9 @@ int main() {
** Some Initial libraries
- [[https://github.com/eliaskosunen/scnlib][scnlib]] - proposed for c++26
- Elias Kosunen allowed us to use as first example
- [[https://github.com/beman-project/Optional26][Optional26]]
- [[https://github.com/bemanproject/optional26][beman.optional26]]
- Darius Neatu and Steve Downey
- [[https://github.com/dietmarkuehl/beman-execution][execution]] (P2300)
- [[https://github.com/dietmarkuehl/beman-execution][beman.execution]] (P2300)
- Dietmar Kuhl
- Several more under discussion!
* Thank you early contributors!
Expand Down

0 comments on commit b3b640d

Please sign in to comment.