New Dev Volunteer

2013-09-18 Thread Tal Daniel
Hi, I'm Tal, from Israel.

I've joined mainly because I found a bug while editing texts in Writer, in
an Left-to-Right language (Hebrew), which hasn't got any response for over
10 months, so I want to promote, fix, or patch it (
https://issues.apache.org/ooo/show_bug.cgi?id=121193).

Added myself to Directory of Volunteers & localization volunteers in
Confluence Wiki;
Completed Infrastructure module (level 2).
Now I think I need to refresh my C++ skills :)

Keep up the good work, which is vital on the Mac for Hebrew/Arabic native
speakers,
Tal


Building for MAC OS, gcc 4.0

2013-09-26 Thread Tal Daniel
Following the Building guide for MAC, I need help.
My gcc version is 4.2, and the configure script outputs a warning that it
needs 4.0.
Is it a blocker? Do I need to install another gcc?

> ...

checking the GNU gcc compiler version... configure: error: You need to use
> the gcc-4.0 compiler (gcc 4.2.1 won't work with the MacOSX10.4u.sdk) - set
> CC accordingly
>

Guide I'm following step-by-step:
http://wiki.openoffice.org/wiki/Documentation/Building_Guide/Building_on_MacOSX


I'd be glad if someone can be a guide on the build process, because I'm a
bit lost from the autoconf step onwards.

Thanks,
Tal


Re: Building for MAC OS, gcc 4.0

2013-09-27 Thread Tal Daniel
Thank you Herbert, I'm using Xcode 3.2.6, with gcc 4.2, so I'll wait with
your branch.
Thanks for the invite.
Today I've managed to install & switch to gcc 4.0 using MacPorts (I'll
update the Guide, when I'm done).


On Fri, Sep 27, 2013 at 12:30 PM, Herbert Duerr  wrote:

> Hi Tal,
>
>
> On 26.09.2013 22:21, Tal Daniel wrote:
>
>> Following the Building guide for MAC, I need help.
>> My gcc version is 4.2, and the configure script outputs a warning that it
>> needs 4.0.
>> Is it a blocker? Do I need to install another gcc?
>>
>>  ...
>>>
>>
>> checking the GNU gcc compiler version... configure: error: You need to use
>>
>>> the gcc-4.0 compiler (gcc 4.2.1 won't work with the MacOSX10.4u.sdk) -
>>> set
>>> CC accordingly
>>>
>>
> GCC 4.2 on Mac means that you are probably using XCode4. Building our
> official releases still requires XCode3 with its gcc4.0. If installing the
> older XCode3 with the OSX10.4 SDK is possible for you then this would be
> the fastest solution to get a build.
>
> We/Me are working on supporting newer MacOSX build environments. If you
> are adventurous you might want to try out my "rejuventate01" branch [1]. As
> you saw the build requirements for our current OSX release are so ancient
> that there are very few developers left with such an old environment. The
> rejuvenation of the OSX platform support is really needed. Be warned: The
> branch is experimental, unfinished and has some rough edges. It already
> produces quite usable binaries [2]. Having other developers work on the
> branch too would be great. I hope I'll find the time to get back into it
> again soon.
>
> [1] 
> http://svn.apache.org/repos/**asf/openoffice/branches/**rejuvenate01/<http://svn.apache.org/repos/asf/openoffice/branches/rejuvenate01/>
> [2] 
> http:http://people.apache.org/**~hdu/AOO_Mac64_rejuv.dmg<http://people.apache.org/~hdu/AOO_Mac64_rejuv.dmg>
>
> If you're interested I suggest to check this branch out, set the
> environment variables
> CC=`xcrun -f clang` -arch x86_64
> CXX=`xcrun -f clang++` -arch x86_64
> and then continue with [3]
>
> [3] http://wiki.openoffice.org/**wiki/Documentation/Building_**
> Guide/Building_on_MacOSX#**Build_environment_with_**enabled_category-b_**
> dependencies<http://wiki.openoffice.org/wiki/Documentation/Building_Guide/Building_on_MacOSX#Build_environment_with_enabled_category-b_dependencies>
>
>  Guide I'm following step-by-step:
>> http://wiki.openoffice.org/**wiki/Documentation/Building_**
>> Guide/Building_on_MacOSX<http://wiki.openoffice.org/wiki/Documentation/Building_Guide/Building_on_MacOSX>
>> I'd be glad if someone can be a guide on the build process, because I'm a
>> bit lost from the autoconf step onwards.
>>
>
> The building guide is good. I updated it to make the XCode3/SDK10.4
> requirement more prominent.
>
> Herbert
>


-- 
טל


[Mac] [Build] python headers not found

2013-09-27 Thread Tal Daniel
Hi, I'm trying to follow the Building Guide for Mac,
and not I'm struggling with Python: the configuration shell script can't
find the Pyhon header files (python.h, ...).

...

checking which python to use... compiling against MacOSX10.4u.sdk (python
> version 2.3)
> checking Python.h usability... no
> checking Python.h presence... no
> checking for Python.h... no
> configure: error: Python headers not found



I installed [mac]port python33, and switched to it, and I know where its
headers folder is located.
I tried to change configure file, but it keeps reseting so I can't change
anything there (e.g. the PYTHON_CFLAG var).

I wonder, would a ln -s from the system python version to the current
release headers would help the configure script to find the headers,
finally.

Any help would be appreciated.
Tal


[MAC] [Build] epm FTP non-responsive

2013-09-28 Thread Tal Daniel
Hi, I want to report that the epm download URL isn't responding (it's
needed for bootstrapping):

http://ftp.easysw.com/pub/epm/3.7/epm-3.7-source.tar.gz

Can anyone help with this?


Re: [Mac] [Build] python headers not found

2013-09-28 Thread Tal Daniel
Herbert, thank you updating me on the SVN update, which updated Python
definitions in configure.in; it makes things much more easier now, since
Jürgen points now to the current version of Python.

Would you share with us how do you track SVN updates? do you use Eclipse,
or other tool? cmd-line?

For now, I've decided to sync & build AOO401 tag, which is more stable, I
guess.

Thanks again for your help,
Tal

On Fri, Sep 27, 2013 at 3:12 PM, Herbert Duerr  wrote:

> On 27.09.2013 13:51, Tal Daniel wrote:
>
>> I'm [...] struggling with Python: the configuration shell script can't
>> find the Python header files (python.h, ...).
>>
>
> Jürgen recently [1][2] updated the python baseline to Python 2.7
>
> [1] 
> https://issues.apache.org/ooo/**show_bug.cgi?id=122010<https://issues.apache.org/ooo/show_bug.cgi?id=122010>
> [2] http://svn.apache.org/viewvc/**openoffice/trunk/main/**
> configure.in?r1=1485654&r2=**1485653&pathrev=1485654<http://svn.apache.org/viewvc/openoffice/trunk/main/configure.in?r1=1485654&r2=1485653&pathrev=1485654>
> ...
>
> Hope that helps,
> Herbert


[MAC][Build] Error at soltools mkdepend

2013-09-28 Thread Tal Daniel
Hi, I get an error while building (below).
Can anyone guide me how to check its source, and how can I get a more
detailed error report? or... how to try to compile only this part in Xcode
3.2.6?

Entering
> /Users/tal/Documents/Development/OpenOffice/tags/AOO401/main/apache-commons/java/httpclient
>
> deliver -- version: 275594
> LOG: writing
> /Users/tal/Documents/Development/OpenOffice/tags/AOO401/main/solver/401/
> unxmacxi.pro/inc/saxon/deliver.log
> Module 'saxon' delivered successfully. 0 files copied, 2 files unchanged
> apache-commons deliver
> deliver -- version: 275594
> LOG: writing
> /Users/tal/Documents/Development/OpenOffice/tags/AOO401/main/solver/401/
> unxmacxi.pro/inc/apache-commons/deliver.log
> Module 'apache-commons' delivered successfully. 0 files copied, 5 files
> unchanged
>
> 1 module(s):
> soltools
> need(s) to be rebuilt
>
> Reason(s):
> ERROR: error 65280 occurred while making
> /Users/tal/Documents/Development/OpenOffice/tags/AOO401/main/soltools/mkdepend
>
> When you have fixed the errors in that module you can resume the build by
> running:
>
> build --from soltools


To build, I use "build --all debug=t -P2 --html --html_path
/Users/tal/Sites/", and in order to build again, I write "build depend=t"
and then "build --from soltools --prepare" (I hope these commands clear
all, but I'm not sure).

my build.sh configuration is

./configure --with-build-version="$(date +"%Y-%m-%d %H:%M:%S") - Rev.
$(echo $(svn info) | sed -e 's/^.*Last Changed Rev: //g' -e 's/ .*//g')" \
--disable-mozilla \
--disable-build-mozilla \
--disable-systray --enable-verbose --enable-category-b --enable-minimizer
--enable-presenter-console --enable-wiki-publisher \
--with-dmake-url=http://dmake.apache-extras.org.codespot.com/files/dmake-
4.12.tar.bz2 \
--with-epm-url=http://epm.sourcearchive.com/downloads/3.7-1/epm_3.7.orig.tar.gz
\
--without-stlport

(added without-stlport after Jürgen Schmidt's comment in the archive).

After build.sh completes, I get a single warning, regarding gcc
-fvisibility=hidden which isn't supported in my version.

Thanks,

Tal


Re: [MAC] [Build] epm FTP non-responsive

2013-09-28 Thread Tal Daniel
IGNORE. found an alternative at dev Archive (though it throws "checksum not
included" after the download completes):

http://epm.sourcearchive.com/downloads/3.7-1/epm_3.7.orig.tar.gz


On Sat, Sep 28, 2013 at 12:06 PM, Tal Daniel  wrote:

> Hi, I want to report that the epm download URL isn't responding (it's
> needed for bootstrapping):
>
> http://ftp.easysw.com/pub/epm/3.7/epm-3.7-source.tar.gz
>
> Can anyone help with this?
>



-- 
טל


Re: Skills, Resources and Mentors

2013-09-30 Thread Tal Daniel
On Mon, Sep 30, 2013 at 6:58 PM, Rob Weir  wrote:

>
> [...] There should be a way that we can more clearly identify [...] who
> knows how to do [...], who wants to learn how to [...], and who is willing
> to mentor or teach others how to get
> started.
>
> So I've started the following wiki page to track some of the most
> common tasks in the project:
>
> https://cwiki.apache.org/confluence/display/OOOUSERS/Skills,+Resources+and+Mentors
>
> Feel free to insert additional tasks, or to add your name as an
> expert, mentor or someone who wants to learn.
>

Rob, nice idea (somewhat overlaps the existing Directory of Volunteers
page),
But I couldn't edit the wiki page (I'm logged in to as Talchu).

Tal


Re: [MAC][Build] Error at soltools mkdepend

2013-10-03 Thread Tal Daniel
Thank you Herbert, that helped me to solve the issue.

ccache gcc was looking for Mac OSX 10.4u SDK, so ... instead of installing
10.4u SDK (xcode already installed), I created a symbolic link to 10.5.
Guess what, it works!

Soon, I'll publish my configuration, before I add a few notes to the Mac
Building Guide.


On Mon, Sep 30, 2013 at 11:31 AM, Herbert Duerr  wrote:

> On 28.09.2013 12:40, Tal Daniel wrote:
>
>> Hi, I get an error while building (below).
>> Can anyone guide me how to check its source, and how can I get a more
>> detailed error report? or... how to try to compile only this part in Xcode
>> 3.2.6?
>> [...]
>>
>>  1 module(s):
>>> soltools
>>> need(s) to be rebuilt
>>>
>>
> Changing into the directory in question i.e.
> cd ../soltools
> then running
> build verbose=1
> there and checking its output should provide all details known about the
> build problem.
>
> Herbert
>
>
> --**--**-
> To unsubscribe, e-mail: 
> dev-unsubscribe@openoffice.**apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


-- 
טל


[Mac] [Build] Successful Configuration, Example

2013-10-03 Thread Tal Daniel
Finally, I've managed to build AOO401 on MAC OSX 10.6.8!

I'm publishing the steps needed, with configuration, for any comments.
Later on, I plan to edit the Mac Building Guide wiki page, accordingly, so
other Mac developers, please comment:

Created a folder for Apache OpenOffice code

SVN sync to tags/AOO401 (more stable code)

Created initial configuration script (build.sh), which contains:

#! /bin/bash

#echo "### checking for unowinreg.dll ... "

if [ ! -e ./external/unowinreg/unowinreg.dll ]; then

 curl http://tools.openoffice.org/unowinreg_prebuild/680/unowinreg.dll -o
./external/unowinreg/unowinreg.dll

 # (wget wasn't supported in my bash)

else

echo " unowinreg.dll found"

fi


 echo "### checking for moz prebuild libs ... "

if [ ! -e ./moz/zipped/MACOSXGCCIinc.zip ]; then

curl http://www.openoffice.org/tools/moz_prebuild/680/MACOSXGCCIinc.zip -o
./moz/zipped/MACOSXGCCIinc.zip

 curl http://www.openoffice.org/tools/moz_prebuild/680/MACOSXGCCIlib.zip -o
./moz/zipped/MACOSXGCCIlib.zip

 curl http://www.openoffice.org/tools/moz_prebuild/680/MACOSXGCCIruntime.zip-o
./moz/zipped/MACOSXGCCIruntime.zip

# (wget wasn't supported in my bash)

else

echo " moz prebuild libs found"

fi


 if [ ! -e ./configure ]; then

echo "### autoconf ..."

autoconf

else

echo "### autoconf ..."

rm ./configure

autoconf

fi


 echo "### Configure"


 ./configure --with-build-version="$(date +"%Y-%m-%d %H:%M:%S") - Rev.
$(echo $(svn info) | sed -e 's/^.*Last Changed Rev: //g' -e 's/ .*//g')" \

--disable-mozilla \

 --disable-build-mozilla \

 --disable-systray --enable-verbose --enable-category-b --enable-minimizer
--enable-presenter-console --enable-wiki-publisher \

--with-dmake-url=
http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2 \

 --with-epm-url=
http://epm.sourcearchive.com/downloads/3.7-1/epm_3.7.orig.tar.gz \

 --without-stlport


 ./bootstrap

 Installed MacPorts

[mac]port *ccache* installed (for faster builds), and set its memory cache
to be... big:

sudo port install ccache

ccache -M 1G

changed ~/.bash_profile, so ccache will manage all gcc compilations:

export CC="ccache gcc"

export CXX="ccache g++"


 gcc 4.0 version is needed (my system had gcc4.2 by default), so here are 2
options.

*gcc 4.0, option #1 (less simple; that's what I used): *

installed gcc 4.0 with MacPorts:

port gcc40 installed (apple):

sudo port install apple-gcc40

port gcc_select installed (allows switching between different gcc versions):

sudo port install gcc_select

listed all available gcc versions:

port select --list gcc

changed to gcc40 as the active complier

sudo port select –set gcc apple-gcc40

*gcc 4.0, option #2 (simpler; not verified if working): *

check whether you have gcc 4.0 already installed:

ls -l /usr/bin/gcc*

update symbolic link to point to version 4.0

sudo ln -s “/user/bin/gcc-4.0” “/user/bin/gcc”


 *Python 2.7 *installed (native, not through MacPorts)


Created a symbolic link to direct to *Mac OSX10.5 SDK* (gcc was looking for
10.4u SDK):

sudo ln -s "/Developer/SDKs/MacOSX10.5.sdk"
"/Developer/SDKs/MacOSX10.4u.sdk"


 Executed the configuration script (as shown above), which calls *autoconf*,
*configuration*, and *bootstrap* with the correct parameters:

./build.sh

(you may need to execute it a few times, until you fix all errors, but
finally...)


 Configuration and bootstrap finished successfully!


 Built project:

source MacOSXX86Env.Set.sh

cd instsetoo_native

build –all -P2 --html --html_path /Users/$USER/Sites/

Note: the guide instructs to check progress at
http://localhost/~tal/unxmacxi.pro.build.html, but the HTML file seems to
be malformed. I found the Terminal's output to be satisfactory.


 If the build reports errors in a specific module, enter that folder, build
with more details, and try to fix the errors first. E.g.:

cd ../soltools

build verbose=1


 to build the project again:

source MacOSXX86Env.Set.sh

cd instsetoo_native

build --from soltools (problematic module where the previous build aborted
at)
or... (?)
build --prepare (?)

build –all -P2 --html --html_path /Users/$USER/Sites/


 Build time: started ~14:15 – 00:00 = ~10


 When the build is complete, opened DMG package present at
cd unxmacxi.pro/Apache_OpenOffice_SDK/dmg/install/en-US/
and installed into a folder of my choice. Works.


Re: [Mac] [Build] Successful Configuration, Example

2013-10-03 Thread Tal Daniel
p.s. Build worked with Java 1.6, too.


On Thu, Oct 3, 2013 at 10:28 PM, Tal Daniel  wrote:

> Finally, I've managed to build AOO401 on MAC OSX 10.6.8!
>
> I'm publishing the steps needed, with configuration, for any comments.
> Later on, I plan to edit the Mac Building Guide wiki page, accordingly, so
> other Mac developers, please comment:
>
> Created a folder for Apache OpenOffice code
>
> SVN sync to tags/AOO401 (more stable code)
>
> Created initial configuration script (build.sh), which contains:
>
> #! /bin/bash
>
> #echo "### checking for unowinreg.dll ... "
>
> if [ ! -e ./external/unowinreg/unowinreg.dll ]; then
>
>  curl http://tools.openoffice.org/unowinreg_prebuild/680/unowinreg.dll -o
> ./external/unowinreg/unowinreg.dll
>
>  # (wget wasn't supported in my bash)
>
> else
>
> echo " unowinreg.dll found"
>
> fi
>
>
>  echo "### checking for moz prebuild libs ... "
>
> if [ ! -e ./moz/zipped/MACOSXGCCIinc.zip ]; then
>
> curl http://www.openoffice.org/tools/moz_prebuild/680/MACOSXGCCIinc.zip-o 
> ./moz/zipped/MACOSXGCCIinc.zip
>
>  curl http://www.openoffice.org/tools/moz_prebuild/680/MACOSXGCCIlib.zip-o 
> ./moz/zipped/MACOSXGCCIlib.zip
>
>  curl
> http://www.openoffice.org/tools/moz_prebuild/680/MACOSXGCCIruntime.zip -o
> ./moz/zipped/MACOSXGCCIruntime.zip
>
> # (wget wasn't supported in my bash)
>
> else
>
> echo " moz prebuild libs found"
>
> fi
>
>
>  if [ ! -e ./configure ]; then
>
> echo "### autoconf ..."
>
> autoconf
>
> else
>
> echo "### autoconf ..."
>
> rm ./configure
>
> autoconf
>
> fi
>
>
>  echo "### Configure"
>
>
>  ./configure --with-build-version="$(date +"%Y-%m-%d %H:%M:%S") - Rev.
> $(echo $(svn info) | sed -e 's/^.*Last Changed Rev: //g' -e 's/ .*//g')" \
>
> --disable-mozilla \
>
>  --disable-build-mozilla \
>
>  --disable-systray --enable-verbose --enable-category-b --enable-minimizer
> --enable-presenter-console --enable-wiki-publisher \
>
> --with-dmake-url=
> http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2 \
>
>  --with-epm-url=
> http://epm.sourcearchive.com/downloads/3.7-1/epm_3.7.orig.tar.gz \
>
>  --without-stlport
>
>
>  ./bootstrap
>
>  Installed MacPorts
>
> [mac]port *ccache* installed (for faster builds), and set its memory
> cache to be... big:
>
> sudo port install ccache
>
> ccache -M 1G
>
> changed ~/.bash_profile, so ccache will manage all gcc compilations:
>
> export CC="ccache gcc"
>
> export CXX="ccache g++"
>
>
>  gcc 4.0 version is needed (my system had gcc4.2 by default), so here are
> 2 options.
>
> *gcc 4.0, option #1 (less simple; that's what I used): *
>
> installed gcc 4.0 with MacPorts:
>
> port gcc40 installed (apple):
>
> sudo port install apple-gcc40
>
> port gcc_select installed (allows switching between different gcc
> versions):
>
> sudo port install gcc_select
>
> listed all available gcc versions:
>
> port select --list gcc
>
> changed to gcc40 as the active complier
>
> sudo port select –set gcc apple-gcc40
>
> *gcc 4.0, option #2 (simpler; not verified if working): *
>
> check whether you have gcc 4.0 already installed:
>
> ls -l /usr/bin/gcc*
>
> update symbolic link to point to version 4.0
>
> sudo ln -s “/user/bin/gcc-4.0” “/user/bin/gcc”
>
>
>  *Python 2.7 *installed (native, not through MacPorts)
>
>
> Created a symbolic link to direct to *Mac OSX10.5 SDK* (gcc was looking
> for 10.4u SDK):
>
> sudo ln -s "/Developer/SDKs/MacOSX10.5.sdk"
> "/Developer/SDKs/MacOSX10.4u.sdk"
>
>
>  Executed the configuration script (as shown above), which calls *autoconf
> *, *configuration*, and *bootstrap* with the correct parameters:
>
> ./build.sh
>
> (you may need to execute it a few times, until you fix all errors, but
> finally...)
>
>
>  Configuration and bootstrap finished successfully!
>
>
>  Built project:
>
> source MacOSXX86Env.Set.sh
>
> cd instsetoo_native
>
> build –all -P2 --html --html_path /Users/$USER/Sites/
>
> Note: the guide instructs to check progress at
> http://localhost/~tal/unxmacxi.pro.build.html, but the HTML file seems to
> be malformed. I found the Terminal's output to be satisfactory.
>
>
>  If the build reports errors in a specific module, enter that folder,
> build with more details, and try to fix the errors first. E.g.:
>
> cd ../soltools
>
> build verbose=1
>
>
>  to build the project again:
>
> source MacOSXX86Env.Set.sh
>
> cd instsetoo_native
>
> build --from soltools (problematic module where the previous build aborted
> at)
> or... (?)
> build --prepare (?)
>
> build –all -P2 --html --html_path /Users/$USER/Sites/
>
>
>  Build time: started ~14:15 – 00:00 = ~10
>
>
>  When the build is complete, opened DMG package present at
> cd unxmacxi.pro/Apache_OpenOffice_SDK/dmg/install/en-US/
> and installed into a folder of my choice. Works.
>
>
>


-- 
טל


Re: [Mac] [Build] Successful Configuration, Example

2013-10-04 Thread Tal Daniel
Just a thanks for your comments, Herbert.
I'll try to combine my configuration into SVN.



On Fri, Oct 4, 2013 at 9:08 AM, Herbert Duerr  wrote:

> Hi Tal,
>
> Tal Daniel wrote:
> > Finally, I've managed to build AOO401 on MAC OSX 10.6.8!
>
> Congratulations! That's an important step in joining AOO development.
>
> > I'm publishing the steps needed, with configuration, for any comments.
> > Later on, I plan to edit the Mac Building Guide wiki page, accordingly,
> so
> > other Mac developers, please comment:
> >
> > Created a folder for Apache OpenOffice code
> >
> > SVN sync to tags/AOO401 (more stable code)
>
> I'd merge these two into
> svn co https://svn.apache.org/repos/asf/openoffice/tags/AOO401 myAOO401
>
> > Created initial configuration script (build.sh), which contains:
> > [...]
> >  echo "### checking for moz prebuild libs ... "
> > [...]
> > --disable-mozilla \
> >
> >  --disable-build-mozilla \
>
> Currently when mozilla is disabled password protection etc. doesn't
> work. I suggest to remove the --disable-mozilla line when the mozilla
> prebuilt libs are available.
>
> BTW: there is work in progress to remove the insane dependency of AOO's
> crypto requirements to the ancient mozilla binaries (branch Remove_MOZ)
>
> > --enable-minimizer --enable-presenter-console
>
> These options are no longer needed. The very popular extensions
> Presenter Console and Presentation Minimizer have been merged into AOO's
> core. Kudos to Ariel for that.
>
> > build –all -P2 --html --html_path /Users/$USER/Sites/
> >
> >  Build time: started ~14:15 – 00:00 = ~10
>
> Depending on how powerful your Mac is you could try e.g.
>build --all -P3 -- -P3 ...
> (three modules at once, the files at once, i.e. work for nine processors)
>
> >  When the build is complete, opened DMG package present at
> > cd unxmacxi.pro/Apache_OpenOffice_SDK/dmg/install/en-US/
> > and installed into a folder of my choice. Works.
>
> Wonderful :-) I look forward to work with you!
>
> Herbert
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


-- 
טל


[Mac] Development environment

2013-10-04 Thread Tal Daniel
I'm desperate for some mentoring regarding setting up the dev environment.
on the Mac. Herbert, can you direct me at the right direction, such as
which IDE, what project settings, do you build a module externally, etc.

Notes:
I'm used to Eclipse; does Xcode have any benefits?

Currently I'm oriented towards fixing BiDi parts (/sw?
com.core.suncom.sun.star.text.XText? ... started reading the dev guide),
but maybe later I could help with the Mac OSX10.6 branch too.

Thanks,
Tal


Re: [Mac] Development environment

2013-10-05 Thread Tal Daniel
On Sat, Oct 5, 2013 at 10:41 AM, Herbert Duerr  wrote:

> Hi Tal,
>
> Tal Daniel wrote:
> > I'm desperate for some mentoring regarding setting up the dev
> environment.
> > on the Mac. Herbert, can you direct me at the right direction, such as
> > which IDE, what project settings,...
>

>
I wrote a helper
> script to make AOO debugging with LLDB more convenient. Please see
>main/solenv/inc/lldb4aoo.py
>
> To use it run lldb and enter
> command script import path-to-script/lldb4aoo.py
> or add that line to lldb's configuration file
> ~/.lldbinit
> It mostly helps to view AOO's strings. As the ecosystem of OOo's string
> classes was not one of its strong points this helper is quite useful.
>

Thanks, I'll try that, when I get the hang of Xcode, I have no experience
dev in Xcode yet.



> > do you build a module externally, etc.
>
> I'm not sure I understand the question. Do you mean how to build a
> third-party module such as main/icu?
>

Yes, e.g, when you're done editing a cxx file, you enter the folder of that
module, build it, then back to instsetoo_native, and build --all?



> > Notes:
> > I'm used to Eclipse; does Xcode have any benefits?
>
> XCode integrates with LLDB and has some additional tools, e.g. for
> profiling. But maybe there are extensions for Eclipse to do this too.
>
> > Currently I'm oriented towards fixing BiDi parts (/sw?
> > com.core.suncom.sun.star.text.XText? ... started reading the dev guide),
>
> This is an API from the UNO framework. From a BiDi perspective it just
> exposes the functionality provided by ICU's BiDi algorithm [1]. In AOO's
> core BiDi is used in Writer (main/sw/source/core/text), EditEngine
> (main/editeng/source/editeng/) and Vcl (mostly
> main/vcl/source/gdi/outdev3.cxx 's OutputDevice::ImplLayout method), so
> if there are BiDi problems you'll probably find the answer in their code.
>
> [1] http://userguide.icu-project.org/transforms/bidi


Wow, nice references... thanks! I've tried to edit some code today, in
editeng/source/editeng/impedit2.cxx, but nothing had an effect on the final
app, after I installed it. Strange. I'll try the other locations you
referred me to, later on this week.

BTW, do files with different indexes target different OS/platforms? i.e.
impedit.cxx, impedit[2-4].cxx


[...]

Before I forget it: For AOO set the tab-space to four (although I
> personally would prefer ts=8 indentation, but the existing AOO codebase
> assumes ts=4).
>
>
Tab space 4 is my Xcode's default. thanks.


Re: Help Needed: Redo the /porting/mac page

2013-10-08 Thread Tal Daniel
On Tue, Oct 8, 2013 at 5:52 PM, Rob Weir  wrote:

> [...]
>
> http://www.openoffice.org/porting/mac/
> This page has many problems:
>
> ...
>
> This is a good opportunity for a volunteer, new or old, to help
> improve a high profile web page.   I know nothing about the Mac, but I
> can help review and check in a new page.
>

[Tal:] Trying to fix problems on the Mac version, but if you won't find
anyone, send me a note.


>
>
> 1) Am I in the right place?  (This is the implicit first question
> whenever anyone has when following a link from Google search results.)
>  The incongruous stock image does not help here.  One user wrote in a
> while ago that this automatically made them think this was a spam
> site.
>

[Tal:] I entered openoffice.org from google, pressed download, and offered
this page, with the correct Mac version:
http://www.openoffice.org/download/


>
> 2) Does OpenOffice support the Mac?  If so, what versions?  Prerequisites?
>

[Tal:] I used 3.4, 4.01, on Mac 10.6.8. I think there's support since
10.4/5, but read a few posts suggesting to drop these old versions.

>
> 3) Where can download it?
>
> [Tal:] See 2.

4) Where can I go for more information?  Support?
>

[Tal:] Here's a nice page, linked from the downloads page:
http://www.openoffice.org/download/other.html


> ...
> -Rob
>


Re: opennoffice and several documents

2013-10-12 Thread Tal Daniel
Hello Rinal, can you please open a bug report in Bugzilla regarding this
issue? – https://issues.apache.org/ooo/

Thanks,
Tal


On Sat, Oct 12, 2013 at 6:40 AM, Rinat Camalov wrote:

>  Hello, dear openoffice developers.
>
> I have question.
> Whenever I open several big documents, for example 3 calc files, office
> opens them in several processes.
> And if one of them hangs (not actually, but it takes too long to open), if
> I kill one process, there are all documents closed.
>
> And also openoffice opens 1 document at the time not 3 of them. I mean it
> uses CPU (only one core) and everything,but other two just waits before
> first will be finished.
>
> Can you solve that?
>



-- 
טל


Re: Better visibility for dev builds (Re: [RELEASE]: Beta downloads and feedback and a proposed way to the final)

2014-03-29 Thread Tal Daniel
Excuse me for intervening the discussion, but I still don't get the
difference between these links:
http://www.openoffice.org/download/all_beta.html
http://www.openoffice.org/download/devbuilds.html
https://cwiki.apache.org/confluence/display/OOOUSERS/Development+Snapshot+Builds

I'm lost, and others may feel the same.


Re: Better visibility for dev builds (Re: [RELEASE]: Beta downloads and feedback and a proposed way to the final)

2014-03-29 Thread Tal Daniel
Andrea Pescetti wrote:

