adds rss feed support to blog

This commit is contained in:
Rosia E Evans 2024-08-08 11:41:42 +01:00
parent 6d627aa9b4
commit d8253d3333
117 changed files with 5336 additions and 326 deletions

View file

@ -0,0 +1,19 @@
# Consider dependencies only in project.
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
)
# The set of dependency files which are needed:
set(CMAKE_DEPENDS_DEPENDENCY_FILES
"/home/rosia/Programming/Cpp/BlogParser/Src/Libs/md4c.c" "Src/Libs/CMakeFiles/md4c.dir/md4c.c.o" "gcc" "Src/Libs/CMakeFiles/md4c.dir/md4c.c.o.d"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View file

@ -0,0 +1,111 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/rosia/Programming/Cpp/BlogParser
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/rosia/Programming/Cpp/BlogParser
# Include any dependencies generated for this target.
include Src/Libs/CMakeFiles/md4c.dir/depend.make
# Include any dependencies generated by the compiler for this target.
include Src/Libs/CMakeFiles/md4c.dir/compiler_depend.make
# Include the progress variables for this target.
include Src/Libs/CMakeFiles/md4c.dir/progress.make
# Include the compile flags for this target's objects.
include Src/Libs/CMakeFiles/md4c.dir/flags.make
Src/Libs/CMakeFiles/md4c.dir/md4c.c.o: Src/Libs/CMakeFiles/md4c.dir/flags.make
Src/Libs/CMakeFiles/md4c.dir/md4c.c.o: Src/Libs/md4c.c
Src/Libs/CMakeFiles/md4c.dir/md4c.c.o: Src/Libs/CMakeFiles/md4c.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/rosia/Programming/Cpp/BlogParser/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object Src/Libs/CMakeFiles/md4c.dir/md4c.c.o"
cd /home/rosia/Programming/Cpp/BlogParser/Src/Libs && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT Src/Libs/CMakeFiles/md4c.dir/md4c.c.o -MF CMakeFiles/md4c.dir/md4c.c.o.d -o CMakeFiles/md4c.dir/md4c.c.o -c /home/rosia/Programming/Cpp/BlogParser/Src/Libs/md4c.c
Src/Libs/CMakeFiles/md4c.dir/md4c.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/md4c.dir/md4c.c.i"
cd /home/rosia/Programming/Cpp/BlogParser/Src/Libs && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/rosia/Programming/Cpp/BlogParser/Src/Libs/md4c.c > CMakeFiles/md4c.dir/md4c.c.i
Src/Libs/CMakeFiles/md4c.dir/md4c.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/md4c.dir/md4c.c.s"
cd /home/rosia/Programming/Cpp/BlogParser/Src/Libs && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/rosia/Programming/Cpp/BlogParser/Src/Libs/md4c.c -o CMakeFiles/md4c.dir/md4c.c.s
# Object files for target md4c
md4c_OBJECTS = \
"CMakeFiles/md4c.dir/md4c.c.o"
# External object files for target md4c
md4c_EXTERNAL_OBJECTS =
Src/Libs/libmd4c.a: Src/Libs/CMakeFiles/md4c.dir/md4c.c.o
Src/Libs/libmd4c.a: Src/Libs/CMakeFiles/md4c.dir/build.make
Src/Libs/libmd4c.a: Src/Libs/CMakeFiles/md4c.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/rosia/Programming/Cpp/BlogParser/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C static library libmd4c.a"
cd /home/rosia/Programming/Cpp/BlogParser/Src/Libs && $(CMAKE_COMMAND) -P CMakeFiles/md4c.dir/cmake_clean_target.cmake
cd /home/rosia/Programming/Cpp/BlogParser/Src/Libs && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/md4c.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
Src/Libs/CMakeFiles/md4c.dir/build: Src/Libs/libmd4c.a
.PHONY : Src/Libs/CMakeFiles/md4c.dir/build
Src/Libs/CMakeFiles/md4c.dir/clean:
cd /home/rosia/Programming/Cpp/BlogParser/Src/Libs && $(CMAKE_COMMAND) -P CMakeFiles/md4c.dir/cmake_clean.cmake
.PHONY : Src/Libs/CMakeFiles/md4c.dir/clean
Src/Libs/CMakeFiles/md4c.dir/depend:
cd /home/rosia/Programming/Cpp/BlogParser && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/rosia/Programming/Cpp/BlogParser /home/rosia/Programming/Cpp/BlogParser/Src/Libs /home/rosia/Programming/Cpp/BlogParser /home/rosia/Programming/Cpp/BlogParser/Src/Libs /home/rosia/Programming/Cpp/BlogParser/Src/Libs/CMakeFiles/md4c.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : Src/Libs/CMakeFiles/md4c.dir/depend

View file

@ -0,0 +1,11 @@
file(REMOVE_RECURSE
"CMakeFiles/md4c.dir/md4c.c.o"
"CMakeFiles/md4c.dir/md4c.c.o.d"
"libmd4c.a"
"libmd4c.pdb"
)
# Per-language clean rules from dependency scanning.
foreach(lang C)
include(CMakeFiles/md4c.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View file

@ -0,0 +1,3 @@
file(REMOVE_RECURSE
"libmd4c.a"
)

View file

@ -0,0 +1,2 @@
# Empty compiler generated dependencies file for md4c.
# This may be replaced when dependencies are built.

View file

@ -0,0 +1,2 @@
# CMAKE generated file: DO NOT EDIT!
# Timestamp file for compiler generated dependencies management for md4c.

View file

@ -0,0 +1,2 @@
# Empty dependencies file for md4c.
# This may be replaced when dependencies are built.

View file

@ -0,0 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
# compile C with /usr/bin/cc
C_DEFINES =
C_INCLUDES =
C_FLAGS = -g

View file

@ -0,0 +1,2 @@
/usr/bin/ar qc libmd4c.a CMakeFiles/md4c.dir/md4c.c.o
/usr/bin/ranlib libmd4c.a

View file

@ -0,0 +1,3 @@
CMAKE_PROGRESS_1 = 12
CMAKE_PROGRESS_2 = 13