libreliodev / wordpress

Librelio Wordpress plug-in
0 stars 1 forks source link

AUT_folder script: generate "toc.plist" #30

Closed libreliodev closed 9 years ago

libreliodev commented 9 years ago

This is related to #22, #23,#24, #25, #27,#28 and #29

In #24, we implemented a process to parse the toc file identified in #23, and create (or update) an index entry in CloudSearch for each TOC entry.

We need to put these elements a plist. The plist should be an array with all articles that have been found. Each entry should contain:

This plist should be saved as toc.plist at the root level.

AlirezaAlgo commented 9 years ago

@libreliodev I think Title is the te-title tag in tocentry. What about Subtitle?

libreliodev commented 9 years ago

@serverfire If there is no obvious answer, leave it empty for the time being

libreliodev commented 9 years ago

Continued in https://github.com/libreliodev/php/issues/46