Pawka / phrozn

Phrozn is extremely flexible static site generator in PHP.
phrozn.info
Apache License 2.0
455 stars 60 forks source link

Tag pages not generated automatically #25

Open aaronshaf opened 12 years ago

aaronshaf commented 12 years ago

The documentation says, "Tag pages are generated automatically" (http://www.phrozn.info/en/documentation/front-matter/)

Unfortunately, I don't see any such thing generated. I am using this front matter:

tags:

... and it yields no tag pages :)

Any help is appreciated.

farazdagi commented 12 years ago

All the infrastructure for generating tags is in place (front-matter is parsed ok, content providers can be used to inject list of tags into tag page etc) - but I still have to create bundle for outputting the tag page.

In mid-december I plan to release major milestone release - it will be the first release that can be used as complete substitution for blog (with all core features available like paging, tags, categories).

resmo commented 12 years ago

Another feature request is RSS/ATOM support, and sitemap.xml.

RSS e.g. with keyword

rss: 
  date: 2011-11-11 20:22:33
  summary: this is a simple summary

and sitemap.xml shoud just look at the permalink config of the files and generate a sitemap of it.

maxailloud commented 12 years ago

Is this feature available or not ?

If so this issue can be close, isn't it ?