Re: [tryton] New website template

2013-01-30 Thread Bertrand Chenal
Le Tue, 29 Jan 2013 12:54:16 -0800 (PST),
Roberto Alsina  a écrit :
 >
> > Clicking on a link target[1], the headline is hidden behind the 
> > navigation bar. The original theme does not have this issue[2]. 
> >
> >
> That's a known problem with fixed-navbar boostrap things.
> The fix is (IIRC) to add a negative margin and a positive padding to
> "A" elements the same size as the navbar.
> Hackish but it works. 
> 

A solution is to add this in the CSS:

:target {
padding-top: 40px;
}

But it has the obvious inconvenient of changing the page layout wrt the
current target.

Bertrand

-- 
-- 
tryton@googlegroups.com mailing list

--- 
You received this message because you are subscribed to the Google Groups 
"tryton" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tryton+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [tryton] New website template

2013-01-29 Thread Roberto Alsina
On Sunday, January 27, 2013 3:31:15 PM UTC-3, Udo Spallek wrote:

> Hi, 
> Wed, 23 Jan 2013 09:48:04 -0600 
> Andres Vargas >: 
> >2013/1/23 Cédric Krier > 
> >> Yes, I'm thinking about using the default/standard layout of sphinx. 
> >what about http://pypi.python.org/pypi/sphinx-bootstrap-theme/ ? 
> It is IMHO a nice looking and functional theme for many kinds of 
> devices. But it has one annoying issue: 
>
> Clicking on a link target[1], the headline is hidden behind the 
> navigation bar. The original theme does not have this issue[2]. 
>
>
That's a known problem with fixed-navbar boostrap things.
The fix is (IIRC) to add a negative margin and a positive padding to "A" 
elements the same size as the navbar.
Hackish but it works. 

-- 
-- 
tryton@googlegroups.com mailing list

--- 
You received this message because you are subscribed to the Google Groups 
"tryton" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tryton+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [tryton] New website template

2013-01-27 Thread Cédric Krier
On 25/01/13 22:13 +0100, Raimon Esteve wrote:
> > Or send me directly the patch.
> 
> Available in github:
> 
> https://github.com/ralsina/nikola/blob/master/nikola/data/themes/default/messages/messages_ca.py

I uploaded a version with Catalan.

-- 
Cédric Krier

B2CK SPRL
Rue de Rotterdam, 4
4000 Liège
Belgium
Tel: +32 472 54 46 59
Email/Jabber: cedric.kr...@b2ck.com
Website: http://www.b2ck.com/


pgpJIKMkAIaS3.pgp
Description: PGP signature


Re: [tryton] New website template

2013-01-27 Thread Udo Spallek
Hi,
Wed, 23 Jan 2013 09:48:04 -0600
Andres Vargas :
>2013/1/23 Cédric Krier 
>> Yes, I'm thinking about using the default/standard layout of sphinx.
>what about http://pypi.python.org/pypi/sphinx-bootstrap-theme/ ?
It is IMHO a nice looking and functional theme for many kinds of
devices. But it has one annoying issue:

Clicking on a link target[1], the headline is hidden behind the
navigation bar. The original theme does not have this issue[2].

Cheers Udo

[1]
http://ryan-roemer.github.com/sphinx-bootstrap-theme/examples.html#tables
http://www.b2ck.com/~ced/doc.tryton.org/2.6/trytond/doc/ref/models/fields.html#field-types
[2] http://sphinx-doc.org/rest.html#tables
http://doc.tryton.org/2.6/trytond/doc/ref/models/fields.html#field-types
-- 
_
virtual things
Preisler & Spallek GbR
München - Aachen

Windeckstr. 77
81375 München
Tel: +49 (89) 710 481 55
Fax: +49 (89) 710 481 56

i...@virtual-things.biz
http://www.virtual-things.biz

-- 
-- 
tryton@googlegroups.com mailing list





Re: [tryton] New website template

2013-01-25 Thread Raimon Esteve
> Or send me directly the patch.

Available in github:

https://github.com/ralsina/nikola/blob/master/nikola/data/themes/default/messages/messages_ca.py

-- 
-- 
tryton@googlegroups.com mailing list





Re: [tryton] New website template

2013-01-25 Thread Raimon Esteve
> Raimon, the catalan file Albert has already done!! Take a look some mails
before. :-)

Yes! But not available in nikola repo
: ( and I need to translate ;-)

https://github.com/ralsina/nikola/commits/master

What files we need to translate? From? http://hg.tryton.org/sandbox/website/?

@nan's: if you like we can create a hg repo to work togheter and after send
translations to cedric (spanish and catalan)

-- 
-- 
tryton@googlegroups.com mailing list





Re: [tryton] New website template

2013-01-25 Thread Cédric Krier
On 25/01/13 18:51 +0100, Raimon Esteve wrote:
> > I added the translation for all pages (similar to existing one).
> 
> Could we work and translate stories and posts from website repo? (1)
> 
> Translations we publish in codereview? Is it correct?

