scipost.feeds module¶
-
class
scipost.feeds.
LatestCommentsFeedRSS
[source]¶ Bases:
django.contrib.syndication.views.Feed
-
title
= 'SciPost: Latest Comments'¶
-
description
= 'SciPost: Latest Comments'¶
-
link
= '/comments/'¶
-
-
class
scipost.feeds.
LatestCommentsFeedAtom
[source]¶ Bases:
scipost.feeds.LatestCommentsFeedRSS
-
feed_type
¶ alias of
django.utils.feedgenerator.Atom1Feed
-
subtitle
= 'SciPost: Latest Comments'¶
-
-
class
scipost.feeds.
LatestNewsFeedRSS
[source]¶ Bases:
django.contrib.syndication.views.Feed
-
title
= 'SciPost: Latest News'¶
-
link
= '/news/'¶
-
description
= 'SciPost: recent news and announcements'¶
-
-
class
scipost.feeds.
LatestNewsFeedAtom
[source]¶ Bases:
scipost.feeds.LatestNewsFeedRSS
-
feed_type
¶ alias of
django.utils.feedgenerator.Atom1Feed
-
subtitle
= 'SciPost: recent news and announcements'¶
-
-
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'¶
-
link
= '/submissions/'¶
-
-
class
scipost.feeds.
LatestSubmissionsFeedAtom
[source]¶ Bases:
scipost.feeds.LatestSubmissionsFeedRSS
-
feed_type
¶ alias of
django.utils.feedgenerator.Atom1Feed
-
subtitle
(obj)¶
-
-
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'¶
-
link
= '/journals/'¶
-
-
class
scipost.feeds.
LatestPublicationsFeedAtom
[source]¶ Bases:
scipost.feeds.LatestPublicationsFeedRSS
-
feed_type
¶ alias of
django.utils.feedgenerator.Atom1Feed
-
subtitle
(obj)¶
-