{"id":13456431,"url":"https://github.com/danpros/htmly","last_synced_at":"2025-05-14T13:06:02.599Z","repository":{"id":12754470,"uuid":"15427713","full_name":"danpros/htmly","owner":"danpros","description":"Simple and fast databaseless PHP blogging platform, and Flat-File CMS","archived":false,"fork":false,"pushed_at":"2025-05-08T09:56:59.000Z","size":9096,"stargazers_count":1178,"open_issues_count":24,"forks_count":280,"subscribers_count":69,"default_branch":"master","last_synced_at":"2025-05-08T10:47:01.337Z","etag":null,"topics":["blog","blog-engine","cms","flat-file","markdown","php","php8","website"],"latest_commit_sha":null,"homepage":"https://www.htmly.com","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danpros.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"danpros","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"custom":null}},"created_at":"2013-12-25T01:35:51.000Z","updated_at":"2025-05-08T09:57:03.000Z","dependencies_parsed_at":"2023-12-03T12:24:55.742Z","dependency_job_id":"da105514-bb29-4ed2-8dc3-e12b437c5127","html_url":"https://github.com/danpros/htmly","commit_stats":{"total_commits":1285,"total_committers":57,"mean_commits":22.54385964912281,"dds":0.4031128404669261,"last_synced_commit":"e234ea11b48dc2059e3a10bfc7faf2832f1eb434"},"previous_names":[],"tags_count":72,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danpros%2Fhtmly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danpros%2Fhtmly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danpros%2Fhtmly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danpros%2Fhtmly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danpros","download_url":"https://codeload.github.com/danpros/htmly/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254149948,"owners_count":22022851,"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":["blog","blog-engine","cms","flat-file","markdown","php","php8","website"],"created_at":"2024-07-31T08:01:21.768Z","updated_at":"2025-05-14T13:06:02.568Z","avatar_url":"https://github.com/danpros.png","language":"PHP","funding_links":["https://github.com/sponsors/danpros"],"categories":["Content Management System","PHP","H","Apps"],"sub_categories":["Writing"],"readme":"# [![HTMLy logo](https://raw.githubusercontent.com/danpros/htmly/master/system/resources/images/htmly-small.png)](https://www.htmly.com/)\n\nHTMLy is an open source databaseless blogging platform prioritizes simplicity and speed written in PHP. \n\nIt uses a unique algorithm to find or list any content based on date, type, category, tag, or author, and it's performance remain fast even if we have ten thousand of posts and hundreds of tags.\n\n## Requirements\n\nHTMLy requires PHP 7.2 or greater, PHP-Mbstring, PHP-XML, PHP-INTL, PHP-GD, and PHP-ZIP package for backup feature.\n\n## Installations\n\nInstall HTMLy using the source code:\n\n 1. Download the latest version from the [Github repo](https://github.com/danpros/htmly/releases/latest)\n 2. Upload and extract the zip file to your web server. You can upload it in the root directory, or in subdirectory such as `htmly`.\n 3. Visit your domain. If you extract it in root directory visit `https://www.example.com/install.php` and if in subdirectory visit `https://www.example.com/htmly/install.php`.\n 4. Follow the installer to install HTMLy.\n 5. The installer will try to delete itself. Please delete the installer manually if the `install.php` still exist. \n \n**Note:** If you don't need to log in to the dashboard, just rename `config.ini.example` to `config.ini`, delete `install.php`, and you are set. It's always good practice to set the `site.url`\n \n### Online install\n\nInstall HTMLy without downloading the source code and use the online installer:\n\n 1. Download `online-installer.php` from the [latest release](https://github.com/danpros/htmly/releases/latest)\n 2. If you upload it in root directory visit `https://www.example.com/online-installer.php` or if in subdirectory visit `https://www.example.com/subdirectory/online-installer.php`.\n 3. Follow the installer to install HTMLy.\n 4. Please delete the installer manually if the `online-installer.php` and `install.php` still exist.\n\n## Configurations\n\nSet written permission for the `cache` and `content` directories.\n\nUsers assigned with the admin role can edit/delete all users posts.\n\nTo access the admin panel, add `/login` to the end of your site's URL.\ne.g. `www.yoursite.com/login`\n\n## Resources\n\n - Homepage: [HTMLy Homepage](https://www.htmly.com/)\n - Documentation: [HTMLy Docs](https://docs.htmly.com/)\n - Themes: [HTMLy Themes](https://www.htmly.com/theme/)\n - Demo: [HTMLy Demo](http://demo.htmly.com/)\n - Repository: [Github](https://github.com/danpros/htmly/)\n\n## Contribute\n\n1. Fork and edit\n2. Submit pull request for consideration\n\n## Contributors\n\nThank you to our [contributors](https://github.com/danpros/htmly/graphs/contributors)\n\n## Sponsors\n\nSupport this project by becoming a [sponsor](https://github.com/sponsors/danpros)\n\n## Copyright / License\n\nFor copyright notice please read [COPYRIGHT.txt](https://github.com/danpros/htmly/blob/master/COPYRIGHT.txt). HTMLy is licensed under the GNU General Public License Version 2.0 (or later).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanpros%2Fhtmly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanpros%2Fhtmly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanpros%2Fhtmly/lists"}