Wiki source code of Blog Components

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 = Blog Components =
6
7 Latest / Recent / New
8
9 == Naming ==
10
11 * Blog
12 ** (__Create__, Add, Save) new blog;
13 ** - (Edit, Modify, Rename) blog;
14 ** - (Delete, Remove) this blog;
15 * Post (__Post__, Article, Entry, Page)
16 ** (__Create__, Add, Save) new post;
17 ** (__Edit__, Modify, Rename) post;
18 ** (__Delete__, Remove) this post;
19 * Categories
20 ** (Create, __Add__, Save) new category;
21 ** - (Edit, Modify, Rename) category;
22 ** (__Delete__, Remove) category;
23 * Comment
24 ** (Create, __Add__, Save) new comment;
25 ** - (Edit, Modify, Rename) comment;
26 ** (__Reply__) comment;
27 ** (__Delete__, Remove) this comment;
28 * Tag
29 ** (Create, Add, __Save__) new tag; (% class="pink" %) change to Add or Create
30 ** (Edit, Modify, __Rename__) tag;
31 ** (__Delete__, Remove);
32 *** Delete tag -> Delete that tag from ALL pages that have it (you can't select multiple pages) (ALL | one-on-one)
33
34 == Icons + Actions (Add, Edit, Delete, View, Manage) ==
35
36
37
38 * Blogs
39 ** Add
40 *** (% class="green" %) Manage (%%) blogs (http://localhost:8080/xwiki/bin/view/Blog/Management)
41 ** (% class="red" %) Edit
42 ** (% class="red" %) Delete
43 ** View
44 *** (% class="green" %) Manage (%%) blogs (http://localhost:8080/xwiki/bin/view/Blog/Management)
45 ** (% class="green" %) Manage (%%) blogs (Add, View)
46 *** (http://localhost:8080/xwiki/bin/view/Blog/Management)
47
48 * Post
49 ** Add
50 *** (Add post)
51 *** Add categories for post
52 *** Add tags for post
53 ** Edit
54 *** (Edit post)
55 *** Edit categories for post
56 *** Edit tags for post
57 **** Edit post
58 **** Post#information
59 ** Delete post
60 ** View Posts
61 *** All Posts
62 *** Published Posts
63 **** Published Posts (% class="orange" %)Panel
64 *** Unpublished Posts
65 **** Unpublished Posts (% class="orange" %)Panel
66 *** Arhived Posts
67 **** Blog Arhive (% class="orange" %)Panel
68 ** (% class="red" %) Manage (%%) posts
69 ** Published post
70 ** Unpublished post (+ Scheduled post) (+Hide post)
71
72 * Category
73 ** Add
74 *** Add category (nested)
75 **** (Add Post)
76 **** (Edit Post)
77 **** (% class="green" %) Manage (%%)(http://localhost:8080/xwiki/bin/view/Blog/ManageCategories)
78 *** Add post in category (nested)
79 **** (Add Post)
80 **** (Edit Post)
81 ** (% class="red" %)Edit
82 ** Delete
83 *** Delete Category
84 **** (% class="green" %) Manage (%%)(http://localhost:8080/xwiki/bin/view/Blog/ManageCategories)
85 *** Remove category from post
86 **** (Edit Post)
87 ** View category
88 *** (Add Post)
89 *** (Edit Post)
90 *** (% class="green" %) Manage (%%) categories (http://localhost:8080/xwiki/bin/view/Blog/ManageCategories)
91 *** Blog Categories (% class="orange" %)Panel
92 ** (% class="green" %) Manage (%%) categories
93 *** Manage categories (Add, Delete, View)
94 **** (http://localhost:8080/xwiki/bin/view/Blog/ManageCategories)
95 **** (Edit Categories)
96 ***** Blog Categories (% class="orange" %)Panel
97
98 * (% class="green" %) Management
99 (%%)** Blog (Add, View)**
100 **
101 *** (http://localhost:8080/xwiki/bin/view/Blog/Management)
102 ** Categories (Add, Delete, View)
103 *** (http://localhost:8080/xwiki/bin/view/Blog/ManageCategories)
104
105 == Related Actions ==
106
107 * Add / Edit Posts (contain the same structure with empty / filled fields)
108 * Published / Unpublished icons (contrastant as actions)

Get Connected