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

2015-05-18 Thread Raster
WWW-www.enlightenment.org pushed a commit to branch master.

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

commit 91e8bf04d68298711dd37e72fe1743f21b67b208
Author: Raster 
Date:   Mon May 18 02:17:17 2015 -0700

Wiki page start changed with summary [created] by Raster
---
 pages/docs/efl/advanced/start.txt | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/pages/docs/efl/advanced/start.txt 
b/pages/docs/efl/advanced/start.txt
new file mode 100644
index 000..ab552a3
--- /dev/null
+++ b/pages/docs/efl/advanced/start.txt
@@ -0,0 +1,10 @@
+~~Title: Advanced EFL Topics~~
+~~CODE-c~~
+
+{{page>index}}
+
+ Advanced topics with more detail 
+
+These are some more advanced topics for developers, once they have gotten up 
to speed with the [[/docs/efl/start|getting started]] documentation.
+
+  * [[dnd|DND (Drag and Drop)]]
\ No newline at end of file

-- 




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

2015-04-30 Thread Raster
WWW-www.enlightenment.org pushed a commit to branch master.

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

commit 0de4f1e324343eeff6ddb39040e315acf4098ba4
Author: Raster 
Date:   Thu Apr 30 01:40:07 2015 -0700

Wiki page start changed with summary [created] by Raster
---
 pages/docs/c/start.txt | 14 ++
 1 file changed, 14 insertions(+)

diff --git a/pages/docs/c/start.txt b/pages/docs/c/start.txt
new file mode 100644
index 000..0aaa79a
--- /dev/null
+++ b/pages/docs/c/start.txt
@@ -0,0 +1,14 @@
+~~Title: C Primer~~
+~~CODE-c~~
+
+{{page>index}}
+
+ Also See 
+
+Now you have read our less-than-perfect primer on C for those wanting to get 
into developing on EFL or using it from the C APIs we have, you may also want 
to look at the following list of pages and pick up some more information or 
fill in the gaps we do not cover here.
+
+  * [[http://www.cprogramming.com/tutorial/c-tutorial.html|C tutorial]]
+
+
+
+~~DISCUSSIONS~~
\ No newline at end of file

--