scipost.feeds module

class scipost.feeds.LatestCommentsFeedRSS[source]

Bases: django.contrib.syndication.views.Feed

title = 'SciPost: Latest Comments'
description = 'SciPost: Latest Comments'
items()[source]
item_title(item)[source]
item_description(item)[source]
class scipost.feeds.LatestCommentsFeedAtom[source]

Bases: scipost.feeds.LatestCommentsFeedRSS

feed_type

alias of django.utils.feedgenerator.Atom1Feed

subtitle = 'SciPost: Latest Comments'
author_name()[source]
item_updateddate(item)[source]
class scipost.feeds.LatestNewsFeedRSS[source]

Bases: django.contrib.syndication.views.Feed

title = 'SciPost: Latest News'
description = 'SciPost: recent news and announcements'
items()[source]
item_title(item)[source]
item_description(item)[source]
class scipost.feeds.LatestNewsFeedAtom[source]

Bases: scipost.feeds.LatestNewsFeedRSS

feed_type

alias of django.utils.feedgenerator.Atom1Feed

subtitle = 'SciPost: recent news and announcements'
author_name()[source]
item_updateddate(item)[source]
class scipost.feeds.LatestSubmissionsFeedRSS[source]

Bases: django.contrib.syndication.views.Feed

title_template = 'feeds/latest_submissions_title.html'
description_template = 'feeds/latest_submissions_description.html'
get_object(request, specialty=None)[source]
title(obj)[source]
description(obj)[source]
items(obj)[source]
class scipost.feeds.LatestSubmissionsFeedAtom[source]

Bases: scipost.feeds.LatestSubmissionsFeedRSS

feed_type

alias of django.utils.feedgenerator.Atom1Feed

subtitle(obj)
author_name()[source]
item_updateddate(item)[source]
class scipost.feeds.LatestPublicationsFeedRSS[source]

Bases: django.contrib.syndication.views.Feed

title_template = 'feeds/latest_publications_title.html'
description_template = 'feeds/latest_publications_description.html'
get_object(request, specialty=None)[source]
title(obj)[source]
description(obj)[source]
items(obj)[source]
class scipost.feeds.LatestPublicationsFeedAtom[source]

Bases: scipost.feeds.LatestPublicationsFeedRSS

feed_type

alias of django.utils.feedgenerator.Atom1Feed

subtitle(obj)
author_name()[source]
item_updateddate(item)[source]
class scipost.feeds.DjangoJobOpeningsFeedRSS[source]

Bases: django.contrib.syndication.views.Feed

title = 'SciPost: Dev Jobs'
description = 'SciPost: Django dev job openings'
items()[source]
item_title(item)[source]
item_description(item)[source]