> Tal Daniel wrote:
>
>> Excuse me for intervening the discussion, but I still don't get the
>> difference between these links:
>> [1] http://www.openoffice.org/download/all_beta.html
>> [2] http://www.openoffice.org/download/devbuilds.html
>> [3] https://cwiki.apache.org/confluence/display/OOOUSERS/
>> Development+Snapshot+Builds
>>
>> I'm lost, and others may feel the same.
>>
>
> ... Head to the download page http://www.openoffice.org/download/ (Right
> column, Additional Resources, Development builds) to get the builds between
> 4.1.0-beta and the coming 4.1.0 final. These are probably the ones you are
> interested in. Hebrew will be available after the next run (tomorrow). This
> corresponds to item #2 in your list above.
>
> Item #1 is the beta release, 4.1.0-beta. It is the one we want the general
> public to test. But volunteers who have already tested the beta and need to
> check specific bugs or features addressed after the beta will probably want
> to use #2.
>
> So we have: [Beta = #1] --> [Snapshots from AOO410 = download page or #2]
> --> 4.1.0
>
> Item #3 contains snapshots that are built from time to time. They can be
> built from the trunk or from a release branch (not every bugfix or feature
> we add now will go into 4.1.0: most of them will be used for the version
> after 4.1.0, so they go to "trunk" instead of going to the "AOO410
> branch"). They currently contain a snapshot that was taken for the Beta, so
> they are not useful at the moment. When we are not near a release, they are
> built from trunk and are a good way to test the latest changes.


*Thanks*, Andrea, for the explanation. It cleared things up.
I always feel so uncomfortable to mail the list with only a "thanks";
mailing lists should have a LIKE button too :)


[INFO] Bugzilla process

2014-03-29 Thread Tal Daniel
A small info request, and suggestion, regarding the bug tracking process:
The "How to file a good Issue [in Bugzilla] (
https://wiki.openoffice.org/wiki/QA/HowToFileIssue) end with this sentence:

> "[...], then press "Commit". Your bug report will now be in the Apache OOo
> Bugzilla database."


That's great, though...
(1) What happens NOW, after a bug is created? -- Does someone review it and
assign it, or should the reporter notify a mailing list, next to promote
it? Do BugZilla Admins review the bugs?
(2) What happens if the reporter feels no one read or did anything with his
bug report? (it happened to me a few times)

I'd recommend extend the above mentioned paragraph with this info, and
overview the process earlier within the Wiki page. I'll edit the wiki page,
according to info I'll receive.


Re: AOO 4.1 Beta Survey Results

2014-03-29 Thread Tal Daniel
Just a small remark:

Jürgen Schmidt wrote:

> JSC: interesting is that only 10.7 and 10.9.2 systems were used. Ok ,
> 10.7 don't work anymore but I mean more the lack of 10.8, 10.9 10.9.1.
> Good to see that people upgrade fast
>

After installing 10.9.2, I can see why now: 10.9.2 upgrade is offered for
free(!) by Apple.
Maybe that helps to explain part of the mystery.

P.S. I'd recommend to mention the number of people, too; not just
percentages. E.g. Mac 10.7 - 11.11% (2)
In case number of people is small, 0% isn't that a rare incident.


Re: Cancellation from Mailing Lists

2014-03-30 Thread Tal Daniel
Ankit, to unsubscribe simply send an email to
dev-unsubscr...@openoffice.apache.org


On Sun, Mar 30, 2014 at 8:44 AM, Ankit Kulshrestha <
ankitkulshrestha0...@gmail.com> wrote:

> Dear Sir,
> I regret to inform you that I can no longer be a part of the Apache
> community. It seems that the level of coding skills required (in C++) is
> much higher than my current level. However, I will work on developing my
> skills in the next few years and will return again as a productive member
> of the Apache Community.
>  Regards
>  -Ankit Kulshrestha
>



-- 
טל


Re: 4.1. Regressions

2014-03-30 Thread Tal Daniel
Oliver-Rainer Wittmann wrote (Mar 10):

> Changing entry of Field Version from an older version to a newer one
> should not happen.
> When a user submits a new issue the Field Version should contain the
> version on which the user observes the issue. Experienced community
> members, primarily by QA people, should refine the value, but only in the
> direction to older versions. Thus, finally the Field Version should
> document the version in which the issue occurs first.


I just saw this comment by Oliver, and as a reporter/user/translator, this
is new to me.
I'll update the guide with this instruction (
https://wiki.openoffice.org/wiki/QA/HowToFileIssue), and I hope Oliver
won't mind me quoting him.

Please review the guide, and add/edit, or add a note in the Discussion of
the Wiki page.
Thanks.


Re: AOO Weekly News?

2014-04-04 Thread Tal Daniel
Rob Weir wrote:

> I noticed this blog post from another Apache project, CouchDB:
> https://blogs.apache.org/couchdb/entry/couchdb_weekly_news_april_3
>
> Isn't that a cool idea?
>
> Sounds like a good idea, to summarize key discussions, and news, for the
rest of us who can't track all the forum posts.
Weekly? Monthly?


[www] [PATCH] index.html

2014-04-07 Thread Tal Daniel
Can any Committer take responsibility to commit the attached patch? (it's
my first patch :). I removed a missing reference to product.css from the
 section.

Thanks,
Tal
Index: index.html
===
--- index.html  (revision 1585424)
+++ index.html  (working copy)
@@ -7,7 +7,6 @@
  
 
 https://plus.google.com/+openoffice"; rel="publisher" />
-
 Apache OpenOffice - The Free and Open Productivity Suite
 

Fwd: [Repo] [www] Hebrew test website in SVN

2014-04-08 Thread Tal Daniel
FW from l10n, maybe DEV can help:

-- Forwarded message --
From: Tal Daniel
Date: Apr 7

Since I'm not a committer, I need help to create an SVN copy of these 2
folders. Can you help? --

(1) svn copy
https://svn.apache.org/repos/asf/openoffice/ooo-site/trunk/content/xx/
to
https://svn.apache.org/repos/asf/openoffice/ooo-site/trunk/content/test-he/

(2) svn copy
https://svn.apache.org/repos/asf/openoffice/ooo-site/trunk/templates/xx/
to
https://svn.apache.org/repos/asf/openoffice/ooo-site/trunk/templates/test-he/

I try to follow the Native-Language website guidelines, at
http://openoffice.apache.org/website-native.html. The Hebrew website is
outdated, and doesn't conform to the latest version of the website.


Thanks.

P.S.
I hope that the "xx" folders are the most current version of the website.


Re: Bug or not?

2014-04-09 Thread Tal Daniel
Privet Nikolai,

I checked your problem, and the date opens on my AOO 4.0.1 as 9.4.

The problem you described could a result of cells with a function to show
the date of today (=now()).

Please see the attached ODS file, for example of a function to always show
today, and a regular date, below it (double-click on cells to see what's
under the hood).

Next time, try to report issues/problems to https://issues.apache.org/ooo/.

Успеха,
Tal



On Wed, Apr 9, 2014 at 7:18 PM, Николай Нинков  wrote:

> Hello everyone,
>
> I think I found a bug in AОО, but I'm not sure.
> I will try to be the most comprehensive in the description.
> Here's what happened:
>
> A few monts ago I created a spreadsheet file with a simple formula to
> calculate family expenses .
> The file was created with AOO4.0.1.
> I installed AOO4.1.0 like new instal for testing the translation and all
> the rest of tests.
> At the moment I still conducting tests on AOO4.1.0 .
> A few days ago I noticed that the column with the date themselves change
> all the dates when I write new data close and open the file.
> I checked with antivirus ComodoIS- no problem. I created a copy of the
> file and delete all the rows from the table , leaving only one , but the
> problem remains . I need your opinion. This bug AOO4.0 it?
>
> My knowledge is not enough to find the cause.
> I send you attached the file to check on why it happens.
> If the file is not attached with message here is the link to:
> http://ecoenergysolutions.bg/razhodi-remont-2.ods
>
>
>
> Regards
> Niki
>
>
> -
> To unsubscribe, e-mail: l10n-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: l10n-h...@openoffice.apache.org
>



-- 
טל


date example.ods
Description: application/vnd.oasis.opendocument.spreadsheet

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org

Re: Rob's ApacheCon Presentations

2014-04-12 Thread Tal Daniel
On Apr 11, Rob wrote:

> I [...] gave two talks at ApacheCon which you might find interesting:
> "Fuzzing Apache OpenOffice: An Approach to Automated Black-box Security
> Testing" and "Open Source Marketing for Hackers"
>
Hmm... the latter lecture seems interesting. Some stats and insights on how
you work promoting & tracking AOO. Cheers.


> You can find them both on my website here:
> http://www.robweir.com/blog/presentations-and-publications
>


Re: April Board report

2014-04-13 Thread Tal Daniel
On Fri, Apr 11, Andrea Pescetti wrote:

> A draft of our Board report for April is available at
> https://cwiki.apache.org/confluence/display/OOOUSERS/2014+Apr
> Please check and comment, ...
>

Interestingly, you mentioned Community Development before Product
Development. I don't know if that order is intentional, but I like it.


[www] [PATCH] xx/extentions/index.thml

2014-04-15 Thread Tal Daniel
Found a typo in the xx/extensions/index.html ("OpenOfficeg").

Typo exists also on the official site, but didn't want to checkout the
whole "content" folder from SVN (weighs over 1 GB), just for this small
fix.
Index: extensions/index.html
===
--- extensions/index.html   (revision 1585472)
+++ extensions/index.html   (working copy)
@@ -21,7 +21,7 @@
 
 Get or submit extensions on the http://extensions.openoffice.org";>OpenOffice Extensions Website.
 
-Get or submit templates on the http://templates.openoffice.org";>OpenOfficeg Template Website.
+Get or submit templates on the http://templates.openoffice.org";>OpenOffice Template Website.
 
 
 http://wiki.services.openoffice.org/wiki/Extensions";>Find out 
much more on the Extensions Area Wiki

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org

Re: Reporting a problem with the OpenOffice website

2014-04-15 Thread Tal Daniel
Thanks, Ken, I'll open a bug/issue, according to your report.
If you find any other bug in the future, you're invited to report it, by
reporting directly to https://issues.apache.org/ooo/.

Tal


On Mon, Apr 14, 2014 at 6:11 PM, Ken Stepan wrote:

> Are you aware of a problem with OpenOffice (4.0.1) excel spreadsheet?
>  When you copy a spreadsheet in open office and paste it in MS Paint, if
> you use colored text, the text color changes to a different color.  Some of
> my spreadsheets I like to save them as a JPEG and with MS Paint you can do
> this.   Its frustrating to see the Red Text change to Blue text when you
> past the document.
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


-- 
טל


Re: Reporting a problem with the OpenOffice website

2014-04-15 Thread Tal Daniel
Correction: Ken, I've tried to reproduce your bug on my system (Win 7, AOO
4.0.1), but all works fine for me, so I didn't open a bug (see image
below).
Still, if you experience a problem, report a problem to the issues website
in the link I mentioned earlier.

[image: Inline image 1]


On Tue, Apr 15, 2014 at 7:10 PM, Tal Daniel  wrote:

> Thanks, Ken, I'll open a bug/issue, according to your report.
> If you find any other bug in the future, you're invited to report it, by
> reporting directly to https://issues.apache.org/ooo/.
>
> Tal
>
>
> On Mon, Apr 14, 2014 at 6:11 PM, Ken Stepan wrote:
>
>> Are you aware of a problem with OpenOffice (4.0.1) excel spreadsheet?
>>  When you copy a spreadsheet in open office and paste it in MS Paint, if
>> you use colored text, the text color changes to a different color.  Some of
>> my spreadsheets I like to save them as a JPEG and with MS Paint you can do
>> this.   Its frustrating to see the Red Text change to Blue text when you
>> past the document.
>>
>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
>> For additional commands, e-mail: dev-h...@openoffice.apache.org
>>
>>
>
>
> --
> טל
>



-- 
טל


Re: [www] [PATCH] xx/extentions/index.thml

2014-04-15 Thread Tal Daniel
On Apr 15, Marcus (OOo) wrote:

> Tal Daniel: Found a typo in the xx/extensions/index.html ("OpenOfficeg").
>
> thanks, I've fixed this. However, [...]
>
>  Typo exists also on the official site
>>
>
> Hm, no, I don't see the additional "g":
> http://www.openoffice.org/extensions/index.html
>
> Have you seen it somewhere else?


Marcus, my mistake, typo exists, AFAIK, only at the native-lang website
template: http://www.openoffice.org/xx/extensions/


Re: 100 million news now on Slashdot...

2014-04-19 Thread Tal Daniel
Nice. Interesting discussion about LibreOffice & OO, at the comments that
follow the story.


On Thu, Apr 17, 2014 at 6:21 PM, Rob Weir  wrote:

>
> http://apache.slashdot.org/story/14/04/17/144228/apache-openoffice-reaches-100-million-downloads-now-what
>
> Regards,
>
> -Rob
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


-- 
טל


Re: Will ever OO save as PDF/UA?

2014-04-19 Thread Tal Daniel
On Fri, Apr 18, Deyla Jacopo wrote:

> Hello, I'd like to know if (and in case when) is planned to support PDF/UA
> ISO Standard in OO export functionality. thank you
> http://en.wikipedia.org/?title=PDF/UA


I'm not an expert in this field, but I notice that OO supports PDF/A
Standard. I tried to figure out what are the differences between PDF/UA &
PDF/A, but I didn't find even a mention of PDF/A in the PDF/UA standard.

Deyla, I've found an existing issue, related to your request, and you can
add your input there, search for a better issue, open a new issue, and vote
for it:
https://issues.apache.org/ooo/show_bug.cgi?id=31324
Anyone can report an issue/request.

Tal


[www] [PATCH] xx/product/impress.mdtext

2014-04-19 Thread Tal Daniel
I think I found an error in the text; "Drawing" isn't one of the viewing
modes in Impress:

Complete range of Views are supported: Drawing / Outline / Slides / Notes /
> Handouts to meet all the needs of presenters and audiences, plus an
> optional multi-pane view to put all the tools at your fingertips.


I offer a small patch.
Marcus, send aegis [server] my bests wishes; I understand it's still sick.
Index: product/impress.mdtext
===
--- product/impress.mdtext  (revision 1585472)
+++ product/impress.mdtext  (working copy)
@@ -27,7 +27,7 @@
 *Master Pages* simplify the task of preparing your materials. Save even more
 time by [downloading templates][1] from our Extensions repository.
 
-A *complete range of Views* are supported: Drawing / Outline / Slides / Notes /
+A *complete range of Views* are supported: Slides / Outline / Notes /
 Handouts to meet all the needs of presenters and audiences, plus an optional
 multi-pane view to put all the tools at your fingertips.
 

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org

Re: [INFO] Bugzilla process

2014-04-21 Thread Tal Daniel
On Mon, Apr 21, Andrea Pescetti wrote:

> On 29/03/2014 Tal Daniel wrote:
>
>> https://wiki.openoffice.org/wiki/QA/HowToFileIssue ...
>>
>> (1) What happens NOW, after a bug is created? -- Does someone review it
>> and
>> assign it, or should the reporter notify a mailing list, next to promote
>> it? Do BugZilla Admins review the bugs?
>>
>
> The Issues mailing list, see http://openoffice.apache.org/
> mailing-lists.html is notified. No humans post directly to that list,
> it's only used to collect notifications from Bugzilla. Developers routinely
> scan it.
>
> Bugzilla admins probably watch the notifications too, but this is not
> their role.
>
>  (2) What happens if the reporter feels no one read or did anything with
>> his
>> bug report? (it happened to me a few times)
>>
>
> Usually it's a matter of having patience, but you can ping the dev list if
> you feel that something should be done before the next release or is being
> neglected.
>
>
>  I'd recommend extend the above mentioned paragraph with this info, and
>> overview the process earlier within the Wiki page. I'll edit the wiki
>> page,
>> according to info I'll receive.
>>
>
> Feel free to add this information there.
>

Thanks for in info, Andrea.
I've added this info in the wiki page, and hopefully, users will feel more
confident that someone will notice their issue, after they've created it.
See https://wiki.openoffice.org/wiki/QA/HowToFileIssue#Reporting_a_New_Bug


Re: Adding "from SourceForge" to download page

2014-04-27 Thread Tal Daniel
+1 for Rob's idea to minimize links from the download page;
Especially the links on the right column.

We can make some HTML sketches for this, and here's an idea (I hope you'll
see the formatting) to open download in a new tab, and move all links to
appear below the download link. E.g.,

*Download **Apache OpenOffice 4.0.1 *for Linux 64-bit (RPM) and Deutsch
from Sourceforge.net, ~175 MB | Last updated: 2013-Oct-01
Need *another version*?


*While you download... *(shown only after a click?)
links/info about extensions, templates,
how to participate/help OpenOffice,
how to stay updated,
...




On Wed, Apr 16, 2014 at 7:38 PM, Rob Weir  wrote:

> On Wed, Apr 16, 2014 at 12:23 PM, Fernando Cassia 
> wrote:
> > On Wed, Apr 16, 2014 at 1:11 PM, Roberto Galoppini <
> > roberto.galopp...@gmail.com> wrote:
> >
> >>
> >> Or maybe a simple "Downloads served by SourceForge, trusted for open
> >> source"?
> >
> >
> > Yes, I understand that, but I'm fearing the Joe Averages won't get the
> > meaning of "served by" or read it and continue reading without stopping
> to
> > think what it implies, and will freak out at the redirect nevertheless...
> >
>
> If we had a simple, clean page, I think users would be less confused.
> The more we load up the page with text and links, trying to be
> helpful, the more users will be overwhelmed and doubt themselves.  I
> think we're far past the over-saturation point on the download page
> already.  I count 67 links on the page already.  Mozilla manages to
> help users download Firefox with only three links in addition to the
> download itself:  "Systems & Languages", "What's New" and "Privacy".
>
> -Rob
>
> > FC
> > --
> > During times of Universal Deceit, telling the truth becomes a
> revolutionary
> > act
> > - George Orwell
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


-- 
טל


Re: [DOWNLOAD][PROPOSAL] How to download another version than offered in the green box?

2014-04-28 Thread Tal Daniel
On Sun, Apr 27, Marcus wrote:

> [...] I made some progress about a long-term problem:
>
> - Downloading the offered file via the green box is fast and easy
> - Downloading a different file than the offered is not
>
> [...] Therefore I've thought of making another offer directly on the main
> download webpage: http://ooo-site.staging.apache.org/download/test/
> index_droplist.html
>
> Please don't look too close to look & feel [...] this can and will be
> improved for sure.
>
> What do you think? is this a direction we can/should go in general?
> Or do you have complete different thoughts?
>

Looks nice and more compact, Marcus.
In addition to Kay's suggestions, I'd like to suggest to drop the
[redundant] line "Click here to download for:" in the green box, and the
line "Choose an OS, then the language" in the gray box, which you
suggested; we can solve it at a programmable way (e.g. disable 2nd
drop-down until 1st drop-down has a valid selection).

Also, the gray box could appear only after clicking "Get a different
version", which stands for other version, language, or OS.

Great work :)


Re: [DOWNLOAD][PROPOSAL] How to download another version than offered in the green box?

2014-04-28 Thread Tal Daniel
On Mon, Apr 28, Marcus wrote:

> Am 04/28/2014 06:00 PM, schrieb Tal Daniel:
>
>> [...]Looks nice and more compact, Marcus. [...] I'd like to suggest to
>>> drop the [redundant] line "Click here to download for:" in the green box,
>>> and the
>>>
>> line "Choose an OS, then the language" in the gray box, which you added
>> ...
>>
>
> This sounds like you suggest to combine the green and grey box. Do I
> understand it right?


No, just thought to remove texts that are too trivial/obvious.
Combining the boxes, as others suggest, could work too, if you're afraid
that people won't find the "download other versions" link.

Tal


Re: [PROPOSAL] Do not drop languages in minor releases

2014-04-29 Thread Tal Daniel
On Tue, Apr 29, Andrea Pescetti wrote:

> I propose that, once a language reaches our release quality criteria
> (currently: UI translation at 100% and maintained), we do not drop it
> afterwards for the other minor releases.
>
> [...] I would remove unmaintained languages only when version 5.0 comes.
>

Seems reasonable, to me, Andrea, I'm not sure that removing a language on
major release should be so strict. What about removing a language only when
a MINIMUM% of it isn't translated (e.g., 10%)?


Re: [ANN] Apache OpenOffice 4.1.0 released

2014-04-29 Thread Tal Daniel
FYI: at Sourceforge, the big green download button downloads the 4.0.1
version. It happened to me, and I almost installed 4.0.1 twice on my
computer.

Later, I noticed the dark red error message on the sourceforge page, which
states that "the 4.1.0/binaries/...86.exe file can't be found or isn't
available. ..."

I guess other users will find this annoying, and not all of them will find
the folder browsing any comfortable.

Other than that, Congratulations on the 4.1 release.
Thanks to all developers & users who reported, fixed, replied, ... to
support OpenOffice.

Tal




On Tue, Apr 29, 2014 at 2:11 PM, Juergen Schmidt  wrote:

> The Apache OpenOffice project is pleased to announce the immediate
> availability of OpenOffice 4.1.0.  You can download it from our
> website [1].
>
> Apache OpenOffice 4.1 is a minor update with many bugfixes and 2 major
> improvements. It's the first version where we have the
> iAccessibility2 support integrated and available. A very huge step
> forward to better support disabled users especially on Windows. The
> second improvement is the switch to 64 bit on MacOS. A long
> and overdue "must do" shift forward to support newer APIs and platforms
> on MacOS.
>
> And AOO 4.1.0 increases again the number of supported languages which is
> now 38. The supported languages are Asturian, Bulgarian, Czech, Danish,
> German, Greek, English (GB + US), Spanish, Basque, Finnish, French,
> Scots Gaelic, Galician, Hebrew, Hindi, Hungarian, Italian, Japanese,
> Khmer, Korean, Lithuanian, Norwegian Bokmal, Dutch, Polish, Portuguese,
> Portuguese Brazil, Russian, Slovak, Serbian Cyrillic, Swedish, Tamil,
> Thai, Turkish, Vietnamese, Chinese (Simplified + Traditional).
>
> Apache OpenOffice 4.1.0 will be a further key milestone to continue the
> success of OpenOffice.
>
> Details of new features and enhancements in this release are described
> in the Release Notes [2].
>
> Those interested in the source code can download it via the links on
> this page [3].
>
> Regards,
>
> Juergen Schmidt, Apache OpenOffice Release Manager and member of the
> Project Management Committee
>
> [1] http://www.openoffice.org/download/
>
> [2]
> https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1+Release+Notes
>
> [3] https://openoffice.apache.org/downloads.html
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


-- 
טל


Re: [ANN] Apache OpenOffice 4.1.0 released

2014-04-29 Thread Tal Daniel
FYI: MD5 checksum isn't available from the download page.



On Tue, Apr 29, 2014 at 5:46 PM, Jürgen Schmidt wrote:

> On 4/29/14 4:35 PM, FR web forum wrote:
> > Hello,
> >> it's probably a good idea to check the md5 or any other checksum file to
> >> verify the download
> > To this purpose, the url http://www.openoffice.org/download/checksums/
> > jump to outdated text files.
> > Where are we find this info?
>
> I have never recognized this filers, they probably generated in some
> way. For what do you need them and where is the link to this files?
>
> Juergen
>
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> > For additional commands, e-mail: dev-h...@openoffice.apache.org
> >
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


-- 
טל


Re: New committer: Tal Daniel (tal)

2014-05-03 Thread Tal Daniel
Thanks for the invite as a Committer,
and for your welcome greetings.


[www] [he] Templates refresh on ooo-site.staging?

2014-05-10 Thread Tal Daniel
Hi, I've migrated /test-he site into /he, in SVN, as well as the
corresponding templates/he folder, BUT it seems that the staging server
serves an older version of the templates, with "/test-he/..." paths,
instead of "/he/...". clearing the cache didn't do the trick of fixing this
oddity.

Any suggestions what can I do in order to force the server to refresh the
templates it uses on http://ooo-site.staging.apache.org/he/?

At CMS, what does "Force New ooo-site Working Copy" does, exactly?

Thanks,
Tal


Re: [www] [he] Templates refresh on ooo-site.staging?

2014-05-11 Thread Tal Daniel
On Sun, May 11, Andrea Pescetti  wrote:

> On 10/05/2014 Tal Daniel wrote:
>
>> Hi, I've migrated /test-he site into /he, in SVN, [...] but  it seems
>> that the staging server serves an older version of the templates, with
>> "/test-he/..." paths.
>>
>
> It seems some links were not updated. [...] I fixed it online now at
> http://www.openoffice.org/he/


Thanks Andrea, for fixing the links.
Somehow, I lost sight of topnav.html and was sure that it's a caching
problem.
Beginner's bug :)

I've updated to your revision.


Re: [PROPOSAL] Do not drop languages in minor releases

2014-05-12 Thread Tal Daniel
In brief:

Currently, a translation is released when it reaches 100%.
There were a few ideas when to include and exclude a translation in a
release (different for major, and minor). Some suggestions where to
continue to release even if there's no 100%, and there's an active
community of translator for a language. Rob suggested even to get an OK
from the trans. community of each language.

Rules should be simple, though, as Jürgen Schmidt commented, since it cause
effort to manage & track too many rules, in addition to manually build the
translation releases each time.

