No description
  • PHP 91.6%
  • CSS 8.4%
Find a file
Raphaël Bastide ceff3e3c35 fix
2026-06-10 10:10:24 +02:00
app adds one day for past dates 2025-03-20 16:51:55 +01:00
assets 3 events 2021-11-01 23:55:18 +01:00
posts fix 2026-06-10 10:10:24 +02:00
vendor Fixing stuff 2024-10-01 18:44:12 +02:00
.gitignore New feed system based on static files. Old news has been transtlated into .md files 2019-11-06 17:15:08 +01:00
.htaccess New feed system based on static files. Old news has been transtlated into .md files 2019-11-06 17:15:08 +01:00
index.php test 2024-01-29 15:57:32 +01:00
README.md CSS 2024-04-03 16:46:54 +02:00

Raphaël Bastide News

Flat file news page with RSS. Works with PHP.

Use it

For each news, add a markdown (.md) file following this template.

# Zone live at Armony, Montreuil

## 20 december 2023

I am playing with my band ZONE on the 20th of december at Armony in Montreuil, FR. We will share the night with Traumpunkt.

> https://raphaelbastide.com/zone/img/poster-armony-web.jpg
  • The date line will be a string to time, so you can write everything that is compatible with this php function.
  • The last line can be a URL that will be autolinked, and if in a blockquote ("> " in markdown), will be used for the post link.
  • Depending on the date of the event, a class will be to the event if it is in the past or in the future. That will allow styling events accordingly.
  • Rename app/_config.ini to app/config.ini and edit it.

Inspiration

https://tutorialzine.com/2013/03/simple-php-blogging-system

License

GNU AGPL