On Jul 4, 2011, at 11:04 AM, Alexandro Colorado wrote: > On Mon, Jul 4, 2011 at 12:45 PM, Joe Schaefer <[email protected]>wrote: > >> That's not useful criticism. Either learn some perl >> and code it up for the project to use, or learn some >> python and submit your change upstream. Either way >> discussing php is kinda pointless for this. >> > > Well it could be whatever u want, as long as is some dynamic script, it > could be Javascript for all I know. Is the implementation that I have no > idea how to integrate to the CMS. So the problem is not the script. Python > and Perl also have some sort()-like function as well.
We can get this effect, but it will need to be in the generation of static pages. We can then get effects like language changes and different sorts. Here are some things you can start. (1) A spanish version of sidenav.mdtext to use figure out how to have foreign language versions of the site. (2) Compare es.openiffice.org with www.openoffice.org. How similar is the structure? Name some pages that will be challenges due to current use of javascript and other dynamic page mechanisms. Step by baby step, but soon we'll be able to script. Regards, Dave > > > >> >> >> >> ----- Original Message ---- >>> From: Alexandro Colorado <[email protected]> >>> To: [email protected] >>> Cc: [email protected] >>> Sent: Mon, July 4, 2011 1:25:33 PM >>> Subject: Re: svn commit: r792168 - in /websites/production/openofficeorg: >> ./ >>> content/openofficeorg/people.html >>> >>> On Mon, Jul 4, 2011 at 11:09 AM, Dave Fisher <[email protected]> >> wrote: >>> >>>> >>>> On Jul 4, 2011, at 8:54 AM, Joe Schaefer wrote: >>>> >>>>> At 23' full-screen it renders just fine ;-). I'd say try >>>>> playing with the min-width css attribute for th or td. >>>>> >>>>> >>>>> You have a choice here of using ooo.css or embedding >>>>> a <style type="text/css"> block in the markdown just >>>>> before the table. >>>> >>>> That will be a PITA - each column needs a different minimum width and >> there >>>> is no way to differentiate. >>>> >>>> Maybe someone should enhance markdown extras. >>>> >>>> http://michelf.com/projects/php-markdown/extra/#table >>>> >>>> All it can do is control the alignment. Width control ought to be >> allowed, >>>> either that or an id / class tag to actually tie it in with specific >> css. >>>> >>>> | Item | Value | >>>> | ------200 | --:100| >>>> | Computer | $1600 | >>>> | Phone | $12 | >>>> | Pipe | $1 | >>>> >>>> Thoughts? >>>> >>>> Otherwise I really don't see why it's wrong to have the html table >> here. >>>> >>> >>> Now we just need to find out if there is something like ^ or v to sort >> the >>> table by names. If it was pure php then we could do some sort() >> function. >>> >>> >>> >>>> >>>> Regards, >>>> Dave >>>> >>>>> >>>>> >>>>> ----- Original Message ---- >>>>>> From: Dave Fisher <[email protected]> >>>>>> To: [email protected] >>>>>> Cc: [email protected] >>>>>> Sent: Mon, July 4, 2011 11:50:06 AM >>>>>> Subject: Re: svn commit: r792168 - in >>>> /websites/production/openofficeorg: ./ >>>>>> content/openofficeorg/people.html >>>>>> >>>>>> Hi Joe, >>>>>> >>>>>> Thanks for switching the people.mdtext to wiki formatting. >>>>>> >>>>>> There was one change lost in your conversion. I had set the width >> of >>>> the first >>>>>> three columns. By doing that the table was much easier to read. >>>>>> >>>>>> How do we set column width in markdown? >>>>>> >>>>>> Regards, >>>>>> Dave >>>>>> >>>>>> On Jul 4, 2011, at 8:22 AM, [email protected] wrote: >>>>>> >>>>>>> Author: joes >>>>>>> Date: Mon Jul 4 15:22:24 2011 >>>>>>> New Revision: 792168 >>>>>>> >>>>>>> Log: >>>>>>> Publishing merge to openofficeorg site by joes >>>>>>> >>>>>>> Modified: >>>>>>> websites/production/openofficeorg/ (props changed) >>>>>>> >> websites/production/openofficeorg/content/openofficeorg/people.html >>>>>>> >>>>>>> Propchange: websites/production/openofficeorg/ >>>>>>> >>>>>> >>>> >> >>> ------------------------------------------------------------------------------ >>>>>>> --- svn:mergeinfo (original) >>>>>>> +++ svn:mergeinfo Mon Jul 4 15:22:24 2011 >>>>>>> @@ -1 +1 @@ >>>>>>> -/websites/staging/openofficeorg/trunk:791146-792165 >>>>>>> +/websites/staging/openofficeorg/trunk:791146-792167 >>>>>>> >>>>>>> Modified: >>>>>> websites/production/openofficeorg/content/openofficeorg/people.html >>>>>>> >>>>>> >>>> >> >>> ============================================================================== >>>>>>> --- >> websites/production/openofficeorg/content/openofficeorg/people.html >>>>>> (original) >>>>>>> +++ >>>> websites/production/openofficeorg/content/openofficeorg/people.html >> Mon >>>>>> Jul 4 15:22:24 2011 >>>>>>> @@ -192,7 +192,7 @@ to look at all contributors to our issue >>>>>>> </tr> >>>>>>> <tr> >>>>>>> <td>homembit</td> >>>>>>> -<td><a href="http://www.homembit.com"">Jomar Silva</a></td> >>>>>>> +<td><a href="http://www.homembit.com">Jomar Silva</a></td> >>>>>>> <td>Sao Paulo, Brazil</td> >>>>>>> <td>C/C++, Python, XML, ODF, Architecture, Marketing, >> Localization, >>>>>> Documentation, Community Management</td> >>>>>>> </tr> >>>>>>> >>>>>>> >>>>>> >>>>>> >>>> >>>> >>> >>> >>> -- >>> *Alexandro Colorado* >>> *OpenOffice.org* Español >>> http://es.openoffice.org >>> >> > > > > -- > *Alexandro Colorado* > *OpenOffice.org* Español > http://es.openoffice.org
