KDE.org: Difference between revisions

From KDE Community Wiki
No edit summary
m (Reflect current state of kde-www)
Line 15: Line 15:


The webteam works closely with the promo and the sysadmin team in KDE to make sure KDE has a nice working and nice looking web presence.
The webteam works closely with the promo and the sysadmin team in KDE to make sure KDE has a nice working and nice looking web presence.
== Applications ==
See [[KDE.org/applications|kde.org/applications page]].
=== Discussion about kde websites ===
* IRC channel: #kde-www
* Mailinglist: [http://mail.kde.org/mailman/listinfo/kde-www kde-www] See http://kde.org/mailinglists/ for details


== Getting involved ==
== Getting involved ==
Line 30: Line 23:


* [[KDE.org/mediawiki|MediaWiki]]
* [[KDE.org/mediawiki|MediaWiki]]
* [[KDE.org/Jekyll|Jekyll]]
* Drupal
* Drupal
* [[KDE.org/phpBB|phpBB]]
* [[KDE.org/phpBB|phpBB]]
Line 35: Line 29:
* WordPress
* WordPress
* Redmine
* Redmine
* and more


The needs steadily change, and there is always room for coders who are able to contribute HTML, CSS or PHP.
The needs steadily change, and there is always room for coders who are able to contribute HTML, CSS or PHP.


{{Note|Capacity is about to become deprecated, as the mainsite gets prepared to be moved to <del>WordPress</del> Drupal}}
{{Note|Capacity is about to become deprecated, as the mainsite gets prepared to be moved to <del>WordPress</del> <del>Drupal</del> to be decided}}


=== Setting up the website on your computer ===
=== Setting up the website on your computer ===
In order to do any development you will want to have a local version of the websites to test before committing.
In order to do any development you will want to have a local version of the websites to test before committing.
The instructions how to set it up are here [[KDE.org/Local_Setup|Local Website Setup]].
The instructions how to set it up are here [[KDE.org/Local Setup|Local Website Setup]].


=== Working with Wordpress on kde.org ===
=== Discussion about kde websites ===
Note: this is not reflecting the current state of kde.org but will be helpful once kde.org has been ported to neverland and wordpress. [[KDE.org/Wordpress_Help|Wordpress Help]]
* IRC channel: #kde-www
* Mailinglist: [http://mail.kde.org/mailman/listinfo/kde-www kde-www] See http://kde.org/mailinglists/ for details
 
==  Documentation ==
 
=== Documentation for MediaWiki ===
 
KDE's MediaWiki instance are using the [https://www.mediawiki.org/wiki/Manual:Wiki_family#Giant_switch_statement|WIki family setup].
 
The theme is located at [https://invent.kde.org/websites/aether-mediawiki/ Aether-mediawiki gitlab] and the extensions are the following:
 
* ConfirmEdit
* DocumentationTags
* Contribution_Scores
* DynamicPageList_(third-party)
* EmbedVideo
* ImageMap
* ParserFunctions
* MassEditRegex
* LiquidThreads
* SpamBlacklist
* TitleBlacklist
* UserMerge
* Interwiki
* Matomo
* Nuke
* And the translation bundle
 
=== Documentation for the jekyll theme ===
 
You can find the documentation for the jekyll theme in the [https://invent.kde.org/websites/jekyll-kde-theme project README].
 
=== Documentation for the cdn export (webpack) ===
 
The code is available at [https://invent.kde.org/websites/aether-sass/ websites/aether-sass].
 
Websites using this theme:


* Discussion for a new site [[/New Site|here]]
* The wikis: userbase, techbase and community
* kde.org/applications
* kde.org (WIP)


==Documentation for Capacity==
=== Documentation for Capacity ===


The current default framework for many *.kde.org domains
The current default framework for many *.kde.org domains
Line 58: Line 92:
* [[KDE.org/Capacity HOWTO| Capacity HOWTO]]
* [[KDE.org/Capacity HOWTO| Capacity HOWTO]]
* [[KDE.org/kde.org-menu]]
* [[KDE.org/kde.org-menu]]
{{Warning|Probably outdated content below}}
=== Working with Wordpress on kde.org ===
Note: this is not reflecting the current state of kde.org but will be helpful once kde.org has been ported to neverland and wordpress. [[KDE.org/Wordpress_Help|Wordpress Help]]
* Discussion for a new site [[/New Site|here]]


== Themes ==
== Themes ==
Line 74: Line 115:
* [[KDE.org/Meetings/June09|wiki meeting in june 2009]]
* [[KDE.org/Meetings/June09|wiki meeting in june 2009]]
* [[KDE.org/Meetings/Akademy 2009|website meeting at GCDS 2009]]
* [[KDE.org/Meetings/Akademy 2009|website meeting at GCDS 2009]]


==The Team==
==The Team==

Revision as of 21:20, 18 August 2019

Konqi connects to the internet.

Introduction

KDE hosts a variety of websites, from highly dynamic sites to info, documentationational or promotional sites. Volunteering involves very different aspects ranging from

  • writing content
  • moderating in the forum
  • coordinating announcements
  • staying in contact with KDE developers to be aware of latest changes
  • administering dynamic sites like forum, wikis
  • watching out for spammers in those
  • enhancing functionality of the codebase
  • styling/designing the look of our sites
  • etc etc

The webteam works closely with the promo and the sysadmin team in KDE to make sure KDE has a nice working and nice looking web presence.

Getting involved

Coding

There are a variety of options to get involved. KDE websites use either its own framework (Capacity, see below), or one of the well known frameworks around the web. This includes:

The needs steadily change, and there is always room for coders who are able to contribute HTML, CSS or PHP.

Note

Capacity is about to become deprecated, as the mainsite gets prepared to be moved to WordPress Drupal to be decided


Setting up the website on your computer

In order to do any development you will want to have a local version of the websites to test before committing. The instructions how to set it up are here Local Website Setup.

Discussion about kde websites

Documentation

Documentation for MediaWiki

KDE's MediaWiki instance are using the family setup.

The theme is located at Aether-mediawiki gitlab and the extensions are the following:

  • ConfirmEdit
  • DocumentationTags
  • Contribution_Scores
  • DynamicPageList_(third-party)
  • EmbedVideo
  • ImageMap
  • ParserFunctions
  • MassEditRegex
  • LiquidThreads
  • SpamBlacklist
  • TitleBlacklist
  • UserMerge
  • Interwiki
  • Matomo
  • Nuke
  • And the translation bundle

Documentation for the jekyll theme

You can find the documentation for the jekyll theme in the project README.

Documentation for the cdn export (webpack)

The code is available at websites/aether-sass.

Websites using this theme:

  • The wikis: userbase, techbase and community
  • kde.org/applications
  • kde.org (WIP)

Documentation for Capacity

The current default framework for many *.kde.org domains is the /media-framework, aka Capacity. Any documentation about this should go here:

Warning

Probably outdated content below


Working with Wordpress on kde.org

Note: this is not reflecting the current state of kde.org but will be helpful once kde.org has been ported to neverland and wordpress. Wordpress Help

  • Discussion for a new site here

Themes

Site Maintainance

Meetings

The Team

See here

Sub projects