[Pkg-owncloud-commits] [owncloud-doc] 17/38: Update theming.rst

David Prévot taffit at alioth.debian.org
Fri Sep 27 22:36:51 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch dfsg_clean
in repository owncloud-doc.

commit 099a1b1747e36d98a3bc62f2f467cca14a3ff495
Author: dietmaroc <dietmar at owncloud.com>
Date:   Tue Sep 24 00:52:26 2013 +0200

    Update theming.rst
---
 developer_manual/core/theming.rst |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/developer_manual/core/theming.rst b/developer_manual/core/theming.rst
index 59ba1ef..4ca939f 100644
--- a/developer_manual/core/theming.rst
+++ b/developer_manual/core/theming.rst
@@ -20,15 +20,15 @@ Basically its a good idea to have a developement/test server (e.g. a virualized)
 -----------------
 For successfull theming a webapplication such as ownCloud, one needs to have basic knowledge in the following topics:
 
-* Website Structure with HTML:
-* Programming Dynamic Websites
-* Desinging your webside with CSS
-* Creating or adapting simple graphics or photos
+* Website structure with HTML
+* Programming dynamic websites
+* Designing a website with CSS
+* Creating or adapting graphics or photos
 Because ownCloud is written in PHP there are no static HTML-files found but only CSS files that match the HTML output that comes from PHP.
 
 1.3 Getting started
 -------------------
-The best idea getting starting with a dynamically created website is to inspect it with webdeveloper tools, that are found in almost any browser. They show the generated HTML and the CSS Code, that the client/browser is recieving:
+A good idea getting starting with a dynamically created website is to inspect it with **webdeveloper tools**, that are found in almost any browser. They show the generated HTML and the CSS Code, that the client/browser is recieving:
 With this facts you can easyly determine, where the following object-related attributes for the phenomenons are settled:
 
 * place
@@ -36,7 +36,7 @@ With this facts you can easyly determine, where the following object-related att
 * links
 * graphics
 
-In owncloud standard theme everything is held very simple. This allows you quick adpating. In the standard CSS-file and the standard pictures, that comes with the unchanged new version, reside in /owncloud/themes/default
+In owncloud standard theme everything is held very simple. This allows you quick adpating. In an unchanged ownCloud version css files and the standard pictures reside in /owncloud/themes/default folder.
 The next thing you should do, before starting any changes is:
 Make a backup of your current theme(s) e.g.:
 
@@ -143,8 +143,8 @@ There are different options for doing so:
 .. _GitHub themes repository: https://github.com/owncloud/themes
 .. _here: https://github.com/owncloud/themes/tree/master/example
 
-Notes for Updates
-=================
+6 Notes for Updates
+===================
 
 In case of theming it is recommended to the user,
 not to perform these adaptions inside the folder /themes/default.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git



More information about the Pkg-owncloud-commits mailing list