Skip to content

Commit

Permalink
deploy: 0faef53
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Feb 4, 2024
0 parents commit d853391
Show file tree
Hide file tree
Showing 329 changed files with 187,113 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
256 changes: 256 additions & 0 deletions 404.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
wiki.mate-desktop.org
Binary file added brand.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
88 changes: 88 additions & 0 deletions brand.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,788 changes: 2,788 additions & 0 deletions contributing/artwork-and-themes/getting-started/index.html

Large diffs are not rendered by default.

2,727 changes: 2,727 additions & 0 deletions contributing/artwork-and-themes/index.html

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions contributing/artwork-and-themes/index.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>MATEwiki</title>
<link>https://wiki.mate-desktop.org/contributing/artwork-and-themes/</link>
<description>Recent content on MATEwiki</description>
<generator>Hugo -- gohugo.io</generator><atom:link href="https://wiki.mate-desktop.org/contributing/artwork-and-themes/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Getting Started</title>
<link>https://wiki.mate-desktop.org/contributing/artwork-and-themes/getting-started/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>

<guid>https://wiki.mate-desktop.org/contributing/artwork-and-themes/getting-started/</guid>
<description>This page tells you how to get started with creating artwork and themes for the MATE Desktop Environment.
Creating Wallpapers Creating Themes Creating Wallpapers Wallpapers should be relaxing to look at; some people use there computer for long periods of time. The wallpaper therefore should not distract them from whatever they are doing. It is always nice to have some MATE branded wallpapers.</description>
</item>

</channel>
</rss>
2,719 changes: 2,719 additions & 0 deletions contributing/index.html

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions contributing/index.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Contributing on MATEwiki</title>
<link>https://wiki.mate-desktop.org/contributing/</link>
<description>Recent content in Contributing on MATEwiki</description>
<generator>Hugo -- gohugo.io</generator><atom:link href="https://wiki.mate-desktop.org/contributing/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>
2,826 changes: 2,826 additions & 0 deletions contributing/software-development/building-and-installing/index.html

Large diffs are not rendered by default.

2,903 changes: 2,903 additions & 0 deletions contributing/software-development/c-gobject-programming/index.html

Large diffs are not rendered by default.

2,875 changes: 2,875 additions & 0 deletions contributing/software-development/debugging-with-eclipse/index.html

Large diffs are not rendered by default.

2,830 changes: 2,830 additions & 0 deletions contributing/software-development/first-contribution/index.html

Large diffs are not rendered by default.

2,894 changes: 2,894 additions & 0 deletions contributing/software-development/getting-started/index.html

Large diffs are not rendered by default.

2,727 changes: 2,727 additions & 0 deletions contributing/software-development/index.html

Large diffs are not rendered by default.

60 changes: 60 additions & 0 deletions contributing/software-development/index.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>MATEwiki</title>
<link>https://wiki.mate-desktop.org/contributing/software-development/</link>
<description>Recent content on MATEwiki</description>
<generator>Hugo -- gohugo.io</generator><atom:link href="https://wiki.mate-desktop.org/contributing/software-development/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Getting Started</title>
<link>https://wiki.mate-desktop.org/contributing/software-development/getting-started/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>

<guid>https://wiki.mate-desktop.org/contributing/software-development/getting-started/</guid>
<description>We assume you to have basic coding knowledge. If you don&amp;rsquo;t, we recommend that you read the chapters Introduction, Beginning C and Intermediate C of the C Wikibook and make some exercises (or something equivalent).
The MATE Desktop is mostly written in C. Some projects are written in Python or C++.
You should already have a text editor like Pluma, Gedit or Kate and a terminal application like MATE Terminal installed.</description>
</item>

<item>
<title>First Contribution</title>
<link>https://wiki.mate-desktop.org/contributing/software-development/first-contribution/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>

<guid>https://wiki.mate-desktop.org/contributing/software-development/first-contribution/</guid>
<description>If you are looking to make your first contribution, follow the steps below.
Fork the repository Clone the repository Create a branch Make some changes and commit those changes Push changes to GitHub Submit your changes for review Fork the repository Fork the repository by clicking on the fork button on the top of the Github page of the MATE package.</description>
</item>

<item>
<title>Building and Installing</title>
<link>https://wiki.mate-desktop.org/contributing/software-development/building-and-installing/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>

<guid>https://wiki.mate-desktop.org/contributing/software-development/building-and-installing/</guid>
<description>To run the newest version of a MATE project, often it is not enough to build it from source (i.e. it can not be executed with ./my-program). To work properly it need to be installed, because the installation process ensures that all the needed files are copied to the right places.
Building Installing Uninstall Building First make sure you have all dependencies of the package installed:</description>
</item>

<item>
<title>C Programming/GObject</title>
<link>https://wiki.mate-desktop.org/contributing/software-development/c-gobject-programming/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>