Or send me directly the patch.

-- 
Cédric Krier

B2CK SPRL
Rue de Rotterdam, 4
4000 Liège
Belgium
Tel: +32 472 54 46 59
Email/Jabber: cedric.kr...@b2ck.com
Website: http://www.b2ck.com/


pgpZUUtfdpSDe.pgp
Description: PGP signature


Re: [tryton] New website template

2013-01-25 Thread Bernat Brunet

Al 25/01/13 18:51, En/na Raimon Esteve ha escrit:

I added the translation for all pages (similar to existing one).

Could we work and translate stories and posts from website repo? (1)

Translations we publish in codereview? Is it correct?


I don't have translation for Catalan (because not implemented in nikola)

I conf file I read:

# If you want to use Nikola with a non-supported language you have to provide
# a module containing the necessary translations
# (p.e. look at the modules at: ./nikola/data/themes/default/messages/fr.py).
# If a specific post is not translated to a language, then the version
# in the default language will be shown instead.

I'm working to generate this file. I'm push to nikola project this weekend.


Raimon, the catalan file Albert has already done!! Take a look some 
mails before. :-)




(1) http://hg.tryton.org/sandbox/website/





--
Bernat Brunet Torruella
http://www.NaN-tic.com 
Telf: (+34) 935 531 803

http://twitter.com/nan_tic
http://www.nan-tic.com/blog

--
--
tryton@googlegroups.com mailing list





Re: [tryton] New website template

2013-01-25 Thread Raimon Esteve
> I added the translation for all pages (similar to existing one).

Could we work and translate stories and posts from website repo? (1)

Translations we publish in codereview? Is it correct?

> I don't have translation for Catalan (because not implemented in nikola)

I conf file I read:

# If you want to use Nikola with a non-supported language you have to provide
# a module containing the necessary translations
# (p.e. look at the modules at: ./nikola/data/themes/default/messages/fr.py).
# If a specific post is not translated to a language, then the version
# in the default language will be shown instead.

I'm working to generate this file. I'm push to nikola project this weekend.

(1) http://hg.tryton.org/sandbox/website/


-- 
Si us plau, NO adjunti arxius a les seves respostes. Li preguem que
integri el text al cos del missatge. Pot respondre usant NetEtiquete
que li ajudarà a seguir la conversa.
http://es.wikipedia.org/wiki/Netiquette

Por favor, NO adjunte archivos a sus respuestas. Le rogamos que
integre el texto en el cuerpo del mensaje. Puede responder usando
NetEtiquete que le ayudará a seguir la
conversación.http://es.wikipedia.org/wiki/Netiquette

Please, DO NOT send attachment files with your answers, just copy and
paste only the text you need to send into the body of your mails.
Repply using NetEtiquete. http://en.wikipedia.org/wiki/Netiquette

-- 
-- 
tryton@googlegroups.com mailing list





Re: [tryton] New website template

2013-01-23 Thread Cédric Krier
On 23/01/13 16:51 +0100, Cédric Krier wrote:
> On 23/01/13 09:48 -0600, Andres Vargas wrote:
> > 2013/1/23 Cédric Krier 
> > 
> > > Yes, I'm thinking about using the default/standard layout of sphinx.
> > >
> > 
> > what about http://pypi.python.org/pypi/sphinx-bootstrap-theme/ ?
> 
> Why not.
> Patch is welcome on http://hg.tryton.org/doc.tryton.org/

Done.
I have put the prototype here:

http://www.b2ck.com/~ced/doc.tryton.org/2.6/

-- 
Cédric Krier

B2CK SPRL
Rue de Rotterdam, 4
4000 Liège
Belgium
Tel: +32 472 54 46 59
Email/Jabber: cedric.kr...@b2ck.com
Website: http://www.b2ck.com/


pgp9hQPiajVTB.pgp
Description: PGP signature


Re: [tryton] New website template

2013-01-23 Thread Cédric Krier
On 23/01/13 09:48 -0600, Andres Vargas wrote:
> 2013/1/23 Cédric Krier 
> 
> > Yes, I'm thinking about using the default/standard layout of sphinx.
> >
> 
> what about http://pypi.python.org/pypi/sphinx-bootstrap-theme/ ?

Why not.
Patch is welcome on http://hg.tryton.org/doc.tryton.org/

-- 
Cédric Krier

B2CK SPRL
Rue de Rotterdam, 4
4000 Liège
Belgium
Tel: +32 472 54 46 59
Email/Jabber: cedric.kr...@b2ck.com
Website: http://www.b2ck.com/


pgpOxLdCsIYgZ.pgp
Description: PGP signature


Re: [tryton] New website template

2013-01-23 Thread Cédric Krier
On 22/01/13 21:58 -0600, Andres Vargas wrote:
> @ced are you will change the html layout of the documentation ?

Yes, I'm thinking about using the default/standard layout of sphinx.