Andrea proposed a more flexible strategy, which emphasizes the importance
of continuing the language support over versions (at least in minor
releases), who may find it annoying, for example, that there was Hebrew
support in AOO 3.3, but not in AOO 3.4 (grr@#$!!).
+ That's a strong point, TMHO.

+ In addition to Andrea's concern about being in touch with the community
of translators,
as a solution, maybe we should build a list of private emails. For example,
I wonder if translators would prefer to add their private email to the
cwiki page of volunteers, instead of just subscribing to the L10N list.
This would allow the PMC to send important updates/requests directly to
translators (e.g. a wake-up call, before a release).

Tal


[www] [SUGGEST] Change "Native Language" to Dropdown/select box

2014-05-13 Thread Tal Daniel
I'd like to suggest to replace the "Native Language" link, on
www.openoffice.org menu to a more visible dropbox.

E.g. Product | Download | ... | "Lanauge: [English ]"

I believe users are more accustomed to select their language from a select
box, rather than clicking "native language" (I remember I had a hard time,
as a beginner OpenOffice site visitor to understand what does this link
mean).

This would also allow faster move to a translated version of the site, for
people who prefer to read it in their language.

+ Another suggestion is to move the suggested dropdown box above the menu
bar, somewhere near the search box.

Tal


Re: [www] [SUGGEST] Change "Native Language" to Dropdown/select box

2014-05-13 Thread Tal Daniel
>
> On 13 May  Tal Daniel wrote:
> > I'd like to suggest to replace the "Native Language" link, on
> > www.openoffice.org menu to a more visible dropbox.
> >
> > E.g. Product | Download | ... | "Lanauge: [English ]"
> >
> > I believe users are more accustomed to select their language from a
> select
> > box, rather than clicking "native language" (I remember I had a hard
> time,
> > as a beginner OpenOffice site visitor to understand what does this link
> > mean).
> >
> > This would also allow faster move to a translated version of the site,
> for
> > people who prefer to read it in their language.
> >
> > + Another suggestion is to move the suggested dropdown box above the menu
> > bar, somewhere near the search box.
>


On Tue, May 13 Louis Suárez-Potts wrote:

> Andrea can probably correct me here but long ago we did in fact want to
> use the drop down menu. The issue, then, if not now, was that the tools
> available were thought not generally in use by visitors to the site.
> The usual rule of thumb for making things easier for users is to see what
> the more popular sites do (that seems to work, of course) and emulate it.
>


Some examples, to show that a dropdown, or auto redirection ARE common
practice nowadays:

* Mozilla.com redirects by browser language to
http://www.mozilla.org/en-US/and has a dropdown box on the bottom of
page (that's surprising), just in
case [they were wrong].
* Microsoft.com redirects by IP (country) to
http://www.microsoft.com/he-il/default.aspx and has a link "Israel - Hebrew
[Earth icon]" on the bottom of the page, just in case [they were wrong].
* Adobe.com stays in English, but opens a popup with an offer to be
redirected to a regional website.

Oh Marcus, Marcus... where are you when I need your skills the most :)

Tal


Re: [www] [SUGGEST] Change "Native Language" to Dropdown/select box

2014-05-14 Thread Tal Daniel
I'm working on language select dropdown, and suggest it on the staging
site.
Marcus, I find it impossible to override the templates/brand.html in
localized sites. Does anyone know how to do it? If not, I'll publish the
dropdown on the english staging site.


On Tue, May 13, 2014 at 10:15 PM, Marcus (OOo)  wrote:

> Am 05/13/2014 05:56 PM, schrieb Tal Daniel:
>
>
>>> On 13 May  Tal Daniel wrote:
>>>
>>>> I'd like to suggest to replace the "Native Language" link, on
>>>> www.openoffice.org menu to a more visible dropbox.
>>>>
>>>> E.g. Product | Download | ... | "Lanauge: [English ]"
>>>>
>>>> I believe users are more accustomed to select their language from a
>>>>
>>> select
>>>
>>>> box, rather than clicking "native language" (I remember I had a hard
>>>>
>>> time,
>>>
>>>> as a beginner OpenOffice site visitor to understand what does this link
>>>> mean).
>>>>
>>>> This would also allow faster move to a translated version of the site,
>>>>
>>> for
>>>
>>>> people who prefer to read it in their language.
>>>>
>>>> + Another suggestion is to move the suggested dropdown box above the
>>>> menu
>>>> bar, somewhere near the search box.
>>>>
>>>
> +1
>
>  On Tue, May 13 Louis Suárez-Potts wrote:
>>
>>  Andrea can probably correct me here but long ago we did in fact want to
>>> use the drop down menu. The issue, then, if not now, was that the tools
>>> available were thought not generally in use by visitors to the site.
>>> The usual rule of thumb for making things easier for users is to see what
>>> the more popular sites do (that seems to work, of course) and emulate it.
>>>
>>>
>>
>> Some examples, to show that a dropdown, or auto redirection ARE common
>> practice nowadays:
>>
>> * Mozilla.com redirects by browser language to
>> http://www.mozilla.org/en-US/and has a dropdown box on the bottom of
>>
>> page (that's surprising), just in
>> case [they were wrong].
>> * Microsoft.com redirects by IP (country) to
>> http://www.microsoft.com/he-il/default.aspx and has a link "Israel -
>> Hebrew
>> [Earth icon]" on the bottom of the page, just in case [they were wrong].
>> * Adobe.com stays in English, but opens a popup with an offer to be
>> redirected to a regional website.
>>
>> Oh Marcus, Marcus... where are you when I need your skills the most :)
>>
>
> ahm, I'm not here. ;-)
>
> Honestly, I would like to get the download feature finished first, before
> I start another website change as my time for AOO is very limited.
>
> However, if you have some HTML/JS/CSS skills you could try yourself:
>
> http://www.openoffice.org/test/
>
> Update its content with a current copy of the http://www.openoffice.org/
> index.html page(s) and just start. If something gets broken, then only in
> the "test/" area which nobody bothers.
>
> Marcus
>
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


-- 
טל


[www] NEW language Selection Dropdown!

2014-05-14 Thread Tal Daniel
Following my suggestion, I've changed the brand.html template to show a
lanaugage selection dropdown on all sites (currently available on staging
sites only - http://ooo-site.staging.apache.org/).

NOTICE: Localized sites has 2 new vars in brand.mdtext:
selectedlang: change to your language, which will be selected by default
(e.g. ru)
language: translation of the word "Language"
Changes synched into content/xx/brand.mdtext, as an example.

Can anyone help in moving the inline CSS style from brand.html into
ooo.css, or other css file? () I can't do it since I didn't
want to checkout the whole ooo-site.

Next, we need to remove the "Native Language" link from the menu.
Tal


Re: [www] NEW language Selection Dropdown!

2014-05-14 Thread Tal Daniel
On Wed, May 14 I wrote:

> Following my suggestion, I've changed the brand.html template to show a
> lanaugage selection dropdown on all sites (currently available on staging
> sites only - http://ooo-site.staging.apache.org/).
>

To see a working example, select עברית (Hebrew) from the dropdown menu.

>
> NOTICE: Localized sites has 2 new vars in brand.mdtext:
> selectedlang: change to your language, which will be selected by default
> (e.g. ru)
> language: translation of the word "Language"
> Changes synched into content/xx/brand.mdtext, as an example.
>
> Can anyone help in moving the inline CSS style from brand.html into
> ooo.css, or other css file? () I can't do it since I didn't
> want to checkout the whole ooo-site.
>
> Next, we need to remove the "Native Language" link from the menu.
>


Re: [www] [SUGGEST] Change "Native Language" to Dropdown/select box

2014-05-14 Thread Tal Daniel
On Tue, May 13, Andrea Pescetti wrote:

> Tal Daniel wrote:
>
>> I'd like to suggest to replace the "Native Language" link, on
>> www.openoffice.org menu to a more visible dropbox. ...
>>
>> Totally agree. [...] The JavaScript drop-down should not list all
> available languages [...] but only those that are maintained.


Update: I've sent a separate email with a test dropdown box for languages.
I used only "Level 2" languages, as specified at the "Native Language" page
(http://www.openoffice.org/projects/native-lang.html).

+ Since the NL page was last updated in 2010, don't you think that we
should start with English only dropdown, and add languages by request of
active translation communities?

Tal


Re: [Proposal] Update Icons for AOO 4.1

2014-05-14 Thread Tal Daniel
On Wed, May 14 circul...@gmx.com wrote:

> If it is not too late, would it be possible to include an icon in Writer
> to open the paragraph style dialogue? This is a vital tool: It is the only
> foolproof way to fully set up styles, also to check what the attributes are.
>
> At present it is only accessible via the right click menu then choosing
> 'edit paragraph style...' No icon, no menu item.


This isn't accurate: Paragraph is availabe from Format > Paragraph... (as
in Office). And, there IS an option to add the paragraph button, if you use
it allot, by pressing the "more" triangle in the Formatting toolbar >
Visible Buttons. There, choose Paragraph button (last).


Re: Brochure (booklet) printing

2014-05-14 Thread Tal Daniel
Halo, Uwe, thanks for notifying us about the problem.
Booklet printing seems handy, at times.
Will you take the effort and open a new issue/bug, and describe your
problem again here? -- https://issues.apache.org/ooo/.

This way, your problem will stick, with higher changes of being handled in
the future.
Make sure to search first, to verify that the problem wasn't reported
already in the past.

Tal


On Mon, May 5, 2014 at 1:15 AM, Uwe Peters, NW  wrote:

> I used MS Office all the time and had no problems with brochure (booklet)
> printing on my Canon resp. Brother Printers.
>
> Since I changed completely to MAC (OS X 10.9) I use OpenOffice.
> Unfortunately it does not allow brochure (booklet)  printing
> on the same printers although OpenOffice says so in the printing window. I
> tried it, the result, though, was a complete disorder.
>
> Brochure (booklet) printing is essential for all people that write stories
> or books on the european format DIN A 4 and want
> or have to change it into the brochure (booklet) format DIN A 5 which
> means to print 4 DIN A 4 pages on the front- and rear-side
> of one DIN A 4 sheet in a way that after cutting that sheet in two the
> sides come out in the right order (1+2, 3+4 and so on).
>
> Kind regards
> Uwe Peters
>
> I hope I was comprehensible:Brochure (booklet) printing with OpenOffice on
> Mac OS X 10.9




-- 
טל


Re: [www] NEW language Selection Dropdown!

2014-05-16 Thread Tal Daniel
Update:
Languages selection dropdown is now complete.
Developers and translators are called to edit the brand.mdtext variables
(see instruction below), to fit their language, and edit the
/templates/brand.html template with the correct phrasing for their language
option within the select box.

Note: "Native Languages" link from the menu would probably be removed in
the future, when the language dropdown would be more familiar and adopted.

Cheers,
Tal

On Wed, May 14, I wrote:
>
>
> Following my suggestion, I've changed the brand.html template to show a
>> lanaugage selection dropdown on all sites (currently available on staging
>> sites only - http://ooo-site.staging.apache.org/).
>>
>
> To see a working example, select עברית (Hebrew) from the dropdown menu.
>
>>
>> NOTICE: Localized sites has 2 new vars in brand.mdtext:
>> selectedlang: change to your language, which will be selected by default
>> (e.g. ru)
>> language: translation of the word "Language"
>> Changes synched into content/xx/brand.mdtext, as an example.
>>
>> Can anyone help in moving the inline CSS style from brand.html into
>> ooo.css, or other css file? () I can't do it since I didn't
>> want to checkout the whole ooo-site.
>>
>> Next, we need to remove the "Native Language" link from the menu.
>>
>


Re: [www] NEW language Selection Dropdown!

2014-05-16 Thread Tal Daniel
On Thu, May 15, Kay Schenk wrote:

> OK, this is looking interesting, but...please revert this change as the
> next "real" publish is likely to make this live and we probably don't want
> to do this yet without further review.
>
> So, please do the following --
>
> * copy the revised version of brand.mdtext to the /test directory (we
> can then review this further)
> * revert your brand.mdtext change at the top level
>
> Thanks.
>
>
Kay, I reverted /templates/brand.html to revision before my changes
(robweir).
No changes in brand.mdtext, apart from localized site (he), which still
functions.
So, there are no apparent changes in the ooo-site now.

I'm not sure how we're going to test this, since now the feature isn't
online, and I didn't find a way to override the brand.html template within
a localized site, or /test; it's a global template.

Anyway, I've created a branch -
templates/brand-branch-with-language-select.html, so save template changes,
for future testing.
Please help in testing it, in the near future. My tests showed that all
redirections work properly in Chrome. Default-selected language is selected
according to the language defined in brand.mdtext (for example, see
/xx/brand.mdtext or /he/brand.mdtext).

Tal



> On 05/14/2014 01:21 AM, Tal Daniel wrote:
> > On Wed, May 14 I wrote:
> >
> >> Following my suggestion, I've changed the brand.html template to show a
> >> lanaugage selection dropdown on all sites (currently available on
> staging
> >> sites only - http://ooo-site.staging.apache.org/).
> >>
> >
> > To see a working example, select עברית (Hebrew) from the dropdown menu.
>

>


Re: [www] [SUGGEST] Change "Native Language" to Dropdown/select box

2014-05-16 Thread Tal Daniel
On Wed, May 14, 2014 at 11:23 PM, Andrea Pescetti wrote:

> Tal Daniel wrote:
>
>> I used only "Level 2" languages, as specified at the "Native Language"
>> page
>>
> (http://www.openoffice.org/projects/native-lang.html).
>>
>
> That page is outdated. [...] The best thing to do is to start with the 38
> released languages, with the same names we use in other.html. [...]
>
> The other languages should be reachable through an "Other" link, last in
> drop-drown, leading to the native-lang.html page.
>
>
DONE. Thanks for this idea. I've fixed the language selection dropdown to
~38 supported languages, as you recommended. Removed Khmer and English UK,
which weren't supported.

To fix accessibility too, "Language:" could be turned into a simple link
> ("..." tag) pointing to native-lang.html too.
>
> Maybe we'll do that in the future, but I'm almost sure Select is
accessible for screen readers and keyboard navigation.


> Note: the staging site http://ooo-site.staging.apache.org/ can be
> published to the main site any time [...] so it's better to use the test
> area at http://www.openoffice.org/test/.


Thanks; I'm aware of that Andrea. I had no choice, since I had to tweak the
global brand.html template, after I didn't find a way to override it in
localized sites.
I published it in the global template only after testing it a bit at the
Hebrew site, first.


Re: Improving OpenOffice's User Experience

2014-05-16 Thread Tal Daniel
+1 for Adding a "Report a bug/issue" link, that will open Bugzilla/issues
site.

Making it easier for people to reports bugs conveys an implicit message of
"we want your feedback".

Brennan, did you file your idea as an enhancemet request?

Tal


On Thu, May 8, 2014 at 5:55 PM, Brennan Novak  wrote:

> Hello OpenOffice Team,
>
> My name is Brennan. I am a user experience designer & engineer, I am
> currently building the FOSS crypto-webmail project Mailpile... perhaps you
> have heard of it :)
>
> Here is a link explaining the current user experience flow which I
> experienced as a major pain point this morning trying to file my first
> OpenOffice bug report:
>
> https://brennannovak.com/notes/432
>
> I believe my initial bug is quite valid and should be fixed. But, I also
> believe that it is equally valid to improve the user experience of
> reporting bugs themselves- the 10 step process I found myself in was a
> quagmire that I almost gave up on, but I resolved when I started working on
> Mailpile to be better member of the FOSS community and to strive to report
> UX bugs by giving other FOSS projects more patience, empathy, and effort to
> help them improve!
>
> I realize that making it easier to file bugs will probably increase your
> volume of bugs filed (certainly a mixed blessing), and that this will
> require more filtering & diligence from your team to weed through them. I
> am completely unaware of what resources OO has and how feasible this, but
> it seems fortuitous to improve things a bit from the current state.
>
> I have numerous other improvement ideas I have encountered in the setup
> and updating flows of OpenOffice and would be willing to share them, so
> long as it is helpful to your team!
>
> Sincerely,
> Brennan Novak
> Mailpile - taking email back!
> https://mailpile.is
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>



-- 
טל


Re: [www] NEW language Selection Dropdown!

2014-05-17 Thread Tal Daniel
I've created a page for testing the new language dropdown here:
http://ooo-site.staging.apache.org/test/templates/brand-template-with-language-select-without-vars.html

Notes:
* Ignore the surrounding templates that the python script attaches to the
page, and focus on the central area, which is a duplicate of the brand
template above it, with addition of the dropdown box.
* The template example lacks variables, so I commented out a few lines, and
hardcoded a few strings.
* Currently, the selected language is English, but eventually, localized
sites will set the default selected language according to their language,
by changing a variable in brand.mdtext (or I'll do it).

Please test it a bit, comment here, and if all goes well, I'll move the
code into the site brand.html template, to affect all sites.

Tal

Ken, I'm sorry, I tried to create the /content structure in /content/test,
and failed.
I can't copy files from /content, without checking out the whole 9GB
folder, and I don't think it's possible to create inner sites with
templates, within the /content/test directory, at this stage. Hence, I
created a simple page to test the func. of the dropdown only.



On Sat, May 17, 2014 at 1:28 PM, Marcus (OOo)  wrote:

> Am 05/15/2014 11:10 PM, schrieb Tal Daniel:
>
>  On Thu, May 15, Kay Schenk wrote:
>>
>>  OK, this is looking interesting, but...please revert this change as the
>>> next "real" publish is likely to make this live and we probably don't
>>> want
>>> to do this yet without further review.
>>>
>>> So, please do the following --
>>>
>>> * copy the revised version of brand.mdtext to the /test directory (we
>>> can then review this further)
>>> * revert your brand.mdtext change at the top level
>>>
>>> Thanks.
>>>
>>>
>>>  Kay, I reverted /templates/brand.html to revision before my changes
>> (robweir).
>> No changes in brand.mdtext, apart from localized site (he), which still
>> functions.
>> So, there are no apparent changes in the ooo-site now.
>>
>> I'm not sure how we're going to test this, since now the feature isn't
>> online, and I didn't find a way to override the brand.html template within
>> a localized site, or /test; it's a global template.
>>
>> Anyway, I've created a branch -
>> templates/brand-branch-with-language-select.html, so save template
>> changes,
>> for future testing.
>> Please help in testing it, in the near future. My tests showed that all
>> redirections work properly in Chrome. Default-selected language is
>> selected
>> according to the language defined in brand.mdtext (for example, see
>> /xx/brand.mdtext or /he/brand.mdtext).
>>
>
> Tal, I was not able to follow your work in the last days as I'm (still)
> recovering from a cold. Maybe stupid question but is there a version online
> of your lang selector?
>
> Thanks
>
>
>
>
>  On 05/14/2014 01:21 AM, Tal Daniel wrote:
>>>
>>>> On Wed, May 14 I wrote:
>>>>
>>>>  Following my suggestion, I've changed the brand.html template to show a
>>>>> lanaugage selection dropdown on all sites (currently available on
>>>>>
>>>> staging
>>>
>>>> sites only - http://ooo-site.staging.apache.org/).
>>>>>
>>>>>
>>>> To see a working example, select עברית (Hebrew) from the dropdown menu.
>>>>
>>>


-- 
טל


Re: [www] NEW language Selection Dropdown!

2014-05-17 Thread Tal Daniel
On Sun, May 18, 2014 at 2:40 AM, Andrea Pescetti wrote:

> On 17/05/2014 Tal Daniel wrote:
>
>> http://ooo-site.staging.apache.org/test/templates/
>> brand-template-with-language-select-without-vars.html
>>
>> Please test it a bit, comment here, and if all goes well, I'll move the
>> code into the site brand.html template, to affect all sites.
>>
>
> Thanks for this! It looks good enough to me to go live.

Please allow a bit more of the usual 72 hours for feedback,
>

Sure, OK.


> I also see some alignment issues in the select (it seems that the
> drop-down is a few pixels taller than it should be), see
> http://i.imgur.com/inLcLeD.png but this is definitely minor. And in
> general all these problems can be addressed later.


Andrea, what OS/Browser are you using? I see the select box without that
bottom spacing. We'll fix that, later on.

>
>
My main concern is that, even limiting it to the 38 released languages, I
> see that quite a few localized websites still need an update. [...] Based
> on this, I would still include the "Other" item at the end of the select as
> a link to native-lang.html then go live with the 38 languages and
> immediately ask the l10n list for volunteers in updating the relevant sites.
>

Good idea. I'll even link from "Language:" to all languages, for
accessibility's sake, as you suggested.

Tal


Re: [www] NEW language Selection Dropdown!

2014-05-20 Thread Tal Daniel
On Sun, May 18, 2014, Ariel Constenla-Haile wrote:

> On Sun, May 18, 2014, Andrea Pescetti wrote:
> > On 17/05/2014 Tal Daniel wrote:
> > >
> http://ooo-site.staging.apache.org/test/templates/brand-template-with-language-select-without-vars.html
> > >Please test it a bit, comment here, and if all goes well, I'll move the
> > >code into the site brand.html template, to affect all sites.
> >
> > Thanks for this! It looks good enough to me to go live. Please allow
> > a bit more of the usual 72 hours for feedback, since mail delivery
> > seems to be back to normal but we may still experience some delays.
> [...]
>


> It would be better to avoid JavaScript, and use the Dotiac::DTL / Django
> Template Language facilities, leaving the code logic on view.pm the list
> can be populated with a for loop.
>
> http://www.dotiac.com/cgi-bin/index.pl
> http://www.djangoproject.com/
> The blog example:
>
> http://sourceforge.net/p/dotiac/code/HEAD/tree/trunk/Dotiac/examples/templates/blog.html


Ariel, I'd be glad to work better with Django templating, may I'll give it
a try and incorporate a {% foreach ... %} on a languages array that I'll
create. But I may need your assistance with the view.pm code, to redirect
to other pages [without Javascript?!].

Tal


Re: [www] NEW language Selection Dropdown!

2014-05-20 Thread Tal Daniel
On Sun, May 18, 2014 at 11:58 AM, Marcus (OOo)  wrote:

> Am 05/17/2014 11:36 PM, schrieb Tal Daniel:
>
>  I've created a page for testing the new language dropdown here:
>> http://ooo-site.staging.apache.org/test/templates/
>> brand-template-with-language-select-without-vars.html
>>
>> Notes: [...]
>>
>> Please test it a bit, comment here, and if all goes well, I'll move the
>> code into the site brand.html template, to affect all sites.
>>
>
> [...] One suggestion:
> I think it's better to write also the English name into the selectbox. Of
> course, e.g., a Russian guy knows what to choose to see the webpage in
> Russian. However for others that need to go there, too, it's a bit
> difficult - especially when the character set is different than Latin.
>

> Also I would add a "Choose a website language" (or similar) as first item.
> You can use this as default and fall-back if something is not working.
> Maybe with some "-" to separate from the lang items.


Marcus, I prefer not to have redundant information on the select. If by
"others that need to go there" you refer to developers, I think they can
easily examine the source code: I've added a comment next to each ,
stating the language in English.
The same goes with "choose a website language:". I prefer to show the
current language, as a sign that other languages exist. There is also a
better chance that people can understand the single word "English" than the
longer phrase above, if they are not fluent in English.


Re: [DOWNLOAD][PROPOSAL] How to download another version than offered in the green box?

2014-05-26 Thread Tal Daniel
On Fri, May 23, 2014 at 11:23 PM, Marcus (OOo)  wrote:
>
> Marcus (OOo) wrote:
>
>> [...] http://ooo-site.staging.apache.org/download/test/
>> index_droplist.html
>
>
> [...]
> Unfortunately, there was no IE available. Can someone of you test this
> please?


Win, IE10 – looks fine;
Win, Chrome – almost fine: missing triangle buttons from select boxes, so
people can't distinguish they can choose something else.

Great work, Marcus,
Tal


Re: [HOMEPAGE] Limited the height of the area for blog posts and news

2014-06-01 Thread Tal Daniel
On Fri, May 30, Marcus (OOo) wrote:

> http://www.openoffice.org/index.html
>
> There was always the complain from some of you that the blog posts and
> news articles on the right hand side are too long and the user has to
> scroll too long to the bottom to see everything.
>
> Now I've limited this. [...]
>
> Marcus, personally, I don't think that replacing 1 scolling of content
with 2 scrolling content areas solve anything; it makes reading only harder.

As an alternative solution I suggest that in the future, blog posts would
be limited to the latest 2-3 blog posts, or moved to the area below the
main page buttons.

If you still want to use the content boxes that you created, I'd move the
titles OUT of the boxed areas (i.e. Recent news), add space between the
boxes.

Tal


A [short] Thank You note

2014-06-05 Thread Tal Daniel
Instead of the usual issues headache, I'd like to say "Thank you!":
Thank you for coding OO to open text documents at the last edit position;
Thanks for coding OO to support word completion.
Thanks for continuously listening to others' requests, too.


Re: [www] NEW language Selection Dropdown!

2014-06-22 Thread Tal Daniel
Great. I thought to publish it, too, lately (move the language bar from the
test page, to the brand.html template, on top; see
http://ooo-site.staging.apache.org/test/templates/brand-template-with-language-select-without-vars.html
).

I understand that you prefer to mention language codes in brackets (e.g.
"... [it]"), rather than writing only the language names, as it is
currently, and in Mozilla too. Note that a month ago, I mentioned that
there are already inline HTML comments, for developers, next to each
option, in the source code, intended for developers.

Anyway, I'll try to publish soon,
Tal



On Sun, Jun 22, 2014 at 12:14 AM, Marcus (OOo)  wrote:

> Am 06/21/2014 10:25 PM, schrieb Andrea Pescetti:
>
>  On 20/05/2014 21:52, Marcus (OOo) wrote:
>>
>>> Am 05/20/2014 11:13 AM, schrieb Tal Daniel:
>>>
>>>> Please test it a bit, comment here, and if all goes well, I'll move
>>>>>> the
>>>>>> code into the site brand.html template, to affect all sites.
>>>>>>
>>>>>
>> We are now at a point where we could enable this, right? Of course,
>> improvements are always possible, but once we have something online it's
>> easier to make incremental fixes.
>>
>> For example, leveraging the Apache CMS and view.pm is "nice to have", ,
>> but it will be easier to involve an Apache CMS guru after the thing is
>> online rather than wait.
>>
>
> I this case I think it's impossible to test deeply on the local machine as
> the interaction with the CMS here is key.
>
> So indeed, starting with a minimal implementation and fixing problems
> on-the-fly seems needed.
>
>
>  source code: I've added a comment next to
>>>> each, stating the language in English.
>>>>
>>> I don't see it as redundant information as it helps to identify what to
>>> choose. And I mean the average user, not developers especially.
>>>
>>
>> Looking around, it seems that a good solution could be to do like the
>> European Union official site http://europa.eu/ does: language name in
>> native language and language code in square brackets. So something like
>>
>> Italiano [it]
>> Magyar [hu]
>> Polski [pl]
>>
>> Could this work? This is quite compact and informative, especially in
>> our case where we actually use the language code for the directory
>> containing the subsite (in most cases).
>>
>
> Sure, that would fit.
>
> @Tal:
> Please go ahead. :-)
>
> Marcus
>
>


-- 
טל


Re: [RELEASE][PROPOSAL]: translation deadline July 18th, 2014

2014-06-23 Thread Tal Daniel
+1. Significant changes in Hebrew, Juergen. Requested blocking flag.


On Mon, Jun 23, 2014 at 11:57 AM, Jürgen Schmidt 
wrote:

> Hi,
>
> independent of the final schedule that depends on a detailed QA plan and
> effort for regression testing I would like to propose July 18th as
> translation deadline.
>
> All translation updates have to be finished until this date and will
> will be integrated after this date asap.
>
> We talk here about AOO 4.1.1 an minor bugfix release with no UI changes.
> Translation updates are necessary only for languages that fixed bigger
> problems on Pootle or did major rework/improvements on existing
> translations.
>
> Juergen
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


-- 
טל


Re: 4.1.1_release_blocker requested: [Issue 123308] Basic Formatting Shortcuts don't function when typing in another language.

2014-06-25 Thread Tal Daniel
Was the following blocker flag request ignored because no one took
responsibility for fixing it?


On Sun, Jun 22, 2014 at 2:25 PM,  wrote:

> Tal  has asked  for 4.1.1_release_blocker:
> Issue 123308: Basic Formatting Shortcuts don't function when typing in
> another
> language.
> https://issues.apache.org/ooo/show_bug.cgi?id=123308
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


-- 
טל


Fwd: [www] NEW language Selection Dropdown!

2014-06-25 Thread Tal Daniel
Published new language selection dropdown [again]. From now on, visitors
can quickly select their language, if available. This affects all NL sites.

Developers & translators are called to add 2 new variables to
{lang}/brand.mdtext, and change according to their language:

selectedlang: en *
language: Language **

(* change to your language code; ** translate title to your language)

For example, choose Hebrew from the dropdown, or see /he/brand.mdtext, or
/xx/brand.mdtext.


Note: "Native Languages" link from the menu would probably be removed in
the future, when the language dropdown would be more familiar and adopted.

Enjoy,
Tal


Re: Fwd: [www] NEW language Selection Dropdown!

2014-07-08 Thread Tal Daniel
On Thu, Jul 3, 2014 at 11:22 PM, Marcus (OOo) wrote:

> Am 06/26/2014 01:56 PM, schrieb Ariel Constenla-Haile:
>
>> On Wed, Jun 25, 2014 at 10:59:19PM +0200, Andrea Pescetti wrote:
>>
>>> On 25/06/2014 Tal Daniel wrote:
>>>
>>>> Published new language selection dropdown [again]. From now on,
>>>> visitors can quickly select their language, if available. This
>>>> affects all NL sites.  Developers&  translators are called to add
>>>>
>>>> 2 new variables to {lang}/brand.mdtext, and change according to their
>>>> language
>>>>
>>>
>>>

Regarding the ORDER of languages, we have a tie. Should we take that to a
VOTE? --

[Andrea wrote:]  Maybe sort by Name (with non-Latin at the end) or by
language code?

[Aviaras wrote:] In indices containing entries of different alphabets, it
is a good practice to sort them separately, e.g. starting with the Latin
entries, then moving to the Cyrillic ones, and so on.

[Ariel wrote:] Mozilla has a language listbox at the bottom of their site,
and they sort via ISO codes. Wikipedia as a language list at the side, it
seems that both sort the list according to the Latin transliteration, or
something similar.

[Marcus:] For OpenOffice I would suggest to do the sorting via ISO code. As
they are shown in the list it's understandable for all - also for
non-native speakers.



> [Marcus:] Tal, I know that Hebrew is working from right-to-left. However,
> it doesn't look good compared to the other list items. Would you mind to
> change it to left-to-right?


OK Marcus, I suggest to leave it RTL, but left align it. Will fix it.


Fwd: [Issue 124766] Update Hebrew (he) translation from Pootle for AOO 4.1.1

2014-07-10 Thread Tal Daniel
Prior building of Hebrew Help translation files had errors.
Can someone build it again for me, and share errors, if still exist?
I can't build yet.
Thanks.

-- Forwarded message --
From: 
Date: Mon, Jul 7, 2014 at 3:40 PM

https://issues.apache.org/ooo/show_bug.cgi?id=124766

[...]

--- Comment #5 from j...@apache.org ---
gsicheck showed many errors that should be fixed, see
http://people.apache.org/~jsc/translation/he_error.txt for details

[...]


Re: Fwd: [Issue 124766] Update Hebrew (he) translation from Pootle for AOO 4.1.1

2014-07-10 Thread Tal Daniel
Thank you Juergen, much less errors now, that the previous file you sent.
I'll try to fix the errors.


On Thu, Jul 10, 2014 at 6:20 PM, Jürgen Schmidt 
wrote:

> On 10/07/14 17:11, Jürgen Schmidt wrote:
> > On 10/07/14 17:04, Jürgen Schmidt wrote:
> >> On 10/07/14 14:00, Jürgen Schmidt wrote:
> >>> On 10/07/14 13:03, Tal Daniel wrote:
> >>>> Prior building of Hebrew Help translation files had errors.
> >>>> Can someone build it again for me, and share errors, if still exist?
> >>>> I can't build yet.
> >>>
> >>>
> >>> I will check it
> >>
> >> still many errors, the file
> >> http://people.apache.org/~jsc/translation/he_error.txt is updated with
> >> the current errors
> >
> > See for example
> >
> https://translate.apache.org/he/aoo40help/translate/#search=bm_id3148448&sfields=source,target,locations
> >
> > When I try to insert "<" at the beginning it moves to the end of the
> > line. I can't edit this with my browser.
>
> ok it is strange to edit for me but the first 3 errors should be fixed now
>
> The problem was a quoted "\\>" closing bracket that should be ">" only
>
> Juergen
>
> >
> > Juergen
> >
> >
> >>
> >> Juergen
> >>
> >>>
> >>> Juergen
> >>>
> >>>> Thanks.
> >>>>
> >>>> -- Forwarded message --
> >>>> From: 
> >>>> Date: Mon, Jul 7, 2014 at 3:40 PM
> >>>>
> >>>> https://issues.apache.org/ooo/show_bug.cgi?id=124766
> >>>>
> >>>> [...]
> >>>>
> >>>> --- Comment #5 from j...@apache.org ---
> >>>> gsicheck showed many errors that should be fixed, see
> >>>> http://people.apache.org/~jsc/translation/he_error.txt for details
> >>>>
> >>>> [...]
> >>>>
> >>>
> >>
> >
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


-- 
טל


Re: Fwd: [Issue 124766] Update Hebrew (he) translation from Pootle for AOO 4.1.1

2014-07-11 Thread Tal Daniel
I think I've fixed all strings with errors.
@Juergen, can you assist again in building Hebrew Help trans.?

Thanks,
Tal


On Thu, Jul 10, 2014 at 9:29 PM, Tal Daniel  wrote:

> Thank you Juergen, much less errors now, that the previous file you sent.
> I'll try to fix the errors.
>
>
> On Thu, Jul 10, 2014 at 6:20 PM, Jürgen Schmidt 
> wrote:
>
>> On 10/07/14 17:11, Jürgen Schmidt wrote:
>> > On 10/07/14 17:04, Jürgen Schmidt wrote:
>> >> On 10/07/14 14:00, Jürgen Schmidt wrote:
>> >>> On 10/07/14 13:03, Tal Daniel wrote:
>> >>>> Prior building of Hebrew Help translation files had errors.
>> >>>> Can someone build it again for me, and share errors, if still exist?
>> >>>> I can't build yet.
>> >>>
>> >>>
>> >>> I will check it
>> >>
>> >> still many errors, the file
>> >> http://people.apache.org/~jsc/translation/he_error.txt is updated with
>> >> the current errors
>> >
>> > See for example
>> >
>> https://translate.apache.org/he/aoo40help/translate/#search=bm_id3148448&sfields=source,target,locations
>> >
>> > When I try to insert "<" at the beginning it moves to the end of the
>> > line. I can't edit this with my browser.
>>
>> ok it is strange to edit for me but the first 3 errors should be fixed now
>>
>> The problem was a quoted "\\>" closing bracket that should be ">" only
>>
>> Juergen
>>
>> >
>> > Juergen
>> >
>> >
>> >>
>> >> Juergen
>> >>
>> >>>
>> >>> Juergen
>> >>>
>> >>>> Thanks.
>> >>>>
>> >>>> -- Forwarded message --
>> >>>> From: 
>> >>>> Date: Mon, Jul 7, 2014 at 3:40 PM
>> >>>>
>> >>>> https://issues.apache.org/ooo/show_bug.cgi?id=124766
>> >>>>
>> >>>> [...]
>> >>>>
>> >>>> --- Comment #5 from j...@apache.org ---
>> >>>> gsicheck showed many errors that should be fixed, see
>> >>>> http://people.apache.org/~jsc/translation/he_error.txt for details
>> >>>>
>> >>>> [...]
>> >>>>
>> >>>
>> >>
>> >
>>
>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
>> For additional commands, e-mail: dev-h...@openoffice.apache.org
>>
>>
>
>
> --
> טל
>



-- 
טל


[VOTE][WWW] Homepage, Drop Inner-Scrollbars & Unite News Areas

2014-07-12 Thread Tal Daniel
I suggest to dropoff the scrollbars from the News & Blog posts areas, on
the Homepage, and unite these areas into one zone, that notifies about,
well, anything, whether latest news, posts, wanted volunteers, important
upcoming dates, events, etc.

Personally, I don't think the inner/frame scrollbars help much. In fact,
they adhere reading, and I find it hard to work with 3 scrollbars on this
rather simple homepage, in order to read a just a few lines (usually, the
latest blog posts & news don't contain more than 5 items), hence, the
scrollbars are redundant.

Voting rules:
Remove Scrollbars: +1
Unite Zones: +2
Remove Scrollbars & Unite areas: +3
DON'T Remove Scrollbars: -1
DON'T Unite Zones: -2
DON'T Remove Scrollbars nor Unite areas: -3

Tal


Re: Website: decorating the scrollpanes

2014-07-12 Thread Tal Daniel
Just letting you know, I've created a VOTE, in the mailinglist, for
removing the inner-scrollbars & unifying these 2 areas.
(Subject: [VOTE][WWW] Homepage, Drop Inner-Scrollbars & Unite News Areas)


On Sat, Jul 12, 2014 at 3:55 PM, Alexandro Colorado  wrote:

> On Sat, Jul 12, 2014 at 6:25 AM, Alexandro Colorado  wrote:
>
> >
> >
> >
> > On Sat, Jul 12, 2014 at 4:50 AM, Andrea Pescetti 
> > wrote:
> >
> >> Marcus (OOo) wrote:
> >>
> >>> Am 07/12/2014 04:36 AM, schrieb Alexandro Colorado:
> >>>
>  http://people.apache.org/~jza/index.html
> 
>  Please comment. Colors can be adjusted on the CSS.
> 
> >>> ... the scrollbar is just a blue area of what
> >>>
> >>> should be the scrollbar. No indication how it works. Is this intended?
> >>>
> >>
> > ​Not sure how a scrollbar's ever indicates how it works?​
> >
> > ​However the scrollbar bottons are disabled, they can be enable throught
> > he CSS for a complete understanding of how JScrollPane() works you can
> read
> > the Plugin project page.
> > http://jscrollpane.kelvinluck.com/#download
> >
>
> ​I did a quick fix and you can see the scrolling arrows, in case people are
> confused about the scrollbar.​
>
>
> > ​
> >
> >>
> >> Colors are OK, and indeed better than the current dull gray we all
> >> dislike. But I agree this is not immediately recognizable as a
> scrollbar,
> >> so (provided we need it; we could actually shorten the content and do
> >> without) this is not very understandable for visitors.
> >>
> >
> ​Regulating content could be harder that it sounds, also is pretty horrible
> the way the scrollbar is implemented at the moment using nested scrollbars.
> Definetly not the best solution. I am recomending also a carrousel pane,
> which will allow a more dynamic slide-show like flow of the information,
> using the showcase jQuery plugin:
> http://showcase.awkwardgroup.com/​
>
>
> >
> >> Regards,
> >>   Andrea.
> >>
> >>
> >> -
> >> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> >> For additional commands, e-mail: dev-h...@openoffice.apache.org
> >>
> >>
> >
> >
> > --
> > Alexandro Colorado
> > Apache OpenOffice Contributor
> > 882C 4389 3C27 E8DF 41B9  5C4C 1DB7 9D1C 7F4C 2614
> >
>
>
>
> --
> Alexandro Colorado
> Apache OpenOffice Contributor
> 882C 4389 3C27 E8DF 41B9  5C4C 1DB7 9D1C 7F4C 2614
>



-- 
טל


Re: [WWW] home page/website(?) restyle

2014-07-12 Thread Tal Daniel
I Join Kay's with the compliments.
Nice ideas. I think you demonstrated how Bootstrap library can be utilized
for the Homepage/site.


On Sat, Jul 12, 2014 at 7:37 PM, Kay Schenk  wrote:

> On Sat, Jul 12, 2014 at 6:27 AM, Emanuele  wrote:
>
> > As asked by Kay, here it is a new thread.
> >
> > Unfortunately I didn't have much time to volunteer to this (and I'm not
> > sure in the next period either.
> > Anyway, if you see anything you want from what I did, feel free to pick
> > it (I suppose I can write here it is released under AL2 license and
> > everything should be fine).
> >
> > That said,
> >
>
> Thanks for the new thread and for the interesting new design.   Given
> discussions about the website home page just form today, you can see there
> is considerable interest in improving our landing page.
>
> Your design incorporates some much needed creative elements! Whenever you
> can communicate again is just fine. Looking forward to more of your
> communication and ideas.
>
>
> > Marcus (OOo) wrote:
> > > Am 07/02/2014 09:41 PM, schrieb Andrea Pescetti:
> > >> Marcus (OOo) wrote:
> > >>> Am 07/02/2014 07:50 PM, schrieb Andrea Pescetti:
> >  http://getbootstrap.com/css/#buttons I'm not really sure, maybe it
> >  will
> >  look very bad, but maybe there are some elements can we can work
> with.
> > >>>
> > >>> Maybe good or bad. But it's definitely a step back as the buttons are
> > >>> just colored but now we have a graphic. This would be gone which is,
> > >>> hm,
> > >>> not good looking... ;-)
> > >>
> > >> In the buttons of course one could reuse all the graphics, but still
> use
> > >> Bootstrap buttons for the shape and to highlight the "active" choice.
> >
> > If the idea is to use bootstrap it may be worth re-adapt the entire HTML
> > according to the "bootstrap way".
> > It will be a pain at the beginning (it basically means rewrite a lot of
> > stuff), but I suppose it would be an advantage in the mid/long term.
> >
> > For example, another thing I was considering is the separation of the
> > menu and the breadcrumbs with a menu fixed-top and the breadcrumbs where
> > the are now:
> > http://testing.elkarte.it/testing/ooo/index_fix.html
> >
> > > ah, yes, that would work.
> > >
> > >> The current divs do not look bad (actually, they look nice!) on the
> > >> current homepage, while they don't fit well in the new proposal;
> >
> > It would be nice to know "why". ;) (Of course just because if you tell
> > me the "why" I may try to understand how to fix it.)
> > The very first time the hovers were a bit random (they didn't always
> > reach the bottom border), in the "second version" they are more
> > consistent (except the last two because the underline is not on the
> > , but on the , but that's a detail that can be fixed), if it is
> > what you mean.
> >
> >
> > Kay Schenk wrote:
> > > The "template" pieces are currently in the /lib and /templates
> directory
> > of
> > > the ooo-site tree.
> >
> > Are the css "compiled" somehow as well, or are they in the home.css,
> > ooo.css, etc. files?
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> > For additional commands, e-mail: dev-h...@openoffice.apache.org
> >
> >
>
>
> --
>
> -
> MzK
>
> "To be trusted is a greater compliment than being loved."
>-- George MacDonald
>



-- 
טל


Re: Fwd: [www] NEW language Selection Dropdown!

2014-07-12 Thread Tal Daniel
I reordered the language list, and fixed the spacing to line separator.
Take into account that styles may change in the future, as there are
requests to use Bootstrap library, or sorts.




On Thu, Jul 10, 2014 at 12:42 AM, Marcus (OOo)  wrote:

> Am 07/09/2014 02:30 PM, schrieb Andrea Pescetti:
>
>  On 08/07/2014 Tal Daniel wrote:
>>
>>> Regarding the ORDER of languages, we have a tie. Should we take that to a
>>> VOTE? --
>>>
>>
>> No need to. It's a minor thing. I think that the bottom line is: sort by
>> something that is visible and sort in a way that a native speaker of a
>> language based on a non-Latin alphabet would find normal. So long as it
>> has a logic, I'm fine with that and I think others will be too.
>>
>
> +1
> Whatever the sorting will look like, it has to be traceable for the user.
>
>
>  Indeed here there are different conventions around, for example
>> http://www.microsoft.com/en-us/locale.aspx (just to pick one with a long
>> list, but any "corporate" site will do) lists all Latin first, then
>> Greek, Cyrillic and others, by alphabet. While
>>
>
> wow, that must be a nearly complete list. ;-)
>
> I've done some more researching and found the following website with the
> same sorting rule:
>
> - Youtube (see footer)
> - Facebook (see header)
> - Google+ (see footer)
> - Twitter (see header)
>
> All sort first via Latin, then Cyrillic, then Arabic, then Indian, then
> Far-East.
>
> So, the bigger and most known websites seem to have a common sorting.
>
>
>  http://en.wikipedia.org/wiki/Computer for some reason puts Hebrew
>> between "Italiano" and "Basa Jawa" (does this sound "natural" to you?).
>>
>
> Of course, it's again the sorting via ISO codes. Just have a look into the
> HTML code: :-P
>
> it - Italiano
> he - Hebrew
> jv - Basa Jawa
>
> But to answer your (rhetorical ;-) ) question: No, I would expect a more
> visible and therefore reasonable sorting.
>
> BTW:
> It's the same for Mozilla (see the language button in the footer). Even
> when the visible result is different to Wikipedia.
>
>
>  We also expose ISO codes, so sorting by codes could be a way to make it
>> simpler. Whatever works best for you, Tal, will probably work for us too!
>>
>
> @Tal:
>
> Finally:
>
> It seems the common sorting rule is first via Latin, then Cyrillic, then
> Arabic, then Indian, then Far-East (more or less this way as I cannot
> interprete every character set of this world).
>
> So, I would suggest to sort this way, too.
>
> And yes, I know that I wrote something different in my previous mails. But
> after looking closer on other websites I think I have to change my opinion.
>
> Marcus
>
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


-- 
טל


Re: Fwd: [www] NEW language Selection Dropdown!

2014-07-13 Thread Tal Daniel
On Sun, Jul 13, 2014 at 12:02 AM, Marcus (OOo)  wrote:

> Am 07/12/2014 10:10 PM, schrieb Tal Daniel:
>
>  I reordered the language list, and fixed the spacing to line separator.
>>
>
> [...] Have you seen already that the current sorting looks a bit
> incomplete? The languages with latin characters should be sorted via their
> native names and the non-latin languages maybe via ISO code.
>

Thanks for reviewing this, Marcus. I'll reorder the Latin lang. list
alphabetically. Sorry to override your changes, yesterday :)


Re: Fwd: [Issue 124766] Update Hebrew (he) translation from Pootle for AOO 4.1.1

2014-07-14 Thread Tal Daniel
On Mon, Jul 14, 2014 at 2:19 PM, Jürgen Schmidt 
wrote:

> On 11/07/14 12:42, Tal Daniel wrote:
> > I think I've fixed all strings with errors.
> > @Juergen, can you assist again in building Hebrew Help trans.?
>
> can you please check this one
>
> https://translate.apache.org/he/aoo40help/translate/#search=par_id3149750&sfields=source,target,locations&unit=14898170
>
> The rest is ok, thanks
>
> Juergen
>

Fixed that string (I think).
Thanks.


Re: information needed on translation of helpcontent2?

2014-07-19 Thread Tal Daniel
On Sat, Jul 19, 2014 at 2:47 AM, Kay Schenk  wrote:

> We've had a number of volunteers lately helping with translating of AOO
> to new languages and dialects and that's great!  In attempting to find
> out more about the procedures necessary for full incorporation into the
> product, I found our Pootle User Guide:
> https://wiki.openoffice.org/wiki/Pootle_User_Guide
>
> which mentions translation of Help content items found in the source
> directory of helpcontent2.  But looking at our Pootle site --
> https://translate.apache.org/projects/aoo40/
>
> I don't see helpcontent2 in any of the translation areas.
>
Kay, I'm translating AAO Help system through this URL:
https://translate.apache.org/he/aoo40help/

>
> Can someone fill us in on what the process is for translation of
> helpcontent2, internal help.
>
Your comment implies that links to all translation "projects" in Pootle
ought to be mentioned, somewhere.


Re: New Volunteer/Introduction

2014-07-24 Thread Tal Daniel
On Thu, Jul 24, 2014 at 10:08 AM, Andrea Pescetti 
wrote:

> Sarah Spiers wrote:
>
>> Volunteering for OpenOffice is not for a class, but I hope to apply the
>> experience I gain to my academic pursuits. I have experience with and am
>> interested in writing, marketing/communication, and basic graphic design.
>> However, I am more than willing to help with anything else. I am a quick
>> learner and will do my best.
>>
>
> You would be a perfect documentation volunteer. We have an ongoing
> documentation project where we start having quite a few people ready to
> help, but still need help from someone who is a good writer (and preferably
> a native speaker) and who can provide some continuity.
>
> You can find the work-in-progress documentation here:
> https://wiki.openoffice.org/wiki/Documentation/UserGuide


Welcome, Sarah.
I'm also a volunteer, and my main focus now is translating the UI & Help
System to Hebrew.
Andrea mentioned an ongoing effort to make documentation move to wiki. I'm
not sure what the future state of AOO [desktop] Help System would be, but I
encourage you to review it too, and make it more clear, at times.

Good luck!


[PROPOSAL] Enhance Statistics

2014-07-25 Thread Tal Daniel
Hi, is there a way to extend the stats page a bit?
(http://www.openoffice.org/stats/countries.html)

For example, I wish I could see these data:

Component x Version matrix:
Hebrew, Full Installation (4.1.0; Released Dec 2013): 23,000 downloads |
(4.1.1; Aug 2014): 10,000 | ...

Hebrew, Language Pack (4.1.0; Released Dec 2013): 34,000 downloads |
(4.1.1; Aug 2014): 14,000 | ...


and ...
Hebrew, Full Installation timeline (month by month download/installation
counts)
Hebrew, Language Pack timeline (month by month download/installation counts)

This would allow me/us to see whether good translation improves downloads,
and whether people appreciate our work and upgrade AOO, or... abandon AOO.

I believe this could be done using Google Analytics, and then share a link
to viewing the [public] data, instead of updating the stats page.

Tal


Re: [PROPOSAL] Enhance Statistics

2014-07-26 Thread Tal Daniel
On Fri, Jul 25, 2014 at 8:06 PM, Rob Weir wrote:

> On Fri, Jul 25, 2014 at 11:35 AM, Tal Daniel wrote:
> > Hi, is there a way to extend the stats page a bit?
> > (http://www.openoffice.org/stats/countries.html)
> >
> > For example, I wish I could see these data:
> >
> > Component x Version matrix:
> > Hebrew, Full Installation (4.1.0; Released Dec 2013): 23,000 downloads |
> > (4.1.1; Aug 2014): 10,000 | ...
> >
> > Hebrew, Language Pack (4.1.0; Released Dec 2013): 34,000 downloads |
> > (4.1.1; Aug 2014): 14,000 | ...
> >
>
>
> All that data is available.
>
> The python scripts that gather the data are in SVN here:
>
> https://svn.apache.org/repos/asf/openoffice/devtools/aoo-stats/
>
> The one I use to gather the daily download stats is this one:
>
>
> https://svn.apache.org/repos/asf/openoffice/devtools/aoo-stats/detail-by-day.py
>
> You also need the all.lst data file which is in the same directory:
>
> https://svn.apache.org/repos/asf/openoffice/devtools/aoo-stats/all.lst
>
> You invoke like this, specifying the date range of interest:
>
> python detail-by-day.py all.lst 2014-07-01 2014-07-25 >out.csv
>
> It outputs a csv file that you should redirect.
>
> If you know python that is a good start.  Otherwise the SourceForge
> API is a REST service, and you can query it with any language.
>
> You can also grab the details from our 100 million milestone here:
> https://svn.apache.org/repos/asf/openoffice/devtools/aoo-stats/100m.csv
>
> But that is before the Hebrew translation.
>
> One idea to simplify this:   I can volunteer to upload an updated CSV
> file of the details whenever I update the stats file.  If you can
> write some case that generates an HTML page, or even just a 
> from that CSV file, we can easily copy in the new totals.
>
> That is how this page is produced:
> http://www.openoffice.org/stats/countries.html I have a script
> that generates that entire page from the SourceForge data.


Thank you Andrea, Rob. First of all, it's great we have stats.
I'll try to compare 4.1.1 future release downloads with past 4.1.0 download
rates, using the SourceForge charts. If not sufficient, I'll look deeper
into your script, Rob.

Thanks!
Tal


Re: native-lang.html suggestions now in staging...

2014-07-26 Thread Tal Daniel
Don't you think this page should exist elsewhere, not on the site? maybe on
openoffice.apache.org > native language section? It's feels as a status
page, rather than a page for visitors.

Tal


On Sun, Jul 27, 2014 at 1:37 AM, Kay Schenk  wrote:

>
>
> On 07/26/2014 02:47 PM, Marcus (OOo) wrote:
> > Am 07/26/2014 11:33 PM, schrieb Kay Schenk:
> >>
> >>
> >> On 07/26/2014 02:59 AM, Marcus (OOo) wrote:
> >>> Am 07/26/2014 12:51 AM, schrieb Emanuele:
>  Marcus (OOo) wrote:
> >
> > please have a look. The links 2, 3 and 4 do not display correctly:
> >
> > http://ooo-site.staging.apache.org/projects/native-lang.html
> 
>  Most likely is because of the bits of html present (the  class="Acta1">   and corresponding closing div wrapping the text),
>  judging
>  from the fact that only the links inside this block are not processed.
> >>>
> >>> I've created a new test page as MDTEXT. Looks good now. Thanks for the
> >>> hint:
> >>>
> >>> http://ooo-site.staging.apache.org/projects/native-lang-new.html
> >>>
> > Any special need to create this as MDTEXT? Otherwise I would suggest
> > to turn it back into HTML.
> 
>  The reason I converted the text to md is because I find the table much
>  easier to handle in md rather than in html (actually it's still a bit
>  confusing, I should have added some spacing to align things better),
>  but
>  up to you. ;)
> >>>
> >>> Tables in HTML can be indeed a bit nasty. ;-)
> >>>
> >>> @Kay:
> >>> I've started a new table to show separate status in different parts of
> >>> the webpages.
> >>>
> >>> I can think of that the overall status can be different to the initial
> >>> homepage and download status. I've created also a column for the
> >>> download as IMHO this is the most important part for our software and
> >>> deserves an own status. If you (or others) think different the table
> can
> >>> consists of only 2 columns for overall status and homepage.
> >>>
> >>> Example:
> >>> Finnish:
> >>> The initial homepage is OK but not localized.
> >>> The download is OK and most recent but not localized.
> >>> Therefore the overall status in "unmaintained".
> >>>
> >>> Yes, big work to get an initial status for all languages and parts. But
> >>> could be worth to get an overview and every new interested volunteer
> can
> >>> see with one view what's up.
> >>>
> >>> Does this help? Should we expand it to all languages?
> >>
> >> Differentiating between the website status and the distribution status
> >> is definitely a good move. I know this isn't exactly what you showed but
> >> maybe we can think along that line. What if we If we just showed
> >> "website status" and "distribution status"?
> >
> > it seems for you "distribution" is more than the pure download. What
> > exactly? We should write this down in a sentence to make it clear.
>
> Well for some reason, I thought there was a difference between the
> distribution level of AOO itself for the language itself vs the download
> page for the site. But, now I see, maybe not much really.
>
> >
> >> And, to make things more simple, just list the websites as either
> >> "maintained" or "not maintained". What specific aspect of this is
> >> important of course, but if volunteers are interested in helping, I'm
> >> sure they would just check out the sites themselves to see what might be
> >> done.
> >
> > Right, it should be kept simple.
> >
> >> We might want to include a small definition and just say that a website
> >> status of "not maintained" could mean a variety of issues but primarily
> >> the fact that the website home page or downlaod page has not been
> >> localized for the language, or that the download information is
> >> presenting the correct information.
> >
> > I think you are also right here.
> >
> >> Example:
> >>
> >> LanguageWebsite StatusDistribution Status
> >> =====
> >> Afar(aa)not maintainednone existent
> >> German (de) maintainedmost recent
> >> Finnish not maintainedmost recent
> >>
> >> If we went this way, I think it would be easier to maintain the
> >> native-lang page  and be less confusing for volunteers to interpret the
> >> status.
> >
> > You convinced me. ;-)
> >
> > Do you want to go on in ".../native-lang-new.mdtext"? When finished and
> > all agreed we can move it to ".../native-lang.mdtext".
>
> yes...I'll take of this tomorrow probably.
>
> >
> >> So, there's my much more than .02! :}
> >
> > The long table is more expensive than just 2 ct. :-P
> >
> > Good night for today.
> >
> > Marcus
> >
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> > For additional commands, e-mail: dev-h...@openoffice.apache.org
> >
>
> --
> -
> MzK
>
> "To be trusted is a greater compliment than being loved."

Re: native-lang.html suggestions now in staging...

2014-07-28 Thread Tal Daniel
On Mon, Jul 28, 2014 at 2:35 AM, Kay Schenk  wrote:

>
>
> On 07/26/2014 10:16 PM, Tal Daniel wrote:
> > Don't you think this page should exist elsewhere, not on the site? maybe
> on
> > openoffice.apache.org > native language section? It's feels as a status
> > page, rather than a page for visitors.
> >
> > Tal
>
> I think it's just where it is for historical purposes, and  I see your
> point. We can move it.
>
> Anyway, my "new" version is at:
>
> http://ooo-site.staging.apache.org/projects/native-lang-new.html
>
> Even after I suggested it, I'm not sure I'm 100% happy with my simpler
> definitions. See the definition for "maintained". The download links
> from these pages work, but some are NOT to a localized download due to
> editing (by me some weeks ago) to at least get them to some correct
> download area. :/ So, what to do with these gray areas?


Nonactive/non-maintained websites will, eventually, be removed from the
language selection box; a call for volunteers is also appropriate, in order
to revive such a website (another column?)


Re: Statistic data per single country

2014-08-31 Thread Tal Daniel
On Fri, Aug 29, 2014, Vladislav Stevanovic wrote:

> Hello,
> Is it possible to make some video tutorial how to get statistic  data about
> AOO (downloads AOO per country)? For download statistic for Serbian, from
> begining (from 2012-05-07) and end day is 2014-05-07 .
> Regards,
> Wlada
>

Here's one way to get statisticts on downloads:

1. Visit SourceForge's API:
http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.1/binaries/sr/stats/timeline
2. change the dates in the input field (top-right)
3. copy & paste into OpenOffice Spreadsheet.
4. repeat steps 1–3 for every version released since 2012-05-07.
5. sum up the counts :)

