dreikanter / public-static

Programmer's approach to web content management
https://github.com/dreikanter/public-static
BSD 3-Clause "New" or "Revised" License
11 stars 1 forks source link

Posts and pages with the same name should not be overwritten #2

Closed dreikanter closed 11 years ago

dreikanter commented 11 years ago

Unique file name (and URL) should be generated for posts and pages with the same name. E. g. 20100120-q.md, 20100128-q.md, 20100131-q.md should not be written to q.html one by one.

Correct mapping example:

Page names should always be uniquified, nevertheless file name collision are resolved for current website directory structure or not (configuration could change, content should not be damaged).