Wiki source code of Blog Analysis

Last modified by Vincent Massol on 2024/11/19 16:12

Show last authors
1 {{velocity}}
2 $xwiki.ssx.use("Improvements.WebHome")
3 {{/velocity}}
4
5 == Blogs ==
6
7 A blog can be written by one person only or a group of several persons.
8
9 The most recent article is displayed at the top of the page and older news blobs are gradually being pushed down. After a certain period, e.g. a month, a number of news blobs is 'archived', leaving more space for new articles.
10
11 The author's name is displayed with every article, next to the date and title of the article. Below the article there is usually a possibility for commenting on a article and the number of comments is shown directly below the article.
12
13 Then there is usually also a 'permalink' which is a link that points to the article directly rather than the entire page of article. These permalinks can be used by others to reference the article directly or bookmark it. There can also be a 'trackback' link that points to other blog article that references the article.
14
15 == Questions ==
16
17 === Blog Settings ===
18
19 (% class="statusApproved" %)How do I fast change the name of my blog?
20
21 * (% class="green" %) add an "Edit"/"Settings" clue on the right of Blog Title
22 ** "Edit">"Inline form"
23 ** contains Blog Title, Blog Description, nr of displayed pages
24
25 (% class="statusApproved" %)Display in Dashboard/WebHome, Blog Post different then Wiki Pages
26
27 (% class="typePage" %)One XWiki page(%%)
28 (% class="typeBlog" %)My first blog post(%%)
29 (% class="typePage" %)Another page(%%)
30 (% class="typePage" %)Current page(%%)
31 (% class="typePage" %)Page structure(%%)
32 (% class="typeBlog" %)My second blog post(%%)
33 (% class="typePage" %)Blog Analysis(%%)
34
35 (% class="statusApproved" %)Do we show a tag cloud?
36
37 * **Guillaume:** we could do that in a panel
38
39 (% class="statusApproved" %)Do we show category cloud?
40
41 * **Guillaume:** I think a categories panel already exists
42 * Blog Categories Panel
43
44 (% class="statusNeutral" %)Can I change my blog's theme? appearence? to be different from the current skin?
45
46 * **Guillaume:** right now there's no specific UI for this. You can go to the administration panel of the Blog space and change presentation settings there though.
47
48 (% class="statusDenied" %)Can I change just an article's theme?
49
50 * **Guillaume:** right now, no.
51
52 (% class="statusNeutral" %)Will we integrate statistics for the blog? nr. of posts, visitors, comments? categories, tags?
53
54 * **Guillaume:** XWiki statistics interface is a bit poor right now (one of your next jobs ;-). However statistics about the blog will definitely be recorded when stats are activated. The statistics part should be thought about XWiki-wide, don't worry about it specifically for the blog. It will be addressed later.
55
56 (% class="statusDenied" %)Can we have related blogs on multiple spaces?
57
58 * **Guillaume:** what exactly do you mean? Probably not in the short term.
59
60 (% class="statusDenied" %)Comment Moderation
61
62 (% class="statusNeutral" %)Blog Settings
63
64 * Date Header Format
65
66 === Posts ===
67
68
69
70 (% class="statusApproved" %)"Create new post" should be up, always in the same place, regarding the increasing posts that take it down in page
71
72 (% class="statusApproved" %)Do we display tags for the posts?
73
74 * **Guillaume:** right now tags are being displayed only in the Information tab at the bottom of the page. This could be improved.
75
76 (% class="statusApproved" %)Will I have WYSIWYG editor active?
77
78 * **Guillaume:** once the issue related to using the new WYSIWYG editor in inline mode is fixed, yes. This should happen soon. See [[http://jira.xwiki.org/jira/browse/XWIKI-3275]]
79
80 (% class="statusNeutral" %)Will I have a special options where I can say that I want to have <html> code integrated?
81
82 * **Guillaume:** when using the wiki editor, the user can input html using the ~{~{html}} macro. The wiki editor is currently being improved with a toolbar. It will be made available in inline mode soon. The new WYSIWYG editor also has a built-in feature to insert html content. There's a JIRA issue open to make the new WYSWYG usable in inline mode (inline mode is used when editing blog posts content)
83
84 (% class="statusNeutral" %)Can I post with code content? <code> tags in the content?
85
86 * **Guillaume:** see above answer. The html macro is required to input html code. The new WYSIWYG editor will let the user switch between wiki & WYSIWYG to add wiki markup.
87
88 (% class="statusDenied" %)Do we show related posts?
89
90 * **Guillaume:** this would require additional underlying logic code. Not in the short term.
91
92 (% class="statusDenied" %)Can we have featured posts?
93
94 * posts that are highlighted than others, usually 2 posts displayed like in a magazine
95
96 === Comments ===
97
98 (% class="statusApproved" %) Do we special represent the comment of the holder of the blog? or the author?
99
100 * this could be done quering the rights - the one that have delete/edit rights can be special represented than the readers? they will be representing the "editors"
101 (% class="statusDenied" %)AntiSpam CAPTCHAS

Get Connected