Package zinnia :: Module sitemaps :: Class AuthorSitemap
[hide private]

Class AuthorSitemap

source code


Sitemap for authors

Instance Methods [hide private]
 
items(self)
Return published authors
source code
 
lastmod(self, obj)
Return last modification of an author
source code
 
location(self, obj)
Return url of an author
source code

Inherited from django.contrib.sitemaps.Sitemap: get_urls

Inherited from django.contrib.sitemaps.Sitemap (private): _get_paginator

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  priority = 0.5
  changefreq = 'monthly'

Inherited from django.contrib.sitemaps.Sitemap: limit

Properties [hide private]

Inherited from django.contrib.sitemaps.Sitemap: paginator

Inherited from object: __class__

Method Details [hide private]

items(self)

source code 

Return published authors

Overrides: django.contrib.sitemaps.Sitemap.items

location(self, obj)

source code 

Return url of an author

Overrides: django.contrib.sitemaps.Sitemap.location