[EGIT] [website/www-content] master 01/01: Wiki page start changed with summary [created] by Andrew Williams

2017-11-03 Thread Andrew Williams
WWW-www.enlightenment.org pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=8e379b20a4cebeb57342b47aba8261e173528515

commit 8e379b20a4cebeb57342b47aba8261e173528515
Author: Andrew Williams 
Date:   Fri Nov 3 08:26:41 2017 -0700

Wiki page start changed with summary [created] by Andrew Williams
---
 pages/develop/legacy/api/cpp/start.txt | 18 ++
 1 file changed, 18 insertions(+)

diff --git a/pages/develop/legacy/api/cpp/start.txt 
b/pages/develop/legacy/api/cpp/start.txt
new file mode 100644
index ..048269f1
--- /dev/null
+++ b/pages/develop/legacy/api/cpp/start.txt
@@ -0,0 +1,18 @@
+
+
+function size_to_content(iframe) {
+var padded = iframe.contentWindow.document.body.scrollHeight + 45;
+iframe.height = padded;
+iframe.style.height = padded + 'px';
+}
+
+window.addEventListener('DOMContentLoaded', function(e) {
+var iframe = document.querySelectorAll("iframe")[0];
+iframe.addEventListener('load', function(e) {
+size_to_content(iframe);
+}, true);
+}, true);
+
+
+
+{{url>/develop/legacy/api/c/embed/group__Eina__Cxx.html noborder}}
\ No newline at end of file

-- 




[EGIT] [website/www-content] master 01/01: Wiki page start changed with summary [created] by Andrew Williams

2017-10-31 Thread Andrew Williams
WWW-www.enlightenment.org pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=3db20258194d61c335929055a66339a972dbfb91

commit 3db20258194d61c335929055a66339a972dbfb91
Author: Andrew Williams 
Date:   Tue Oct 31 07:49:48 2017 -0700

Wiki page start changed with summary [created] by Andrew Williams
---
 pages/develop/tutorial/start.txt | 24 
 1 file changed, 24 insertions(+)

diff --git a/pages/develop/tutorial/start.txt b/pages/develop/tutorial/start.txt
new file mode 100644
index ..023fa3e8
--- /dev/null
+++ b/pages/develop/tutorial/start.txt
@@ -0,0 +1,24 @@
+~~Title: EFL Tutorials~~
+
+ EFL Tutorials 
+
+Here is a selection of tutorials that will help you become familiar with some 
details of the EFL modules and APIs. You can approach them in any order, make 
sure you are familiar with the [[develop/efl/start]] guide first.
+
+=== Tutorials ===
+
+  * [[develop/legacy/tutorial/basic_tutorial|Basic Tutorial]]
+  * [[develop/legacy/tutorial/genlist_tutorial|Genlist Tutorial]]
+  * [[develop/legacy/tutorial/panes_tutorial|Panes Tutorial]]
+  * [[develop/legacy/tutorial/form_tutorial|Form Tutorial]]
+  * [[develop/legacy/tutorial/menu_tutorial|Menu Tutorial]]
+  * [[develop/legacy/tutorial/naviframe_tutorial|Naviframe Tutorial]]
+  * [[develop/legacy/tutorial/popup_tutorial|Popup Tutorial]]
+  * [[develop/legacy/tutorial/gl_2d_tutorial|GL 2D Tutorial]]
+  * [[develop/legacy/tutorial/preference_tutorial|Preference Tutorial]]
+  * [[develop/legacy/tutorial/effects_tutorial|Effects Tutorial]]
+  * [[develop/legacy/tutorial/multimedia_tutorial|Multimedia Tutorial]]
+  * [[develop/legacy/tutorial/javascript_tutorial|JavaScript Tutorial]]
+
+=== Samples ===
+
+  * [[develop/legacy/samples/elm_min_size_control|Controlling Minimum Size of 
Widgets]]
\ No newline at end of file

-- 




[EGIT] [website/www-content] master 01/01: Wiki page start changed with summary [created] by Andrew Williams

2017-10-31 Thread Andrew Williams
WWW-www.enlightenment.org pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=dda4a7d44840e334727a4a90b50851607c264c84

commit dda4a7d44840e334727a4a90b50851607c264c84
Author: Andrew Williams 
Date:   Tue Oct 31 07:34:43 2017 -0700

Wiki page start changed with summary [created] by Andrew Williams
---
 pages/develop/legacy/program_guide/start.txt | 23 +++
 1 file changed, 23 insertions(+)

