PhileCMS / Phile

A flat file CMS with a swappable parser and template engine.
https://philecms.github.io/
Other
257 stars 49 forks source link

[FEATURE] change code of meta parser to use a service #76

Closed NeoBlack closed 10 years ago

NeoBlack commented 10 years ago

To make it possible to use other types of meta sections, it is possible to move the meta data parser to a service. this make it possible to replace the meta data parser by plugin, like the template engine.

this issue is the base for issue #42

  1. Evaluate the code and the changes
  2. Implement the parser as a service
  3. Replace the old parser code with the service