{"id":24731439,"url":"https://github.com/hawaii-interactive-ch/ead-xml-importer","last_synced_at":"2026-05-18T15:37:52.873Z","repository":{"id":273572905,"uuid":"920138180","full_name":"Hawaii-Interactive-CH/ead-xml-importer","owner":"Hawaii-Interactive-CH","description":"Import and manage EAD XML data in WordPress.","archived":false,"fork":false,"pushed_at":"2025-05-08T06:56:02.000Z","size":139,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-08T07:35:37.440Z","etag":null,"topics":["ead","wordpress","wordpress-plugin"],"latest_commit_sha":null,"homepage":"","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/Hawaii-Interactive-CH.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}},"created_at":"2025-01-21T16:21:00.000Z","updated_at":"2025-05-08T06:56:06.000Z","dependencies_parsed_at":"2025-03-22T15:45:36.525Z","dependency_job_id":"d255f359-39cf-4a77-940c-88a630e8fc9c","html_url":"https://github.com/Hawaii-Interactive-CH/ead-xml-importer","commit_stats":null,"previous_names":["hawaii-dev/ead-xml-importer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Hawaii-Interactive-CH/ead-xml-importer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hawaii-Interactive-CH%2Fead-xml-importer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hawaii-Interactive-CH%2Fead-xml-importer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hawaii-Interactive-CH%2Fead-xml-importer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hawaii-Interactive-CH%2Fead-xml-importer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hawaii-Interactive-CH","download_url":"https://codeload.github.com/Hawaii-Interactive-CH/ead-xml-importer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hawaii-Interactive-CH%2Fead-xml-importer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265049784,"owners_count":23703590,"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":["ead","wordpress","wordpress-plugin"],"created_at":"2025-01-27T16:49:30.971Z","updated_at":"2026-05-18T15:37:52.825Z","avatar_url":"https://github.com/Hawaii-Interactive-CH.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EAD XML Importer for WordPress\n\nWordPress plugin to import EAD (Encoded Archival Description) XML files into custom post types.\n\n## Features\n\n- Import EAD XML files from URLs\n- Convert EAD XML to custom post types\n- Support for ACF repeater fields\n- Fallback for non-ACF installations\n- Automated imports via WP Cron\n- Customizable field mappings\n\n## Requirements\n\n- WordPress 5.0 or higher\n- PHP 7.4 or higher\n- Optional: Advanced Custom Fields Pro plugin\n\n## Installation\n\n1. Download the plugin zip file\n2. Upload to your WordPress site\n3. Activate the plugin\n4. Configure settings under Settings \u003e EAD XML Importer\n\n## Usage\n\n### Manual Import\n\n```php\nuse EAD_XML_Importer\\DataLoader;\n\n// Create a new loader instance\n$loader = new DataLoader('https://example.com/ead.xml');\n\n// Convert XML to array/json\n$data = $loader-\u003econvert();\n\n// Import to custom post type\n$loader-\u003epopulateCustomPostType('archive');\n\n// Show import results as HTML\n$loader-\u003ehtmlTable();\n```\n\n### Automated Import\n\nConfigure your XML sources in the WordPress admin under Settings \u003e EAD XML Importer.\n\n## Development\n\n### Building from Source\n\n1. Clone the repository\n2. Create a new branch for your feature\n3. Make your changes\n4. Test thoroughly\n5. Create a pull request\n\n## Contributing\n\n1. Fork the repository\n2. Create your feature branch\n3. Commit your changes\n4. Push to the branch\n5. Create a new Pull Request\n\n## Plugin Structure\n\n```bash\nead-xml-importer/\n├── admin/\n│   ├── handlers/\n│   │   └── data-handler.php\n│   └── templates/\n│       ├── admin-template.php\n│       └── sections/\n│           ├── ead-fetch.php\n│           └── ead-settings.php\n├── assets/\n│   ├── css/\n│   │   └── admin.css\n│   └── js/\n│       └── admin.js\n├── includes/\n│   ├── class-admin-page.php\n│   ├── class-data-loader.php\n│   ├── class-loader.php\n│   └── class-logger.php\n├── utils/\n│   └── plugin-update-checker\n├── languages/\n├── logs/\n├── index.php\n├── ead-xml-importer.php\n├── uninstall.php\n├── README.md\n└── readme.txt\n```\n\n## License\n\nGPLv2 or later\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhawaii-interactive-ch%2Fead-xml-importer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhawaii-interactive-ch%2Fead-xml-importer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhawaii-interactive-ch%2Fead-xml-importer/lists"}