comparison libervia/web/pages/blog/view/page_meta.py @ 1624:fd421f1be8f5 default tip

browser (blog): blog redesign first draft: Redesign the blog in the same spirit as the chat, with a left panel to search/open new blogs, so there is no "selection" page anymore. Reactions are now managed.
author Goffi <goffi@goffi.org>
date Wed, 21 May 2025 15:58:56 +0200
parents eb00d593801d
children
comparison
equal deleted inserted replaced
1623:fdb5689fb826 1624:fd421f1be8f5
19 log = getLogger(__name__) 19 log = getLogger(__name__)
20 20
21 """generic blog (with service/node provided)""" 21 """generic blog (with service/node provided)"""
22 name = 'blog_view' 22 name = 'blog_view'
23 template = "blog/articles.html" 23 template = "blog/articles.html"
24 uri_handlers = {('pubsub', 'microblog'): 'microblog_uri'} 24 # uri_handlers = {('pubsub', 'microblog'): 'microblog_uri'}
25 25
26 URL_LIMIT_MARK = 90 # if canonical URL is longer than that, text will not be appended 26 URL_LIMIT_MARK = 90 # if canonical URL is longer than that, text will not be appended
27 27
28 28
29 def microblog_uri(self, uri_data): 29 def microblog_uri(self, uri_data):