The Tips Are Back (sort of)

The Delphi Tips section of the old site didn't survive the redesign and move to the new host. I moved the the tips onto GitHub to prevent them from being lost.

Well, now they're back, after a fashion. Not delphidabbler.com just yet, but as a GitHub pages micro-site. Check it out at https://delphidabbler.github.io/delphi-tips.


There's no search as yet, but all 234 tips are there.

I do intend to reintegrate the site into delphidabbler.com one day, but given how much needs doing with the new site, who knows when that'll be.

So if anyone wants to improve the micro site, please fork delphidabbler/delphi-tips and code away!

Comments

  1. I would have rather used markdown files for the tip files.

    pdf are binary, so are hard to diff/maintain with git, which favors text files.

    And .md files have good rendering on github.

    ReplyDelete
  2. Hi Armaud

    The PDFs were done in a hurry when I thought the site was closing - I agree they're far from ideal but very easy to generate 234 of them !!

    There are also HTML files which are more accessible and of course, editable.

    If I was starting now I would agree with you and would probably have gone down the markdown route when creating them, but the tip section was originally created well over 10 years ago when I'd never heard of markdown! Big job to convert everything now, so we're stuck with HTML I'm afraid.

    Unless anyone wants to give it a go that is!!

    Cheers!

    ReplyDelete
  3. Makes perfectly sense.
    :)

    ReplyDelete

Post a Comment

Comments are very welcome, but please be aware that I moderate all comments, so there will be a delay before your comment appears.

Advertising spam and the rare abusive, hateful or racist comments will be blocked and reported.

Finally, should you have a query about, or a bug report for, one of my programs or libraries please use the relevant issue tracker rather than posting a comment to report it.

Thanks

Popular posts from this blog

Initialising dynamic arrays

Deleting elements from a dynamic array

New Array Utilities Library Unit released