diff --git a/public/locales/en/translations.json b/public/locales/en/translations.json index 5ef1825..e1e6b6c 100644 --- a/public/locales/en/translations.json +++ b/public/locales/en/translations.json @@ -1,40 +1,28 @@ { "root.description": "An alternative to the Nix ecosystem", - "header.community": "Community", - "goals.title": "Goals", "goals.independent.title": "Independent", - "goals.independent": "We will fork and maintain Nix, NixPkgs, and NixOS. Additional support for projects such as Nix Darwin and Home Manager will be considered.", + "goals.independent": "We will create an alternative to NixPkgs and NixOS. We will also provide our own Continuous Integration and Binary Cache along with necessary services for the ecosystem. Additional support for projects such as Nix Darwin and Home Manager will be considered.", "goals.gov.title": "Governance", + "goals.gov.wiki": "Learn about Aux's governance structures.", "goals.gov": "A democratic model of governance with elected positions will be used to manage the project. A steering committee will provide direction with additional committees handling specific logistical tasks. Features or individual projects will be owned by Special Interest Groups. SIGs will collaborate within Working Groups to achieve their goals. Each committee and group will have its goals, requirements, and management process clearly defined.", - "goals.stabilization.title": "Stabilization", - "goals.stabilization": "User-friendly features such as the Nix v3 CLI will be enabled by default. Nix Flakes are used too heavily to remove or change and will instead be stabilized as a v0 in its current state with any future work being handled by a Special Interest Group.", - "goals.infra.title": "Infrastructure", - "goals.infra": "We will build and maintain the tools and infrastructure necessary to keep the ecosystem healthy, including Continuous Integration and Binary Caching.", "goals.education.title": "Education", "goals.education": "Unified documentation, tutorials, guides, and examples will provide a better onboarding experience for newcomers and a faster iteration cycle for experts.", - "roadmap.title": "Roadmap", - "roadmap.soft_fork.title": "Soft Fork", - "roadmap.soft_fork.1": "This initial phase will involve an ad-hoc management structure due to its bootstrapping nature. As such, the project's stated Values, Goals, and Roadmap serve to keep all contributors aligned and safe knowing that the work they have committed to will not change.", - "roadmap.soft_fork.2": "The initial forking off of Nix and NixPkgs will be performed in this phase and new contributors will be given roles for handling package maintenance and pulling changes from upstream. We intend to move on from this phase once enough contributors have joined for the project to be capable of transitioning into a hard fork.", - "roadmap.hard_fork.title": "Hard Fork", - "roadmap.hard_fork.1": "Like the Soft Fork phase, management structure will still be ad-hoc, but Committees, Special Interest Groups, and Working Groups may start to be formed. Due to there being necessary bootstrapping steps for each, elections will only begin once the Alignment phase has been reached.", - "roadmap.hard_fork.2": "At this point we will have enough contributors to safely maintain NixPkgs (or a reasonable subset) and Nix ourselves. We will begin allowing divergence from the upstream repository and changes to the repository structure to improve development can be introduced.", - "roadmap.hard_fork.3": "An initial release of the packages repository will be created and migration from `nix` to `aux` naming will begin to reduce confusion and errors now that the two projects have diverged.", - "roadmap.organization.title": "Organization", - "roadmap.organization.1": "The packages repository will have sets extracted to allow for Special Interest Groups to more easily manage their lifecycles. For example, `pythonPackages` will be moved to a separate repository that will be the reponsibility of a Python SIG if there is interest.", - "roadmap.organization.2": "Flakes will be standardized with its current implementation as a v0. While not ideal, the feature is used far too widely to be changed or removed without breaking the ecosystem. Instead, this v0 implementation will be enabled and future work for Flakes that addresses its shortcomings may be handled by a Flakes SIG.", - "roadmap.organization.3": "The `aux` CLI will be modified to provide more ergonomic management of packages and systems. Additional subcommands such as `aux system switch` and `aux system build` will be added to make onboarding and ongoing maintenance easier.", - "roadmap.infra.title": "Infrastructure", - "roadmap.infra.1": "Now that the project has significantly diverged from upstream, we will need to provide our own Continuous Integration and Binary Cache services. Existing governance structures will be used to manage the adoption of these technologies.", - "roadmap.infra.2": "Documentation will be included as a part of the Continuous Integration process and will have Continuous Deployment configured to keep it up to date, making it easier for contributors to create educational materials.", - "roadmap.infra.3": "Search infrastructure for packages and options will also be created.", - "roadmap.alignment.title": "Alignment", + "roadmap.soft_fork.title": "Setup & Planning", + "roadmap.soft_fork.1": "This initial phase will involve an ad-hoc management structure due to its bootstrapping nature. As such, the project's stated Values, Goals, and Roadmap serve to keep all contributors aligned and safe knowing that the work they have committed to will not change. Groups will start forming to address the separate domains of the project, but will not be properly functioning governance structures yet.", + "roadmap.soft_fork.2": "Creation of community spaces, organization, and planning for the following phases are key points of this phase. Before technical work can be done, a well thought out solution and proof of concept must exist to drive the following implementation phase.", + "roadmap.hard_fork.title": "Implementation", + "roadmap.hard_fork.1": "Like the previous phase, this phase will involve loosely-formed groups which do not fully adhere to the standards of our envisioned governance structures yet. However, as the project progresses to the next phase, these groups will be transitioned to proper governance units.", + "roadmap.hard_fork.2": "This phase involves the creation of an alternative to NixPkgs and NixOS using the plan created from the Setup & Planning phase. In addition to technical implementation we will also be creating Continuous Integration infrastructure. Depending on availability and funding, a Binary Cache may also be created.", + "roadmap.hard_fork.3": "The project may move to the next phase once a core set of packages are created and stabilized.", + "roadmap.organization.title": "Solidification", + "roadmap.organization.1": "Implementation continues during this phase alongside structural changes to governance. Committees, Special Interest Groups, and Working Groups are now expected to establish charters defining their responsibilities and memberships. Group members will remain the same as the previous phases until reaching the last phase of this roadmap.", + "roadmap.organization.2": "This phase is complete once a usable OS and package set are available.", + "roadmap.alignment.title": "Polish", "roadmap.alignment.1": "By this point, we've done it. We have created a sustainable, independent fork of the Nix ecosystem. Now that the initial work has been completed we will begin the governance rotation process with our first elections and education as to how project governance works.", - "roadmap.alignment.2": "Documentation, project branding, and packages will be polished and presented as a fully stable release. From this point forward the Steering Committee will be managing the creation of Special Interest Groups and other necessary Committees. All enhancements will be suggested in Aux Enhancement Proposals which encourage existing SIGs to implement features or encourage the formation of a new SIG to be created for such a purpose.", - + "roadmap.alignment.2": "Documentation, project branding, and packages will be polished and presented as a fully stable release. From this point forward the Steering Committee will be managing the creation of Special Interest Groups and other necessary Committees. All future enhancements will be suggested in Aux Enhancement Proposals which encourage existing SIGs to implement features or encourage the formation of a new SIG to be created for such a purpose. This is not the end, this is only the beginning for Aux.", "values.title": "Values", "values.rep.title": "Representation", "values.rep": "Contributors should have their views represented and organizational structure should be established democratically.", diff --git a/src/components/home/Goals.astro b/src/components/home/Goals.astro index b821825..78f2848 100644 --- a/src/components/home/Goals.astro +++ b/src/components/home/Goals.astro @@ -21,17 +21,10 @@ const translation = useTranslations(lang);

{translation("goals.gov")}

- -
  • -

    {translation("goals.stabilization.title")}

    - {translation("goals.stabilization")} -

    -
  • -
  • -

    {translation("goals.infra.title")}

    -

    - {translation("goals.infra")} + + {translation("goals.gov.wiki")} +

  • diff --git a/src/components/home/Roadmap.astro b/src/components/home/Roadmap.astro index 76b1d1c..15ddfe3 100644 --- a/src/components/home/Roadmap.astro +++ b/src/components/home/Roadmap.astro @@ -38,21 +38,6 @@ const translation = useTranslations(lang);

    {translation("roadmap.organization.2")}

    -

    - {translation("roadmap.organization.3")} -

    -
  • -
  • -

    {translation("roadmap.infra.title")}

    -

    - {translation("roadmap.infra.1")} -

    -

    - {translation("roadmap.infra.2")} -

    -

    - {translation("roadmap.infra.3")} -

  • {translation("roadmap.alignment.title")}