Re: convert voice to text

2013-01-26 Thread Andrew Douglas Pitonyak


On 01/26/2013 05:02 PM, mostafa bahaloo wrote:

hi dear
i study in ITI university .
my project is to develop extension for liberoffice program in linux open
suse  that can convert voice to text ,


Sounds like a cool project.


skill
i work in programming language  on windows such as c ,c++ ,
c#,vb,vb.net,
java,--web develop=> php, .net javascript, ,etc   ...  later .
but in linux  i'm beginner .

question is
1)what lanquage is the best for do it .(writing extension )?


I assume that you will not write your own converter to take voice to 
text. I assume that you will use some library to do that particular 
work. What language will make that easiest?


I assume that you do not need to worry about this extension working on 
multiple platforms; only Linux, so the language may not be as important.



2)is any document about writing extension in pdf format ?


No idea (perhaps someone else will know).


3)do the extention best for it?
if is  any thing help ,please give me.
tank you
   best regards
Mostafa bahaloo



--
Andrew Pitonyak
My Macro Document: http://www.pitonyak.org/AndrewMacro.odt
Info:  http://www.pitonyak.org/oo.php



Re: OpenOffice thin client edition - why not?

2013-01-26 Thread Rob Weir
On Thu, Jan 24, 2013 at 9:29 AM, Inge Wallin  wrote:
> On Wednesday, January 23, 2013 21:33:04 Rob Weir wrote:
>> On Wed, Jan 23, 2013 at 8:06 AM, Inge Wallin  wrote:
>> > On Friday, January 18, 2013 15:21:01 Ian Lynch wrote:
>> >> On 18 January 2013 13:18, Fernando Cassia  wrote:
>> >> > On Fri, Jan 18, 2013 at 9:43 AM, Ian Lynch  wrote:
>> >> >> What we really need is a cloud version of AOO like Google Docs.
>> >> >
>> >> > We don´t *need* ONE thing. That´s the beauty of open source, ´we´
>> >> > could do *several* things.
>> >>
>> >> Well yes, but it is more efficient to do one thing that covers many
>> >> needs rather than try and do many things with not enough resource.
>> >>
>> >> > I for one don´t ´need´ an AJAX / HTML5 version of AOO... GDocs is
>> >> > fine...
>> >>
>> >> A lot of people would say yes but GDocs is not open source.
>> >> Some people would say MS Office is fine and others would say Koffice.
>> >> Question is whether or not we want a long term sustainable project for
>> >> the community or one that will get more and more marginalised.
>> >
>> > As a side note: While I am happy that KOffice is mentioned now and then
>> > on this list, I think it would be proper to mention the Calligra Suite
>> > instead. KOffice is not being developed any more while Calligra is
>> > running full speed ahead.
>>
>> Hi Inge,
>>
>> Thanks for the reminder.  Getting people to recognize a name change
>> takes time, and repetition.  We still see on a daily basis people
>> expressing surprise to learn that OpenOffice is now at Apache.
>>
>> Are you planning to be at the KDE conference in July in Bilbao?   It
>> might good to have someone from AOO attend.  Aside from the obvious
>> common interest in ODF, it would be interesting to see if there are
>> any other opportunities for collaboration.
>
> Yes, I will definitely be in Bilbao unless something very serious happens. I
> would love to meet you there and talk about collaboration between our
> projects.
>
> I can see two areas where we could start immediately without much talk:
>
> 1. test documents
>
> Calligra has ~3500 test documents in ODF (odt, ods, odp), MS binary (doc, xls,
> ppt) and MS xml (docx, xlsx, pptx) formats. I suppose that there is a test
> suite available for AOO as well.
>

Are these documents "from the wild" or documents created specifically
for tests?  I remember hearing Jos describe a technique for creating
test documents that sounded interesting.

I recall Microsoft having a collection of test documents as well, that
they shared at a plugfest a few years ago.

I have a few "interesting" test documents, but the Symphony test
documents are IBM-internal right now, since many of them are customer
files that we may not share.  But if there is interest (across
projects) in creating a collection of test office documents in several
formats, then I would investigate to see if there are some that we
could contribute.


