https://github.com/newsdev/archieml.org
The archieml.org website and hub for specification development
https://github.com/newsdev/archieml.org
Last synced: 5 months ago
JSON representation
The archieml.org website and hub for specification development
- Host: GitHub
- URL: https://github.com/newsdev/archieml.org
- Owner: newsdev
- License: other
- Created: 2015-03-05T20:24:45.000Z (over 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2025-06-25T18:34:25.000Z (about 1 year ago)
- Last Synced: 2025-06-25T19:33:45.916Z (about 1 year ago)
- Language: HTML
- Size: 390 KB
- Stars: 82
- Watchers: 30
- Forks: 5
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# archieml.org
This codebase powers the [archieml.org](http://archieml.org) website.
## Archie Markup Language Specification
This repository is also the main discussion form for issues and suggestions on the ArchieML spec. Please use the [Issues](https://github.com/newsdev/archieml.org/issues) page to contribute.
## Tests
A shared codebase of test meant to be used by parsers is available in the `test` directory. During the pre-release development process for version `1.0`, these tests may change as further Candidate Recommendations are proposed, before becoming stable upon the official definition of version `1.0`.
## Parsers
Also check out the two official ArchieML parsers:
* [archieml-js](https://github.com/newsdev/archieml-js) (JavaScript)
* [archieml-ruby](https://github.com/newsdev/archieml-ruby) (Ruby)