Archived
1
0
Fork
You've already forked newsthingy
0
somewhat crappy webbased newsfeed reader
This repository has been archived on 2025年03月31日. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Perl 97.8%
  • CSS 2.2%
Find a file
2014年06月16日 17:55:33 +02:00
lib initial commit 2014年06月16日 17:29:37 +02:00
public initial commit 2014年06月16日 17:29:37 +02:00
templates initial commit 2014年06月16日 17:29:37 +02:00
.gitignore initial commit 2014年06月16日 17:29:37 +02:00
cpanfile initial commit 2014年06月16日 17:29:37 +02:00
cpanfile.snapshot initial commit 2014年06月16日 17:29:37 +02:00
fetch_feeds.pl initial commit 2014年06月16日 17:29:37 +02:00
LICENSE initial commit 2014年06月16日 17:29:37 +02:00
README.md mention fetch_feeds.pl in README 2014年06月16日 17:55:33 +02:00
site.pl initial commit 2014年06月16日 17:29:37 +02:00

Newsthingy

an attempt to create a simple, easy to use, self-hosted web-based feedreader. This is work in progress so it's still crappy (eg. no form validation).

Installation

  • somehow install Carton
  • clone the repo
  • carton install
  • carton exec hypnotoad -f site.pl
  • open http://127.0.0.1:3000 in your browser
  • run carton exec fetch_feeds.pl

Build with