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

Class EntrySitemap

source code


Sitemap for entries

Instance Methods [hide private]
 
items(self)
Return published entries
source code
 
lastmod(self, obj)
Return last modification of an entry
source code

Inherited from django.contrib.sitemaps.Sitemap: get_urls, location

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 = 'never'

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 entries

Overrides: django.contrib.sitemaps.Sitemap.items