diff --git a/README.md b/README.md index 954e34f..91d0609 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,9 @@

Configuration

Inference personal configuration files.


-

These configuration files are targeting Linux, Gentoo Hardened,
-musl libc, and LLVM toolchain. Anything else is out of scope and
-unsupported. I am working on moving all GCC-related configurations to LLVM,
-and GCC will eventually be dropped, entirely. They also focus on hardening
-the system as much as possible, without making it unusable; expect
-noticeable performance impact, although the system should still be usable.
-Security and privacy are the focuses, nothing else. -

Licensing

-

All content is licensed under BSD 3-Clause Clear License.

+

All content is licensed under BSD 3-Clause Clear license.



Security

@@ -23,40 +15,14 @@ The maintainers take no responsibility for any security issues which
may arise due to usage of this repository.



-

Policy

-

Contributing

-

To contribute to the project, submit a pull request. All pull requests
-are subject to approval.
-
-Code must follow the standard style for Inferencium Network code:
-- 80 character column limit.
-- Tab indents.
-- 1 tab indent equals 4 columns.
-- Comments must be used for each different block of code.
-- Comments must be concise. Do not make comments longer than necessary.
-- Code and comments must be professional. No funny or vulgar code or
-comments.
-
-Files must be stored in their related directories.
-
-Text files must be stored as plain text (.txt) or Markdown (.md) files.
-
-All dates and times must be ISO 8601 compliant (YYYY-MM-DD HH:MM).
-
-All filenames must be most significant to least significant, lowercase, and
-hyphens must be used instead of spaces.

-
-

Branches

dev

Development branch. All pre-alpha development and alpha testing happens
here.
-Merge requests must be made to the dev branch.


beta

-

Beta branch. All beta testing of the software happens here.

+

Beta branch. All beta testing happens here.


stable

-

Stable branch. Complete and stable versions of the software are stored
-here.
+

Stable branch. Complete and stable versions are stored here.