Video? sorry, but I don't have the time to record it.

Tal


Re: Statistic data per single country

2014-09-01 Thread Tal Daniel
On Mon, Sep 1, Vladislav Stevanovic wrote:

> ... So, on Sourceforge, Is there way to separat[e] only instal[l]ation
> files (without

languages files)?


I don't see an automatic way to do it, but look at the numbers next to each
file (right), these are individual file downloads, so you can sum only the
downloads you're interested in.

Notes:
* hover your mouse on the name, it will show the full file name after a few
seconds, as a tooltip.
** I notice that file fingerprints are also considered a download (MD5,
sha, ...), so ignore them; you need to look sum only on the rows with the
LARGE numbers, that usually represent the installation and the language
pack downloads (the numbers next to the "...install{.exe/.dmg/.gz}" files).

Goodluck, and... share your findings,
Tal


Re: native-lang.html suggestions now in staging...

2014-09-07 Thread Tal Daniel
Am 09/06/2014 05:38 PM, schrieb Andrea Pescetti:
>
>> On 03/08/2014 Kay Schenk wrote:
>>
>>> http://ooo-site.staging.apache.org/projects/native-lang-new.html
>>>
>>
>> I see work on this has stopped, but the page was rather OK and a good
>> replacement for
>> http://www.openoffice.org/projects/native-lang.html
>
>
>> ...
>>
>> I think it's pretty good now. Any other fixes to do before we replace
>> the old native-lang.html with this one?
>
>


