Skip to content

Add link summary to Atom feed#6

Closed
kxxoling wants to merge 1 commit intolepture:masterfrom
kxxoling:feature/feed-with-link-summary
Closed

Add link summary to Atom feed#6
kxxoling wants to merge 1 commit intolepture:masterfrom
kxxoling:feature/feed-with-link-summary

Conversation

@kxxoling
Copy link
Contributor

No unit test yet...

else:
yield u'<name>Anonymous</name>'
yield u'</author>'
webpage = WebPage.cache.get(topic.webpage) or u''
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why or?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lepture To make sure webpage would be an basestring type when running yield u'<content type="html"><![CDATA[%s]]></content>' % (webpage + topic.html) in line 112. 'before %s after' % None would be 'before None after'.

@kxxoling kxxoling force-pushed the feature/feed-with-link-summary branch from f8df77b to 930beb1 Compare April 19, 2016 02:43
@kxxoling kxxoling closed this Apr 19, 2016
@kxxoling kxxoling deleted the feature/feed-with-link-summary branch April 19, 2016 02:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants