Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>There are two broad kinds of CMS publishing platform:</p> <ul> <li><strong>Those who generate the content statically</strong>. Some publishing platform generate the content statically. In this case the generated files are not dynamic and should be HTML files. The system must have the ability to regenerate everything, for instance, if a template changed. There was a time when this solution had some advantages: <ul> <li><strong>security</strong>: security is managed at the file system level</li> <li><strong>search</strong>: fulltext search was easy because everything was file-based</li> <li><strong>performance</strong>: uses less CPU. </li> <li><strong>interactivity</strong>: not possible</li> <li><strong>content dissemination</strong>: the only reason now to build or choose such platform is if content need to be disseminated through <strong>other channel than the web</strong>, e.g. CD, downloadable journal, etc.</li> </ul></li> </ul> <p>.</p> <ul> <li><strong>Those who render the content dynamically</strong>. For web site, the easiest way is to render the page dynamically. <ul> <li><strong>security</strong>: security can be checked using complex scheme, etc.</li> <li><strong>search</strong>: search system have evolves and integrate nicely with heterogeneous sources now: can be full text in database, files, etc. </li> <li><strong>performance</strong>: this is no more an issue. </li> <li><strong>interactivity</strong>: this is a lot more flexible: content can be adapted to the visiting user, people can rate the page, add comment, etc. </li> <li><strong>content dissemination</strong>: needs to be online, of course</li> </ul></li> </ul> <p>A hybrid system were you generate statically file that will be rendered dynamically (.aspx) is to me a non-sense -- it has the disadvantages of both.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload