···11eater
22-Copyright (C) 2026 Olivia 'nuv' Streun and contributors.
22+Copyright (C) 2026 Olivia Streun and contributors.
3344===============================================================================
55OFFICIAL NOTICE: RESERVATION OF RIGHTS & DERIVATIVE WORKS (ART. 4(3) DIR 2019/790)
···11111212 A robots.txt is added to the web interface of this program itself (/robots.txt),
1313 and exists as a file in the root of the code repository available on
1414- <https://tangled.org/nuv.sh/eater> and official mirrors.
1414+ <https://tangled.org/ollie.earth/eater> and official mirrors.
1515161617172. CLARIFICATION ON DERIVATION: For the purpose of Article 1 of this Licence,
+1-1
README.md
···6767- `SMTP_PORT`
6868the sqtp server port ex: 587
6969- `SMTP_USERNAME`
7070-the username to authenticate with the smtp server ex: rss@nuv.direct
7070+the username to authenticate with the smtp server ex: rss@ollie.earth
7171- `SMTP_PASSWORD`
7272the password to use when authenticating with the smtp server
7373
+1-1
db/migrations/20260331190734_initialize.sql
···11-- eater
22--- Copyright (C) 2026 Olivia 'nuv' Streun and contributors. [cite: 4]
22+-- Copyright (C) 2026 Olivia Streun and contributors. [cite: 4]
33--
44-- This software is licensed under the European Union Public Licence (EUPL) v1.2.
55-- You may not use this work except in compliance with the Licence.
+2-2
dev/insert_test_data.gleam
···11// eater
22-// Copyright (C) 2026 Olivia 'nuv' Streun and contributors. [cite: 4]
22+// Copyright (C) 2026 Olivia Streun and contributors. [cite: 4]
33//
44// This software is licensed under the European Union Public Licence (EUPL) v1.2.
55// You may not use this work except in compliance with the Licence.
···29293030 io.println("Inserting test data")
31313232- let test_user = user.new("rss@nuv.direct")
3232+ let test_user = user.new("rss@ollie.earth")
33333434 let assert Ok(_) = database.add_user(test_user, into: database)
3535 as "Failed to insert test user"
+1-1
docs/eater-structure.svg
···11<!--
22eater
33-Copyright (C) 2026 Olivia 'nuv' Streun and contributors. [cite: 4]
33+Copyright (C) 2026 Olivia Streun and contributors. [cite: 4]
4455This software is licensed under the European Union Public Licence (EUPL) v1.2.
66You may not use this work except in compliance with the Licence.
···11// eater
22-// Copyright (C) 2026 Olivia 'nuv' Streun and contributors. [cite: 4]
22+// Copyright (C) 2026 Olivia Streun and contributors. [cite: 4]
33//
44// This software is licensed under the European Union Public Licence (EUPL) v1.2.
55// You may not use this work except in compliance with the Licence.
+1-1
src/eater/feed/rss.gleam
···11// eater
22-// Copyright (C) 2026 Olivia 'nuv' Streun and contributors. [cite: 4]
22+// Copyright (C) 2026 Olivia Streun and contributors. [cite: 4]
33//
44// This software is licensed under the European Union Public Licence (EUPL) v1.2.
55// You may not use this work except in compliance with the Licence.
+1-1
src/eater/fetcher.gleam
···11// eater
22-// Copyright (C) 2026 Olivia 'nuv' Streun and contributors. [cite: 4]
22+// Copyright (C) 2026 Olivia Streun and contributors. [cite: 4]
33//
44// This software is licensed under the European Union Public Licence (EUPL) v1.2.
55// You may not use this work except in compliance with the Licence.
+1-1
src/eater/pubsub.gleam
···11// eater
22-// Copyright (C) 2026 Olivia 'nuv' Streun and contributors. [cite: 4]
22+// Copyright (C) 2026 Olivia Streun and contributors. [cite: 4]
33//
44// This software is licensed under the European Union Public Licence (EUPL) v1.2.
55// You may not use this work except in compliance with the Licence.
+1-1
src/eater/sender.gleam
···11// eater
22-// Copyright (C) 2026 Olivia 'nuv' Streun and contributors. [cite: 4]
22+// Copyright (C) 2026 Olivia Streun and contributors. [cite: 4]
33//
44// This software is licensed under the European Union Public Licence (EUPL) v1.2.
55// You may not use this work except in compliance with the Licence.
+1-1
src/eater/smtp.gleam
···11// eater
22-// Copyright (C) 2026 Olivia 'nuv' Streun and contributors. [cite: 4]
22+// Copyright (C) 2026 Olivia Streun and contributors. [cite: 4]
33//
44// This software is licensed under the European Union Public Licence (EUPL) v1.2.
55// You may not use this work except in compliance with the Licence.
+1-1
src/eater/sql/feeds.sql
···11-- eater
22--- Copyright (C) 2026 Olivia 'nuv' Streun and contributors. [cite: 4]
22+-- Copyright (C) 2026 Olivia Streun and contributors. [cite: 4]
33--
44-- This software is licensed under the European Union Public Licence (EUPL) v1.2.
55-- You may not use this work except in compliance with the Licence.
+1-1
src/eater/sql/subscriptions.sql
···11-- eater
22--- Copyright (C) 2026 Olivia 'nuv' Streun and contributors. [cite: 4]
22+-- Copyright (C) 2026 Olivia Streun and contributors. [cite: 4]
33--
44-- This software is licensed under the European Union Public Licence (EUPL) v1.2.
55-- You may not use this work except in compliance with the Licence.
+1-1
src/eater/sql/users.sql
···11-- eater
22--- Copyright (C) 2026 Olivia 'nuv' Streun and contributors. [cite: 4]
22+-- Copyright (C) 2026 Olivia Streun and contributors. [cite: 4]
33--
44-- This software is licensed under the European Union Public Licence (EUPL) v1.2.
55-- You may not use this work except in compliance with the Licence.
+1-1
src/eater/subscription.gleam
···11// eater
22-// Copyright (C) 2026 Olivia 'nuv' Streun and contributors. [cite: 4]
22+// Copyright (C) 2026 Olivia Streun and contributors. [cite: 4]
33//
44// This software is licensed under the European Union Public Licence (EUPL) v1.2.
55// You may not use this work except in compliance with the Licence.
+1-1
src/eater/ui/main_ui.gleam
···11// eater
22-// Copyright (C) 2026 Olivia 'nuv' Streun and contributors. [cite: 4]
22+// Copyright (C) 2026 Olivia Streun and contributors. [cite: 4]
33//
44// This software is licensed under the European Union Public Licence (EUPL) v1.2.
55// You may not use this work except in compliance with the Licence.
+1-1
src/eater/ui/toaster.gleam
···11// eater
22-// Copyright (C) 2026 Olivia 'nuv' Streun and contributors. [cite: 4]
22+// Copyright (C) 2026 Olivia Streun and contributors. [cite: 4]
33//
44// This software is licensed under the European Union Public Licence (EUPL) v1.2.
55// You may not use this work except in compliance with the Licence.
+1-1
src/eater/user.gleam
···11// eater
22-// Copyright (C) 2026 Olivia 'nuv' Streun and contributors. [cite: 4]
22+// Copyright (C) 2026 Olivia Streun and contributors. [cite: 4]
33//
44// This software is licensed under the European Union Public Licence (EUPL) v1.2.
55// You may not use this work except in compliance with the Licence.