{"id":32939275,"url":"https://github.com/resurrecting-open-source-projects/txt2html","last_synced_at":"2025-11-12T07:31:17.704Z","repository":{"id":44866703,"uuid":"170695880","full_name":"resurrecting-open-source-projects/txt2html","owner":"resurrecting-open-source-projects","description":"Text to HTML converter","archived":false,"fork":false,"pushed_at":"2022-11-23T19:00:35.000Z","size":1985,"stargazers_count":11,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-11T00:39:48.707Z","etag":null,"topics":["html","html-converter","perl","script","txt","web"],"latest_commit_sha":null,"homepage":"","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/resurrecting-open-source-projects.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-14T13:30:25.000Z","updated_at":"2024-04-26T11:28:45.000Z","dependencies_parsed_at":"2022-09-17T15:41:49.323Z","dependency_job_id":null,"html_url":"https://github.com/resurrecting-open-source-projects/txt2html","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/resurrecting-open-source-projects/txt2html","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/resurrecting-open-source-projects%2Ftxt2html","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/resurrecting-open-source-projects%2Ftxt2html/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/resurrecting-open-source-projects%2Ftxt2html/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/resurrecting-open-source-projects%2Ftxt2html/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/resurrecting-open-source-projects","download_url":"https://codeload.github.com/resurrecting-open-source-projects/txt2html/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/resurrecting-open-source-projects%2Ftxt2html/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":283997630,"owners_count":26929852,"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","status":"online","status_checked_at":"2025-11-12T02:00:06.336Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["html","html-converter","perl","script","txt","web"],"created_at":"2025-11-12T07:31:16.877Z","updated_at":"2025-11-12T07:31:17.691Z","avatar_url":"https://github.com/resurrecting-open-source-projects.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# txt2html\n\n**Convert plain text file to HTML**\n\n1. **[HELP THIS PROJECT](https://github.com/resurrecting-open-source-projects/txt2html/blob/master/README.md#1-help-this-project)**\n2. **[WHAT IS TXT2HTML?](https://github.com/resurrecting-open-source-projects/txt2html/blob/master/README.md#2-what-is-txt2html)**\n3. **[WHAT IS TXT2HTML NOT?](https://github.com/resurrecting-open-source-projects/txt2html/blob/master/README.md#3-what-is-txt2html-not)**\n4. **[HOW TO INSTALL AND USE](https://github.com/resurrecting-open-source-projects/txt2html/blob/master/README.md#4-how-to-install-and-use)**\n\n## 1. HELP THIS PROJECT\n\ntxt2html needs your help. **If you are a Perl programmer** and if you wants\nto help a nice project, this is your opportunity.\n\nMy name is Eriberto and **I am not a Perl developer**. I imported txt2html\nfrom its old repositories[1][2] to GitHub (the original developer is\ninactive[3]). After this, I applied all patches found in Debian project and\nother places for this program. All my work was registered in ChangeLog\nfile (version 2.53 and later releases). I also maintain txt2html packaged in\nDebian[4].\n\nIf you are interested to help txt2html, read the [CONTRIBUTING.md](CONTRIBUTING.md) file.\n\n[1] http://txt2html.sourceforge.net\n[2] https://metacpan.org/release/txt2html\n[3] Kathryn Andersen (RUBYKAT) told me in a private email message that is\n    inactive because a personal problem. So, txt2html needs help!\n[4] https://tracker.debian.org/pkg/txt2html\n\n## 2. WHAT IS TXT2HTML?\n\ntxt2html is a Perl program that converts plain text to HTML, using\nHTML::TextToHTML Perl module.\n\nIt supports headings, lists, simple character markup, and hyperlinking, and\nis highly customizable. It recognizes some of the apparent structure of the\nsource document (mostly whitespace and typographic layout), and attempts to\nmark that structure explicitly using HTML.\n\nThe purpose for this tool is to provide an easier way of converting existing\ntext documents to HTML format, giving something nicer than just whapping the\ntext into a big PRE block. txt2html can also be used to aid in writing new\nHTML documents, but there are probably better ways of doing that.\n\n## 3. WHAT IS TXT2HTML NOT?\n\ntxt2html is not a program to convert wordprocessor files or other marked-up\ndocument formats. It is also not a program to convert HTML to text. Most HTML\nbrowsers do that.\n\nIf you need to convert something other than plain text to HTML, or you need to\nconvert from HTML, you should look for a more appropriate tool.\n\ntxt2html is not a program for automatically generating a table-of-contents from\na file. If you want that, then use txt2html to generate a HTML file, and then\nuse htmltoc or hypertoc on the HTML file.\n\n## 4. HOW TO INSTALL AND USE\n\nPlease, read the README.txt2html file and generated manpages txt2html(1) and\nHTML::TextToHTML(3).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fresurrecting-open-source-projects%2Ftxt2html","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fresurrecting-open-source-projects%2Ftxt2html","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fresurrecting-open-source-projects%2Ftxt2html/lists"}