> The documents that Calligra has access to are structured not only according to
> format but also to feature, such as pictures, text formatting, graphics (smart
> art, etc), and so on.
>

Excellent.

> It would be great if we could work to create an even bigger and better
> database of test documents which covers even more features.
>

Yes.  But where to do this?  OASIS is not really set up to do this.
(and it sounds like it would be best to do more than just ODF test
documents),  It could be done in the AOO project, but that may make it
difficult (politically) for some to contribute.  Without arguing the
reasons for that view, I think it is (sadly) current reality.  Other
choices might be the ODF Toolkit project (where we have the ODF
Validator) or OfficeShots (which allows automated online testing).

> 2. Interoperability and ODF confomance.
>
> It would be good if you could give a high priority to bugs which make
> interoperability with other ODF suites such as Calligra. In Calligra we
> already have a special bug category for ODF related bugs and these are always
> treated with speed and priority.
>

We have an XML "product" in Bugzilla where ODF bugs are categorized,
as well as other XML-related import/export issues in XHTML, XSLT, etc.
 But if you have a specific set of ODF issues that you think we should
raise in priority, posting that list to this mailing list would help.

Regards,

-Rob


> What do you say?
>
> -Inge
>
>
>> Regards,
>>
>> -Rob
>>
>> > -Inge
>> >> >
>> >> > I personally think browser based apps are a pig, and doing apps in
>> >> > JScript is insane. I had Chrome open the other day just with GMail and
>> >> > it was using over 150 MB of RAM...
>> >>
>> >> Not really a big problem with modern multi-gig computers (including
>> >> future mobile technologies). Less of a problem than stuff that only
>> >> works on one device or needs a lot of effort to port across
>> >> multi-devices, operating systems etc. To me open standards are worth
>> >> paying a bit of a price for in terms of machine re

Re: Error Building module hsqldb - Installation Source Code in AOO

2013-01-26 Thread Pedro Giffuni
Hello Alan;

My guess is that you are using a localized (non-english) environment, but JDK7 
is also a know source of problems ih hsqldb.

Hope that helps,

Pedro.

Re: SVN

2013-01-26 Thread jorge ivan poot diaz
I've read the guides in OpenOffice.org, now I have the questions for  Getting
the source:

SVN is a version control system used for multiple developers to work on the
same project. So far I've done:

Get the source via Subversion: svn co
https://svn.apache.org/repos/asf/openoffice/trunk aoo. Finished.

Installing Subversion:
apt-get update
apt-get install subversion
( Finished)

Please help me with my questions:

1. What step next?
2. How I can do?
3. Where to find information on the Internet?
4. Do any forum where I can learn more?
5. What tools do I need for SVN?
6. What subversion, I need another?
7. How I can start using the SVN?
8. Where I can contact other users working with this tool?
9. What essentials I need to know?
10. Why do you use SVN for this type of work?
11. Can you give me an example of how it works?


2013/1/26 Dennis E. Hamilton 

