{"id":18686778,"url":"https://github.com/leon/play-velocity","last_synced_at":"2025-10-06T17:15:37.200Z","repository":{"id":2972243,"uuid":"3987459","full_name":"leon/play-velocity","owner":"leon","description":"Velocity ViewEngine","archived":false,"fork":false,"pushed_at":"2012-04-23T21:37:06.000Z","size":183,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-28T00:43:30.223Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-04-10T21:43:42.000Z","updated_at":"2014-01-18T11:10:21.000Z","dependencies_parsed_at":"2022-07-25T22:33:05.032Z","dependency_job_id":null,"html_url":"https://github.com/leon/play-velocity","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leon%2Fplay-velocity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leon%2Fplay-velocity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leon%2Fplay-velocity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leon%2Fplay-velocity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leon","download_url":"https://codeload.github.com/leon/play-velocity/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239541849,"owners_count":19656102,"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":"2024-11-07T10:29:03.609Z","updated_at":"2025-10-06T17:15:32.144Z","avatar_url":"https://github.com/leon.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Velocity\nThis plugin is BETA and may or may not work properly, I just need some more time to test it properly...\n\nhttp://velocity.apache.org/\n\n## Installation\nStart by adding the plugin, in your `project/Build.scala`\n\n    val appDependencies = Seq(\n      \"se.radley\" %% \"play-plugins-velocity\" % \"1.0-SNAPSHOT\"\n    )\n\nThen we need to add a resolver so that `sbt` knows where to get it from\n\n    val main = PlayProject(appName, appVersion, appDependencies, mainLang = SCALA).settings(\n      resolvers += \"OSS Repo\" at \"https://oss.sonatype.org/content/repositories/snapshots\"\n    )\n\nWe now need to register the plugin, this is done by creating(or appending) to the `conf/play.plugins` file\n\n    2000:se.radley.plugin.velocity.VelocityPlugin\n\nWe continue to edit the `conf/application.conf` file. We need to disable some plugins that we don't need.\nAdd these lines:\n\n\n\nCheck out the [sample directory](https://github.com/leon/play-velocity/tree/master/sample) and the [wiki](https://github.com/leon/play-velocity/wiki)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleon%2Fplay-velocity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleon%2Fplay-velocity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleon%2Fplay-velocity/lists"}