aboutsummaryrefslogtreecommitdiff
path: root/examples/blog/essay_fulfillment.php
AgeCommit message (Collapse)Author
2016-11-14Moving PHP examples to dedicated repoMarcello Stanisci
2016-07-25Closing #4456 (PHP side). In order to fulfill #4456, the articleMarcello Stanisci
that has image x.jpg in it must contain the tag <img src='/data/article_x/x.jpg'></img>. Furthermore, before running the blog, the webmaster must run $ php articles/article_images.php in order to generate the JSON database file which accounts for each article which images are associated to it. Finally, any image must be placed under data/. See next commit for how to configure nginx in order to make PHP scripts handle images requests.
2016-04-22using util.php from donation shopMarcello Stanisci
2016-04-06use executePayment from web-commonFlorian Dold
2016-03-08updating licensing informationMarcello Stanisci
2016-03-07still on licensingMarcello Stanisci
2016-03-02refactorFlorian Dold
2016-03-02fix url concatenationFlorian Dold
2016-02-26contract/pay events triggered regardless of wallet being installedMarcello Stanisci
2016-02-25fixing article shown in page's sourceMarcello Stanisci
2016-02-24rename to match site namesChristian Grothoff