import simplejson, xmlrpclib, sqlobject, datetime, urllib from django.utils.httpwrappers import HttpResponse from django.core.extensions import render_to_response from django.models.auth import users from sqlobject import sqlbuilder import http from http.pageGetterBasic import get_page from rss import parser_rss_or_html as parser, opml as opml_parser from model.channel import Channel as model_channel from model import configuration_user as __config_user from model.entry_pool import EntryPool as model_entry_pool from model import channel_entry_user as model_channel_entry_user from model.channel_user import get_model as get_model_channel_user from model.channel_entry import get_entry as get_entry_channel_entry from model.channel_label_user import get_model as get_model_channel_label_user from model.label_user import get_model as get_model_label_user from search.entry import search as search_entry from document.channel_entry import get_channel_entries from util import datetime__ import libwww.func import config @libwww.func.anonymouse_to_404 def getPageFrontpage (request) : __user = request.session.get("user", False) # get user configuration __term = __config_user.get_value( \ __user.id, "entry.frontpage.term") # calculate term __msg = None if __term == "yesterday" : __term = "Yesterday" elif __term == "3days" : __term = "3 days" elif __term == "1week" : __term = "1 week" elif __term == "allunread" : __term = "All Unread" else : __term = "Today" return render_to_response( \ "frontpage/frontpage.partial", \ { \ "term" : __term, \ } \ )
Python is my 1st considered language for new project in these days. Python have power to make something simpler, more flexible and more understanable.
Django is the next generation of web framework, written by Python. it is strong enough to implement anything and flexible just like python.
SQLObject is the Object-model for python. Without SQLObject, agu.ZZim will never be created.
Some of my college said that the author of prototype must be genius. I agreed with that.
If you use python, use twisted. it will deliver everything you want.
Free to use, Free to hack, Free to imagine. Debian make everythin' possible.
The GNU Image Manipulation Program. I just know, good design needs /* GOOD */ designer. It's true, absolutely true.
Lucene is the open source search engine, written in java, PyLucene is python port of Lucene. PyLucene, thank you.
Havn't you heard about linux? Really?! Ohmygod(news). Linux will change your small desktop into powerful machine, yeah, it will be MACHINE!
All the Vampire in the world conquer you!!!
How these great project will be succeded? It's will be remembered as Legend of 21 century.