New Dancer2 Site - Line of Succession
In my spare time, over the last month or so I've built https://lineofsuccesion.co.uk/ - a web site that displays the line of succession to the British throne over the last hundred or so years[1]. The code is at https://github.com/davorg/succession/ Obviously, when I was writing a web app, I reached for Dancer. There's no clever Dancer code there at all, but it makes the job easy. Thanks for maintaining the framework. Dave... [1] The plan is to go back 300 years. But data is hard :-)
On 15/01/2018 11:37, Dave Cross wrote:
In my spare time, over the last month or so I've built https://lineofsuccesion.co.uk/ - a web site that displays the line of succession to the British throne over the last hundred or so years[1].
Just to point out that the link doesn't work (missing 's' in succession), but the source code site points to https://lineofsuccession.co.uk/ which does work :) -- Richard Jones
On 15 January 2018 at 12:05, Richard Jones <ra.jones@dpw.clara.co.uk> wrote:
On 15/01/2018 11:37, Dave Cross wrote:
In my spare time, over the last month or so I've built https://lineofsuccesion.co.uk/ - a web site that displays the line of succession to the British throne over the last hundred or so years[1].
Just to point out that the link doesn't work (missing 's' in succession), but the source code site points to https://lineofsuccession.co.uk/ which does work :)
Yes. What Richard said. Sorry about that :-/ Dave...
On Jan 15, 2018, at 4:37 AM, Dave Cross <dave@dave.org.uk> wrote:
There's no clever Dancer code there at all
Isn’t that rather the point? If the framework requires that you pull off clever things to achieve simple ends, what will it require when you go to build something difficult? Dancer just lets me get my work done. I rarely have to think about Dancer per se. That’s a very good thing.
participants (3)
-
Dave Cross -
Richard Jones -
Warren Young