-- 
Cédric Krier

B2CK SPRL
Rue de Rotterdam, 4
4000 Liège
Belgium
Tel: +32 472 54 46 59
Email/Jabber: cedric.kr...@b2ck.com
Website: http://www.b2ck.com/


pgpzbMMB964nQ.pgp
Description: PGP signature


Re: [tryton] New website template

2013-01-22 Thread Andres Vargas
2013/1/22 Albert Cervera i Areny 

> **
>
> A Dimecres, 23 de gener de 2013 00:29:45, Cédric Krier va escriure:
>
> > On 06/01/13 17:34 +0100, Cédric Krier wrote:
>
> > > On 30/12/12 01:02 +0100, Cédric Krier wrote:
>
> > > > Hi,
>
> > > >
>
> > > > I made a POC for the website based on nikola [1] (using bootstrap,
>
> > > > docutils etc.).
>
> > > > I re-use the text from the current website (but it should be
> improved,
>
> > > > especially the main page). I took the 2 last news (others should be
>
> > > > integrated). I created some french translation for testing.
>
> > > >
>
> > > > So here is the prototype:
>
> > > > http://www.b2ck.com/~ced/www.tryton.org/
>
> > >
>
> > > Added the foundation website.
>
> > >
>
> > > For what is missing before going live is a helper script to list the
>
> > > page that need to be translated or checked (using :Version:).
>
> >
>
> > I added the translation for all pages (similar to existing one).
>
> > I don't have translation for Catalan (because not implemented in nikola)
>
>
>
> I just sent messages_ca.py to Roberto Alsina. I can also send it to you in
> order to have it available on "nikola build". Adding a language just
> requires this file and the entry in conf.py.
>
>
>
> > not Itilian (because no more maintained).
>
> > I did not write the script because I did not find a go way to do it but
>
> > I think we can manage the translation with the current implementation.
>
> >
>
> > Please check the website for your language.
>
> >
>
> > > The missing news could be added later once the website is live.
>
> >
>
> > I think the website is ready to go live.
>
> > I propose to proceed next week.
>
>
> --
>
> Albert Cervera i Areny
>
> http://www.NaN-tic.com
>
> Tel: +34 93 553 18 03
>
>
>
> http://twitter.com/albertnan
>
> http://www.nan-tic.com/blog
>
>
>
> --
> --
> tryton@googlegroups.com mailing list
>
>
>
>

@ced are you will change the html layout of the documentation ?

-- 
Andres Vargas
www.zodman.com.mx

-- 
-- 
tryton@googlegroups.com mailing list





Re: [tryton] New website template

2013-01-22 Thread Albert Cervera i Areny
A Dimecres, 23 de gener de 2013 00:29:45, Cédric Krier va escriure:
> On 06/01/13 17:34 +0100, Cédric Krier wrote:
> > On 30/12/12 01:02 +0100, Cédric Krier wrote:
> > > Hi,
> > > 
> > > I made a POC for the website based on nikola [1] (using bootstrap,
> > > docutils etc.).
> > > I re-use the text from the current website (but it should be improved,
> > > especially the main page). I took the 2 last news (others should be
> > > integrated).  I created some french translation for testing.
> > > 
> > > So here is the prototype:
> > > http://www.b2ck.com/~ced/www.tryton.org/
> > 
> > Added the foundation website.
> > 
> > For what is missing before going live is a helper script to list the
> > page that need to be translated or checked (using :Version:).
> 
> I added the translation for all pages (similar to existing one).
> I don't have translation for Catalan (because not implemented in nikola)

I just sent messages_ca.py to Roberto Alsina. I can also send it to you in 
order to have it available on "nikola build". Adding a language just requires 
this file and the entry in conf.py.

> not Itilian (because no more maintained).
> I did not write the script because I did not find a go way to do it but
> I think we can manage the translation with the current implementation.
> 
> Please check the website for your language.
> 
> > The missing news could be added later once the website is live.
> 
> I think the website is ready to go live.
> I propose to proceed next week.

-- 
Albert Cervera i Areny
http://www.NaN-tic.com
Tel: +34 93 553 18 03

http://twitter.com/albertnan 
http://www.nan-tic.com/blog

-- 
-- 
tryton@googlegroups.com mailing list





Re: [tryton] New website template

2013-01-22 Thread Cédric Krier
On 06/01/13 17:34 +0100, Cédric Krier wrote:
> On 30/12/12 01:02 +0100, Cédric Krier wrote:
> > Hi,
> > 
> > I made a POC for the website based on nikola [1] (using bootstrap,
> > docutils etc.).
> > I re-use the text from the current website (but it should be improved,
> > especially the main page). I took the 2 last news (others should be
> > integrated).  I created some french translation for testing.
> > 
> > So here is the prototype:
> > 
> > http://www.b2ck.com/~ced/www.tryton.org/
> 
> Added the foundation website.
> 
> For what is missing before going live is a helper script to list the
> page that need to be translated or checked (using :Version:).

