Skip to content

multilingualprogramming/multilingualprogramming.github.io

Repository files navigation

multilingualprogramming.github.io

This repository contains the GitHub Pages landing site for the Multilingual Programming Language project.

The site is a static single-page experience built around index.html and a small set of assets in assets/images/. It highlights the language, links to documentation and the playground, and showcases related projects.

This repository also acts as the central landing-page registry for linked multilingual projects and includes a scheduled monitoring workflow to help track repo and site changes across the ecosystem.

Live site

Related repositories

French-language example projects

Repository structure

.
|-- .github/
|   `-- workflows/
|-- monitoring/
|-- scripts/
|-- projects.json
|-- index.html
|-- assets/
|   `-- images/
|-- favicon.ico
|-- apple-touch-icon.png
|-- robots.txt
|-- sitemap.xml
`-- site.webmanifest

Project registry

The file projects.json is the central registry for the projects this landing page points to. Each entry includes the primary repository, live site URL, category, language, status, and review date.

When you add or update a project link on the landing page, update the registry too so monitoring stays in sync.

Monitoring

This repository now includes a scheduled GitHub Actions workflow at .github/workflows/project-watch.yml.

It is designed to:

The checker itself lives in scripts/check_projects.py.

Status snapshot

The latest committed monitoring report is available at monitoring/project-status.md.

After the first GitHub Actions run, this file will show the latest observed status for the landing page, docs, playground, and showcase projects.

Local preview

Because this is a static site, you can preview it with any simple local HTTP server.

Python

python -m http.server 8000

Then open http://localhost:8000/.

Contributing

Contributions are welcome. For site-specific workflow and expectations, see CONTRIBUTING.md.

License

The repository is distributed under the terms described in LICENSE.

About

Multilingual Programming Language

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors