{"id":18522868,"url":"https://github.com/astro/bitlove-ui","last_synced_at":"2026-03-01T01:02:56.664Z","repository":{"id":65550991,"uuid":"5052357","full_name":"astro/bitlove-ui","owner":"astro","description":"Bitlove.org on Yesod","archived":false,"fork":false,"pushed_at":"2019-01-14T01:56:30.000Z","size":1849,"stargazers_count":31,"open_issues_count":7,"forks_count":8,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-10T03:55:18.898Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://bitlove.org/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/astro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-07-15T00:35:43.000Z","updated_at":"2024-04-21T13:28:33.000Z","dependencies_parsed_at":"2023-01-28T23:00:45.762Z","dependency_job_id":null,"html_url":"https://github.com/astro/bitlove-ui","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/astro/bitlove-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astro%2Fbitlove-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astro%2Fbitlove-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astro%2Fbitlove-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astro%2Fbitlove-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/astro","download_url":"https://codeload.github.com/astro/bitlove-ui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astro%2Fbitlove-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29957128,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T22:53:01.873Z","status":"ssl_error","status_checked_at":"2026-02-28T22:52:50.699Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T17:33:18.806Z","updated_at":"2026-03-01T01:02:56.571Z","avatar_url":"https://github.com/astro.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bitlove (Web Interface)\n\nThe Bitlove web interface is built with Haskell using the Yesod framework. See [Bitlove.org](https://bitlove.org/) for the actual site.\n\nThe Yesod project has [a little book](http://www.yesodweb.com/book). For beginners, read [Real World Haskell](http://book.realworldhaskell.org/read/).\n\n## Installation (for the less experienced)\n\nYou’ll need Haskell, Cabal, PostgreSQL and a UNIX OS. You might want to try the [Haskell Platform](https://www.haskell.org/platform/), available in most package managers.\n\nSome commands need to be adjusted or left off. Start the installation by running the following ones:\n\n    initdb /usr/local/var/postgres -E utf8\n    pg_ctl -D /usr/local/var/postgres start\n    createdb prittorrent\n\nNext get the database dump in your project folder:\n\n    https://spaceboyz.net/~astro/prittorrent-2012-08-27.sql.bz2\n    bzip2 -d prittorrent-2012-08-27.sql.bz2\n\nOpen a shell with `psql prittorrent` and enter:\n\n    CREATE USER prittorrent WITH SUPERUSER PASSWORD '1234';\n    CREATE ROLE postgres;\n    \\i prittorrent-2012-08-27.sql\n    \\q\n    rm prittorrent-2012-08-27.sql\n\nCompile and run:\n\n    cabal update \u0026\u0026 cabal install --only-dependencies\n    yesod devel\n\nNow point your browser to `http://localhost:8081/`.\n\n\n## TODO\n\ntracked: reset gauges on startup\ntracked cleaner loop\nport Tracker.Handler.HTTP to Tracked\n\n\nPBKDF2 auth\n404 → search\n\n* graphs\n  * .torrents checkbox\n  * time navigation\n* filter counters still wrong\n\n* PSHB\n\n* css overflow fixes\n* global statistics numbers\n* change feed URL\n* Feed Links größer\n* \u003citunes:new-feed-url/\u003e\n* \"My feeds\" -\u003e clickable username\n* User -\u003e Shows -\u003e Feeds\n  * Default-Feed\n* Subscribers zählen: Hash(IP + User-Agent) über 24h\n* RFC5005: Feed Archiving\n* Feeds: gzip\n* OAuth für writing API (automatisch Feeds aus Podlove)\n* Overwrite title: current title as template\n* Filter: not only what is on current page\n* de-ch choosable machen\n\n* Per-item pages\n* MapFeed content-type\n* URL longener?\n* Fix empty downloads.type\n* filter.js:\n  * Fix z-index (Android?)\n* New {feeds,downloads}.{lang,summary,type} in:\n  * Downloads Feeds\n  * HTML\n* enforce https for log in\n* `\u003catom:link rel=\"self\"\u003e`\n* `\u003catom:link rel=\"alternate\"\u003e`\n* style:\n  * Fonts\n  * Flattr donate\n* Edit user:\n  * About field\n* Edit feeds:\n  * Add \u0026 fetch immediately\n* graphs:\n  * refactor\n* more configurability\n* Fetch \u0026 display feed summaries\n* Feed summaries: X items, Y torrents\n* OEmbed\n* Installation: automation\n\n\nhttp://bokardo.com/principles-of-user-interface-design/ ← 15\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastro%2Fbitlove-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fastro%2Fbitlove-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastro%2Fbitlove-ui/lists"}