{"id":23379418,"url":"https://github.com/log-oscon/replicast","last_synced_at":"2025-08-05T08:14:03.745Z","repository":{"id":146347443,"uuid":"123125585","full_name":"log-oscon/Replicast","owner":"log-oscon","description":"Replicate content across WordPress installations via the WP REST API.","archived":false,"fork":false,"pushed_at":"2018-02-27T12:34:30.000Z","size":469,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-04T21:23:59.761Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/log-oscon.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-27T12:24:46.000Z","updated_at":"2024-10-23T13:35:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"d00a969e-d119-4e49-a68c-21d4bb41e973","html_url":"https://github.com/log-oscon/Replicast","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/log-oscon/Replicast","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/log-oscon%2FReplicast","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/log-oscon%2FReplicast/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/log-oscon%2FReplicast/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/log-oscon%2FReplicast/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/log-oscon","download_url":"https://codeload.github.com/log-oscon/Replicast/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/log-oscon%2FReplicast/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268859123,"owners_count":24318874,"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-08-05T02:00:12.334Z","response_time":2576,"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":[],"created_at":"2024-12-21T19:18:34.535Z","updated_at":"2025-08-05T08:14:03.722Z","avatar_url":"https://github.com/log-oscon.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Replicast\nReplicate content across WordPress installs via the WP REST API.\n\n## Roadmap\n\n| Posts                               | Status |    Notes    |\n|-------------------------------------|:------:|-------------|\n| Creation                            |    X   |             |\n| Edition                             |    X   |             |\n| Delete (trash)                      |    X   | [1]         |\n| Permanent Delete                    |    X   |             |\n| Meta                                |    X   |             |\n| Taxonomies (categories, tags, etc.) |    X   |             |\n| Featured Image                      |    X   | [2][3]      |\n| Deactivate local edition            |    X   |             |\n| Gallery shortcode                   |        |             |\n\nNotes:  \n1. A filter was developed that transforms this delete into a permanent delete;\n2. At the local edition screen, the remote thumbnail image is displayed with the link to the remote site;\n3. Locally \"remote\" images aren't displayed;\n\n\n| Page                     | Status |    Notes    |\n|--------------------------|:------:|-------------|\n| Criation                 |    X   |             |\n| Edition                  |    X   |             |\n| Delete (trash)           |    X   |             |\n| Permanent Delete         |    X   |             |\n| Meta                     |    X   |             |\n| Deactivate local edition |    X   |             |\n\n\n| Taxonomies               | Status |    Notes    |\n|--------------------------|:------:|-------------|\n| Criation                 |    X   |             |\n| Edition                  |    X   |             |\n| Deactivate local edition |    X   |             |\n| Meta                     |    X   |             |\n\n\n| Attachments                              | Status |    Notes    |\n|------------------------------------------|:------:|-------------|\n| Upload (individual edition page)         |    X   |             |\n| Upload (JavaScript popup)                |        |             |\n| Permanent Delete                         |        |             |\n| Associate to the respective post         |    X   | [1]         |\n| Deactivate local edition                 |    X   |             |\n\nNotes:  \n1. Featured images situation;  \n\n\n| ACF                     | Status |    Notes    |\n|-------------------------|:------:|-------------|\n| Text                    |    X   |             |\n| Related Posts           |    X   |             |\n| Isolated Post Objects   |    X   |             |\n| Date Picker             |    X   |             |\n| Image                   |        |             |\n| Gallery                 |        |             |\n| Term \"Meta\"             |    X   |             |\n\n\n### Others\n* Create action or method `is_rest` and use this method instead of `! is_admin()`  \n* \u003cdel\u003eImprove Site management engine (unify Site URL and REST API URL fields)\u003c/del\u003e  \n* Add CSS class to body of edit page to make visual changes (hide fields) on remote sites\n* Avoid that the meta REPLICAST_OBJECT_INFO field is returned by the remote site at requests by the central site\n* Validate mandatory fields when a new \"Site\" is created\n* Improve admin messages' management mechanism\n* Improve log mechanism\n\n### Notes\n* Attachments meta fields only synchronize in a second request. \n  This happens because the /media endpoint only accepts the media file during the creation request, \n  ignoring additional data that may be present in the request.\n* How to handle posts that were deleted in a remote site\n    ```\n    Client error: `DELETE http://yoursiteurl/wp-json/wp/v2/posts/3604` resulted in a `410 Gone` response: {\"code\":\"rest_already_deleted\",\"message\":\"The post has already been deleted.\",\"data\":{\"status\":410}} \n    410: Gone\n    ```\n    \n## Contributions\n\nContribuitons are most welcome in their natural form of Pull Requests, the following guidelines are just to keep things flowing with ease:\n* If it's something new, make sure it's not hidden somewhere in here already or that we didn't dismiss it for something else.\n* Make sure you supply some arguments for the benefits/advantages your change provides.\n\n## Credits\n\nKudos to the core developer who started the project back in 2016 - [Sérgio Santos](https://github.com/s3rgiosan)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flog-oscon%2Freplicast","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flog-oscon%2Freplicast","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flog-oscon%2Freplicast/lists"}