Hi,

Em 16/09/2013 20:48, Rob Weir escreveu:
cc'ing the dev list since some of these questions concern the overall
website design.

On Mon, Sep 16, 2013 at 1:27 PM, Pedro Albuquerque
<palbuquerqu...@gmail.com> wrote:
Hi Rob,
I'm sending a corrected version of the files and a list a what I found wrong
in the Web site files, as follows:

Thanks.  I've checked in your latest changes and I then made some
additional corrections.  I think we are almost done now, so I won't
send you a complete ZIP anymore.  It will be easier for you to just
modify the files that have changed.  The latest can always be found
here:

https://svn.apache.org/repos/asf/openoffice/ooo-site/trunk/content/pt-test/

  * Search button needs at least 80 px to be pretty;
The HTML for this is:

<div class="topsrchbox">
    <input name="resultsPerPage" value="40" type="hidden"/>
    <input name="q" id="query" type="text"/>
    <input name="Button" value="Pesquisar" type="submit" class="topsrchbutton"/>
  </div>

and the CSS is:

.topsrchbox {
   width: 220px;
   padding-right: 20px;
   text-align: right;
}

So right now we don't have separate widths per language.  It is all a
single value.  But this is not optimal since some languages will
require more space.
This is really unfortunate because I visited AOO sites in spanish, italian, german, greek, russian, yidish, japanese, etc. and everyone seems to have a word that fits in the available space. To be continued.
  * topnav, left side is in English;
I assume you mean where it currently says: "home >> pt-test" ?

This is the "bread crumbs", that shows you the path from the root
homepage.  It is automatically created based on the names of the HTML
pages.  The exception is "home" which is hard coded.  Dave Fischer
might have an idea of how or whether this word can be translated in NL
web pages.
The path I've figured out. But the name is picked from the file name, like "why_gov.mdtext" right? Not from the title of the page, in the tab? Because those I think are translated.
OK, got that one.
  * Main index, I want to learn more points to English page, so it's not
    reviewed;

I fixed some errors here.  So all of the main  index page links should
now point to the translated pages.  But please review:

http://www.openoffice.org/pt-test
Reviewed.
  * Main index, Download points to English page;
This page is the correct Portuguese version, but some of the text is
generated in Javascript.  So it requires some special work to
translate.

The code is in blocks like this in download/index.html:

if ( hasMirrorLink() ) {
     if ( LINK.toLowerCase().indexOf( "sourceforge" ) != -1 ) {
       // Download directly from a mirror with displayed platform and language.
       document.write( "<div class=\"first button green\"
id=\"optionitem1\" onclick=\"openItem('optionitem1','"
       + LINK + "');" + "return false;\">" );
       document.write( "<h2><a href='" + LINK + "' title='Version " +
VERSION + " - Milestone " + MILESTONE
       + " - Build ID " + BUILD + " - SVN " + SVN_REV + "'>Download
Apache OpenOffice " + VERSION + "</a></h2>"
       + "<p><a href='" + LINK + "' title='Version " + VERSION + " -
Milestone " + MILESTONE + " - Build ID " + BUILD
       + " - SVN " + SVN_REV + "'>Click here for the most recent
version for:<br />"
       + "<b>" + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + "</b>
(~" + FILESIZE + " MByte)</a></p>" );


That is what generates the text for me (en_US on Windows):

"Download Apache OpenOffice 4.0.0

Click here for the most recent version for:
Windows (EXE) and English (US) (~137 MByte)"


If you are comfortable editing Javascript then go ahead and modify
that code.  Otherwise, just sent me the translation for the above and
I can apply it.
If I'm not mistaken, I translated a part of this that is to be made available in some near time in the future. I'll translate the rest but that's not what I meant. It _was_ pointing to the English page, it's not anymore but lots of the links on the right side are broken, translated but broken.
Also, translation for:

"Signatures and hashes: KEYS , ASC , MD5 , SHA256 , How to verify? |
Release Notes |
Get all platforms, languages, language packs | Source code and SDK |
Portable USB versions and third-party ports | Old and legacy version:
3.4.1 + 3.3.0"


We really need to find a cleaner way to separate the Javascript logic
and the translation strings here, otherwise we'll run into problems
every time we need to update the translation or the logic!

  * Left menu points to English pages;
I fixed that, I think.
Partially. If I choose the 'Why' page, first of all the well discussed Notice from the mdtext files appears at top and, as far as I can tell, only in this page. Second the left menu here is translated but if we choose an option points to the English page.

  * Writer, Calc and Impress pages have a broken download link;
I fixed that.
Fixed.
  * Base page has a missing screendump;
I fixed that.

Note:  if you look closely the screen shots are of the English version
of OpenOffice, showing an English language document.  If you want to
create screenshots in Portuguese you are welcome to do that instead.
I've noticed that. They also show an image of an older version, I think. I'll add the screenshots to the zip file in a separate folder. I'm thinking something like e.g. 'draw-big.png' --> 100% and 'draw.png' -->25%. Would that be alright?

  * topnav, support, books about AOO, book page is a broken link;
We can do one of two things here:

1) We can point this to the general page which lists written about
OpenOffice:  http://www.openoffice.org/support/books.html

2) If there are Portuguese language books about OpenOffice we can list
them on a special page that you maintain in the NL web site.
I'm already away above my head now!
I'm not putting the second option aside but, like the Portuguese reviews, which I'm certain exist, that requires research that I haven't been able to do yet. I am really more concerned in putting the site up (there is already a company asking for it), and completing the update on the UI and Help for version 4.1 at least. Maintaining a dedicated page, forum, etc., that will have to wait if you don't mind. I'm still learning the basics of all this.
  * topnav, participate, last link Students... is broken;

Fixed.

Besides this, there are several links pointing to English and XX pages but
you probably already know that.
There should be no more links to "xx" pages.  Let me know if you still
see those.
Will do.
Two more things:

 * why_foss.html has a blue area that is overwritten by the photo and
   exceeds the width of the screen. Maybe its my fault (probably is).
 * the release notes page is not translated and I think it should be.
   The big announcement at the top points to it.

Please confirm the screen shots sizes and I'll try to send it all to you later today!

Regards,
Pedro.

Reply via email to