The clean & modern RSS server that doesn't give you any crap. https://thearsse.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
J. King 9c65e31457 Add license file and skeleton of readme 7 years ago
lib Fixed more Feed bugs 7 years ago
locale More Feed tests: more cache header handling 7 years ago
sql/SQLite3 NCNv1 feed calls and other changes 7 years ago
tests Fixed more Feed bugs 7 years ago
.gitattributes Converted all hard tabs to soft tabs 7 years ago
.gitignore Changed "NewsSync" to "Arsse" 7 years ago
LICENSE Add license file and skeleton of readme 7 years ago
README.md Add license file and skeleton of readme 7 years ago
autoload.php Eliminated passing of RuntimeData instances 7 years ago
bootstrap.php More Linux/macOS fixes 7 years ago
composer.json More Linux/macOS fixes 7 years ago
composer.lock More Linux/macOS fixes 7 years ago

README.md

Arsse: Advanced RSS Environment

TODO: Fill in stuff

License

Arsse is made available under the permissive MIT license. See the LICENSE file included with the distribution or source code for exact legal text. Dependencies included in the distribution may be governed by other licenses.

Running tests

To run the test suite, you must have Composer installed as well as the command-line PHP interpreter (this is normally required to use Composer). Port 8000 must also be available for use by the built-in PHP Web server.

# first install dependencies
composer install
# run the tests
./tests/test

The example uses Unix syntax, but the test suite also runs in Windows. By default all tests are run; you can pass the same arguments to the test runner as you would to PHPUnit:

./tests/test --testsuite "Configuration"