{"id":44332219,"url":"https://github.com/plaintool/padxml","last_synced_at":"2026-02-11T10:09:29.107Z","repository":{"id":328489568,"uuid":"1115682862","full_name":"plaintool/padxml","owner":"plaintool","description":"A simple tool for creating and editing PAD XML files used for software distribution and listings. Portable Application Description, or PAD for short, is a data set that is used by shareware authors to disseminate information to anyone interested in their software products.","archived":false,"fork":false,"pushed_at":"2026-02-03T21:54:24.000Z","size":675,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-04T02:36:33.925Z","etag":null,"topics":["editor","pad","xml"],"latest_commit_sha":null,"homepage":"","language":"Pascal","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/plaintool.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-13T10:40:34.000Z","updated_at":"2026-02-03T21:53:41.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/plaintool/padxml","commit_stats":null,"previous_names":["plaintool/padxml"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/plaintool/padxml","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plaintool%2Fpadxml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plaintool%2Fpadxml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plaintool%2Fpadxml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plaintool%2Fpadxml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plaintool","download_url":"https://codeload.github.com/plaintool/padxml/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plaintool%2Fpadxml/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29331738,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T06:13:03.264Z","status":"ssl_error","status_checked_at":"2026-02-11T06:12:55.843Z","response_time":97,"last_error":"SSL_read: 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":["editor","pad","xml"],"created_at":"2026-02-11T10:09:28.383Z","updated_at":"2026-02-11T10:09:29.096Z","avatar_url":"https://github.com/plaintool.png","language":"Pascal","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PadXml\n\nA lightweight application designed to create, edit, and maintain PAD (Portable Application Description) XML files. PAD files are used to describe software products in a standardized format for software directories, download sites, and application catalogs, helping automate software listing and distribution.\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n[![Build with: Lazarus](https://img.shields.io/badge/Build_with-Lazarus-blueviolet)](https://www.lazarus-ide.org/)\n[![Platform: Windows Linux](https://img.shields.io/badge/Platform-Windows_Linux-yellow)](#)\n[![Latest Release](https://img.shields.io/github/v/release/plaintool/padxml?label=Release)](https://github.com/plaintool/padxml/releases/latest)\n\n![sample1](samples/sample1.png)\n\n## Installation\n\n[![latest version](https://img.shields.io/github/v/release/plaintool/padxml?color=blue\u0026label=Latest%20release\u0026style=for-the-badge)](https://github.com/plaintool/padxml/releases/latest)\n\n### Windows\n\nSeveral installer options are available on the releases page:\n\n- **padxml-x64.msi** / **padxml-x86.msi** — installs the application **for the current user**.  \n- **padxml-x64-allusers.msi** / **padxml-x86-allusers.msi** — installs the application **for all users on the system**.  \n- **padxml-x86-x64-portable.zip** — portable version, saves its settings to `form_settings.json` if it is near the executable.  \n\nDownload the installer from the [releases page](https://github.com/plaintool/padxml/releases), run it, and follow the on-screen instructions. After installation, you can launch PadXml from the Start menu or from the desktop shortcut.\n\n### Linux\n### *Debian-like systems*\nDownload the appropriate `.deb` package for your system from the [releases page](https://github.com/plaintool/padxml/releases), or use `wget` directly:\n```bash\nwget https://github.com/plaintool/padxml/releases/download/v1.0.1/padxml-1.0.1.deb\nsudo apt install ./padxml-1.0.1.deb\n```\nIf you downloaded the package manually, you can also install it via:\n```bash\nsudo dpkg -i /path/to/padxml.deb\n```\nIf there are missing dependencies, fix them by running:\n```bash\nsudo apt-get install -f\n```\n### *Fedora-like systems*\nDownload the appropriate `.rpm` package for your system, or use `wget` directly:\n```bash\nwget https://github.com/plaintool/padxml/releases/download/v1.0.1/padxml-1.0.1.rpm\nsudo rpm -i ./padxml-1.0.1.rpm\n```\nIf you downloaded the package manually, you can also install it via:\n```bash\nsudo dnf install /path/to/padxml.rpm\n```\nIf there are missing dependencies, fix them by running:\n```bash\nsudo dnf install -y gtk2\n```\n\n## Donate 💖\n\nIf you like this application, you can read how to support it [here](https://plaintool.github.io/notetask/donate.htm).\n\n## Licensing\n\nPadXml is licensed under the MIT License. See the LICENSE file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplaintool%2Fpadxml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplaintool%2Fpadxml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplaintool%2Fpadxml/lists"}