diff --git a/pages/develop/legacy/program_guide/start.txt 
b/pages/develop/legacy/program_guide/start.txt
new file mode 100644
index ..28d0df79
--- /dev/null
+++ b/pages/develop/legacy/program_guide/start.txt
@@ -0,0 +1,23 @@
+~~Title: Programming Guide~~
+
+ Programming Guide 
+
+Welcome to the Programming Guide for the legacy EFL C API. This will introduce 
you to the various concepts and modules provided and run through examples of 
how to get the most out of the modules included in EFL.
+
+=== Guide Contents ===
+
+  * [[/develop/legacy/program_guide/basic_application_structure_pg|Basic 
Application structure]]
+  * [[/develop/legacy/program_guide/eina_pg|Eina]]
+  * [[/develop/legacy/program_guide/connectivity_pg|Connectivity]]
+  * [[/develop/legacy/program_guide/main_loop_pg|Main Loop]]
+  * [[/develop/legacy/program_guide/threading_pg|Threading]]
+  * [[/develop/legacy/program_guide/evas_pg|Evas]]
+  * [[/develop/legacy/program_guide/edje_pg|Edje]]
+  * [[/develop/legacy/program_guide/event_effect_pg|Event and Effect]]
+  * [[/develop/legacy/program_guide/containers_pg|Containers]]
+  * [[/develop/legacy/program_guide/widgets_pg|Widgets]]
+  * [[/develop/legacy/program_guide/focus_ui_pg|Managing UI Component Focus]]
+  * [[/develop/legacy/program_guide/customizing_ui_pg|Customizing UI 
Components]]
+  * [[/develop/legacy/program_guide/scalability_pg|Scalability]]
+  * [[/develop/legacy/program_guide/multilingual_pg|Multilingual]]
+  * [[/develop/legacy/program_guide/evasgl_pg|Evas GL]]

-- 




[EGIT] [website/www-content] master 01/01: Wiki page start changed with summary [created] by Andrew Williams

2017-10-20 Thread Andrew Williams
WWW-www.enlightenment.org pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=7bfd3e3a486fa48581404a5df6d38a8f98f550e4

commit 7bfd3e3a486fa48581404a5df6d38a8f98f550e4
Author: Andrew Williams 
Date:   Fri Oct 20 09:38:19 2017 -0700

Wiki page start changed with summary [created] by Andrew Williams
---
 pages/docs/distros/start.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pages/docs/distros/start.txt b/pages/docs/distros/start.txt
new file mode 100644
index ..2995a4d0
--- /dev/null
+++ b/pages/docs/distros/start.txt
@@ -0,0 +1 @@
+dummy
\ No newline at end of file

-- 




[EGIT] [website/www-content] master 01/01: Wiki page start changed with summary [created] by Andrew Williams

2017-10-20 Thread Andrew Williams
WWW-www.enlightenment.org pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=46c8d3326b95d77a81d84bbb8852c7fe978517db

commit 46c8d3326b95d77a81d84bbb8852c7fe978517db
Author: Andrew Williams 
Date:   Fri Oct 20 08:57:08 2017 -0700

Wiki page start changed with summary [created] by Andrew Williams
---
 pages/develop/efl/advanced/start.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pages/develop/efl/advanced/start.txt 
b/pages/develop/efl/advanced/start.txt
new file mode 100644
index ..2995a4d0
--- /dev/null
+++ b/pages/develop/efl/advanced/start.txt
@@ -0,0 +1 @@
+dummy
\ No newline at end of file

-- 




[EGIT] [website/www-content] master 01/01: Wiki page start changed with summary [created] by Andrew Williams

2017-10-20 Thread Andrew Williams
WWW-www.enlightenment.org pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=6392a5a21b5c65f2ce733572363999074b1ea3d2

commit 6392a5a21b5c65f2ce733572363999074b1ea3d2
Author: Andrew Williams 
Date:   Fri Oct 20 08:53:22 2017 -0700

Wiki page start changed with summary [created] by Andrew Williams
---
 pages/develop/efl/start.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pages/develop/efl/start.txt b/pages/develop/efl/start.txt
index 30d74d25..a459bc24 100644
--- a/pages/develop/efl/start.txt
+++ b/pages/develop/efl/start.txt
@@ -1 +1 @@
-test
\ No newline at end of file
+something
\ No newline at end of file

-- 




[EGIT] [website/www-content] master 01/01: Wiki page start changed with summary [created] by Andrew Williams

2017-10-20 Thread Andrew Williams
WWW-www.enlightenment.org pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=4774fcb4c92119e5f76e53c1974bd64492bbb4c0

commit 4774fcb4c92119e5f76e53c1974bd64492bbb4c0
Author: Andrew Williams 
Date:   Fri Oct 20 08:50:27 2017 -0700

Wiki page start changed with summary [created] by Andrew Williams
---
 pages/develop/efl/start.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pages/develop/efl/start.txt b/pages/develop/efl/start.txt
new file mode 100644
index ..30d74d25
--- /dev/null
+++ b/pages/develop/efl/start.txt
@@ -0,0 +1 @@
+test
\ No newline at end of file

--