n/oldblog
Archived
1
0
Fork 0
This repository has been archived on 2024-02-13. You can view files and clone it, but cannot push or open issues or pull requests.
oldblog/modules/backends/conf/debian_org.ini.php
2023-04-30 21:50:11 +02:00

11 lines
356 B
PHP

<?php
$source = "http://www.debian.org/News/";
$filename = "debian_org";
$titlesite = "Debian.org";
$linksite = "http://www.debian.org";
$descriptionsite = "Debian GNU/Linux - Actualités récentes";
$languagesite = "en";
$baseurl = "http://www.debian.org/News/";
$grep = "|<strong><a href=\"News/(.+?)\">(.+?)</a></strong><br>|";
$offset = 0;
?>