Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kasperosterbye/petpharotemplateengine
Pharo Extendable Template Engine
https://github.com/kasperosterbye/petpharotemplateengine
Last synced: 18 days ago
JSON representation
Pharo Extendable Template Engine
- Host: GitHub
- URL: https://github.com/kasperosterbye/petpharotemplateengine
- Owner: kasperosterbye
- Created: 2019-08-22T16:13:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-15T16:21:55.000Z (over 4 years ago)
- Last Synced: 2024-11-06T01:54:50.866Z (2 months ago)
- Language: Smalltalk
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PET PharoTemplateEngine
This is a proof of concept for a template engine which uses a LaTeX style of commands:
!b{bolded}, !it{italics}, !s1{section level 1} etc.
Take a look in the various classes named something `Vocabulary'. Their class side have examples.
The differnt vocabularies are rather composable.