{"id":28112531,"url":"https://github.com/httl/httl","last_synced_at":"2025-05-14T05:04:17.417Z","repository":{"id":5180357,"uuid":"6354623","full_name":"httl/httl","owner":"httl","description":"Hyper-Text Template Language and Engine.","archived":false,"fork":false,"pushed_at":"2023-12-17T23:29:50.000Z","size":2844,"stargazers_count":345,"open_issues_count":82,"forks_count":147,"subscribers_count":60,"default_branch":"master","last_synced_at":"2024-03-26T20:11:07.665Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://httl.github.io","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/httl.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}},"created_at":"2012-10-23T15:06:46.000Z","updated_at":"2023-12-18T12:01:04.000Z","dependencies_parsed_at":"2022-08-18T23:22:52.502Z","dependency_job_id":null,"html_url":"https://github.com/httl/httl","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httl%2Fhttl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httl%2Fhttl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httl%2Fhttl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/httl%2Fhttl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/httl","download_url":"https://codeload.github.com/httl/httl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254076839,"owners_count":22010611,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2025-05-14T05:01:12.005Z","updated_at":"2025-05-14T05:04:17.399Z","avatar_url":"https://github.com/httl.png","language":"Java","funding_links":[],"categories":["模板引擎"],"sub_categories":[],"readme":"Hyper-Text Template Language(`HTTL`) and Engine\n================================================\n\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.httl/httl/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.httl/httl/)\n[![GitHub release](https://img.shields.io/github/release/httl/httl.svg)](https://github.com/httl/httl/releases)  \n[![GitHub issues](https://img.shields.io/github/issues/httl/httl.svg)](https://github.com/httl/httl/issues)\n[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)  \n[![Star](https://img.shields.io/github/stars/httl/httl.svg)](https://github.com/httl/httl/stargazers)\n[![Fork](https://img.shields.io/github/forks/httl/httl.svg)](https://github.com/httl/httl/fork)\n\nDocumentation\n---------------------\n\n- Homepage: [English](http://httl.github.io/en/) | [中文](http://httl.github.io/zh/)\n    - Example: [English](http://httl.github.io/en/example.html) | [中文](http://httl.github.io/zh/example.html)\n    - User Guide\n        - Syntax: [English](http://httl.github.io/en/syntax.html) | [中文](http://httl.github.io/zh/syntax.html)\n        - Config: [English](http://httl.github.io/en/config.html) | [中文](http://httl.github.io/zh/config.html)\n    - Develop Guide\n        - Integration: [English](http://httl.github.io/en/integration.html) | [中文](http://httl.github.io/zh/integration.html)\n        - Design: [English](http://httl.github.io/en/design.html) | [中文](http://httl.github.io/zh/design.html)\n    - Help(FAQ/Team members): [English](http://httl.github.io/en/help.html) | [中文](http://httl.github.io/zh/help.html)\n\nDownload\n-------------------\n\nhttps://github.com/httl/httl/tags\n\nOr clone project repository:\n\n```bash\ngit clone https://github.com/httl/httl.git\n```\n\nCompile\n----------------------\n\n```bash\nmvn install -Dmaven.test.skip\n```\n\nImport to `IDE`\n-----------------------\n\n### `Eclipse`\n\nFirst generate `eclipse` project files by `mvn` command:\n\n```bash\nmvn eclipse:eclipse -DdownloadSources\n```\n\nThen import project into `eclipse`:\n\n```\n【File】 -\u003e 【Import】 -\u003e 【Existing Projects into Workspace】 -\u003e 【Browse】(Select project directory and open)\n```\n\nAssociate `httl` file type with `html` editor:\n\n```\n【Window】 -\u003e 【Preferences】 -\u003e 【General】 -\u003e 【Content Types】 -\u003e 【Text】 -\u003e 【HTML】 -\u003e 【Add】 -\u003e 【*.httl】\n```\n\n### `Intellij IDEA`\n\n`Intellij IDEA` support `maven` as first citizen, just open `pom.xml`:\n\n```\n【File】 -\u003e 【Open】 -\u003e 【Browse】(Select root pom.xml file and open)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhttl%2Fhttl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhttl%2Fhttl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhttl%2Fhttl/lists"}