Skip to content

Commit

Permalink
Merge pull request #3 from podlite/beta2-specification
Browse files Browse the repository at this point in the history
[beta2] Podlite markup language specification
  • Loading branch information
zag committed Feb 25, 2024
2 parents 5cab2a8 + e4494b7 commit b26a33d
Show file tree
Hide file tree
Showing 3 changed files with 279 additions and 141 deletions.
50 changes: 49 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

</div>

**Podlite is a block-based markup language designed for flexibility and ease of use.**
**Podlite is a lightweight block-based markup language designed for flexibility and ease of use.**

Unbound by any specific domain, programming language, or concept, Podlite stands out as a universal markup language. It's versatile enough to be successfully implemented across various development fields, from web development to scientific research.

Expand All @@ -18,3 +18,51 @@ One of the key features of Podlite is its extensibility. This allows for definin
Its flexibility makes it an ideal tool for creating documentation, blogs, educational materials, and much more.

Podlite aims to provide users with a means for creativity and expressing ideas in a structured form, while ensuring ease of use and high flexibility in content creation.


[The specification](https://github.com/podlite/podlite-specs/blob/main/Specification.pod6) for the Podlite markup language is written using Podlite markup itself.


<table border=0><tr><td valign=top><div align="center">

##### specification

</div>

* [Source](https://github.com/podlite/podlite-specs)
* [in HTML](https://podlite.org/specification)
* [Discussions](https://github.com/podlite/podlite-specs/discussions)
* [Implementation](https://github.com/podlite/podlite)

</td><td valign=top><div align="center">

##### publishing system

</div>

* [Podlite-web](https://github.com/podlite/podlite-web)
* [How-to article](https://zahatski.com/2022/8/23/1/start-you-own-blog-site-with-podlite-for-web)
* [Issues](https://github.com/podlite/podlite-specs/issues)

</td><td valign=top><div align="center">

##### desktop viewer/editor

</div>

* [Podlite-desktop](https://github.com/podlite/podlite-desktop)
* [Releases](https://github.com/podlite/podlite-desktop/releases)
* [Issues](https://github.com/podlite/podlite-desktop/issues)

</td><td valign=top><div align="center">

##### online resurces

</div>


* [podlite.org](https://podlite.org)
* [pod6.in](https://pod6.in/)
* [github.com/podlite](https://github.com/podlite/)

</td></tr></table>
Loading

0 comments on commit b26a33d

Please sign in to comment.