> For someone who is not an Apache Committer, it is necessary to turn the
> changes made in a working copy into patches and submit the patches to
> Apache OpenOffice.  There is a web page that describes some of this.
>
> The patches can be submitted as attachments to a bug report (the preferred
> approach).
>
>  - Dennis
>
> -Original Message-
> From: Saransh Sharma [mailto:sara...@theupscale.in]
> Sent: Saturday, January 26, 2013 00:42
> To: dev@openoffice.apache.org
> Subject: Re: SVN
>
> After checkout you will pull the data from the source or tree and ait will
> be stored to your local file ...if you need more help like getting started
> ...
> 1.You can start working on the codes and if you are a svn member you would
> be able toadd those files changes to the tree by using commit on svn
>
> SO can you define more about your usage so that i can help
>
>
> On Sat, Jan 26, 2013 at 2:07 PM, jorge ivan poot diaz <
> ivan.pootd...@gmail.com> wrote:
>
> > I have read about SVN, is a very useful tool for the development of
> > projects. On this page
> > http://lihuen.linti.unlp.edu.ar/index.php?title=C%C3% B3mo_usar_SVN
> > there is information.
> >
> > I have installed the subversion but my question is:
> >
> > After the checkout what I have to do? I need more information to start
> > working.
> >
> > Help me.
> >
>
>
>
> --
>
> Best Regards
>
> Saransh Sharma
>
> Upscale Consultancy PVT LTD.
>
> Disclaimer:
>
>
> --
> This email was sent from within the Upscale Consultancy Services Pvt Ltd.
> The contents of this email, including the attachments, are LEGALLY
> PRIVILEGED AND CONFIDENTIAL to the intended recipient at the email address
> to which it has been addressed. If you receive it in error, please notify
> the sender immediately by return email and then permanently delete it from
> your system.The unauthorized use, distribution, copying or alteration of
> this email, including the attachments, is strictly forbidden. Thank
> you.Please note that neither Upscale Group nor the sender accepts any
> responsibility for viruses and it is your responsibility to scan the email
> and attachments (if any).
>
> --
>
>


convert voice to text

2013-01-26 Thread mostafa bahaloo
hi dear 
i study in ITI university .
my project is to develop extension for liberoffice program in linux open 
suse  that can convert voice to text ,

skill  
i work in programming language  on windows such as c ,c++ , 
c#,vb,vb.net,
java,--web develop=> php, .net javascript, ,etc   ...  later .
but in linux  i'm beginner .

question is 
1)what lanquage is the best for do it .(writing extension )?
2)is any document about writing extension in pdf format ?
3)do the extention best for it?
if is  any thing help ,please give me.
tank you 
  best regards 
   Mostafa bahaloo


Re: Openoffice for Windows 8

2013-01-26 Thread Max Merbald

Hi there,

OpenOffice works perfectly well on Win 8, I've been using it with Win 8 
since Oct 30, 2012, only a few days after Win 8 became available.



Am 26.01.2013 07:53, schrieb whattonea...@btinternet.com:

Could you advise me if Openoffice is able to operate on Windows 8. I am wanting 
to download Apache Openoffice to my new laptop which operates on Windows 8. At 
the moment I am unable to find a source which will allow the download.


Sent from Windows Mail




Re: Lotus 1-2-3 unreadable?

2013-01-26 Thread Rob Weir
Is this a regression compared to OOo 3.3?  If so we need a bug report,
preferably with a sample doc showing the issue.

Also remember 1-2-3 used 3 or 4 different formats in various versions
of the product, so well need specifics, wk1, wk3, wk4, .123, etc.
Presumably they are not all broken.

-Rob

On Jan 26, 2013, at 2:37 PM, Rory O'Farrell  wrote:

> There is a thread on the en-Forum about opening (or not opening well) Lotus 
> 1-2-3 files in OpenOffice
> http://forum.openoffice.org/en/forum/viewtopic.php?f=9&t=58580
>
> The poster references the wiki page listing readable file formats
> http://en.wikipedia.org/wiki/OpenOffice#File_formats
> and suggests that the clain to read Lotus 1-2-3 files be removed.
>
> Any thoughts on this?
>
> --
> Rory O'Farrell 


Lotus 1-2-3 unreadable?

2013-01-26 Thread Rory O'Farrell
There is a thread on the en-Forum about opening (or not opening well) Lotus 
1-2-3 files in OpenOffice
http://forum.openoffice.org/en/forum/viewtopic.php?f=9&t=58580

The poster references the wiki page listing readable file formats 
http://en.wikipedia.org/wiki/OpenOffice#File_formats
and suggests that the clain to read Lotus 1-2-3 files be removed.

Any thoughts on this?

-- 
Rory O'Farrell 


RE: SVN

2013-01-26 Thread Dennis E. Hamilton
For someone who is not an Apache Committer, it is necessary to turn the changes 
made in a working copy into patches and submit the patches to Apache 
OpenOffice.  There is a web page that describes some of this.

