Think about a new concept for page-splitting

Discussions and requests related to new CMSimple features, plugins, templates etc. and how to develop.
Please don't ask for support at this forums!
Post Reply
Holger
Site Admin
Posts: 3470
Joined: Mon May 19, 2008 7:10 pm
Location: Hessen, Germany

Think about a new concept for page-splitting

Post by Holger » Sat May 30, 2015 3:11 pm

Hi,

I think it's time to think about the concept how CMSimple_XH splits content.htm into single pages.
Indeed, it was a smart idea to use <hx> tags for that job. But the result is and was always a document with incorrect semantic. We had a lot of often annoying discussions about that and I think it is a real no go for some developers to use CMSimple_XH for that reason.

I think we should discuss about a new concept.
Maybe you're aware about Custom Element in HTML5. Things like

Code: Select all

<xh-1>Level 1 Page</xh-1>
are possible and could be made valid for content.htm (event we can ignore that).
Ok, creating pages might then only be possible with the PageManager, but that's often better for the user anyway.

Just something to discuss and to keep in mind in the long run...

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: Think about a new concept for page-splitting

Post by cmb » Sat May 30, 2015 5:14 pm

Holger wrote:I think it's time to think about the concept how CMSimple_XH splits content.htm into single pages.
In my opinion, it is not necessary now to think about how CMSimple_XH splits content.htm into single pages. Instead I would prefer to work out and implement an abstraction for accessing the contents.
Christoph M. Becker – Plugins for CMSimple_XH

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: Think about a new concept for page-splitting

Post by cmb » Sat May 30, 2015 7:33 pm

Christoph M. Becker – Plugins for CMSimple_XH

Post Reply