Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug867259 into lp:~zorba-coders/zorba/website

2013-04-23 Thread William Candillon
The way we published tutorials in the past were via blog entries like at 
http://www.zorba-xquery.com/html/entry/2012/09/26/XQDoc

What do you think?
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug867259/+merge/160199
Your team Zorba Coders is subscribed to branch lp:~zorba-coders/zorba/website.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug867259 into lp:~zorba-coders/zorba/website

2013-04-23 Thread Rodolfo Ochoa
Open tutorial.html on your browser and you'll see.

-Rodolfo


On Tue, Apr 23, 2013 at 1:12 PM, William Candillon <
william.candil...@28msec.com> wrote:

> What is this new public/tutorials/css/all.css file?
> --
> https://code.launchpad.net/~zorba-coders/zorba/bug867259/+merge/160199
> You proposed lp:~zorba-coders/zorba/bug867259 for merging.
>

-- 
https://code.launchpad.net/~zorba-coders/zorba/bug867259/+merge/160199
Your team Zorba Coders is subscribed to branch lp:~zorba-coders/zorba/website.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug867259 into lp:~zorba-coders/zorba/website

2013-04-23 Thread William Candillon
What is this new public/tutorials/css/all.css file?
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug867259/+merge/160199
Your team Zorba Coders is subscribed to branch lp:~zorba-coders/zorba/website.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bug867259 into lp:~zorba-coders/zorba/website

2013-04-22 Thread Rodolfo Ochoa
Rodolfo Ochoa has proposed merging lp:~zorba-coders/zorba/bug867259 into 
lp:~zorba-coders/zorba/website.

Requested reviews:
  Rodolfo Ochoa (rodolfo-ochoa)
Related bugs:
  Bug #867259 in Zorba: "Update Image tutorial"
  https://bugs.launchpad.net/zorba/+bug/867259

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug867259/+merge/160199
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug867259/+merge/160199
Your team Zorba Coders is subscribed to branch lp:~zorba-coders/zorba/website.
=== modified file 'public/favicon.ico'
Binary files public/favicon.ico	2011-12-29 13:54:46 + and public/favicon.ico	2013-04-22 20:09:27 + differ
=== added directory 'public/tutorials/css'
=== added file 'public/tutorials/css/all.css'
--- public/tutorials/css/all.css	1970-01-01 00:00:00 +
+++ public/tutorials/css/all.css	2013-04-22 20:09:27 +
@@ -0,0 +1,721 @@
+html, body, div, span, applet, object, iframe,
+h1, h2, h3, h4, h5, h6, p, blockquote, pre,
+a, abbr, acronym, address, big, cite, code,
+del, dfn, em, img, ins, kbd, q, s, samp,
+small, strike, strong, tt, var,
+b, u, i, center,
+dl, dt, dd, ol, ul, li,
+fieldset, form, label, legend,
+table, caption, tbody, tfoot, thead, tr, th, td,
+article, aside, canvas, details, embed, 
+figure, figcaption, footer, header, hgroup, 
+menu, nav, output, ruby, section, summary,
+time, mark, audio, video{
+	margin:0;
+	padding:0;
+	border:0;
+	font-size:100%;
+	font: inherit;
+	vertical-align:baseline;
+}
+/* HTML5 display-role reset for older browsers */
+article, aside, details, figcaption, figure, 
+footer, header, hgroup, menu, nav, section {
+	display: block;
+}
+ol, ul {list-style:none;}
+blockquote, q{quotes:none;}
+blockquote:before, blockquote:after,
+q:before, q:after{
+	content:'';
+	content:none;
+}
+table{
+	border-collapse:collapse;
+	border-spacing:0;
+}
+html{background:url(../images/bg-page.gif);}
+
+body
+{
+	margin:0;
+	background:url(../images/bg-body.png) repeat-x;
+	min-width:1002px;
+	font-size: 14px;
+  font-family: "lucida grande", "lucida sans unicode", helvetica, arial, verdana, sans-serif;
+  /*color: #717276;*/
+  color: #2F3742;
+}
+i {
+font-style: italic;
+}
+img{border-style:none;}
+a{
+	text-decoration:underline;
+	color:#31b2ee;
+}
+a:hover{text-decoration:none;}
+
+#wrapper{
+	width:1002px;
+	margin:0 auto;
+	overflow:hidden;
+}
+#header{
+	overflow:hidden;
+	padding:22px 10px 24px 17px;
+}
+.logo{
+	background:url(../images/logo.png) no-repeat;
+	text-indent:-px;
+	overflow:hidden;
+	width:200px;
+	height:73px;
+	float:left;
+	margin:-6px 0 0;
+}
+.logo a{
+	height:100%;
+	display:block;
+}
+#nav{
+	float:right;
+	margin:0 38px 0 0;
+	font-weight:bold;
+}
+#nav li{
+	float:left;
+	padding:0 19px 0 21px;
+}
+#nav a{
+	color:#7e8ea6;
+	padding:30px 0 0;
+	text-decoration:none;
+}
+#nav .documentation,
+#nav .demo,
+#nav .modules,
+#nav .tools,
+#nav .blog,
+#nav .code,
+#nav .download{
+	background:url(../images/bg-nav.png) no-repeat 50% 0;
+	display:block;
+	text-align:center;
+}
+#nav .demo{background-position:50% -183px;}
+#nav .modules{background-position:50% -442px;}
+#nav .tools{background-position:50% -973px;}
+#nav .blog{background-position:50% -1239px;}
+#nav .code{background-position:50% -708px;}
+#nav .download{background-position:50% -1432px;}
+#nav .active a,
+#nav .documentation:hover{background-position:50% -96px;}
+#nav .demo:hover{background-position:50% -308px;}
+#nav .modules:hover{background-position:50% -567px;}
+#nav .tools:hover{background-position:50% -1091px;}
+#nav .blog:hover{background-position:50% -1345px;}
+#nav .code:hover{background-position:50% -840px;}
+#nav .download:hover{background-position:50% -1547px;}
+
+#nav .active .documentation { background-position:50% -96px;}
+#nav .active .demo { background-position:50% -308px;}
+#nav .active .modules { background-position:50% -567px;}
+#nav .active .tools { background-position:50% -1091px;}
+#nav .active .blog { background-position:50% -1345px;}
+#nav .active .code { background-position:50% -840px;}
+#nav .active .download { background-position:50% -1547px;}
+
+#nav .active a,
+#nav a:hover{
+	color:#324c73;
+	text-decoration:none;
+}
+#main{
+	padding:7px 0 0;
+	width:975px;
+	margin:0 auto;
+	background:url(../images/bg-main.png) no-repeat;
+}
+.main-holder{
+	background:url(../images/bg-main.png) no-repeat -1950px 100%;
+	padding:0 0 11px;
+}
+.main-frame{
+	background:url(../images/bg-main.png) repeat-y -975px 0;
+	padding:0 30px 57px;
+	width:915px;
+}
+
+.download-block .frame:after,
+.main-frame:after{
+	content:'';
+	display:block;
+	clear:both;
+}
+.slider{
+	overflow:hidden;
+	position:relative;
+	margin:0 -43px;
+	width:1002px;
+}
+.slider .frame{
+	width:830px;
+	overflow:hidden;
+	position:relative;
+	margin:0 auto;
+	/*
+padding:68px 70px 50px 60px;
+*/
+}
+.slider .mask{
+	width:830px;
+	overflow:hidden;
+	position:relative;
+}
+/*.slider ul{
+	position:relative;
+	width:9px;
+	overflow:hidden;
+	m