The patches can be submitted as attachments to a bug report (the preferred 
approach).

 - Dennis

-Original Message-
From: Saransh Sharma [mailto:sara...@theupscale.in] 
Sent: Saturday, January 26, 2013 00:42
To: dev@openoffice.apache.org
Subject: Re: SVN

After checkout you will pull the data from the source or tree and ait will
be stored to your local file ...if you need more help like getting started
...
1.You can start working on the codes and if you are a svn member you would
be able toadd those files changes to the tree by using commit on svn

SO can you define more about your usage so that i can help


On Sat, Jan 26, 2013 at 2:07 PM, jorge ivan poot diaz <
ivan.pootd...@gmail.com> wrote:

> I have read about SVN, is a very useful tool for the development of
> projects. On this page
> http://lihuen.linti.unlp.edu.ar/index.php?title=C%C3% B3mo_usar_SVN
> there is information.
>
> I have installed the subversion but my question is:
>
> After the checkout what I have to do? I need more information to start
> working.
>
> Help me.
>



-- 

Best Regards

Saransh Sharma

Upscale Consultancy PVT LTD.

Disclaimer:

--
This email was sent from within the Upscale Consultancy Services Pvt Ltd.
The contents of this email, including the attachments, are LEGALLY
PRIVILEGED AND CONFIDENTIAL to the intended recipient at the email address
to which it has been addressed. If you receive it in error, please notify
the sender immediately by return email and then permanently delete it from
your system.The unauthorized use, distribution, copying or alteration of
this email, including the attachments, is strictly forbidden. Thank
you.Please note that neither Upscale Group nor the sender accepts any
responsibility for viruses and it is your responsibility to scan the email
and attachments (if any).
--



Re: Openoffice for Windows 8

2013-01-26 Thread Andrea Pescetti

whattonearth wrote:

Could you advise me if Openoffice is able to operate on Windows 8.


"Yes. Although Microsoft Windows 8 was only in preview when we released 
Apache OpenOffice 3.4.1, subsequent testing and user feedback has been 
positive, and no incompatibilities have emerged so far.  Note: 
OpenOffice runs as a desktop application on the x86 or x64 platforms. 
We don't support Windows RT or the Metro UI."


