Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 10, 2024
1 parent bdb5874 commit a616312
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions docs/about/where-is-being-used.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Where is HuronOS Being Used?
# Where is huronOS Being Used?

huronOS is actively utilized by numerous competitive programming communities. Due to HuronOS's commitment to privacy and the absence of telemetry, we do not maintain a comprehensive list of all users. However, we collaborate closely with several key organizations.
huronOS is actively utilized by numerous competitive programming communities. Due to huronOS's commitment to privacy and the absence of telemetry, we do not maintain a comprehensive list of all users. However, we collaborate closely with several key organizations.

Here are some notable examples:

### **[Training Camp Mexico](https://tcmx.icpcmexico.org)**
The TCMX (Training Camp Mexico) serves as the *official* training camp for the ICPC Mexico region, where HuronOS plays a crucial role in constructing the contest environment. This annual event gathers the LATAM Champions of the ICPC World Finals to mentor and prepare multiple teams aspiring to reach the regional finals.
The TCMX (Training Camp Mexico) serves as the *official* training camp for the ICPC Mexico region, where huronOS plays a crucial role in constructing the contest environment. This annual event gathers the LATAM Champions of the ICPC World Finals to mentor and prepare multiple teams aspiring to reach the regional finals.

![Training Camp Mexico 2023 - Inauguration](../assets/tcmx2023_directors.jpg)
![Training Camp Mexico 2023 - After Last Contest](../assets/tcmx2023_after_contest.jpg)
Expand All @@ -17,7 +17,7 @@ huronOS is the designated operating system for the Mexican Olympiad of Informati
![Olimpiada Mexicana de Informatica 2023 - Contest within a laboratory](../assets/omi2023_ceremony.png)

### ICPC "Gran Premio de México"
The "Gran Premio de México" functions as the qualifying rounds for the ICPC Mexico Regional Finals. This is a synchronized multi-location contest hosted by various universities, many of which rely on HuronOS to facilitate their competitions. Notable universities utilizing HuronOS include:
The "Gran Premio de México" functions as the qualifying rounds for the ICPC Mexico Regional Finals. This is a synchronized multi-location contest hosted by various universities, many of which rely on huronOS to facilitate their competitions. Notable universities utilizing huronOS include:
- Benemérita Universidad Autónoma de Puebla (BUAP)
- Centro de Nanociencias y Nanotecnología Baja California Sur de la Universidad Nacional Autónoma de México (CNyN-UNAM)
- Escuela Superior de Cómputo del Instituto Politécnico Nacional (ESCOM-IPN)
Expand Down
2 changes: 1 addition & 1 deletion docs/development/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ To streamline the process of submitting documentation, follow these steps:
5. Create a draft PR to preserve the original text.
6. Utilize chatGPT to rewrite your markdown file with the provided prompt:
```txt
Please rewrite the following markdown text to look professional, with software terminology, good grammar and oriented to technically skilled people. Make sure to do not delete the links, images, nor changing the titles and keep the tables format. Properly escape triple backtick codeblocks with 4 backticks. Please, output the rewrite in markdown format in a codeblock so that I can just copy it.
Please rewrite the following markdown text to look professional, with software terminology, good grammar and oriented to technically skilled people. Make sure to do not delete the links, images, nor changing the titles and keep the tables format. Properly escape triple backtick codeblocks with 4 backticks. Please, output the rewrite in markdown format in a codeblock so that I can just copy it. Remember to spell "huronOS" as-is, case sensitive.
# Here paste your markdown content
```
Expand Down
2 changes: 1 addition & 1 deletion docs/usage/directives/configurations/web-firewall.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Setting Firewall for Web Broswing
HuronOS includes a firewall that allows to specify which pages would be available, by default all sites are available with `AllowedWebsites=all`, but if you want to specify a site, the syntax is `AllowedWebsites=mysite.com|myotherSite.com|...|`, note that after every site there has to be a pipe `|` to separate them.
huronOS includes a firewall that allows to specify which pages would be available, by default all sites are available with `AllowedWebsites=all`, but if you want to specify a site, the syntax is `AllowedWebsites=mysite.com|myotherSite.com|...|`, note that after every site there has to be a pipe `|` to separate them.

# Example
```text
Expand Down

0 comments on commit a616312

Please sign in to comment.