Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
OliviaGalaxy3DVision committed Nov 30, 2023
1 parent d95a743 commit e94db81
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 3 deletions.
26 changes: 26 additions & 0 deletions frontend/Doc/foundation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
The XLang Foundation is an innovative and forward-thinking organization dedicated to the development and advancement of the XLang programming language. XLang Foundation plays a pivotal role in fostering a community of developers, researchers, and enthusiasts committed to exploring and enhancing the capabilities of XLang in the realms of Artificial Intelligence (AI) and the Internet of Things (IoT).

**Key Aspects of the XLang Foundation:**

1. **Focus on AI and IoT:**
- The foundation emphasizes the importance of these rapidly evolving and impactful domains, positioning XLang as a key tool in addressing the unique challenges and opportunities they present.

2. **Community-Driven Development:**
- At the heart of the XLang Foundation is a community-driven approach. The foundation encourages open collaboration, inviting developers from around the globe to contribute to the XLang project. This collaborative environment ensures that XLang is constantly evolving and improving.

3. **Promoting Innovation and Integration:**
- The XLang Foundation is dedicated to promoting innovation in programming languages. It focuses on making XLang a versatile tool that seamlessly integrates with other popular programming languages and platforms, enhancing its utility across different technological landscapes.

4. **Education and Resources:**
- The foundation provides resources and educational materials to help developers and organizations understand and utilize XLang effectively. This includes documentation, tutorials, and community support.

5. **Open Source Advocacy:**
- As an advocate of open-source software, the XLang Foundation ensures that the development of XLang is transparent and accessible. This approach allows for a more secure, reliable, and community-vetted product.

6. **Global Collaboration:**
- The foundation fosters a spirit of global collaboration, bringing together diverse perspectives and skills. This international community contributes to the rich development ecosystem of XLang.

7. **Enabling High-Performance Computing:**
- With a focus on distributed computing and high-performance applications, the foundation is at the forefront of enabling technologies that require intensive computational power, such as deep learning and large-scale IoT solutions.

The XLang Foundation's GitHub page ([XLang Foundation GitHub](https://github.com/xlang-foundation/xlang)) serves as the central hub for the XLang community. Here, developers can participate in the project, contribute code, and collaborate on improving and expanding the XLang language. By joining the foundation, developers can play a part in shaping the future of AI and IoT development.
2 changes: 1 addition & 1 deletion frontend/community.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<div style="width:90%;height:100%; margin-left:5%; overflow:auto;">

<md-block id="idContent" style="width: 100%; padding-left: 20px; padding-right: 20px; border-left: groove; overflow: scroll;" src="/Doc/introduce.md">
<md-block id="idContent" style="width: 100%; padding-left: 20px; padding-right: 20px; border-left: groove; overflow: scroll;" src="/Doc/community.md">

</md-block>

Expand Down
11 changes: 9 additions & 2 deletions frontend/foundation.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<script type="module" src="scripts/md_block.js"></script>
</head>
<body>
<div style="padding-left:10em;padding-right:10em;">
<h1>About the xlang-Foundation</h1>
<div style="width:90%;height:100%; margin-left:5%; overflow:auto;">

<md-block id="idContent" style="width: 100%; padding-left: 20px; padding-right: 20px; border-left: groove; overflow: scroll;" src="/Doc/foundation.md">

</md-block>

</div>
</body>
</html>

0 comments on commit e94db81

Please sign in to comment.