I added the translation for all pages (similar to existing one).
I don't have translation for Catalan (because not implemented in nikola)
not Itilian (because no more maintained).
I did not write the script because I did not find a go way to do it but
I think we can manage the translation with the current implementation.

Please check the website for your language.

> The missing news could be added later once the website is live.

I think the website is ready to go live.
I propose to proceed next week.

-- 
Cédric Krier

B2CK SPRL
Rue de Rotterdam, 4
4000 Liège
Belgium
Tel: +32 472 54 46 59
Email/Jabber: cedric.kr...@b2ck.com
Website: http://www.b2ck.com/


pgp9xIdhJO9lz.pgp
Description: PGP signature


Re: [tryton] New website template

2013-01-06 Thread Andres Vargas
2013/1/6 Mathias Behrle :
> * Betr.: " Re: [tryton] New website template" (Fri, 4 Jan 2013 10:11:52 
> +0530):
>
>> On Dec 30, 2012, at 5:32 AM, Cédric Krier  wrote:
>>
>> > So here is the prototype:
>> >
>> >http://www.b2ck.com/~ced/www.tryton.org/
>>
>> Python/PSF recently went through the exercise of a makeover for python.org
>> [1]. They had clear goals and even made an RFP for it [2], for which there
>> were two bids and the bid by divio [3] is something I feel we could be
>> inspired from as the content architecture could be quite similar.
>>
>> Do we have something to learn from the ideas ?
>
> Yes, we have. Thanks a lot for hinting there. This is exactly the way I wish
> things to be planned. A lot of work has been done on [1][2], from where we 
> could
> take which suits most for this project and just adapt it to our needs.
>
>> At least from one look, what we are missing is a modern design and 
>> experience.
>
> Agreed.
>
>> [1] http://pyfound.blogspot.in/2012/11/pythonorg-is-getting-makeover.html
>> [2] http://pythonorg-redesign.readthedocs.org/en/latest/
>> [3] http://redesign.python.org/assets/divio_python_presentation.pdf
>
> Cheers,
> Mathias
>
> --
>
> Mathias Behrle
> MBSolutions
> Gilgenmatten 10 A
> D-79114 Freiburg
>
> Tel: +49(761)471023
> Fax: +49(761)4770816
> http://m9s.biz
> UStIdNr: DE 142009020
> PGP/GnuPG key availabable from any keyserver, ID: 0x8405BBF6

new review for center text in download and community.

http://codereview.tryton.org/633002

-- 
Andres Vargas
www.zodman.com.mx

-- 
-- 
tryton@googlegroups.com mailing list





Re: [tryton] New website template

2013-01-06 Thread Mathias Behrle
* Betr.: " Re: [tryton] New website template" (Fri, 4 Jan 2013 10:11:52 +0530):

> On Dec 30, 2012, at 5:32 AM, Cédric Krier  wrote:
> 
> > So here is the prototype:
> > 
> >http://www.b2ck.com/~ced/www.tryton.org/
> 
> Python/PSF recently went through the exercise of a makeover for python.org
> [1]. They had clear goals and even made an RFP for it [2], for which there
> were two bids and the bid by divio [3] is something I feel we could be
> inspired from as the content architecture could be quite similar.
> 
> Do we have something to learn from the ideas ?

Yes, we have. Thanks a lot for hinting there. This is exactly the way I wish
things to be planned. A lot of work has been done on [1][2], from where we could
take which suits most for this project and just adapt it to our needs.
 
> At least from one look, what we are missing is a modern design and experience.

Agreed.
 
> [1] http://pyfound.blogspot.in/2012/11/pythonorg-is-getting-makeover.html
> [2] http://pythonorg-redesign.readthedocs.org/en/latest/
> [3] http://redesign.python.org/assets/divio_python_presentation.pdf

Cheers,
Mathias

-- 

Mathias Behrle
MBSolutions
Gilgenmatten 10 A
D-79114 Freiburg

Tel: +49(761)471023
Fax: +49(761)4770816
http://m9s.biz
UStIdNr: DE 142009020
PGP/GnuPG key availabable from any keyserver, ID: 0x8405BBF6


signature.asc
Description: PGP signature


Re: [tryton] New website template

2013-01-06 Thread Cédric Krier
On 30/12/12 01:02 +0100, Cédric Krier wrote:
> Hi,
> 
> I made a POC for the website based on nikola [1] (using bootstrap,
> docutils etc.).
> I re-use the text from the current website (but it should be improved,
> especially the main page). I took the 2 last news (others should be
> integrated).  I created some french translation for testing.
> 
> So here is the prototype:
> 
> http://www.b2ck.com/~ced/www.tryton.org/

Added the foundation website.

For what is missing before going live is a helper script to list the
page that need to be translated or checked (using :Version:).
The missing news could be added later once the website is live.

-- 
Cédric Krier

