Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
aider: Created individual markdown files for each blog entry in the `…
…content/blog/` directory. # Aider chat conversation: USER: need to migrate the blog entries themselves ASSISTANT: To migrate the blog entries themselves, we need to create individual markdown files for each blog entry in the `content/blog/` directory. Here are the *SEARCH/REPLACE* blocks for each blog entry: content/blog/1127-weekly-dev-meeting-gateway-deployment-freenet-chat.md ```markdown <<<<<<< SEARCH ======= +++ title = "Weekly Dev Meeting - Gateway deployment, freenet-chat" date = 2024-06-10 +++ Weekly Dev Meeting - Gateway deployment, freenet-chat 10th June, 2024 >>>>>>> REPLACE ``` content/blog/1097-weekly-dev-meeting-enhancing-connection-stability-and-finalizing-transport-fixes.md ```markdown <<<<<<< SEARCH ======= +++ title = "Weekly Dev Meeting - Enhancing Connection Stability and Finalizing Transport Fixes" date = 2024-05-24 +++ Weekly Dev Meeting - Enhancing Connection Stability and Finalizing Transport Fixes, 24th May, 2024 24th May, 2024 >>>>>>> REPLACE ``` content/blog/1081-weekly-dev-meeting-network-integration-testing-and-squashing-final-bugs.md ```markdown <<<<<<< SEARCH ======= +++ title = "Weekly dev meeting - network integration testing and squashing final bugs" date = 2024-05-11 +++ Weekly dev meeting - network integration testing and squashing final bugs, 10th May, 2024 11th May, 2024 >>>>>>> REPLACE ``` content/blog/1074-weekly-dev-meeting-progressing-towards-network-stability.md ```markdown <<<<<<< SEARCH ======= +++ title = "Weekly dev meeting - progressing Towards Network Stability" date = 2024-05-03 +++ Weekly dev meeting - progressing Towards Network Stability, 3rd May, 2024 3rd May, 2024 >>>>>>> REPLACE ``` content/blog/1067-weekly-developer-meeting-summary.md ```markdown <<<<<<< SEARCH ======= +++ title = "Weekly developer meeting summary" date = 2024-04-28 +++ Weekly developer meeting summary, 26th April 28th April, 2024 >>>>>>> REPLACE ``` content/blog/1048-weekly-developer-meeting-summary.md ```markdown <<<<<<< SEARCH ======= +++ title = "Weekly developer meeting summary" date = 2024-04-17 +++ Weekly developer meeting summary, 16th April 17th April, 2024 >>>>>>> REPLACE ``` content/blog/1035-weekly-developer-meeting-summary.md ```markdown <<<<<<< SEARCH ======= +++ title = "Weekly developer meeting summary" date = 2024-04-12 +++ Weekly developer meeting summary, April 12th 12th April, 2024 >>>>>>> REPLACE ``` content/blog/1030-weekly-developer-meeting-summary.md ```markdown <<<<<<< SEARCH ======= +++ title = "Weekly developer meeting summary" date = 2024-04-05 +++ Weekly developer meeting summary, April 3rd 5th April, 2024 >>>>>>> REPLACE ``` content/blog/900-weekly-developer-meeting-updating-state-and-performance-optimizations.md ```markdown <<<<<<< SEARCH ======= +++ title = "Weekly Developer Meeting: Updating State and Performance Optimizations" date = 2023-11-22 +++ Weekly Developer Meeting: Updating State and Performance Optimizations 22nd November, 2023 >>>>>>> REPLACE ``` content/blog/882-zero-knowledge-proofs-and-anonymous-reputation-in-freenet.md ```markdown <<<<<<< SEARCH ======= +++ title = "Zero-Knowledge Proofs and Anonymous Reputation in Freenet" date = 2023-10-29 +++ Zero-Knowledge Proofs and Anonymous Reputation in Freenet 29th October, 2023 >>>>>>> REPLACE ``` content/blog/799-proof-of-trust-a-wealth-unbiased-consensus-mechanism-for-distributed-systems.md ```markdown <<<<<<< SEARCH ======= +++ title = "Proof-of-Trust: A Wealth-Unbiased Consensus Mechanism for Distributed Systems" date = 2023-08-28 +++ Proof-of-Trust: A Wealth-Unbiased Consensus Mechanism for Distributed Systems 28th August, 2023 >>>>>>> REPLACE ``` content/blog/456-mitigating-sybil-attacks-in-freenet.md ```markdown <<<<<<< SEARCH ======= +++ title = "Mitigating Sybil attacks in Freenet" date = 2022-06-26 +++ Mitigating Sybil attacks in Freenet 26th June, 2022 >>>>>>> REPLACE ``` These blocks will create individual markdown files for each blog entry, preserving the title and date information.
- Loading branch information