0 Votes

Changes for page Home

Last modified by Ryan C on 2025/09/10 18:07

From version 35.1
edited by Ryan C
on 2025/06/02 08:50
Change comment: Install extension [org.xwiki.platform:xwiki-platform-distribution-flavor-common/17.4.0]
To version 52.1
edited by Ryan C
on 2025/09/10 18:07
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,40 +1,90 @@
1 -== Welcome to your wiki ==
1 += Welcome to the Free Speech Wiki =
2 2  
3 -XWiki is the best tool to organize your knowledge. A //wiki// is organized in a hierarchy of //pages//. You can create multiple wikis, each with its own set of pages.
3 +[[image:white.webp||data-xwiki-image-style-alignment="end" height="263" style="border:1px solid #cccccc; margin-bottom:15px; margin-left:20px" width="460"]]
4 4  
5 -XWiki can be used as a knowledge base (support, documentation, sales, etc.), for collaborative workspaces or even as a complete intranet.
6 6  
7 -== The basics ==
6 +This is a **Pro-White Wikipedia** project aiming to unite the scattered White lone wolves into an anonymous force of reckoning in today’s culture and information war.
8 8  
9 -To make the most out of your wiki, log-in and:
8 +== What sets this apart from sites like Metapedia? ==
10 10  
11 -Use the {{displayIcon name="pencil"/}} button above to //edit// this page and start customizing your wiki to your needs.
10 +I'm aiming to do something different than what other Wiki sites do. [[Metapedia >>https://Metapedia.org]] is great as an alternative to Wikipedia for exploring controversial topics, and I highly encourage people to check them out and contribute to them as well. This site is more focused on documenting incidents and evidence. The sheer volume of antiwhite incidents, media coverage, articles, studies, and videos that come out every day showcasing the reality that the mainstream media hides from public view is astonishing. Most people have no idea how much it permeates all corners of our society. I want to provide a place for people to upload all these incidents easily and anonymously, as well as show some in depth explanations of certain things like the Great Replacement, with many pieces of evidence all presented together as a whole.
12 12  
13 -Use the {{displayIcon name="add"/}} button above to //add// more pages to your wiki and create the //hierarchy// that best organizes your content.
12 +== The Only Rules ==
14 14  
15 -Use the {{displayIcon name="home"/}} breadcrumbs located above the title to //navigate// inside your pages. It's easy to get lost in a big wiki without them.
14 +* **No porn** — Get out and procreate instead of watching porn.
15 +* **Nothing illegal** — This platform is censorship-resistant *as long as* content stays legal.
16 16  
17 -You can also use the [[Sandbox>>Sandbox.WebHome]] for more demo content and generally a place to experiment with your wiki's features.
17 +[[Here>>path:/bin/view/Start/]] is a good place to begin if you want to know more about the project.
18 18  
19 - {{box}}Learn more on how to use XWiki with the [[Getting Started Guide>>https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/GettingStarted/WebHome]].{{/box}}
19 +{{velocity}}
20 +#set($hql = "select doc.fullName, lower(att.filename), att.filename from XWikiDocument as doc, XWikiAttachment as att where doc.id = att.docId and (lower(att.filename) like :e1 or lower(att.filename) like :e2 or lower(att.filename) like :e3 or lower(att.filename) like :e4 or lower(att.filename) like :e5 or lower(att.filename) like :e6 or lower(att.filename) like :e7)")
20 20  
21 -(% class="row" %)
22 -(((
23 -(% class="col-xs-12 col-sm-6" %)
24 -(((
25 -== Extend your wiki ==
22 +#set($q = $services.query.hql($hql))
23 +#set($q = $q.bindValue('e1','%.mp4'))
24 +#set($q = $q.bindValue('e2','%.avi'))
25 +#set($q = $q.bindValue('e3','%.mov'))
26 +#set($q = $q.bindValue('e4','%.wmv'))
27 +#set($q = $q.bindValue('e5','%.flv'))
28 +#set($q = $q.bindValue('e6','%.webm'))
29 +#set($q = $q.bindValue('e7','%.mkv'))
30 +#set($rows = $q.execute())
26 26  
27 -To extend the power and functionalities of your wiki with the features that //you// need, head over to the [[Extension Manager>>XWiki.XWikiPreferences||queryString="editor=globaladmin&section=XWiki.Extensions"]] where you can search for and install extensions.
32 +#if($rows && $rows.size() > 0)
33 + #set($today = $datetool.get('yyyy-MM-dd'))
34 + #set($index = $mathtool.abs($today.hashCode()) % $rows.size())
35 + #set($row = $rows.get($index))
28 28  
29 -To browse through the 900+ community contributed extensions available for XWiki, head over to the [[Extensions Repository>>https://extensions.xwiki.org]].
30 -)))
37 + #set($docName = $row.get(0))
38 + #set($lname = $row.get(1))
39 + #set($fname = $row.get(2))
31 31  
32 -(% class="col-xs-12 col-sm-6" %)
33 -(((
34 -== Create your application ==
41 + #set($doc = $xwiki.getDocument($docName))
42 + #set($title = $doc.getDisplayTitle())
43 + #set($pageURL = $xwiki.getURL($docName))
44 + #set($attURL = $doc.getAttachmentURL($fname))
45 + #set($dlURL = $xwiki.getURL($docName, 'download', "filename=$escapetool.url($fname)"))
35 35  
36 -Go beyond the available extensions and define the //structure// of your data based on //your// needs, creating //your// own applications with [[App Within Minutes>>AppWithinMinutes]] (AWM).
47 + #set($videoType = 'video/mp4')
48 + #if($lname.endsWith('.webm'))
49 + #set($videoType = 'video/webm')
50 + #elseif($lname.endsWith('.avi'))
51 + #set($videoType = 'video/x-msvideo')
52 + #elseif($lname.endsWith('.mov'))
53 + #set($videoType = 'video/quicktime')
54 + #end
37 37  
38 -AWM will take care of making it easy for you and your users to create and manage the data.
39 -)))
40 -)))
56 + ## Render actual HTML
57 + {{html wiki="false" clean="false"}}
58 + <div class="daily-video-container" style="margin:20px 0;padding:20px;border:1px solid #ddd;border-radius:8px;background-color:#f9f9f9;">
59 + <h3 style="margin-top:0;color:#333;">Today's Featured Video</h3>
60 + <div class="video-info" style="margin-bottom:15px;">
61 + <strong>From:</strong> <a href="${pageURL}">${title}</a><br/>
62 + <strong>File:</strong> ${escapetool.xml($fname)}<br/>
63 + <small style="color:#666;">Video changes daily</small>
64 + </div>
65 + <video width="100%" height="auto" controls preload="metadata" style="max-width:600px;border-radius:4px;">
66 + <source src="${attURL}" type="${videoType}"/>
67 + <p>Your browser doesn't support HTML5 video. <a href="${dlURL}">Download the video</a> instead.</p>
68 + </video>
69 + <div style="margin-top:10px;text-align:center;">
70 + <small style="color:#888;">Found ${rows.size()} total videos • <a href="${dlURL}" download="${escapetool.xml($fname)}">Download</a></small>
71 + </div>
72 + </div>
73 + {{/html}}
74 +#else
75 + {{html wiki="false" clean="false"}}
76 + <div style="margin:20px 0;padding:20px;border:1px solid #ffa500;border-radius:8px;background-color:#fff3cd;color:#856404;">
77 + <h3 style="margin-top:0;">No Videos Found</h3>
78 + <p>No video files were found in your XWiki site. Upload videos to any page to see them featured here.</p>
79 + </div>
80 + {{/html}}
81 +#end
82 +{{/velocity}}
83 +
84 +
85 +
86 +== Announcements ==
87 +
88 +{{include reference="Announcements.WebHome"/}}
89 +
90 +== ==
white.webp
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.AdminAngriff
Size
... ... @@ -1,0 +1,1 @@
1 +501.1 KB
Content
XWiki.XWikiComments[0]
Date
... ... @@ -1,0 +1,1 @@
1 +2025-06-03 11:40:15.233
Author
... ... @@ -1,0 +1,1 @@
1 +George floyd
Comment
... ... @@ -1,0 +1,1 @@
1 +I cant breathe
XWiki.XWikiComments[1]
Date
... ... @@ -1,0 +1,1 @@
1 +2025-06-27 14:49:26.701
Author
... ... @@ -1,0 +1,1 @@
1 +Anonymous
Comment
... ... @@ -1,0 +1,1 @@
1 +White House
XWiki.XWikiRights[0]
Allow/Deny
... ... @@ -1,0 +1,1 @@
1 +Allow
Groups
... ... @@ -1,0 +1,1 @@
1 +XWiki.Group Leaders
Levels
... ... @@ -1,0 +1,1 @@
1 +view
XWiki.XWikiRights[1]
Allow/Deny
... ... @@ -1,0 +1,1 @@
1 +Allow
Groups
... ... @@ -1,0 +1,1 @@
1 +XWiki.Moderators
Levels
... ... @@ -1,0 +1,1 @@
1 +view
XWiki.XWikiRights[2]
Allow/Deny
... ... @@ -1,0 +1,1 @@
1 +Allow
Groups
... ... @@ -1,0 +1,1 @@
1 +XWiki.XWikiAdminGroup
Levels
... ... @@ -1,0 +1,1 @@
1 +view
XWiki.XWikiRights[3]
Allow/Deny
... ... @@ -1,0 +1,1 @@
1 +Allow
Groups
... ... @@ -1,0 +1,1 @@
1 +XWiki.XWikiAllGroup
Levels
... ... @@ -1,0 +1,1 @@
1 +view
XWiki.XWikiRights[4]
Allow/Deny
... ... @@ -1,0 +1,1 @@
1 +Allow
Groups
... ... @@ -1,0 +1,1 @@
1 +XWiki.XWikiGuest
Levels
... ... @@ -1,0 +1,1 @@
1 +view
XWiki.XWikiRights[5]
Allow/Deny
... ... @@ -1,0 +1,1 @@
1 +Allow
Users
... ... @@ -1,0 +1,1 @@
1 +XWiki.XWikiGuest
Levels
... ... @@ -1,0 +1,1 @@
1 +view