{"id":18770787,"url":"https://github.com/rasa/textpad_installer","last_synced_at":"2026-02-08T03:06:44.475Z","repository":{"id":27561332,"uuid":"31043323","full_name":"rasa/textpad_installer","owner":"rasa","description":"Downloads and install TextPad and related add-ons","archived":false,"fork":false,"pushed_at":"2018-08-27T20:44:39.000Z","size":99,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-30T12:01:02.357Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"NSIS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rasa.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2015-02-19T23:52:37.000Z","updated_at":"2018-08-27T20:44:40.000Z","dependencies_parsed_at":"2022-09-02T11:11:16.034Z","dependency_job_id":null,"html_url":"https://github.com/rasa/textpad_installer","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/rasa/textpad_installer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rasa%2Ftextpad_installer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rasa%2Ftextpad_installer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rasa%2Ftextpad_installer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rasa%2Ftextpad_installer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rasa","download_url":"https://codeload.github.com/rasa/textpad_installer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rasa%2Ftextpad_installer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29218658,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T02:25:35.815Z","status":"ssl_error","status_checked_at":"2026-02-08T02:24:27.970Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-07T19:21:29.459Z","updated_at":"2026-02-08T03:06:44.445Z","avatar_url":"https://github.com/rasa.png","language":"NSIS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# textpad_installer [![Flattr this][flatter_png]][flatter]\n\nDownloadsand install TextPad, and many of the\nfreeware add-ons available at http://www.textpad.com/add-ons/.\n\ntextpad_installer looks in the directory where textpad_installer.exe is for\nany files it needs before attempting to download them. If it does download a\nfile, it will attempt to save a copy of the file in a directory below the\ndirectory where textpad_installer.exe was found in.\n\nThe add-ons will be installed in the\n`C:\\Documents and Settings\\%USERNAME%\\Application Data\\TextPad` directory.\nAny add-ons with the same name in this directory will be overwritten without\nwarning.\n\nPlease note, if you select 'All', some add-ons have the same filenames as\nother add-ons, so the one listed later, will overwrite the one listed earlier.\n\nIf you use the `/S` option, the installer will re-install TextPad, even if it's\nalready installed.\n\n## Usage\n\n````\ntextpad_installer [options]\n\nOptions:\n/S         Install the application silently with the default options selected\n/D=path    Install into the directory 'path' (default is\n           %ProgramFiles%\\textpad_installer)\n/INSTYPE n Where n is a number between 0 and 3:\n           0: TextPad 32-bit Only (Default)\n           1: TextPad 64-bit Only\n           2: All Add-Ons Only (TextPad should already be installed)\n           3: TextPad 32-bit + All Add-Ons\n           4: TextPad 64-bit + All Add-Ons\n           5: None\n````\n\n## Verify a Release\n\nTo verify a release, download the .zip, .sha256, and .asc files for the release \n(replacing textpad_installer-8.1.2-win32.zip with the release you are verifying):\n\n````\n$ wget --content-disposition https://github.com/rasa/textpad_installer/releases/download/v8.1.2/textpad_installer-8.1.2-win32.zip{,.sha256,.asc}\n````\n\nNext, check that sha256sum reports \"OK\":\n````\n$ sha256sum -c textpad_installer-8.1.2-win32.zip.sha256\ntextpad_installer-8.1.2-win32.zip: OK\n````\n\nLastly, check that GPG reports \"Good signature\":\n\n````\n$ gpg --keyserver do.random.io --recv-key 0x520AB290F6197CDC\n$ gpg --verify textpad_installer-8.1.2-win32.zip.asc textpad_installer-8.1.2-win32.zip\n...\n````\n\n## Contributing\n\nTo contribute to this project, please see [CONTRIBUTING.md](CONTRIBUTING.md).\n\n## Bugs\n\nTo view existing bugs, or report a new bug, please see [issues](../../issues).\n\n## Changelog\n\nTo view the version history for this project, please see [CHANGELOG.md](CHANGELOG.md).\n\n## License\n\nThis project is [MIT licensed](LICENSE).\n\n## Contact\n\nThis project was created and is maintained by [Ross Smith II][]\n\nFeedback, suggestions, and enhancements are welcome.\n\n[Ross Smith II]: mailto:ross@smithii.com \"ross@smithii.com\"\n[flatter]: https://flattr.com/submit/auto?user_id=rasa\u0026url=https%3A%2F%2Fgithub.com%2Frasa%2Ftextpad_installer\n[flatter_png]: http://button.flattr.com/flattr-badge-large.png \"Flattr this\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frasa%2Ftextpad_installer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frasa%2Ftextpad_installer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frasa%2Ftextpad_installer/lists"}