{"id":14235577,"url":"https://github.com/jawadcode/htmlisp","last_synced_at":"2026-01-18T09:11:58.632Z","repository":{"id":48343156,"uuid":"387626518","full_name":"jawadcode/htmlisp","owner":"jawadcode","description":"Compiles lisp style html into normal html","archived":false,"fork":false,"pushed_at":"2023-10-04T01:10:46.000Z","size":1334,"stargazers_count":13,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-13T01:34:09.899Z","etag":null,"topics":["compiler","html","lisp","rust","sexpression-language","transpiler"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jawadcode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-07-20T00:21:44.000Z","updated_at":"2024-11-14T22:37:07.000Z","dependencies_parsed_at":"2024-12-13T01:30:30.796Z","dependency_job_id":"ae223d98-6be5-47f4-bd6b-1e7ceef36193","html_url":"https://github.com/jawadcode/htmlisp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jawadcode/htmlisp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jawadcode%2Fhtmlisp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jawadcode%2Fhtmlisp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jawadcode%2Fhtmlisp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jawadcode%2Fhtmlisp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jawadcode","download_url":"https://codeload.github.com/jawadcode/htmlisp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jawadcode%2Fhtmlisp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28534156,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["compiler","html","lisp","rust","sexpression-language","transpiler"],"created_at":"2024-08-20T21:02:06.828Z","updated_at":"2026-01-18T09:11:58.603Z","avatar_url":"https://github.com/jawadcode.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# HTMLisp\n\n## What is this?\n\nA compiler that takes in lisp style html and outputs normal html\n\n## Why is this?\n\nTo annoy a few people\n\n## How do I use this?\n\n* CD into cloned repo\n* Compile: `cargo build --release`\n* Copy executable to `/usr/bin` (`sudo cp target/release/htmlisp /usr/bin`)\n* Run: `htmlisp -i \u003cpath to htmlisp input file\u003e -o \u003cpath to html output file\u003e` or `htmlisp -w \u003cdirectory to watch\u003e` \n\n## Example:\n\n(example.htmlisp)\n```lisp\n(html\n    (head\n        (meta :charset \"UTF-8\")\n        (meta :name \"viewport\" :content \"width=device-width, initial-scale=1\"))\n    (body\n        (h1 \"Hello World\")\n        (p \"This is a paragraph\")))\n```\n\ncompiled using `htmlisp --input example.htmlisp --output example.html` will produce\n\n(example.html)\n```html\n\u003chtml\u003e\u003chead\u003e\u003cmeta charset=\"UTF-8\"\u003e\u003c/meta\u003e\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1\"\u003e\u003c/meta\u003e\u003c/head\u003e\u003cbody\u003e\u003ch1\u003eHello World\u003c/h1\u003e\u003cp\u003eThis is a paragraph\u003c/p\u003e\u003c/body\u003e\u003c/html\u003e\n```\n\nor with `htmlisp --prettify --input example.htmlisp --output`\n\n(example.html)\n```html\n\u003chtml\u003e\n\t\u003chead\u003e\n\t\t\u003cmeta charset=\"UTF-8\"\u003e\u003c/meta\u003e\n\t\t\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1\"\u003e\u003c/meta\u003e\n\t\u003c/head\u003e\n\t\u003cbody\u003e\n\t\t\u003ch1\u003e\n\t\t\tHello World\n\t\t\u003c/h1\u003e\n\t\t\u003cp\u003e\n\t\t\tThis is a paragraph\n\t\t\u003c/p\u003e\n\t\u003c/body\u003e\n\u003c/html\u003e\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjawadcode%2Fhtmlisp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjawadcode%2Fhtmlisp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjawadcode%2Fhtmlisp/lists"}