lib/markdown: merge processor and emitter
[nit.git] / src / doc / html_templates / html_templates.nit
2017-10-11 Alexandre Terrasalib/markdown: merge processor and emitter
2015-09-09 Jean Privatsrc: mass rename project->package
2015-07-07 Jean PrivatMerge: nitdoc: Use wikilinks on README files
2015-07-07 Alexandre Terrasanitdoc: generate README file doc pages
2015-06-24 Alexandre Terrasadoc_down: introduce `synopsis` service
2015-06-24 Alexandre Terrasanitdoc: convert dot to svg instead of png
2015-06-24 Alexandre Terrasanitdoc: remove `well` around level 2 titles
2015-06-09 Alexandre Terrasanitdoc: remove `require.js` dependency
2015-05-29 Alexandre Terrasanitdoc: simplify DefinitionListArticle
2015-05-29 Alexandre Terrasanitdoc: remove useless class ImportationListSection
2015-05-29 Alexandre Terrasanitdoc: remove useless class InheritanceListSection
2015-05-29 Alexandre Terrasanitdoc: remove useless class IntrosRedefsSection
2015-05-29 Alexandre Terrasanitdoc: remove useless class ConstructorsSection
2015-05-29 Alexandre Terrasanitdoc: remove useless class ProjectsSection
2015-05-29 Alexandre Terrasanitdoc: factorize list article into `MEntitiesListArticle`
2015-05-29 Alexandre Terrasanitdoc: move `DocComposite::is_toc_hidden` to `doc_base`
2015-05-29 Alexandre Terrasanitdoc: introduce `DocComposite::is_hidden` services...
2015-05-29 Alexandre Terrasanitdoc: move `DocComposite::toc_title` in `doc_base`
2015-05-29 Alexandre Terrasanitdoc: move `DocComposite::title` to `doc_base`
2015-05-29 Alexandre Terrasanitdoc: move `DocComposite::id` to `doc_base`
2015-05-29 Alexandre Terrasanitdoc: simplify DefinitionListArticle
2015-05-29 Alexandre Terrasanitdoc: remove useless class ImportationListSection
2015-05-29 Alexandre Terrasanitdoc: remove useless class InheritanceListSection
2015-05-29 Alexandre Terrasanitdoc: remove useless class IntrosRedefsSection
2015-05-29 Alexandre Terrasanitdoc: remove useless class ConstructorsSection
2015-05-29 Alexandre Terrasanitdoc: remove useless class ProjectsSection
2015-05-29 Alexandre Terrasanitdoc: factorize list article into `MEntitiesListArticle`
2015-05-29 Alexandre Terrasanitdoc: move `DocComposite::is_toc_hidden` to `doc_base`
2015-05-29 Alexandre Terrasanitdoc: introduce `DocComposite::is_hidden` services...
2015-05-29 Alexandre Terrasanitdoc: move `DocComposite::toc_title` in `doc_base`
2015-05-29 Alexandre Terrasanitdoc: move `DocComposite::title` to `doc_base`
2015-05-29 Alexandre Terrasanitdoc: move `DocComposite::id` to `doc_base`
2015-05-21 Jean PrivatMerge: nitx: start migration to `doc_phases`
2015-05-15 Alexandre Terrasanitdoc: display constructors list in MClass page
2015-05-13 Alexandre Terrasanitdoc: introduce `depth` service for DocComposite
2015-05-11 Alexandre Terrasanitdoc: display source link in tab menu
2015-05-11 Alexandre Terrasanitdoc: display less important data in tabs
2015-05-06 Alexandre Terrasanitdoc: do not nest DefinitionArticle
2015-05-05 Alexandre Terrasasrc/doc: fix anchor url following the rendering migration
2015-05-05 Alexandre Terrasasrc/doc: migrate showsource links to new templates
2015-05-05 Alexandre Terrasasrc/doc: move linearization list to `doc_phases`
2015-05-05 Alexandre Terrasasrc/doc: migrate Index page rendering to `doc_phases`
2015-05-05 Alexandre Terrasasrc/doc: migrate Overview page to `doc_phases`
2015-05-05 Alexandre Terrasasrc/doc: move rendering from old templates to new phases
2015-05-05 Alexandre Terrasasrc/doc: migrate sidebar to new templates
2015-04-25 Alexandre Terrasadoc/src: GraphArticle use new templates
2015-04-25 Alexandre Terrasasrc/doc: IntroRedefList use new templates
2015-04-25 Alexandre Terrasasrc/doc: HierarchyList use new templates
2015-04-25 Alexandre Terrasasrc/doc: DefinitionArticle use new templates
2015-04-25 Alexandre Terrasasrc/doc: ConcernsArticle use new templates
2015-04-25 Alexandre Terrasasrc/doc: IntroArticle use new templates
2015-04-24 Alexandre Terrasasrc/doc: introduce DocComposite HTML rendering services
2015-03-31 Alexandre Terrasasrc/doc: migrate topmenu to new templates.
2015-02-24 Alexandre Terrasasrc/doc: clean DocPage rendering API.
2015-02-18 Alexandre Terrasasrc/doc: move HTML output related services from `doc_mo...
2015-02-18 Alexandre Terrasasrc/doc: introduce `html_templates` group.