Updated doc doc-dc
authorDamien Correia
Mon, 17 Dec 2018 18:07:56 +0100
branchdoc-dc
changeset 124 696f58cb5bdd
parent 122 7e69ecc9fd43
child 125 c8081c2ffe56
Updated doc
src/source/dev_guide/custom-skin.rst
src/source/dev_guide/howto-i18n.rst
src/source/dev_guide/overring-feature.rst
src/source/glossary.rst
--- a/src/source/dev_guide/custom-skin.rst	Mon Dec 17 17:19:35 2018 +0100
+++ b/src/source/dev_guide/custom-skin.rst	Mon Dec 17 18:07:56 2018 +0100
@@ -2,3 +2,18 @@
 
 Customizing site appearance
 ===========================
+
+Understading layers and skins
+-----------------------------
+
+Creating a new skin
+---------------------
+
+Adding resources
+----------------
+
+Overriding templates
+---------------------
+
+Creating custom renderer
+------------------------
--- a/src/source/dev_guide/howto-i18n.rst	Mon Dec 17 17:19:35 2018 +0100
+++ b/src/source/dev_guide/howto-i18n.rst	Mon Dec 17 18:07:56 2018 +0100
@@ -1,10 +0,0 @@
-.. _howto-i18n:
-
-
-pot-create -o ref.pot scr/
-msgmerge -U def.po ref.pot
-msgfmt def.po
-
-#bin/pot-create -o src/onf_website/locales/onf_website.pot src/
-#msgmerge -U --previous --sort-by-file  src/onf_website/locales/fr/LC_MESSAGES/onf_website.po src/onf_website/locales/onf_website.pot
-#msgfmt  src/onf_website/locales/fr/LC_MESSAGES/onf_website.po -o src/onf_website/locales/fr/LC_MESSAGES/onf_website.mo
--- a/src/source/dev_guide/overring-feature.rst	Mon Dec 17 17:19:35 2018 +0100
+++ b/src/source/dev_guide/overring-feature.rst	Mon Dec 17 18:07:56 2018 +0100
@@ -1,4 +1,5 @@
 .. _overriding:
 
-Creating new PyAMS Packages
-===========================
+
+Overriding PyAMS features
+=========================
--- a/src/source/glossary.rst	Mon Dec 17 17:19:35 2018 +0100
+++ b/src/source/glossary.rst	Mon Dec 17 18:07:56 2018 +0100
@@ -8,19 +8,27 @@
 
 	Administrator
 
-	Back-officer
+	Back-office
+		The back end is what your contributor see and interact with to add and manage  they come to your website.
 
 	Blog
 
 	Component
 
 	Content
+		content consists of text, images, or other information shared in posts. This is separate from the structural
+		design of a web site, which provides a framework into which the content is inserted,
+		and the presentation of a site, which involves graphic design. A Content Management System changes and updates
+		content, rather than the structural or graphic design of a web sit
 
 	Content block or "paragraph"
 
 	Developer
+		A developer, or dev, is a computer programmer who be able to create,
+		modify, and update the software product or the source code.
 
 	Front-office
+		The front end is what your visitors see and interact with when they come to your website.
 
 	ManagerContributor
 
@@ -37,6 +45,12 @@
 	Renderer
 
 	Role
+		A role gives users permission to perform a group of tasks. When a user logs in and is authenticated,
+		the user's role determines which capabilities the user has, and each capability is permission to perform one or
+		more types of task. All users with the same role normally have the same capabilities.
+		For example, users who have the Author role usually have permission to edit their own posts,
+		but not permission to edit other users' posts. WordPress comes with six roles and over fifty capabilities in its
+		role-based access system. Plugins can modify the system.
 
 	Site