{"id":15818384,"url":"https://github.com/michalmuskala/simple_format","last_synced_at":"2025-04-01T18:31:08.316Z","repository":{"id":57548220,"uuid":"46347053","full_name":"michalmuskala/simple_format","owner":"michalmuskala","description":"Rail's simple_format helper for Phoenix.HTML","archived":false,"fork":false,"pushed_at":"2016-01-04T18:40:24.000Z","size":7,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-12T06:11:03.713Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/michalmuskala.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":"2015-11-17T12:54:45.000Z","updated_at":"2022-12-04T21:46:35.000Z","dependencies_parsed_at":"2022-09-26T18:41:03.328Z","dependency_job_id":null,"html_url":"https://github.com/michalmuskala/simple_format","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michalmuskala%2Fsimple_format","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michalmuskala%2Fsimple_format/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michalmuskala%2Fsimple_format/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michalmuskala%2Fsimple_format/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michalmuskala","download_url":"https://codeload.github.com/michalmuskala/simple_format/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246635983,"owners_count":20809333,"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-10-05T06:01:43.679Z","updated_at":"2025-04-01T18:31:08.001Z","avatar_url":"https://github.com/michalmuskala.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"**DEPRECATED**:\nthis project is deprecated as it's functionality was merged\ndirectly into `phoenix_html` as\n[Phoenix.HTML.Format.text_to_html/2](http://hexdocs.pm/phoenix_html/Phoenix.HTML.Format.html#text_to_html/2)\n\n# SimpleFormat\n\nRail's simple_format helper for Phoenix.HTML\n\n## Usage\n\nIn the view:\n```elixir\nimport SimpleFormat\n```\n\nIn the template:\n```elixir\n\u003c%= simple_format @message %\u003e\n```\n\n## Installation\n\n  1. Add simple_format to your list of dependencies in `mix.exs`:\n    ```elixir\n    def deps do\n      [{:simple_format, \"~\u003e 0.1\"}]\n    end\n    ```\n\n  2. Ensure simple_format is started before your application:\n    ```elixir\n    def application do\n      [applications: [:simple_format]]\n    end\n    ```\n\n## License\n\nCopyright 2015 Michał Muskała\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichalmuskala%2Fsimple_format","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichalmuskala%2Fsimple_format","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichalmuskala%2Fsimple_format/lists"}