From 14025d22ce3d66c9d235e57221ec4653e00f972c Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Fri, 26 Nov 2021 20:17:43 +1300 Subject: Switched to .xhtml extension, fixed some minor bugs --- project/context/articles.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'project/context') diff --git a/project/context/articles.json b/project/context/articles.json index c7dccaf..9703b98 100644 --- a/project/context/articles.json +++ b/project/context/articles.json @@ -2,75 +2,75 @@ [ { "title": "Flashcard Deck Converter", - "anchor": "/deckconv.html", + "anchor": "/deckconv.xhtml", "taglist": ["application", "programming"], "postdate": "11/11/2021" }, { "title": "Sydney Rail Maps", - "anchor": "/sydneyrail.html", + "anchor": "/sydneyrail.xhtml", "taglist": ["maps", "transport"], "postdate": "21/9/2021" }, { "title": "Packrat Parser Combinator Library", - "anchor": "/packrat.html", + "anchor": "/packrat.xhtml", "taglist": ["compsci", "library", "programming"], "postdate": "2/2/2021" }, { "title": "Area Under the Curve of a Complex Integral", - "anchor": "/integral.html", + "anchor": "/integral.xhtml", "taglist": ["mathematics"], "postdate": "29/12/2018" }, { "title": "D, Parasail, Pascal, and Rust vs The Steelman", - "anchor": "/steelman.html", + "anchor": "/steelman.xhtml", "taglist": ["compsci", "language"], "postdate": "29/10/2017" }, { "title": "Sokoban Clone", - "anchor": "/sokoban.html", + "anchor": "/sokoban.xhtml", "taglist": ["programming", "videogames"], "postdate": "8/8/2017" }, { "title": "Sunset License", - "anchor": "/sunset.html", + "anchor": "/sunset.xhtml", "taglist": ["copyright", "legal"], "postdate": "29/6/2017" }, { "title": "FLTK Ada Binding", - "anchor": "/fltkada.html", + "anchor": "/fltkada.xhtml", "taglist": ["binding", "library", "programming"], "postdate": "9/11/2021", "updated": "yes" }, { "title": "Single Transferable Vote Counter", - "anchor": "/stvcount.html", + "anchor": "/stvcount.xhtml", "taglist": ["application", "politics", "programming"], "postdate": "19/2/2017" }, { "title": "Adapad", - "anchor": "/adapad.html", + "anchor": "/adapad.xhtml", "taglist": ["application", "programming"], "postdate": "8/5/2017", "updated": "yes" }, { "title": "Grasp Interpreter", - "anchor": "/grasp.html", + "anchor": "/grasp.xhtml", "taglist": ["esoteric", "programming"], "postdate": "1/1/2017" }, { "title": "Thue Version 2a", - "anchor": "/thue2a.html", + "anchor": "/thue2a.xhtml", "taglist": ["esoteric", "programming"], "postdate": "1/1/2017" } -- cgit