fipamo/app/Services
ro a6b63ca551
implemented render engine
page rendering for tags, archives and markdown pages is now up and
running and being exported to html when requested.

currently it only works when saving a page, so now the settings page
needs to be plugged in so those features can be activated and toggled
through that UI

error checking will probably be added in the near future just in case
something unforeseen happens in the render process, resulting in the
site erroring out.
2024-03-18 16:14:17 -06:00
..
AssetService.php created asset service class to handle file moving 2024-03-16 12:36:51 -06:00
AuthService.php filled out auth service class 2024-03-06 09:50:09 -06:00
ContentService.php added content collector and pagination 2024-03-03 17:49:05 -06:00
DocService.php page options fixes 2024-03-15 15:18:10 -06:00
FileUploadService.php file upload extensions hot fix 2024-03-11 16:42:46 -06:00
PaginateService.php added content collector and pagination 2024-03-03 17:49:05 -06:00
RenderService.php implemented render engine 2024-03-18 16:14:17 -06:00
SettingsService.php converted page, archive and tags files 2024-03-15 14:28:26 -06:00
SortingService.php converted page, archive and tags files 2024-03-15 14:28:26 -06:00
StringService.php added sorting and render service classes 2024-03-14 12:39:43 -06:00
ThemeService.php page options fixes 2024-03-15 15:18:10 -06:00