Index: get-involved/index.html =================================================================== --- get-involved/index.html +++ get-involved/index.html @@ -13,6 +13,7 @@ + @@ -61,7 +62,17 @@

Checkout (Developer)

$ git clone git@git.kde.org:krusader.git
 

Note: Refer to the GitKdeOrgManual for details.

-

Installation

$ cd krusader
+                    

Installation

+ +
+

Note

+

Please read the + INSTALL + file of the Krusader sources, it contains all latest installation instructions.

+
+ +

+
$ cd krusader
 $ cmake -DCMAKE_INSTALL_PREFIX=/usr/
 $ make
 $ su -c "make install"
@@ -73,7 +84,7 @@
 $ su -c "cp krusader.mo /usr/share/locale/de/LC_MESSAGES/"
 

Note: Replace xx in the wget command with a language code (e.g. de). Refer to the l10n.kde.org for a list of available language codes.

-

Building a git snasphot with translations

+

Building a git snapshot with translations

In order to build a snapshot which includes translations, KDE's releaseme script can be used. Here's how it works:

$ git clone git://anongit.kde.org/releaseme
 $ releaseme/tarme.rb --version git`date +%Y%m%d` --origin trunk krusader
Index: static/css/part_of_kde-docs.css
===================================================================
--- /dev/null
+++ static/css/part_of_kde-docs.css
@@ -0,0 +1,29 @@
+/*
+ * Part of the file kde-docs.css -- Style sheets for the KDE documentation generated
+ * HTML.
+ *
+ * Started by Michael Pyne 
+ */
+
+div.tip, div.note, div.warning, div.important {
+    padding: 6pt;
+    padding-top: 3pt;
+}
+
+div.tip > .title, div.warning > .title, div.note > .title, div.important > .title {
+    padding: 4pt 1cm;
+    margin: 0;
+    margin-top: 4pt;
+}
+
+div.note {
+    border: 1px solid #EEE;
+    border-left: 1px solid #888;
+    background: #EFEFEF;
+}
+
+div.note > .title {
+    border: 1px solid #888;
+    background: #CFCFCF;
+    color: #222;
+}