blob: 9eb0d63fa863b61b211b47655c94ac8dac0fab1c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
;;; -*- lisp-data -*-
;;; guix-forge --- Guix software forge meta-service
;;; Copyright © 2025, 2026 Arun Isaac <arunisaac@systemreboot.net>
;;;
;;; This file is part of guix-forge.
;;;
;;; guix-forge is free software: you can redistribute it and/or modify
;;; it under the terms of the GNU General Public License as published
;;; by the Free Software Foundation, either version 3 of the License,
;;; or (at your option) any later version.
;;;
;;; guix-forge is distributed in the hope that it will be useful, but
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
;;; General Public License for more details.
;;;
;;; You should have received a copy of the GNU General Public License
;;; along with guix-forge. If not, see
;;; <https://www.gnu.org/licenses/>.
(channel-news
(version 0)
(entry (commit "3c8dc85a584c98bc90088ec1c85933d4d10e7383")
(title (en "We now have news!")
(ta "அறிமுகம் செய்திகள்!"))
(body (en "We now have news in this channel. Hopefully, there will be something
to say in the future!")
(ta "இவ்வலைவரிசையில் இப்போது செய்திகள் உள்ளன. வருங்காலத்தில் சொல்வதற்கு ஏதாவது
இருக்கமென நம்புகிறோம்!")))
(entry (commit "3bf70c5c6d51ecdc9fc3671b483c00cf3a90ceb4")
(title (en "New Anubis service")
(ta "புதிய Anubis பணி"))
(body (en "We have a new Anubis package and service. @code{<forge-nginx-server-configuration>} now comes with a new @code{anubis?} field to enable Anubis protection.")
(ta "அறிமுகம் புதிய Anubis நிரல்பொதியும் பணியும். Anubis பாதுகாப்பை அமைக்க @code{<forge-nginx-server-configuration>} @code{anubis?} என்னும் புதிய களத்தைப் பெற்றது.")))
(entry (commit "321bfd3891c23fceba2660ff68a17febb6083465")
(title (en "cgit now has Anubis protection")
(ta "cgit Anubis பாதுகாப்பு பெற்றது"))
(body (en "cgit now has Anubis protection. Hopefully that will make the onslaught of AI crawlers more bearable.")
(ta "cgit Anubis பாதுகாப்பு பெற்றது. செயற்கை நுண்ணறிவு இயலிகளின் கொடுமைகளைக் கட்டுப்படுத்த உதவுமென நம்புகிறோம்."))))
|