B2CK SPRL
Rue de Rotterdam, 4
4000 Liège
Belgium
Tel: +32 472 54 46 59
Email/Jabber: cedric.kr...@b2ck.com
Website: http://www.b2ck.com/


pgpyS6CUw5hBW.pgp
Description: PGP signature


Re: [tryton] New website template

2013-01-04 Thread Raimon Esteve
> It will be better if you can write a patch base on the current content.

Sorry, I'm holiday this week. :-/

-- 
-- 
tryton@googlegroups.com mailing list





Re: [tryton] New website template

2013-01-04 Thread Cédric Krier
On 04/01/13 10:11 +0530, Sharoon Thomas wrote:
> On Dec 30, 2012, at 5:32 AM, Cédric Krier  wrote:
> 
> > So here is the prototype:
> > 
> >http://www.b2ck.com/~ced/www.tryton.org/
> 
> Python/PSF recently went through the exercise of a makeover for python.org 
> [1]. 
> They had clear goals and even made an RFP for it [2], for which there were two
> bids and the bid by divio [3] is something I feel we could be inspired from 
> as the
> content architecture could be quite similar.
> 
> Do we have something to learn from the ideas ?

Trying to fix too much at once generates a never ending project.

-- 
Cédric Krier

B2CK SPRL
Rue de Rotterdam, 4
4000 Liège
Belgium
Tel: +32 472 54 46 59
Email/Jabber: cedric.kr...@b2ck.com
Website: http://www.b2ck.com/


pgp6tAC_swfAR.pgp
Description: PGP signature


Re: [tryton] New website template

2013-01-03 Thread Sharoon Thomas
On Dec 30, 2012, at 5:32 AM, Cédric Krier  wrote:

> So here is the prototype:
> 
>http://www.b2ck.com/~ced/www.tryton.org/

Python/PSF recently went through the exercise of a makeover for python.org [1]. 
They had clear goals and even made an RFP for it [2], for which there were two
bids and the bid by divio [3] is something I feel we could be inspired from as 
the
content architecture could be quite similar.

Do we have something to learn from the ideas ?

At least from one look, what we are missing is a modern design and experience.

[1] http://pyfound.blogspot.in/2012/11/pythonorg-is-getting-makeover.html
[2] http://pythonorg-redesign.readthedocs.org/en/latest/
[3] http://redesign.python.org/assets/divio_python_presentation.pdf

Thanks & Regards,

Sharoon Thomas
Openlabs Technologies & Consulting (P) Limited

w: http://www.openlabs.co.in
m: +1 813.793.6736 (OPEN) Extn. 200
t: @sharoonthomas 

- We CARE for our customers

-- 
-- 
tryton@googlegroups.com mailing list





Re: [tryton] New website template

2013-01-03 Thread Cédric Krier
On 03/01/13 10:15 +0100, Raimon Esteve wrote:
> About list modules section:
> 
> When we talk about tryton, people replied Tryton don't have a lot of
> modules.
> 
> IMHO, in section modules, I think is good idea:
> - h1, tryton is a framework to design our modules to: medical, ecommerce,
> projects, hotel, 
> - After, add a list section official modules

It will be better if you can write a patch base on the current content.

-- 
Cédric Krier

B2CK SPRL
Rue de Rotterdam, 4
4000 Liège
Belgium
Tel: +32 472 54 46 59
Email/Jabber: cedric.kr...@b2ck.com
Website: http://www.b2ck.com/


pgpKr0Xsr7hD0.pgp
Description: PGP signature


Re: [tryton] New website template

2013-01-03 Thread Cédric Krier
On 02/01/13 20:32 -0600, zodman wrote:
> Small enhanced http://i.imgur.com/0ZZLm.png
> 
> http://codereview.tryton.org/630003/

Applied thanks.

-- 
Cédric Krier

B2CK SPRL
Rue de Rotterdam, 4
4000 Liège
Belgium
Tel: +32 472 54 46 59
Email/Jabber: cedric.kr...@b2ck.com
Website: http://www.b2ck.com/


pgpGQhcRMTowF.pgp
Description: PGP signature


Re: [tryton] New website template

2013-01-03 Thread Cédric Krier
On 03/01/13 14:51 +0100, Mathias Behrle wrote:
> * Betr.: " [tryton] New website template" (Sun, 30 Dec 2012 01:02:02 +0100):
> 
> > I made a POC for the website based on nikola [1] (using bootstrap,
> > docutils etc.).
> > I re-use the text from the current website (but it should be improved,
> > especially the main page). I took the 2 last news (others should be
> > integrated).  I created some french translation for testing.
> > 
> > So here is the prototype:
> > 
> > http://www.b2ck.com/~ced/www.tryton.org/
> > 
> > 
> > [1] http://nikola.ralsina.com.ar/
> 
> Thanks for the POC.
> 
> I am missing any reference to work and discussions already done, e.g. [2]. One
> of the general points in the feedbacks seemed to be to have another coloured
> layout. The proposals done in [2] all looked very propmising to me and I 
> prefer
> them to the black/white schema this POC still follows.

