[pLog-svn] r3221 - in plog/trunk: . templates/summary

Oscar Renalias oscar at renalias.net
Mon Apr 10 15:59:06 GMT 2006


I agree that the RSS feeds need to be in place (adapted to the new
features so that we can get a feed for all articles under the global
category of "Religion", for example)

I am not so sure about having more than 5-10 "most read blogs", "most
commented articles" and so on. At least we haven't got any feature
requests related to that yet.

As far as I can tell, it's looking good so far. What we should
consider is integrating the list of articles sorted by global article
category in the front page, and display the list of categories as if
they were tags (sort of like what Technorati does)

Oscar


On 4/10/06, Mark Wu <markplace at gmail.com> wrote:
> Hi All:
>
> I think the summary page already modified to adapt our two new DAOs:
> BlogCategory and GlobalArticleCategory.
>
> Now, user can click on BLOG or POST in the navigation bar. We will show him
> a new page with Category and Items...
>
> So, user can click each category to get the new items list.
>
> BTW, we also can put the blogcategories and globalarticlecategories and make
> them looks like tagClound, it should be very "fancy"
>
> ToDo:
>
> 1. Add rss for blogCategory and GlobalArticleCategory
> 2. Maybe we can have a "more" button for recentblogs, readestBlog,
> ReadestPost ..... But I need to rewrite all current summarystats DAO ...
> 3. ... Others? Need your input.
>
> Mark
>
> > -----Original Message-----
> > From: plog-svn-bounces at devel.lifetype.net
> > [mailto:plog-svn-bounces at devel.lifetype.net] On Behalf Of
> > mark at devel.lifetype.net
> > Sent: Monday, April 10, 2006 10:30 PM
> > To: plog-svn at devel.lifetype.net
> > Subject: [pLog-svn] r3221 - in plog/trunk: . templates/summary
> >
> > Author: mark
> > Date: 2006-04-10 14:29:38 +0000 (Mon, 10 Apr 2006) New Revision: 3221
> >
> > Modified:
> >    plog/trunk/summary.php
> >    plog/trunk/templates/summary/header.template
> > Log:
> > I forgot why I need RankList. I think the rank information
> > already show in summary front page.
> >
> > So, we don't need another page for rank list.
> >
> > Modified: plog/trunk/summary.php
> > ===================================================================
> > --- plog/trunk/summary.php    2006-04-10 14:27:04 UTC (rev 3220)
> > +++ plog/trunk/summary.php    2006-04-10 14:29:38 UTC (rev 3221)
> > @@ -55,7 +55,6 @@
> >      $_actionMap["Default"]       = "SummaryDefaultAction";
> >      $_actionMap["BlogList"]      = "BlogListAction";
> >      $_actionMap["PostList"]      = "PostListAction";
> > -    $_actionMap["RankList"]      = "RankListAction";
> >       $_actionMap["UserList"]      = "UserListAction";
> >       $_actionMap["UserProfile"]   = "UserProfileAction";
> >       $_actionMap["BlogProfile"]   = "BlogProfileAction";
> >
> > Modified: plog/trunk/templates/summary/header.template
> > ===================================================================
> > --- plog/trunk/templates/summary/header.template
> > 2006-04-10 14:27:04 UTC (rev 3220)
> > +++ plog/trunk/templates/summary/header.template
> > 2006-04-10 14:29:38 UTC (rev 3221)
> > @@ -37,7 +37,6 @@
> >               <li class="menuOption"><a
> > href="?op=Summary">{$locale->tr("summary")}</a></li>
> >               <li class="menuOption"><a
> > href="?op=RegisterStep0">{$locale->tr("register")}</a></li>
> >               <li class="menuOption"><a
> > href="?op=PostList">{$locale->tr("post")}</a></li>
> > -             <li class="menuOption"><a
> > href="?op=RankList">{$locale->tr("rank")}</a></li>
> >
> >               <li class="menuOption"><a
> > href="?op=BlogList">{$locale->tr("blogs")}</a></li>
> >               <li class="menuOption"><a
> > href="?op=UserList">{$locale->tr("users")}</a></li>
> >            </ul>
> >
> > _______________________________________________
> > pLog-svn mailing list
> > pLog-svn at devel.lifetype.net
> > http://devel.lifetype.net/mailman/listinfo/plog-svn
>
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.lifetype.net
> http://devel.lifetype.net/mailman/listinfo/plog-svn
>


More information about the pLog-svn mailing list