{"id":13439654,"url":"https://github.com/lexborisov/Modest","last_synced_at":"2025-03-20T08:31:52.956Z","repository":{"id":49146056,"uuid":"66791244","full_name":"lexborisov/Modest","owner":"lexborisov","description":"Modest is a fast HTML renderer implemented as a pure C99 library with no outside dependencies.","archived":false,"fork":false,"pushed_at":"2021-08-03T20:22:16.000Z","size":6569,"stargazers_count":731,"open_issues_count":18,"forks_count":65,"subscribers_count":40,"default_branch":"master","last_synced_at":"2024-08-01T03:29:43.119Z","etag":null,"topics":["c","css","css-parser","css-selector","html","html-parser","html-renderer","pure-c"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lexborisov.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2016-08-28T21:17:24.000Z","updated_at":"2024-07-31T15:33:19.000Z","dependencies_parsed_at":"2022-08-12T20:01:01.575Z","dependency_job_id":null,"html_url":"https://github.com/lexborisov/Modest","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/lexborisov%2FModest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lexborisov%2FModest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lexborisov%2FModest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lexborisov%2FModest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lexborisov","download_url":"https://codeload.github.com/lexborisov/Modest/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221739737,"owners_count":16872780,"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":["c","css","css-parser","css-selector","html","html-parser","html-renderer","pure-c"],"created_at":"2024-07-31T03:01:15.973Z","updated_at":"2024-10-27T22:31:32.652Z","avatar_url":"https://github.com/lexborisov.png","language":"C","readme":"# Modest — a pure C HTML renderer\n\n[![Build Status](https://travis-ci.org/lexborisov/Modest.svg?branch=master)](https://travis-ci.org/lexborisov/Modest)\n\nModest is a fast HTML renderer implemented as a pure C99 library with no outside dependencies.\n\n### Important announcement!\n\nPlease use the [lexbor](https://github.com/lexbor/lexbor). It is stable, has more features, and — yes — it's very fast.\n\n## Now\n\n```text\nThe current version is 0.0.6 - devel\n```\n\n## Features\n\n* MyCORE — base module, it is used by all other modules\n* MyHTML — HTML parser by [specification](https://html.spec.whatwg.org/multipage/)\n* MyCSS —  CSS parser and modules by [specification](https://drafts.csswg.org/)\n* MyENCODING — work with character encodings, detecting encoding, convert encodings by [specification](https://encoding.spec.whatwg.org/)\n* MyFONT — work with font, metrics, calculating size and more by [specification](https://www.microsoft.com/en-us/Typography/SpecificationsOverview.aspx)\n* MyURL — URL parser by [specification](https://url.spec.whatwg.org/)\n* MyPORT — system depended code: threads (if build with threads, default), work with memory, io, timers\n* Modest — calculating, compare, renderer\n\n## Introduction\n\n[Introduction](https://lexborisov.github.io/Modest/)\n\n## Dependencies\n\nNone\n\n## Installation\n\nSee [INSTALL.md](https://github.com/lexborisov/Modest/blob/master/INSTALL.md)\n\n## External Bindings and Wrappers\n* [Crystal wrapper](https://github.com/kostya/modest) for CSS Selectors (Modest Finder)\n* [Python binding](https://github.com/rushter/selectolax) for Modest engine (fast HTML5 parser and CSS selectors)\n* [Elixir/Erlang](https://github.com/f34nk/modest_ex) bindings\n* Perl 5 [HTML5::DOM](https://github.com/Azq2/perl-html5-dom) module (fast HTML5 parser with DOM and CSS selectors)\n* [arrogant](https://github.com/2night/arrogant/) library for D programming language (fast HTML5 parser with DOM and CSS selectors) \n\n## Examples\n\nSee [examples](https://github.com/lexborisov/modest/tree/master/examples) directory\n\n## AUTHOR\n\nAlexander Borisov \u003clex.borisov@gmail.com\u003e\n\n## COPYRIGHT AND LICENSE\n\nCopyright (C) 2015-2017 Alexander Borisov\n\nThis library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.\n\nThis library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.\n\nYou should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA\n\nSee the [LICENSE] file.\n\n\n[LICENSE]: https://github.com/lexborisov/myhtml/blob/master/LICENSE\n","funding_links":[],"categories":["C"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flexborisov%2FModest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flexborisov%2FModest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flexborisov%2FModest/lists"}