My goal was to put a new tool for the website to fix recurring issue we
have like complex workflow for news, layout too strict, better format
(rst vs t2t). I did what I could with my personnal taste. As we already
said, there is no consensus possible on such topic so it is up to the
doers.

> I would also like to emphasize on the question of Àngel Àlvarez Serra
> : 
> 
> "I would like to know who is the intended public?"
> 
> Those questions should be answered *before* doing any development.

That is about the content which was not my goal (and I did not change
it).
We are still waiting for something coming out of the discussion at the
TUL2012. I think having a better tool will ease such contributions.

-- 
Cédric Krier

B2CK SPRL
Rue de Rotterdam, 4
4000 Liège
Belgium
Tel: +32 472 54 46 59
Email/Jabber: cedric.kr...@b2ck.com
Website: http://www.b2ck.com/


pgp74hGJuQZyh.pgp
Description: PGP signature


Re: [tryton] New website template

2013-01-03 Thread Mathias Behrle
* Betr.: " [tryton] New website template" (Sun, 30 Dec 2012 01:02:02 +0100):

> I made a POC for the website based on nikola [1] (using bootstrap,
> docutils etc.).
> I re-use the text from the current website (but it should be improved,
> especially the main page). I took the 2 last news (others should be
> integrated).  I created some french translation for testing.
> 
> So here is the prototype:
> 
> http://www.b2ck.com/~ced/www.tryton.org/
> 
> 
> [1] http://nikola.ralsina.com.ar/

Thanks for the POC.

I am missing any reference to work and discussions already done, e.g. [2]. One
of the general points in the feedbacks seemed to be to have another coloured
layout. The proposals done in [2] all looked very propmising to me and I prefer
them to the black/white schema this POC still follows.

I would also like to emphasize on the question of Àngel Àlvarez Serra
: 

"I would like to know who is the intended public?"

Those questions should be answered *before* doing any development.

Just my 2¢,
Mathias


[2] https://groups.google.com/forum/#!topic/tryton-dev/uHZzPEOeJpA/overview

-- 

Mathias Behrle
MBSolutions
Gilgenmatten 10 A
D-79114 Freiburg

Tel: +49(761)471023
Fax: +49(761)4770816
http://m9s.biz
UStIdNr: DE 142009020
PGP/GnuPG key availabable from any keyserver, ID: 0x8405BBF6


signature.asc
Description: PGP signature


Re: [tryton] New website template

2013-01-03 Thread Raimon Esteve
About list modules section:

When we talk about tryton, people replied Tryton don't have a lot of
modules.

IMHO, in section modules, I think is good idea:
- h1, tryton is a framework to design our modules to: medical, ecommerce,
projects, hotel, 
- After, add a list section official modules

-- 
-- 
tryton@googlegroups.com mailing list





Re: [tryton] New website template

2013-01-02 Thread zodman
2013/1/2 Cédric Krier :
> On 02/01/13 18:11 +0100, Cédric Krier wrote:
>> On 31/12/12 17:43 +0100, Cédric Krier wrote:
>> > On 30/12/12 01:02 +0100, Cédric Krier wrote:
>> > > Hi,
>> > >
>> > > I made a POC for the website based on nikola [1] (using bootstrap,
>> > > docutils etc.).
>> > > I re-use the text from the current website (but it should be improved,
>> > > especially the main page). I took the 2 last news (others should be
>> > > integrated).  I created some french translation for testing.
>> > >
>> > > So here is the prototype:
>> > >
>> > > http://www.b2ck.com/~ced/www.tryton.org/
>> >
>> > I have uploaded an improved version of the website:
>> >
>> > - Better size for the news
>> > - More news
>> > - Better language selection
>> > - More languages
>>
>> I added the services page (with OpenStreetMap) and made some improvement
>> in the layout to be visible on small screen.
>> For me, the layout is now good for production. I will try to add some
>> more old news and create a repository to start to translate.
>
> Here is the repository: http://hg.tryton.org/sandbox/website/
>
> --
> Cédric Krier
>
> B2CK SPRL
> Rue de Rotterdam, 4
> 4000 Liège
> Belgium
> Tel: +32 472 54 46 59
> Email/Jabber: cedric.kr...@b2ck.com
> Website: http://www.b2ck.com/

Small enhanced http://i.imgur.com/0ZZLm.png

http://codereview.tryton.org/630003/

-- 
Andres Vargas
www.zodman.com.mx

-- 
-- 
tryton@googlegroups.com mailing list





Re: [tryton] New website template

