123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171 |
- 2018-02-17 jpmouse <jpmouse@free.fr>
- * lib/default.rb: fix nanoc module name.
- 2016-07-31 jpmouse <jpmouse@free.fr>
- * content/index.html: remove leading slash from updates list.
- * lib/_person_helper.rb (person_link): remove leading slash from
- returned path to get a relative URL.
- * layouts/default.html: change .js links to relative URLs.
- * layouts/_header.html: change css link to relative URLs.
- 2015-07-24 jpmouse <jpmouse@free.fr>
- * Rules: now test if tmp/ exists and create it if needed.
- * Rules: better test for output/tn/ existence.
- 2015-05-13 jpmouse <jpmouse@free.fr>
- * content/cookies.html: finished the french page.
- * content/cookies-en.html: finish to write this.
- 2014-09-07 jpmouse <jpmouse@free.fr>
- * layouts/_sidebar.html: Change the sidebar adzone to 300x350.
- 2014-03-16 jpmouse <jpmouse@free.fr>
- * layouts/_footer.html: fix an opened HTL tag.
- * layouts/_plugrush_header.html: fix an opened HTL tag.
- 2014-02-14 jpmouse <jpmouse@free.fr>
- * layout/_header.html: added plugrush mobile code.
- * layout/_footer.html: added plugrush popunder code.
- 2014-02-13 jpmouse <jpmouse@free.fr>
- * layout/*.html: add the _plugrush_header.html to all pages.
- * layout/_plugrush_header.html: add a plugrush banner if not in test.
- 2014-02-09 jpmouse <jpmouse@free.fr>
- * layout/*.html: add the _social partial to multiple pages.
- * layout/_social.html: dedicated partial for facebook and twitter
- buttons.
- 2014-02-08 jpmouse <jpmouse@free.fr>
- * layout/default.html: add support for twitter and facebook
- buttons.
- 2013-12-17 jpmouse <jpmouse@free.fr>
- * layout/_header.html: handle pagination in a way we add *page x*
- to the title HTML markup to avoid duplicates titles.
- 2013-10-03 jpmouse <jpmouse@free.fr>
- * Rules (preprocess): fix a hard to find bug in the pagination
- process that consider splitting in two page a person with 9 images.
- 2013-09-04 jpmouse <jpmouse@free.fr>
- * MANUAL.org: started to write the manuel.
- * content/news/example-news.md: file removed.
- * layouts/personnalite_redirect.html: a redirection page
- for below generated items.
- * Rules: generate an item for multipages celebs.
- 2013-08-30 jpmouse <jpmouse@free.fr>
- * config.yaml (test): add a boolean value to remove stats.
- * Rules: Add a warning is test is true.
- * layouts/_sidebar.html: conditional add stats or 'No stats'.
- 2013-08-19 jpmouse <jpmouse@free.fr>
- * lib/_person_helper.rb (person_link): use this function to
- create a link with slug/ or slug-page-1/. This change many
- layouts way of printing links.
- * config.yaml; just added the images_per_page value.
- * layouts/_pagination.html: a new layout to handle the pagination div.
- * content/stylesheet.css: add styles for the pagination div elements.
- 2013-08-18 jpmouse <jpmouse@free.fr>
- * Rules (preprocess): Add :name to the tmp/'s YAML file.
- * layouts/_thumbnail.html: name from show text is back as figcaption.
- * layouts/_sidebar.html: named HTML character without semicolon fixed.
- * layouts/_header.html: remove a duplicate of head markup.
- * Rules (preprocess): using symbols as hashmap key fix an error
- with personnalite page thumbs.
- * layouts/personnalite.html: first try to add gallery from person
- helper YAML based image list.
- * lib/_tag_helper.rb (tags_text): avoid compilation error if
- tag array is nil.
- * lib/_person_helper.rb (person_image_list): now list image
- list from a slug using tmp/ YAML file.
- 2013-08-14 jpmouse <jpmouse@free.fr>
- * layouts/news.html: now uses a partial render for each thumbnail.
- 2013-08-11 jpmouse <jpmouse@free.fr>
- * layouts/htaccess.html: custom layout for .htacess.
- * Rules: now uses a custom layout for htaccess file.
- * content/js/*.js: hidden in sitemap.
- * content/stylesheet.css: hidden in sitemap.
- * Rules: generates a XML sitemap.
- * lib/default.rb: uses builder to generates a XML sitemap.
- * content/sitemap.xml: generates a XML sitemap.
- 2013-08-05 jpmouse <jpmouse@free.fr>
- * Rules (preprocess): generates a YAML files containing images
- per person.
- * content/news/example-news.md: fix a bug in image list's metadata.
- 2013-08-02 jpmouse <jpmouse@free.fr>
- * lib/default.rb: made some tests on how to generate image list
- per persons.
- 2013-07-29 jpmouse <jpmouse@free.fr>
- * lib/_news_helper.rb (news_list): remove binary items from news
- list for NOT_ADDED news.
- * Rules: first test to avoid generation of NOT_ADDED news.
- 2013-07-28 jpmouse <jpmouse@free.fr>
- * ROADMAP: A better version handling until v0.0.3.
- 2013-07-26 jpmouse <jpmouse@free.fr>
- * layout/caps/htaccess.txt: now routed to forbid directory index.
- * siteconfig.yml: the phpmyvisites configurable part.
- * layout/_sidebar.html: add phpmyvisites tracker code.
- 2013-07-25 jpmouse <jpmouse@free.fr>
- * lib/default.rb (siteconfig): website configuration now in YAML
- format.
- * lib/default.rb (siteconfig): website engine version now in a
- constant.
- * layout/_footer.html: add mailto link with siteconfig's email.
- * siteconfig.rb: add email configuration.
- * lib/default.rb (siteconfig): raises an error if siteconfig.rb
- can't be found.
- 2013-07-24 jpmouse <jpmouse@free.fr>
- * lib/default.rb (version): implements siteconfig.rb for version
- number.
- * lib/default.rb (version): a better global handling of the version
- and revision string.
- * layout/_footer.html: first footer version.
- * ChangeLog: created this file.
|