Re: native-lang.html suggestions now in staging...

2014-09-07 Thread Tal Daniel
On Sat, Sep 6, 2014 at 6:38 PM, Andrea Pescetti  wrote:

> On 03/08/2014 Kay Schenk wrote:
>
>> http://ooo-site.staging.apache.org/projects/native-lang-new.html
>>
>
> I see work on this has stopped, but the page was rather OK and a good
> replacement for
> http://www.openoffice.org/projects/native-lang.html
>
>  Ok, back to these ideas above. In my mind --
>> maintained -> current, and current -> maintained so these are one in the
>> same from a logical standpoint despite nuances in definition.
>> In a similar fashion, outdated -> unmaintained -> help wanted.
>>
>
> "Help wanted" is much clearer to people who are casually scanning the page
> and who are, in most cases, not native English speakers. So I tried to
> implement that. Similarly, I changed "Distribution" into "OpenOffice
> availability" since I find it clearer for non-native speakers.
>
>  So why not just call it "unmaintained" and provide some further
>> explanation by what is meant by this versus a separate entry in the table.
>>
>
> I completed the table with the recommended workflow for updating a
> translation.
>
>  Mostly, I am just trying to keep the maintenance and general
>> understanding of this page simpler for everybody.
>>
>
> I think it's pretty good now. Any other fixes to do before we replace the
> old native-lang.html with this one?


After skimming the native-language status page, I found these issues:

(1) while the website is "maintained", and the software is "current",
people may think that their help isn't needed. Here are a few phrasings
that could improve this misconception:
"maintained; more volunteers are welcome", or
"maintained; a few volunteers", or
"maintained by 3 volunteers"
etc.
(2) In addition to the website and software columns, I suggest to add a
Help System column, which can really lag behind the software translation,
and isn't apparent in the current table.

Tal


Re: Statistic data per single country

2014-09-07 Thread Tal Daniel
Thanks Rob for the detailed download statistics. The CSV is very useful for
the English version, though it's less detailed for localized versions).

The cross-over curve between new & previous versions interests me; maybe
I'll look more into it, in the future.


On Thu, Sep 4, 2014 at 10:14 PM, Rob Weir  wrote:

> On Mon, Sep 1, 2014 at 12:35 PM, Vladislav Stevanovic
>  wrote:
> > Python script is ok, but I do not know how to use it. So, get back on
> > Sourceforge. Is there way to separat only instalation files (withouth
> > languages files)?
> > Regards,
> > Wlada
> >
>
> OK.  I ran the python script and uploaded a CSV file that gives
> download details from our first AOO release in 2012 until September
> 1st, 2014.  It gives daily totals per language, as well as per
> platform and per release.
>
> You can download the CSV file here:
>
>
> https://svn.apache.org/repos/asf/openoffice/devtools/aoo-stats/all_details.csv
>
> It should import nicely into Calc.
>
> -Rob
>
> >
> > 2014-09-01 18:15 GMT+02:00 Guy Waterval :
> >
> >> Hi Rob,
> >>
> >> 2014-09-01 18:00 GMT+02:00 Rob Weir :
> >>
> >> > On Mon, Sep 1, 2014 at 11:38 AM, Vladislav Stevanovic
> >> >  wrote:
> >> > > Tom, thanks for tips. Just one question: When set up is like in this
> >> link
> >> > > below (just "Home", not particular version), what exactly is
> counted?
> >> > >
> >> >
> >>
> http://sourceforge.net/projects/openofficeorg.mirror/files/stats/timeline
> >> > >  Downloads for all version of AOO with language packages or just
> >> > downloads
> >> > > for all verison of AOO but just instalation files?
> >> >
> >> > Everything in that directory:  /files
> >> >
> >> > So to get all the Serbian versions you would need to look here:
> >> >
> >> >
> >> >
> >>
> http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.1/binaries/sr/stats/timeline
> >>
> >>
> >> It seems not to be OK for all countries, ie Belgium (be) Switzerland
> (ch)
> >> ...
> >>
> >> A+
> >> --
> >> gw
> >>
> >> >
> >> >
> >> >
> >>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


-- 
טל


Re: Statistic data per single country

2014-09-09 Thread Tal Daniel
On Sep 7, Rob Weir wrote:

> On Sep 7, Tal Daniel wrote:
> > Thanks Rob for the detailed download statistics. The CSV is very useful
> for
> > the English version, though it's less detailed for localized versions).
> >
>
> The detail should be the same for the localized versions as well.
> Where it gives numbers by platform and by version, this is for all
> languages together, not just English. Then you have the columns for
> total downloads per day by language.


Exactly, not that important, as I can get statistics from SourceForge too,
if I'm that picky with the data.


> The transition from version to version is interesting, I agree.  Where
> it happens quickly, say in 1 or 2 days, it shows that we coordinated
> everything well, and had the website, update notifications, 3rd party
> links to the downloads, etc., all changing over at the same time.
> But even then we still have many downloads of older versions.  This
> suggests that (maybe) there are some 3rd party links to our website
> still pointing to old versions.


That might explain that, while another reason could be developers
installing older versions on VM, for testing.
TODO(?) - move current version to an archive folder, upon release of newer
version (say AOO 5). That would make previous version links obsolete, and
maybe allow users to understand there's a new version, somehow.


Re: Proposal: AOO 4.1.2

2014-11-04 Thread Tal Daniel
On Thu, Oct 23, 2014 at 6:16 PM, Rob Weir  wrote:

> [...]
> Let's try for a 4.1.2 release containing:

[...]
> 2) Fixes for any critical bugs, especially any introduced in AOO
> 4.1.1.  Do we know yet which bugs these are?   Do we have a short list
> of the most critical ones?
>

I know that's not the optimal place to raise this, but I think there are
many Right-to-Left bugs on MAC, which aren't fixed since version 4.0, and
new ones introduced in 4.1.1 (I'm busy; sorry bugzilla).

In my despair, I consider to purchase Apple's iWork suite, and end my
suffering. That's to demonstrate how critical these bugs are; I already
posted some of them, in the issues site.


Re: Commit/Merge translations

2017-01-21 Thread Tal Daniel
Try to contact Jeurgen Schmidt.

בתאריך 30 בדצמ׳ 2016 08:03,‏ "Pedro Albuquerque" 
כתב:

> Hi,
>
> I was wondering if there is any page where I can learn how to commit/merge
> an updated translation from Pootle to trunk.
> From what I read, I understand a .sdf file must be generated and probably
> after that, a commit could be made.
>
> But how do I generate that file? Does it include the help .po files also?
> Do they have to be all in the same folder?
>
> I know I have to use translate toolkit and that there are a number of .po
> checks that can be done, like msgfmt.
> Also, I read somewhere that gsicheck should be used but I can't find a
> link to it.
>
>
> Can someone please give some information on this process?
>
> --
> Regards,
> Pedro.
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


Re: current OpenOffice Flyers

2018-10-11 Thread Tal Daniel
Looks good. Mind that you left in the English language version the slogan
"die free ..." on the bottom.

Suggestion: Consider writing supported OS in 2 lines, rather than breaking
the line after "For".

בתאריך יום ה׳, 11 באוק׳ 2018, 3:20, מאת Carl Marcum ‏:

>
>
> On 10/09/2018 05:41 AM, Peter Kovacs wrote:
> > Hi all,
> >
> > the german community has updated our flyers.
> >
> > Current Version can be found at [1]
> >
> > If you are french or english native speaker, please have a look.
> >
> > And give some feedback, thanks.
> >
> >
> > All the best
> >
> > Peter
> >
> > [1]
> > https://drive.google.com/drive/folders/1kpVknzJfZwuV5TOFvezg1V_TZLoSgYaY
> >
>
> Hi Peter,
>
> I can help with the English version if I can get it in a format I can
> cut/paste paragraphs out of without going across the tri-folds.
>
> A few quick ones...
>
> change:
> WasWhat is Apache OpenOffice?
> to:
> What is Apache OpenOffice?
>
> change:
> Apache OpenOffice is portabel :
> to:
> Apache OpenOffice is portable :
>
> Thanks,
> Carl
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>