Collection¶
- class ablog.blog.Collection(catalog, label, name=None, href=None, path=None, page=0)¶
基类:
ablog.blog.BlogPageMixinPosts sharing a label, i.e. tag, category, author, or location.
属性摘要
Catalogthat the collection belongs to.Collection page document name.
Collection page document name.
Methods Summary
add(post)Add post to the collection.
relsize([maxsize, minsize])Relative size used in tag clouds.
Attributes Documentation
- catalog¶
Catalogthat the collection belongs to.
- docname¶
Collection page document name.
- path¶
Collection page document name.
Methods Documentation
- add(post)¶
Add post to the collection.
- relsize(maxsize=5, minsize=1)¶
Relative size used in tag clouds.