2013-01-02 Thread Cédric Krier
On 02/01/13 18:11 +0100, Cédric Krier wrote:
> On 31/12/12 17:43 +0100, Cédric Krier wrote:
> > On 30/12/12 01:02 +0100, Cédric Krier wrote:
> > > Hi,
> > > 
> > > I made a POC for the website based on nikola [1] (using bootstrap,
> > > docutils etc.).
> > > I re-use the text from the current website (but it should be improved,
> > > especially the main page). I took the 2 last news (others should be
> > > integrated).  I created some french translation for testing.
> > > 
> > > So here is the prototype:
> > > 
> > > http://www.b2ck.com/~ced/www.tryton.org/
> > 
> > I have uploaded an improved version of the website:
> > 
> > - Better size for the news
> > - More news
> > - Better language selection
> > - More languages
> 
> I added the services page (with OpenStreetMap) and made some improvement
> in the layout to be visible on small screen.
> For me, the layout is now good for production. I will try to add some
> more old news and create a repository to start to translate.

Here is the repository: http://hg.tryton.org/sandbox/website/

-- 
Cédric Krier

B2CK SPRL
Rue de Rotterdam, 4
4000 Liège
Belgium
Tel: +32 472 54 46 59
Email/Jabber: cedric.kr...@b2ck.com
Website: http://www.b2ck.com/


pgp9kJiBM0MPS.pgp
Description: PGP signature


Re: [tryton] New website template

2013-01-02 Thread Cédric Krier
On 31/12/12 17:43 +0100, Cédric Krier wrote:
> On 30/12/12 01:02 +0100, Cédric Krier wrote:
> > Hi,
> > 
> > I made a POC for the website based on nikola [1] (using bootstrap,
> > docutils etc.).
> > I re-use the text from the current website (but it should be improved,
> > especially the main page). I took the 2 last news (others should be
> > integrated).  I created some french translation for testing.
> > 
> > So here is the prototype:
> > 
> > http://www.b2ck.com/~ced/www.tryton.org/
> 
> I have uploaded an improved version of the website:
> 
> - Better size for the news
> - More news
> - Better language selection
> - More languages

I added the services page (with OpenStreetMap) and made some improvement
in the layout to be visible on small screen.
For me, the layout is now good for production. I will try to add some
more old news and create a repository to start to translate.

About translation, I add for each page a version attribute, so when
someone edit a existing page, he has to increase this version number to
let know to translators to check the page.

About the content, I let this job to others.

-- 
Cédric Krier

B2CK SPRL
Rue de Rotterdam, 4
4000 Liège
Belgium
Tel: +32 472 54 46 59
Email/Jabber: cedric.kr...@b2ck.com
Website: http://www.b2ck.com/


pgprTjFhwfx8L.pgp
Description: PGP signature


Re: [tryton] New website template

2013-01-02 Thread Àngel Àlvarez Serra
2012/12/31 Cédric Krier :
> On 30/12/12 01:02 +0100, Cédric Krier wrote:
>> Hi,
>>
>> I made a POC for the website based on nikola [1] (using bootstrap,
>> docutils etc.).
>> I re-use the text from the current website (but it should be improved,
>> especially the main page). I took the 2 last news (others should be
>> integrated).  I created some french translation for testing.
>>
>> So here is the prototype:
>>
>> http://www.b2ck.com/~ced/www.tryton.org/
>
> I have uploaded an improved version of the website:
>
> - Better size for the news
> - More news
> - Better language selection
> - More languages
>
>

Template looks good for me.

I would like to know who is the intended public?

For final users, customers,  I thought that we need some changes on
texts.  for example on home page we don't need  (or not only) to talk
about core and modules, maybe it's better to explain the keys for
choose tryton insted other erp, like no lock in on migration,
fundation,  Customers could influence on erp...

I  add list of funcionalities, or features  (server, client and
modules) instead list of modules.

Same of page services, I would  add a list of customers using tryton
if companies have no trouble to make it public.

And the last I add some images/pictures to make page more atractive
and easy to read.

thanks.



> --
> Cédric Krier
>
> B2CK SPRL
> Rue de Rotterdam, 4
> 4000 Liège
> Belgium
> Tel: +32 472 54 46 59
> Email/Jabber: cedric.kr...@b2ck.com
> Website: http://www.b2ck.com/



--
Àngel Àlvarez [ NaN ]
http://www.NaN-tic.com

Tel: +34 93 553 18 03
http://www.nan-tic.com/blog
twitter: @aasnan

A NaN Creem,Adaptem i Millorem
Programari lliure pel seu Negoci.

-- 
-- 
tryton@googlegroups.com mailing list





Re: [tryton] New website template

2013-01-01 Thread Cédric Krier
On 31/12/12 19:32 -0600, zodman wrote:
> the hero unit can be hold all pagesize looks better ...

Done.

> I think can introduce with this example
> http://twitter.github.com/bootstrap/examples/carousel.html will create
> more impact on the home page

This is very complicate to integrate a carousel while still using
nikola template and translation mechanism.

-- 
Cédric Krier

B2CK SPRL
Rue de Rotterdam, 4
4000 Liège
Belgium
Tel: +32 472 54 46 59
Email/Jabber: cedric.kr...@b2ck.com
Website: http://www.b2ck.com/


