Skip to content
This repository was archived by the owner on Mar 26, 2021. It is now read-only.

deveth0/wiki2aem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wiki2AEM

This project provides a simple way to create AEM Pages from a Wikipedia XML Dump.

It uses handlebars to provide an easy extensibility of the created pages. By default wcm.io Content Pages are created and the wikipedia article's text is used as richtext.

Find more information on my blog.

Usage

Build the project using mvn clean install and run it with the following arguments:

  • input filename
  • output folder

Example

java -jar target\wiki2aem-1.0-SNAPSHOT-jar-with-dependencies.jar wiki_dump_small.xml output

Output

After a successful run you'll find the created pages in separate folders in the given output folder. Furthermore a .content.xml for the root page is created. You can now copy this content into you content-page and install in AEM.

Warning

This tool can create very many pages, your AEM instance should be capable to handle this amount of content.

About

Create AEM Pages from a Wikipedia Dump File

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors