Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/canneverbe/Ketarin
Ketarin - application download helper
https://github.com/canneverbe/Ketarin
administration downloader update-checker
Last synced: 30 days ago
JSON representation
Ketarin - application download helper
- Host: GitHub
- URL: https://github.com/canneverbe/Ketarin
- Owner: canneverbe
- License: other
- Created: 2018-11-03T14:54:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-15T12:52:50.000Z (over 1 year ago)
- Last Synced: 2024-08-03T22:17:23.820Z (4 months ago)
- Topics: administration, downloader, update-checker
- Language: C#
- Homepage: http://ketarin.org/
- Size: 3.4 MB
- Stars: 135
- Watchers: 15
- Forks: 19
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - canneverbe/Ketarin - Ketarin - application download helper (C# #)
README
# Ketarin
Ketarin is a small application which automatically updates setup packages. As opposed to other tools, Ketarin is not meant to keep your system up-to-date, but rather to maintain a compilation of all important setup packages which can then be burned to disc or put on a USB stick.
I created this application, because I couldn't find anything like it when I needed such a functionality. Since I don't want my efforts go to waste, I decided to release it to the public. Ketarin is open source, so you can also extend its functionality to fit your needs (just note that you may not use the icons that ship with it freely as well). I'd also appreciate source code contributions. Ketarin is written in C#, for the .NET Framework 4.5 and uses SQLite as database engine.
## How does it work?
Basically, it monitors the content of web pages for changes and downloads files to a specified location. There is a tutorial explaining it all. Currently, you can either rely on a service based on FileHippo, or you can define your own rules, even using regular expressions (for advanced users). A similar application, for monitoring web pages, is Webmon and has sometimes served as guide.
## Development
[![Build status](https://ci.appveyor.com/api/projects/status/64v9x5oobte4rkaj?svg=true)](https://ci.appveyor.com/project/floele/ketarin)