pgp6iW3MnUrL0.pgp
Description: PGP signature


Re: [tryton] New website template

2012-12-31 Thread ionic drive
I like the layout of the new website.
I like the new language selection.
Good job as always!



-- 
-- 
tryton@googlegroups.com mailing list





Re: [tryton] New website template

2012-12-31 Thread zodman
2012/12/31 Raimon Esteve :
>
> El 30/12/2012 1:02, "Cédric Krier"  va escriure:
>
>
>>
>> Hi,
>>
>> I made a POC for the website based on nikola [1] (using bootstrap,
>> docutils etc.).
>> I re-use the text from the current website (but it should be improved,
>> especially the main page). I took the 2 last news (others should be
>> integrated).  I created some french translation for testing.
>>
>> So here is the prototype:
>>
>> http://www.b2ck.com/~ced/www.tryton.org/
>
> Nice. For example, dowload section is more usefull.
>
> Maybe home page need add some extra informations.
>
> Thanks
>
> --
> --
> tryton@googlegroups.com mailing list
>
>
>

the hero unit can be hold all pagesize looks better ...

I think can introduce with this example
http://twitter.github.com/bootstrap/examples/carousel.html will create
more impact on the home page

-- 
Andres Vargas
www.zodman.com.mx

-- 
-- 
tryton@googlegroups.com mailing list





Re: [tryton] New website template

2012-12-31 Thread Raimon Esteve
El 30/12/2012 1:02, "Cédric Krier"  va escriure:
>
> Hi,
>
> I made a POC for the website based on nikola [1] (using bootstrap,
> docutils etc.).
> I re-use the text from the current website (but it should be improved,
> especially the main page). I took the 2 last news (others should be
> integrated).  I created some french translation for testing.
>
> So here is the prototype:
>
> http://www.b2ck.com/~ced/www.tryton.org/

Nice. For example, dowload section is more usefull.

Maybe home page need add some extra informations.

Thanks

-- 
-- 
tryton@googlegroups.com mailing list





Re: [tryton] New website template

2012-12-31 Thread Cédric Krier
On 30/12/12 01:02 +0100, Cédric Krier wrote:
> Hi,
> 
> I made a POC for the website based on nikola [1] (using bootstrap,
> docutils etc.).
> I re-use the text from the current website (but it should be improved,
> especially the main page). I took the 2 last news (others should be
> integrated).  I created some french translation for testing.
> 
> So here is the prototype:
> 
> http://www.b2ck.com/~ced/www.tryton.org/

I have uploaded an improved version of the website:

- Better size for the news
- More news
- Better language selection
- More languages


-- 
Cédric Krier

B2CK SPRL
Rue de Rotterdam, 4
4000 Liège
Belgium
Tel: +32 472 54 46 59
Email/Jabber: cedric.kr...@b2ck.com
Website: http://www.b2ck.com/


pgp5DtB5eBaKW.pgp
Description: PGP signature


Re: [tryton] New website template

2012-12-30 Thread Cédric Krier
On 30/12/12 11:06 +0100, Albert Cervera i Areny wrote:
> A Diumenge, 30 de desembre de 2012 01:02:02, Cédric Krier va escriure:
> > Hi,
> > 
> > I made a POC for the website based on nikola [1] (using bootstrap,
> > docutils etc.).
> > I re-use the text from the current website (but it should be improved,
> > especially the main page). I took the 2 last news (others should be
> > integrated).  I created some french translation for testing.
> > 
> > So here is the prototype:
> > 
> > http://www.b2ck.com/~ced/www.tryton.org/
> 
> I like it. I think it's better than the current one. Do you want to start 
> discussing things about it or just have a first ok/ko feedback?

We can discuss.

-- 
Cédric Krier

B2CK SPRL
Rue de Rotterdam, 4
4000 Liège
Belgium
Tel: +32 472 54 46 59
Email/Jabber: cedric.kr...@b2ck.com
Website: http://www.b2ck.com/


pgpw9n6yL2d0e.pgp
Description: PGP signature


Re: [tryton] New website template

2012-12-30 Thread Albert Cervera i Areny
A Diumenge, 30 de desembre de 2012 01:02:02, Cédric Krier va escriure:
> Hi,
> 
> I made a POC for the website based on nikola [1] (using bootstrap,
> docutils etc.).
> I re-use the text from the current website (but it should be improved,
> especially the main page). I took the 2 last news (others should be
> integrated).  I created some french translation for testing.
> 
> So here is the prototype:
> 
> http://www.b2ck.com/~ced/www.tryton.org/

I like it. I think it's better than the current one. Do you want to start 
discussing things about it or just have a first ok/ko feedback?

> 
> 
> [1] http://nikola.ralsina.com.ar/

-- 
Albert Cervera i Areny
http://www.NaN-tic.com
Tel: +34 93 553 18 03

http://twitter.com/albertnan 
http://www.nan-tic.com/blog

-- 
-- 
tryton@googlegroups.com mailing list