MMLT Reader Prototype System Bookmark and Share

Projects created by our members ...

Re: MMLT Reader Prototype System

Postby victor_lin21 » September 14th, 2008, 5:09 am

akhtet wrote:Currently awaiting our MMLT sys-admin aka victor for

Somebody rage against the machine at corner?
~~dont chu ka rine two nite~~i still latt chu bay bay~~
;)


akhtet wrote:,
1) installing feedparser from feedparser.org (approx 5 min :D)
2) getting mysql db access or SQlite (approx 30 min or less)
3) Django and mod_python(less priority)


Job items 1, 2 and 3 done.
For Item 3, mod_python and Django, you can config through .htaccess for config or let me know specific requirement at vhost level.
Do note these versions..

Code: Select all
#rpm -qa Django mod_python python-feedparser
mod_python-3.2.8-3
Django-0.96-1.fc5
python-feedparser-4.1-1.fc5


Btw, check this out for ya..
http://code.google.com/p/rssdler/
~ penguins are psychiatric. and you keep a secret, we really not penguins at all
~ hacker-nin never play-a-cheap jutsu
~ exploring kernel, networking, security and java
Image
User avatar
victor_lin21
Global Moderator
 
Posts: 780
Joined: July 30th, 2007, 11:36 pm
Location: Singapore

Re: MMLT Reader Prototype System

Postby akhtet » September 16th, 2008, 10:50 pm

Vic,

To make the MMLT reader up-to-date, we have to download the XML files every 12 or 24 hours from MMLT server. What would be a good method to implement this? Can the server be scheduled to run a script once or twice everyday ?
ေအာင္ေက်ာ္ထက္
User avatar
akhtet
Global Moderator
 
Posts: 639
Joined: July 30th, 2007, 8:52 am
Location: Sydney, Australia

Re: MMLT Reader Prototype System

Postby victor_lin21 » September 17th, 2008, 3:00 am

akhtet wrote:Vic,

To make the MMLT reader up-to-date, we have to download the XML files every 12 or 24 hours from MMLT server. What would be a good method to implement this? Can the server be scheduled to run a script once or twice everyday ?


Pls PM me where is the updater-script. I will crond it.
~ penguins are psychiatric. and you keep a secret, we really not penguins at all
~ hacker-nin never play-a-cheap jutsu
~ exploring kernel, networking, security and java
Image
User avatar
victor_lin21
Global Moderator
 
Posts: 780
Joined: July 30th, 2007, 11:36 pm
Location: Singapore

Re: MMLT Reader Prototype System

Postby akhtet » September 19th, 2008, 12:43 pm

Changing plan.

I will transfer the development of web-interface to someone else.
(Will probably be in PHP programming.)

I will keep focus on the development of the core system in Python, MySQL.
ေအာင္ေက်ာ္ထက္
User avatar
akhtet
Global Moderator
 
Posts: 639
Joined: July 30th, 2007, 8:52 am
Location: Sydney, Australia

Re: MMLT Reader Prototype System

Postby akhtet » September 19th, 2008, 4:18 pm

This is a list of functions I have in mind. Please give feedback.

USERS
register user account
modify user account
delete user account

login
logout

FEEDS
user - submit a feed URL
user - delete previously submitted feed URL

TAGS
user - submit a tag (to be used for everyone)
user - delete a submitted tag

TAG SUBSCRIBE
user - subscribe to a tag
user - unsubscribe to a tag

AUTHOR SUSCRIBE
user - subscribes to an author
user - unsubscribes to an author
ေအာင္ေက်ာ္ထက္
User avatar
akhtet
Global Moderator
 
Posts: 639
Joined: July 30th, 2007, 8:52 am
Location: Sydney, Australia

Re: MMLT Reader Prototype System

Postby akhtet » September 19th, 2008, 9:12 pm

DB Design
======

USERS (registered by user)
user_id, user_name, user_password, user_email, user_fullname

FEEDS (submitted by user)
feed_id, feed_url, feed_name, user_id

TAGS (submitted by user)
tag_id, tag_name, user_id

AUTHORS (auto-collected as we find new authors from the feeds)
author_id, author_name

SUBSCRIBED_TAGS (tags subscribed by user)
user_id, tag_id

SUBSCRIBED_AUTHORS (authors subscribed by user)
user_id, author_id

POSTS (auto-fetched from the feeds)
post_id, post_url, post_title, author_id

POSTS_TAGS
post_id, tag_id

READ_POSTS
user_id, post_id
ေအာင္ေက်ာ္ထက္
User avatar
akhtet
Global Moderator
 
Posts: 639
Joined: July 30th, 2007, 8:52 am
Location: Sydney, Australia

Re: MMLT Reader Prototype System

Postby akhtet » September 21st, 2008, 3:59 pm

Proposed site-map.

sitemap.jpeg
ေအာင္ေက်ာ္ထက္
User avatar
akhtet
Global Moderator
 
Posts: 639
Joined: July 30th, 2007, 8:52 am
Location: Sydney, Australia

Re: MMLT Reader Prototype System

Postby akhtet » November 16th, 2008, 12:25 am

Updated to MMLT Reader 0.24.
http://akhtet.mmlt.org/cgi-bin/reader.py

New feature - Can submit new feed URLs and tags online.
ေအာင္ေက်ာ္ထက္
User avatar
akhtet
Global Moderator
 
Posts: 639
Joined: July 30th, 2007, 8:52 am
Location: Sydney, Australia

Re: MMLT Reader Prototype System

Postby akhtet » November 18th, 2008, 7:05 pm

Updated to version 0.25.

Features:
1) Sorted tag, authors and feeds
2) Relocated forms for tag and url submission
3) Feeds are now saved with titles

Need to Cron the fetching and the indexing scripts.
ေအာင္ေက်ာ္ထက္
User avatar
akhtet
Global Moderator
 
Posts: 639
Joined: July 30th, 2007, 8:52 am
Location: Sydney, Australia

Re: MMLT Reader Prototype System

Postby akhtet » November 26th, 2008, 9:17 am

Upgraded to version 0.26.

Feature - Author Synonyms
Allows the users to enter a pair of author names and group the posts together.

For example,
vskl vs. victorlin21
All posts by vskl will now be treated as posts by victorlin21 (more organized)
ေအာင္ေက်ာ္ထက္
User avatar
akhtet
Global Moderator
 
Posts: 639
Joined: July 30th, 2007, 8:52 am
Location: Sydney, Australia

PreviousNext
Bookmark and Share

Return to Project Listings

Who is online

Users browsing this forum: No registered users and 1 guest