(this is quoted from the project's blog, https://blogs.apache.org/OOo )

Regards,
  Andrea.


Re: SVN

2013-01-26 Thread Pedro Giffuni


- Messaggio originale -
> Da: jorge ivan poot diaz 
...
> Oggetto: SVN
> 
> I have read about SVN, is a very useful tool for the development of
> projects. On this page
> http://lihuen.linti.unlp.edu.ar/index.php?title=C%C3% B3mo_usar_SVN
> there is information.
> 
> I have installed the subversion but my question is:
> 
> After the checkout what I have to do? I need more information to start
> working.
> 
> Help me.
> 

Then the "fun" starts:

http://wiki.openoffice.org/wiki/Documentation/Building_Guide


After you learn to configure it and have the dependencies set up,
it may take up to a day to build it.

Pedro.


Re: Some development ideas

2013-01-26 Thread Andrea Pescetti

On 21/01/2013 Pedro Giffuni wrote:

If someone wants to open bugzilla issues for any of these, please don't
include me, I specifically don't have time for any of it.


I've just entered them in Bugzilla so that we don't lose them:
https://issues.apache.org/ooo/show_bug.cgi?id=121674
https://issues.apache.org/ooo/show_bug.cgi?id=121675
https://issues.apache.org/ooo/show_bug.cgi?id=121676
https://issues.apache.org/ooo/show_bug.cgi?id=121677
https://issues.apache.org/ooo/show_bug.cgi?id=121678

Note that the "external" component in Bugzilla has only one 
subcomponent, named "www". Is this wanted? Why "www"? I expected to find 
a subcomponent named "libraries" or similar.


Regards,
  Andrea.


Any volunteers in the Los Angeles area?

2013-01-26 Thread Rob Weir
I'm wondering if we have a volunteer near Los Angeles, California?

-Rob


Re: trunk/AOO341: how is --disable-category-b --enable-hunspell supposed to work?

2013-01-26 Thread Pavel Janík

On Jan 26, 2013, at 11:20 AM, Pavel Janík wrote:

>  --enable-category-b Activate components under a category B license 
>  (see 
> http://www.apache.org/legal/3party.html#category-b):
>  MPL (seamonkey, hunspell, hyphen, nss, saxon, rhino),
>  CPL (silgraphite), CPL/EPL (CoinMP), SPL (beanshell),
>  OFL (fonts).
>  Flags for individual libraries override this one.
> 
> How is this "overriding" supposed to work?

And to add even more, external_deps.lst contains:

if (ENABLE_CATEGORY_B==YES && ENABLE_HUNSPELL==YES)
name = hunspell-1.3.2.tar.gz
MD5 = 3121aaf3e13e5d88dfff13fb4a5f1ab8
URL1 = 
http://sourceforge.net/projects/hunspell/files/Hunspell/1.3.2/hunspell-1.3.2.tar.gz/download
URL2 = $(OOO_EXTRAS)$(MD5)-$(name)
URL3 = $(SVN_TRUNK)$(MD5)-$(name)

Ie. it EXPECTS category B enabled anyway. So it is not possible at all to use 
--disable-category-b --enable-hunspell to get only hunspell.
-- 
Pavel Janík





Re: OpenOffice thin client edition - why not?

2013-01-26 Thread Guy Waterval
Hi all,

2013/1/26 Andrea Pescetti 

> On 24/01/2013 Inge Wallin wrote:
>
>> On Wednesday, January 23, 2013 21:33:04 Rob Weir wrote:
>>
>>> Are you planning to be at the KDE conference in July in Bilbao?   It
>>> might good to have someone from AOO attend.  Aside from the obvious
>>> common interest in ODF, it would be interesting to see if there are
>>> any other opportunities for collaboration.
>>>
>> Yes, I will definitely be in Bilbao unless something very serious
>> happens. I
>> would love to meet you there and talk about collaboration between our
>> projects.
>>
>
> FOSDEM, in exactly one week in Brussels, could be another opportunity.
> Several OpenOffice developers and community members will attend. OpenOffice
> will have a dedicated devroom on Saturday 2 February and a stand. Actually
> we had given availability to share our devroom with similar projects, but
> in the end this won't happen... Anyway, if there are Calligra developers
> around, we can surely find time for a talk and some practical collaboration.
>

It would be nice.
The Calligra project seems to develop a new module which could be very
interesting :
Calligra Author http://www.calligra.org/news/calligra-announces-author/

A+
-- 
gw

>
>
>>


trunk/AOO341: how is --disable-category-b --enable-hunspell supposed to work?

2013-01-26 Thread Pavel Janík
Hi,

configure --help says:

  --enable-category-b Activate components under a category B license 
  (see 
http://www.apache.org/legal/3party.html#category-b):
  MPL (seamonkey, hunspell, hyphen, nss, saxon, rhino),
  CPL (silgraphite), CPL/EPL (CoinMP), SPL (beanshell),
  OFL (fonts).
  Flags for individual libraries override this one.

How is this "overriding" supposed to work?

First configure check --enable-category-b and RESETS the enable_hunspell on 
both yes and no in enable-category-b. This way, the code later on doesn't know 
what user entered on the command line:

if test "$enable_category_b" = "yes"; then
   ENABLE_CATEGORY_B=YES
   enable_hunspell="yes"
   enable_hyphen="yes"
   enable_saxon="yes"
   enable_javascript="yes"
   enable_beanshell="yes"
   enable_graphite="yes"
   enable_coinmp="yes"
   enable_category_b_fonts="yes"

   AC_MSG_RESULT([yes: allow modules moz, nss, hunspell, hyphen, saxon, rhino, 
beanshell, graphite, coinmp to be built])
else
   # Disable libaries.
   enable_mozilla="no"
   enable_nss_module="no"
   enable_hunspell="no"
   enable_hyphen="no"
   enable_saxon="no"
   enable_javascript="no"
   enable_beanshell="no"
   enable_graphite="no"
   enable_coinmp="no"
   enable_category_b_fonts="no"

   AC_MSG_RESULT([no: disabled modules moz, nss, hunspell, hyphen, saxon, 
rhino, beanshell, graphite, coinmp])
fi

-- 
Pavel Janík





Re: OO / unsubscribed posters

2013-01-26 Thread Hagar Delest

Suddenly after I installed Thunderbird 19 b1, my filter for unsubscribed users 
worked again for the dev list! has anyone noticed that?
The weird thing is that it works for the dev list but not for the users list. 
The filter applies before the mail are redirected to the relevant folders (one 
for dev one for users)...

NB: I've not seen any bug fix related to the header problem in filters in the 
release notes of TB.

Hagar


Le 16/01/2013 17:11, Andrea Pescetti a écrit :


On 16/01/2013 hagar.delest wrote:

I just thought about another way: today the delivered-to header for
moderation is the second one in the code of the email. I guess that
the TB filter sees only the first field.
Could it be possible to swap the 2 delivered-to headers


While this might improve the handling of messages, this would require patching 
ezmlm-idx like the other options, so it is not applicable either, unfortunately.

Regards,
   Andrea.


Re: OpenOffice thin client edition - why not?

2013-01-26 Thread Andrea Pescetti

On 24/01/2013 Inge Wallin wrote:

On Wednesday, January 23, 2013 21:33:04 Rob Weir wrote:

Are you planning to be at the KDE conference in July in Bilbao?   It
might good to have someone from AOO attend.  Aside from the obvious
common interest in ODF, it would be interesting to see if there are
any other opportunities for collaboration.

Yes, I will definitely be in Bilbao unless something very serious happens. I
would love to meet you there and talk about collaboration between our
projects.


FOSDEM, in exactly one week in Brussels, could be another opportunity. 
Several OpenOffice developers and community members will attend. 
OpenOffice will have a dedicated devroom on Saturday 2 February and a 
stand. Actually we had given availability to share our devroom with 
similar projects, but in the end this won't happen... Anyway, if there 
are Calligra developers around, we can surely find time for a talk and 
some practical collaboration.



1. test documents


I don't believe we have a corpus of test documents in SVN. We do have 
some in Bugzilla.



2. Interoperability and ODF confomance.


Very interesting topic, which we should definitely care about. Again, 
let's see if we can talk or discuss on this list how to improve this.


Regards,
  Andrea.


Re: SVN

2013-01-26 Thread Saransh Sharma
After checkout you will pull the data from the source or tree and ait will
be stored to your local file ...if you need more help like getting started
...
1.You can start working on the codes and if you are a svn member you would
be able toadd those files changes to the tree by using commit on svn

SO can you define more about your usage so that i can help


On Sat, Jan 26, 2013 at 2:07 PM, jorge ivan poot diaz <
ivan.pootd...@gmail.com> wrote:

> I have read about SVN, is a very useful tool for the development of
> projects. On this page
> http://lihuen.linti.unlp.edu.ar/index.php?title=C%C3% B3mo_usar_SVN
> there is information.
>
> I have installed the subversion but my question is:
>
> After the checkout what I have to do? I need more information to start
> working.
>
> Help me.
>



-- 

Best Regards

Saransh Sharma

Upscale Consultancy PVT LTD.

Disclaimer:

--
This email was sent from within the Upscale Consultancy Services Pvt Ltd.
The contents of this email, including the attachments, are LEGALLY
PRIVILEGED AND CONFIDENTIAL to the intended recipient at the email address
to which it has been addressed. If you receive it in error, please notify
the sender immediately by return email and then permanently delete it from
your system.The unauthorized use, distribution, copying or alteration of
this email, including the attachments, is strictly forbidden. Thank
you.Please note that neither Upscale Group nor the sender accepts any
responsibility for viruses and it is your responsibility to scan the email
and attachments (if any).
--