Skip to content
This repository has been archived by the owner on May 28, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
rewrote app in flask
  • Loading branch information
Matthew Gyurgyik committed Jul 19, 2014
1 parent 5f556fc commit d51d854
Show file tree
Hide file tree
Showing 11 changed files with 314 additions and 440 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -1,5 +1,9 @@
CHANGELOG

07/29/2014
- rewrote app in flask
- store cache in local pickle file (removed dependency on feedcache)

12/12/2011
-Improved load time, by fetching news & pkg info using ajax
-Bad Feed cache will be deleted automatically
Expand Down
51 changes: 0 additions & 51 deletions Example_Server_Config

This file was deleted.

28 changes: 8 additions & 20 deletions README
Expand Up @@ -2,7 +2,7 @@ arch-home
Contact: pyther@pyther.net
Website: http://pyther.net/projects/arch-home/

Description: arch-home is a webpy script that generates an Arch Linux homepage.
Description: arch-home is a flask app that generates an Arch Linux homepage.

Features

Expand All @@ -13,32 +13,20 @@ Features
* Testing Packages in Italics

Link:
http://home.archlinux.ca - Big Thanks to Dusty for hosting this!
http://arch.pyther.net

Dependencies:

* Python 2.6
* flask
* python-feedparser 4.1 - http://www.feedparser.org/
* feedcache 1.3.1 - http://www.doughellmann.com/projects/feedcache/
* webpy >=3.0 - http://webpy.org/
* python-flup (really a webpy depend)


Download:

- Development Code (git): http://github.com/pyther/arch-home
- Stable Releases: http://github.com/pyther/arch-home/downloads

How to use:
Deploying
* http://flask.pocoo.org/docs/deploying/

Configure webserver to use this webpy script. (See Example_Server_Config)

APACHE USERS: Make sure to set SERVER="" to apache otherwise the script will fail to load!


or...

Execute ./index.py - This will uses webpy's built-in devolopment server
Testing
python2 index.py


Bugs/Feature Requests:
Expand All @@ -52,4 +40,4 @@ Notes:

TODO:
*Allow user to exclude testing and community packages

54 changes: 0 additions & 54 deletions arch.py

This file was deleted.

0 comments on commit d51d854

Please sign in to comment.