Some feedback on the website.
    Jacob Carlborg via Digitalmars-d 
    digitalmars-d at puremagic.com
       
    Wed Dec 16 12:04:01 PST 2015
    
    
  
On 2015-12-16 14:50, Andrei Alexandrescu wrote:
> What standardized format was dominant in 2001? Thanks! -- Andrei
2001? According to the changelog Ddoc was added 2005 [1]. I hadn't 
really started to use D back then and barely programming at all. I would 
say Javadoc, Doxygen or Markdown, without knowing how standardized they 
were back then (if they existed).
But most important, Ddoc should not be used for website. I would prefer 
a template language with a proper server side language. Something like 
Haml, which allows to use filters where Markdown is one of the filters 
[2]. Good when writing longer texts. vibe.d's diet templates seems to be 
a good choice, it's indirectly based on Haml. Not sure if it supports 
filters though.
[1] http://www.digitalmars.com/d/1.0/changelog1.html#new0132
[2] http://haml.info/docs/yardoc/file.REFERENCE.html#filters
-- 
/Jacob Carlborg
    
    
More information about the Digitalmars-d
mailing list