<guid>https://wiki.mate-desktop.org/contributing/software-development/c-gobject-programming/</guid>
<description>Although written in C, most MATE applications are heavily based on Object Oriented Programming principles.
Since the C Programming-Language was not created with Object Oriented Programming in mind, it has no explicit support for classes, inheritance, polymorphism and other OO Concepts. Neither does it have its own Virtual Table, which is found in object-oriented languages such C++, Java and C#. Therefore, it might not be as easy to implement an object-oriented programming paradigm using only C&amp;rsquo;s language features and standard library.</description>
</item>

<item>
<title>Debugging with Eclipse</title>
<link>https://wiki.mate-desktop.org/contributing/software-development/debugging-with-eclipse/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>

<guid>https://wiki.mate-desktop.org/contributing/software-development/debugging-with-eclipse/</guid>
<description>This page details the generic process for debugging the MATE desktop environment with Eclipse IDE.
Setting up the development environment Enabling the debug of a MATE component Debugging a MATE component To debug an application that is running To debug an application by launching it Setting up the development environment The installation of the development environment can be done anywhere, on this page we will install it on user home folder.</description>
</item>

</channel>
</rss>
2,785 changes: 2,785 additions & 0 deletions contributing/translation/getting-started/index.html

Large diffs are not rendered by default.

2,727 changes: 2,727 additions & 0 deletions contributing/translation/index.html

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions contributing/translation/index.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>MATEwiki</title>
<link>https://wiki.mate-desktop.org/contributing/translation/</link>
<description>Recent content on MATEwiki</description>
<generator>Hugo -- gohugo.io</generator><atom:link href="https://wiki.mate-desktop.org/contributing/translation/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Getting Started</title>
<link>https://wiki.mate-desktop.org/contributing/translation/getting-started/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>

<guid>https://wiki.mate-desktop.org/contributing/translation/getting-started/</guid>
<description>Initial Setup We use Transifex for translating the MATE Desktop into several languages.
Transifex is a proprietary, web-based translation platform; that is to say, it is a globalization management system (GMS). It targets technical projects with frequently updated content, such as software, documentation, and websites, and encourages the automation of the localization workflow by integrating with the tools used by developers. source How to help translating:</description>
</item>

</channel>
</rss>
122 changes: 122 additions & 0 deletions custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
/* Global customization */

:root {
--code-max-height: 60rem;
}

/* Light mode theming */
:root,
:root[color-mode="light"] {
--header-background: #97BB72;
--header-font-color: #ffffff;

--body-background: #ffffff;
--body-font-color: #343a40;

--button-background: #97BB72;
--button-border-color: #638331;

--link-color: #87A556;
--link-color-visited: #638331;

--code-background: #f5f6f8;
--code-accent-color: #e3e7eb;
--code-accent-color-lite: #eff1f3;

--accent-color: #e9ecef;
--accent-color-lite: #f8f9fa;

--control-icons: #b2bac1;

--footer-background: #2f333e;
--footer-font-color: #ffffff;
--footer-link-color: #ffcc5c;
--footer-link-color-visited: #ffcc5c;
}
@media (prefers-color-scheme: light) {
:root {
--header-background: #97BB72;
--header-font-color: #ffffff;

--body-background: #ffffff;
--body-font-color: #343a40;

--button-background: #97BB72;
--button-border-color: #638331;

--link-color: #87A556;
--link-color-visited: #638331;

--code-background: #f5f6f8;
--code-accent-color: #e3e7eb;
--code-accent-color-lite: #eff1f3;

--accent-color: #e9ecef;
--accent-color-lite: #f8f9fa;

--control-icons: #b2bac1;

--footer-background: #2f333e;
--footer-font-color: #ffffff;
--footer-link-color: #ffcc5c;
--footer-link-color-visited: #ffcc5c;
}
}

/* Dark mode theming */
:root[color-mode="dark"] {
--header-background: #3F592B;
--header-font-color: #ffffff;

--body-background: #343a40;
--body-font-color: #ced3d8;

--button-background: #97BB72;
--button-border-color: #638331;

--link-color: #87A556;
--link-color-visited: #638331;

--code-background: #2f353a;
--code-accent-color: #262b2f;
--code-accent-color-lite: #2b3035;

--accent-color: #2b3035;
--accent-color-lite: #2f353a;

--control-icons: #b2bac1;

--footer-background: #2f333e;
--footer-font-color: #ffffff;
--footer-link-color: #ffcc5c;
--footer-link-color-visited: #ffcc5c;
}
@media (prefers-color-scheme: dark) {
:root {
--header-background: #3F592B;
--header-font-color: #ffffff;

--body-background: #343a40;
--body-font-color: #ced3d8;

--button-background: #97BB72;
--button-border-color: #638331;

--link-color: #87A556;
--link-color-visited: #638331;

--code-background: #2f353a;
--code-accent-color: #262b2f;
--code-accent-color-lite: #2b3035;

--accent-color: #2b3035;
--accent-color-lite: #2f353a;

--control-icons: #b2bac1;

--footer-background: #2f333e;
--footer-font-color: #ffffff;
--footer-link-color: #ffcc5c;
--footer-link-color-visited: #ffcc5c;
}
}
Loading

0 comments on commit d853391

Please sign in to comment.