jaws-project / jaws

Jaws is a Web Application Framework and Content Management System for building dynamic web sites.
htt://jaws-project.com
39 stars 17 forks source link

Blog output enhancement #52

Closed mkhahani closed 11 years ago

mkhahani commented 11 years ago

We need to create individual function and template for SingleView action of the Blog gadget. This make building themes easy.

mkhahani commented 11 years ago

These changes on Blog templates is suggested:

Categories.html

PostsAuthors.html => Authors.html

RecentComments.html => Comments.html
Comment.html
CommentForm.html
SendComment.html => CommentNotify.html

Entry.html => Post.html
SingleView.html => PostView.html
ViewPage.html => Posts.html
RecentPosts.html => PostsRecent.html
PopularPosts.html => PostsPopular.html
ViewCategory.html => PostsByCategory.html
ViewAuthor.html => PostsByAuthor.html
ViewDate.html => PostsByDate.html

PageNavigation.html
EntryNavigation.html => PostNavigation.html

Archive.html
MonthlyHistory.html
Calendar.html
TagCloud.html => CategoryCloud.html
Trackbacks.html
XMLLinks.html
atom.xsl
afz commented 11 years ago

This is my opinion for changes:

PostsAuthors.html => Authors.html
Entry.html => PostSummary.html
SingleView.html => Post.html
ViewPage.html => Posts.html
RecentPosts.html => RecentPosts.html(no change)
PopularPosts.html => PopularPosts.html(no change)
ViewCategory.html => CategoryPosts.html
ViewAuthor.html => AuthorPosts.html
ViewDate.html => DatePosts.html
EntryNavigation.html => PostNavigation.html
TagCloud.html => CategoryCloud.html
mkhahani commented 11 years ago

done.