WordPress importer
Nadie ha tomado este issue todavía.
Evaluación
- Dificultad
- 5/5
- Tiempo estimado
- Más de una semana
- Aptitud para principiantes
- 20/100
Línea de trabajo
Comienza revisando el formato de exportación XML de WordPress y los modelos de páginas, imágenes y documentos de Wagtail mencionados en los requisitos. Antes de la implementación, define un MVP para importar entradas de blog, incluidos los tipos de contenido, los medios, las URL y las redirecciones; el trabajo estará terminado cuando se hayan acordado el alcance y el flujo de trabajo de mapeo.
Escrito por el modelo de indexación a partir del texto del issue.
Descripción
Yes, the holy grail of wagtail, a complete WordPress importer. Opening this issue here to jot down notes and learnings from various site migrations, so we can figure out what a WordPress importer actually needs to do. For reference, WP=WordPress and CR=CodeRed CMS here.
The WordPress site importer would probably be run first, before populating any content or pages on the site. I would not imagine supporting a use-case where the importer is run after you already have content. It would be much simpler to run it on a clean slate.
To avoid over-engineering, the main goal or minimum viable product would be importing blog posts, as there are usually usually hundreds of them and it is a tedious process to manually replicate.
Base requirements:
- Use the XML format created natively by WP from the "export" functionality. This file should contain all of the information needed.
- WP has two content types: Posts and Pages (which are actually posts). But many plugins create custom post types, so there is no easy way to handle this. So I'm thinking the first step would be to analyze the XML file and determine what types exist. The user would then somehow specify or map which WP post types in correspond to which CR page types or snippets. The importer should probably handle this analysis and provide some sort of template or UI for the user to map the content types. An easy assumption to make would be that all WP pages map to CR WebPage, and all WP posts map to CR ArticlePage.
- The importer would then use the user mapping, to run that against the XML file.
- During import, media would be downloaded from the old site and saved as a wagtail image or document. The reference to that media would also need to be updated within the post content so wagtail knows which image to use.
- During import, the URL of each page would need to be set, and if the old URL is different from the new URL (possibly specified during user mapping?) then a redirect should be created.
- As a baseline, content of WP pages/posts could be saved in a CR rich text field in the body, or even more of a baseline, as an HTML field directly in the body. The HTML field would be the easiest to implement, with the assumption that a content editor would have to go through the pages and manually "massage" the content into a new format. Older blog posts etc could simply keep the content in HTML for posterity.
Possible advanced features:
- Ability to handle shortcodes. Most likely this would work that during XML analysis, a list of shortcodes would be presented. During the user mapping process the user could specify how to handle each short code. I.e. a shortcode could get mapped to a specific block, or could simply be deleted or ignored.
- Special handling of Yoast SEO data, this would get mapped into the appropriate SEO fields in CR.
- Special handling of form plugins. It would be nearly impossible to support them all, but Contact Form 7 is a big one.
Other notes or major concerns: WordPress 5.0 has introduced Gutenberg editor, which I'm quite certain stores the data in a completely different format than the old editor. I'm sure this will need to be accounted for in the importer.
- Lenguaje dominante
- Python
- Estrellas
- 765
- Forks
- 154
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Preparar el entorno
Aún no hemos revisado los archivos de configuración de este proyecto. Empieza por su README y consulta nuestra guía para la primera contribución para los pasos generales.
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Más de coderedcorp/coderedcms
-
Type: Bug
Dificultad 1/5 Menos de una hora Aptitud para principiantes 78/100
coderedcorp/coderedcms#714 ·
-
Typo in accordion_block.htmlAbiertoType: Bug
Dificultad 1/5 Menos de una hora Aptitud para principiantes 65/100
coderedcorp/coderedcms#711 ·
-
Type: Bug
Dificultad 3/5 1-2 días Aptitud para principiantes 45/100
coderedcorp/coderedcms#713 · 1 comentario ·
-
Dificultad 4/5 3-5 días Aptitud para principiantes 55/100
coderedcorp/coderedcms#710 · 4 comentarios ·
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 58/100
coderedcorp/coderedcms#709 ·
Todos los issues de coderedcorp/coderedcms
Issues similares
-
documentation
Dificultad 2/5 1-3 horas Aptitud para principiantes 70/100
kristofdegrave/homeassistant-smart-charging#1413 ·
Los mantenedores suelen responder en 1 día
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 88/100
nasa/earthdata-varinfo#113 ·
-
curriculum documentation quality
Dificultad 2/5 1-3 horas Aptitud para principiantes 88/100
githubnext/gh-aw-workshop#3849 ·
Los mantenedores suelen responder en 2 días
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 90/100
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 84/100
Los mantenedores suelen responder en 1 día