From 7312b4254886cf568bd83ca83fb1406c7ba90e6c Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Wed, 2 Aug 2023 20:40:06 +0200 Subject: [PATCH] remove outdated todo list --- README.md | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/README.md b/README.md index fa87fd6f..52a14c85 100755 --- a/README.md +++ b/README.md @@ -28,33 +28,3 @@ hugo new blog/YYYY/MM/DD/some-title/index.md You can then edit the newly created file with your favorite text editor, and add images/resources next to it. - -### Contributing - -Contributions are super welcome! A lot of stuff can be done by pretty much anyone, it just needs to get done! - -#### TODO (necessary for replacing the existing website) - - - [x] Setup Hugo scaffolding. (@mhils) - - [x] Write a new template from scratch to get rid of the existing cruft. (@mhils) - - [x] Setup CI to automatically build the site to https://honeynet.github.io/. (@mhils) - - [x] Add docs for how to add a blog post. (@mhils) - - [x] Migrate existing content - - [x] Front page (remove hot topics + active projects for now?) - - [x] About Us - - [x] About Us - - [x] CoC - - [x] Funding (needs minor updates) - - [x] Papers - - [x] News (what can we do with auto-migration here?) - - [ ] GSoC - - [x] Projects - - [x] FAQ (@mhils) - - [x] Workshops (@mhils) - - [x] Challenges (partially broken on the current website, update with a pointer to https://github.com/honeynet/forensic_challenges) - - [x] Fix social icons in the footer. (@mhils) - -#### TODO (stretch goals) - - - Can we do something smart about "active projects"? Scrape activity stats from GitHub maybe? - - Write new blog entries.