Giter VIP home page Giter VIP logo

bitlove-ui's Introduction

Bitlove (Web Interface)

The Bitlove web interface is built with Haskell using the Yesod framework. See Bitlove.org for the actual site.

The Yesod project has a little book. For beginners, read Real World Haskell.

Installation (for the less experienced)

You’ll need Haskell, Cabal, PostgreSQL and a UNIX OS. You might want to try the Haskell Platform, available in most package managers.

Some commands need to be adjusted or left off. Start the installation by running the following ones:

initdb /usr/local/var/postgres -E utf8
pg_ctl -D /usr/local/var/postgres start
createdb prittorrent

Next get the database dump in your project folder:

https://spaceboyz.net/~astro/prittorrent-2012-08-27.sql.bz2
bzip2 -d prittorrent-2012-08-27.sql.bz2

Open a shell with psql prittorrent and enter:

CREATE USER prittorrent WITH SUPERUSER PASSWORD '1234';
CREATE ROLE postgres;
\i prittorrent-2012-08-27.sql
\q
rm prittorrent-2012-08-27.sql

Compile and run:

cabal update && cabal install --only-dependencies
yesod devel

Now point your browser to http://localhost:8081/.

TODO

PBKDF2 auth 404 → search

  • graphs

    • .torrents checkbox
    • time navigation
  • filter counters still wrong

  • PSHB

  • css overflow fixes

  • global statistics numbers

  • change feed URL

  • Feed Links größer

  • itunes:new-feed-url/

  • "My feeds" -> clickable username

  • User -> Shows -> Feeds

    • Default-Feed
  • Subscribers zählen: Hash(IP + User-Agent) über 24h

  • RFC5005: Feed Archiving

  • Feeds: gzip

  • OAuth für writing API (automatisch Feeds aus Podlove)

  • Overwrite title: current title as template

  • Filter: not only what is on current page

  • de-ch choosable machen

  • Per-item pages

  • MapFeed content-type

  • URL longener?

  • Fix empty downloads.type

  • filter.js:

    • Fix z-index (Android?)
  • New {feeds,downloads}.{lang,summary,type} in:

    • Downloads Feeds
    • HTML
  • enforce https for log in

  • <atom:link rel="self">

  • <atom:link rel="alternate">

  • style:

    • Fonts
    • Flattr donate
  • Edit user:

    • About field
  • Edit feeds:

    • Add & fetch immediately
  • graphs:

    • refactor
  • more configurability

  • Fetch & display feed summaries

  • Feed summaries: X items, Y torrents

  • OEmbed

  • Installation: automation

http://bokardo.com/principles-of-user-interface-design/ ← 15

bitlove-ui's People

Contributors

astro avatar dodo avatar mic92 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.