-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
199 additions
and
83 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<buildprofiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/build-profiles.xsd"> | ||
<variables> | ||
<primary-color>emerald</primary-color> | ||
<!-- <custom-favicons>favicon.png</custom-favicons>--> | ||
<!-- <header-logo>my-logo.png</header-logo>--> | ||
<product-web-url>https://docs.matrix.rocks</product-web-url> | ||
<download-title>Matrix Fediverse</download-title> | ||
<download-page>https://matrix.rocks</download-page> | ||
<showDownloadButton>true</showDownloadButton> | ||
</variables> | ||
<build-profile instance="master"> | ||
<variables> | ||
<noindex-content>false</noindex-content> | ||
</variables> | ||
</build-profile> | ||
</buildprofiles> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE terms SYSTEM | ||
"https://resources.jetbrains.com/writerside/1.0/glossary.dtd"> | ||
<terms> | ||
<term name="GUI">Graphical User Interface</term> | ||
<term name="tooltip">Tooltips show a definition when a user hovers over a | ||
term. | ||
</term> | ||
<term name="DNS">Domain Name Service</term> | ||
<term name="rule">Rules most be obeyed, these are laws. Breaking any | ||
rules might very well lead to suspension of your user account. | ||
</term> | ||
<term name="Guidelines">#Guidelines are rules we pledge you to follow, to | ||
make matrix.rocks a pleasant place for the Fediverse and not at least My | ||
Privacy DNS official and public communication channel. | ||
|
||
Guidelines are soft rules, that can leads to suspension of a user | ||
account. | ||
</term> | ||
<term name="Recommendations">Recommendations is as such not rules as this is | ||
soft elastic rules with some room for stretching and bending as long | ||
nobody is hurt or suffers and mostly written to help you make good | ||
tooth's. | ||
</term> | ||
<term name="Porn">Adult contents</term> | ||
<term name="XXX">Adult contents</term> | ||
<term name="Adult">Adult contents</term> | ||
<term name="rRated">Adult contents</term> | ||
<term name="ParentalAdvisory">Adult contents</term> | ||
<term name="aup">Acceptable Use Policy</term> | ||
</terms> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE instance-profile | ||
SYSTEM "https://resources.jetbrains.com/writerside/1.0/product-profile.dtd"> | ||
SYSTEM | ||
"https://resources.jetbrains.com/writerside/1.0/product-profile.dtd"> | ||
|
||
<instance-profile id="master" | ||
name="master" | ||
start-page="starter-topic.md"> | ||
name="Matrix Docs" | ||
start-page="About.topic"> | ||
|
||
<toc-element topic="starter-topic.md"/> | ||
<toc-element topic="About.topic"/> | ||
<toc-element topic="Acceptable-Use-Policy.topic"/> | ||
</instance-profile> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE rules SYSTEM "https://resources.jetbrains.com/writerside/1.0/redirection-rules.dtd"> | ||
<rules> | ||
<!-- format is as follows | ||
<rule id="<unique id>"> | ||
<accepts>page.html</accepts> | ||
</rule> | ||
--> | ||
<rule id="1f697083"> | ||
<description>Created after removal of "Acceptable Use Policy" from master</description> | ||
<accepts>starter-topic.html</accepts> | ||
</rule> | ||
</rules> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE topic | ||
SYSTEM | ||
"https://resources.jetbrains.com/writerside/1.0/xhtml-entities.dtd"> | ||
<topic id="About" | ||
title="About" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/topic.v2.xsd"> | ||
|
||
<p> | ||
Here is the our attempt to make some guidance for | ||
<format color="Crimson">when</format> | ||
and | ||
<format color="Chartreuse">when not</format> | ||
to | ||
use <a href="https://matrix.rocks/tags/SensitiveContents">#SensitiveContents</a> | ||
and/or <a href="https://matrix.rocks/tags/CW">#CW</a> fields. | ||
</p> | ||
|
||
<p> | ||
You can always find actual changes through this public documentation. | ||
</p> | ||
|
||
<chapter id="feedback-and-support" title="Feedback and support"> | ||
Please report any issues, usability improvements, or feature requests | ||
to the | ||
<a href="https://kb.mypdns.org/newIssue?project=MR">My Privacy DNS | ||
project</a> | ||
(you will need to register). | ||
</chapter> | ||
</topic> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE topic | ||
SYSTEM | ||
"https://resources.jetbrains.com/writerside/1.0/xhtml-entities.dtd"> | ||
<topic id="Acceptable-Use-Policy" | ||
title="Acceptable Use Policy" | ||
xmlns="" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/topic.v2.xsd"> | ||
|
||
<p> | ||
Hereby the acceptable use policy for <a href="https://matrix.rocks/"> | ||
matrix.rocks</a>, hereafter refereed to as | ||
<tooltip term="aup">AUP</tooltip> | ||
. | ||
</p> | ||
<p> | ||
This | ||
<tooltip term="aup">AUP</tooltip> | ||
is divided into three types of laws: | ||
</p> | ||
|
||
<tip id="recommendations" title="Recommendations"> | ||
<tooltip term="Recommendations">Recommendations</tooltip> | ||
are as such not rules as this is soft elastic rules with some room | ||
for stretching and bending as long nobody is hurt or suffers and | ||
mostly written to help you make good tooth's. | ||
</tip> | ||
|
||
<note title="Guidelines"> | ||
<tooltip term="Guidelines">Guidelines</tooltip> | ||
are rules we pledge | ||
you to follow, this is to make <a href="https://matrix.rocks/">matrix | ||
.rocks</a> a pleasant place for the Fediverse and not at least My | ||
Privacy DNS official and public communication channel. | ||
|
||
Guidelines are soft rules, that can leads to suspension of a user | ||
account. | ||
</note> | ||
|
||
<warning title="Rules"> | ||
|
||
<tooltip term="rule">Rules</tooltip> | ||
most be obeyed, these are laws. Breaking this rules will lead to | ||
suspension of your user account. | ||
</warning> | ||
|
||
<chapter caps="sentence" title="Contents policy"> | ||
<p> | ||
This is a | ||
<tooltip term="rule">Rule</tooltip> | ||
</p> | ||
<chapter title="Sensitive contents"> | ||
<p> | ||
This chapter is concerning Sexual explicit contents | ||
</p> | ||
<list sorted="asc"> | ||
<li>Adult</li> | ||
<li>Parental Advisory</li> | ||
<li>Porn</li> | ||
<li>R rated</li> | ||
<li>XXX</li> | ||
</list> | ||
|
||
<p> | ||
Adult contents is accepted, but not at the big distribution | ||
central for free as it will eat up our disk space rather | ||
quickly. | ||
</p> | ||
<p> | ||
If anyone would like to use this server as such, they will | ||
donate to the cost of the servers. | ||
</p> | ||
<p> | ||
The donation sum will be calculated as follows: | ||
</p> | ||
<code-block lang="tex"> | ||
\begin{equation} | ||
Your\ donation = \frac{Server\ costs\ * 125\%}{number\ of NSFW | ||
and\ heavy\ media\ usage\ members} | ||
\end{equation} | ||
</code-block> | ||
<p> | ||
You are required to cover this costs in advance. | ||
</p> | ||
<p> | ||
You shall use the contents warning (#cw) in cases where your | ||
message contains explicit text material. | ||
</p> | ||
<p> | ||
You shall mark all explicit media contents as sensitive | ||
according to Sensitive content definition | ||
</p> | ||
</chapter> | ||
</chapter> | ||
|
||
</topic> |
This file was deleted.
Oops, something went wrong.