diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-07-24 18:32:23 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-07-24 18:32:23 +0000 |
commit | 927f14271c23f0d0a14b1c248657d20c202621c6 (patch) | |
tree | feca0e8a8f7039b6e939d2f37728bb3d21240205 /doc/bugs | |
parent | 5ca59b3a8db9a804167b0e081c311bd41993781c (diff) |
web commit by NicolasLimare
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/Post-compilation_inclusion_of_the_sidebar.mdwn | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/bugs/Post-compilation_inclusion_of_the_sidebar.mdwn b/doc/bugs/Post-compilation_inclusion_of_the_sidebar.mdwn new file mode 100644 index 000000000..60d54da46 --- /dev/null +++ b/doc/bugs/Post-compilation_inclusion_of_the_sidebar.mdwn @@ -0,0 +1,18 @@ +In some sites (mine, for example), the pages are quasi-static, while the sidebar must be updated at each commit +(because it contains some lists, like "last posts" or "last updates", or a tagcloud). As this sidebar is included +in every page of the site, many commits can potentialy leat to a full re-compilation.... + +I think a sidebar included after the compilation (via a SSI mechanism for example) would make sense and +reduce the dependencies. + +Different things could be possible: + +* output as .shtml instead of .html +* ignore the sidebar->page dependency links +* consider the *real* dependencies; pageA may include the title (only) of pageB, but don't need to be recompiled +after each typo correction on pageB. + +shtml output is a potential security hole and can DoS the site, but it's not a problem for a +single-editor site. + +NicolasLimare
\ No newline at end of file |