{"id":45882749,"url":"https://github.com/dacap/htex","last_synced_at":"2026-02-27T14:49:38.651Z","repository":{"id":339035900,"uuid":"992960500","full_name":"dacap/htex","owner":"dacap","description":"hypertext extruder","archived":false,"fork":false,"pushed_at":"2026-02-17T22:03:19.000Z","size":31,"stargazers_count":1,"open_issues_count":7,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-17T22:27:50.982Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://htex.dev","language":"Go","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/dacap.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-30T01:38:34.000Z","updated_at":"2026-02-17T22:03:25.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/dacap/htex","commit_stats":null,"previous_names":["dacap/htex"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/dacap/htex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dacap%2Fhtex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dacap%2Fhtex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dacap%2Fhtex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dacap%2Fhtex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dacap","download_url":"https://codeload.github.com/dacap/htex/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dacap%2Fhtex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29900437,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T14:46:13.553Z","status":"ssl_error","status_checked_at":"2026-02-27T14:46:10.522Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-02-27T14:49:38.177Z","updated_at":"2026-02-27T14:49:38.640Z","avatar_url":"https://github.com/dacap.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# htex - hypertext extruder\n\n[![MIT Licensed](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.txt)\n\n## introduction\n\nAn experimental tool which is:\n\n* an HTML-extension to generate hypertext (new set of `\u003c!elements\u003e`),\n* a web server to publish static and dynamic content (`htex server`),\n* a static site generator like jekyll or hugo (`htex gen`).\n\n## quick start\n\nClone htex repository\n\n    git clone github.com/dacap/htex\n\nand execute\n\n    cd htex\n    go run ./cmd/htex server\n\nto run a local server (http://localhost:80) for the given\n[`public` folder](public/) content.\n\nYou can modify the [`./public/index.htex` file](public/index.htex):\n```html\n\u003chtml\u003e\n\u003cbody\u003e\n  \u003c!method get\u003e\n    \u003cform action=\".\" method=\"post\"\u003e\n      \u003cinput type=\"email\" name=\"email\" placeholder=\"email\"\u003e\n      \u003cinput type=\"password\" name=\"password\" placeholder=\"password\"\u003e\n      \u003cbutton type=\"submit\"\u003esign in\u003c/button\u003e\n    \u003c/form\u003e\n  \u003c!method post\u003e\n    Form received: \u003c!data email\u003e\n  \u003c!method any\u003e\n\u003c/body\u003e\n\u003c/html\u003e\n```\n\nFiles ending with `.htex` will create a route to access that URL path,\ne.g. `public/hi.htex` will receive requests to `/hi/`, and the same if\nyou create `public/hi/index.htex`. Any other file will be served as\nstatic content, and the user will not be able to download the source\nof `.htex` files directly (not even using `/hi/index.htex` in the HTTP\nrequest).\n\nHidden files and directories are not be published (returning 404\ncode), unless the file is inside the `.well-known` directory, which is\nused for domains/certificate validations.\n\n## docs\n\nGo to [public/docs/docs/](public/docs/docs.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdacap%2Fhtex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdacap%2Fhtex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdacap%2Fhtex/lists"}