buildbot success in ASF Buildbot on openoffice-linux64-nightly

2013-08-09 Thread buildbot
Hi! , The openoffice-linux64-nightly builder has just completed a run

STATUS: Success

 Build revision 1512133 on branch openoffice/trunk

 Snapshot results at: http://ci.apache.org/projects/openoffice/

 Build using the ASF buildslave: tethys_ubuntu

 Build results at: 
http://ci.apache.org/builders/openoffice-linux64-nightly/builds/693

 Build reason was: The Nightly scheduler named 'openoffice-linux64-nightly' 
triggered this build


 Yours Sincerely - The ASF Buildbot (http://ci.apache.org/)
--

 Join the bui...@apache.org mailing list for help with Buildbot






buildbot success in ASF Buildbot on aoo-win7

2013-08-09 Thread buildbot
Hi! , The aoo-win7 builder has just completed a run

STATUS: Success

 Build revision 1511231 on branch openoffice/trunk

 Snapshot results at: http://ci.apache.org/projects/openoffice/

 Build using the ASF buildslave: bb-win7

 Build results at: http://ci.apache.org/builders/aoo-win7/builds/721

 Build reason was: The Nightly scheduler named 'aoo-win7-nightly' triggered 
this build


 Yours Sincerely - The ASF Buildbot (http://ci.apache.org/)
--

 Join the bui...@apache.org mailing list for help with Buildbot






svn commit: r1512251 - in /openoffice/branches/rejuvenate01/main: ./ basebmp/test/ basegfx/source/workbench/ basegfx/test/ solenv/doc/gbuild/solenv/gbuild/ solenv/gbuild/

2013-08-09 Thread hdu
Author: hdu
Date: Fri Aug  9 11:04:50 2013
New Revision: 1512251

URL: http://svn.apache.org/r1512251
Log:
#i122362# always enable --without-stlport configure option

The option is still left there for a while but any value
other than --without-stlport or --with-stlport=no are
rejected.

This change also cleans up stlport checks that have become
obsoleted by the change above.

Modified:
openoffice/branches/rejuvenate01/main/RepositoryFixes.mk
openoffice/branches/rejuvenate01/main/basebmp/test/makefile.mk
openoffice/branches/rejuvenate01/main/basegfx/source/workbench/Makefile
openoffice/branches/rejuvenate01/main/basegfx/test/makefile.mk
openoffice/branches/rejuvenate01/main/configure.in
openoffice/branches/rejuvenate01/main/set_soenv.in

openoffice/branches/rejuvenate01/main/solenv/doc/gbuild/solenv/gbuild/gbuild.mk
openoffice/branches/rejuvenate01/main/solenv/gbuild/gbuild.mk

Modified: openoffice/branches/rejuvenate01/main/RepositoryFixes.mk
URL: 
http://svn.apache.org/viewvc/openoffice/branches/rejuvenate01/main/RepositoryFixes.mk?rev=1512251r1=1512250r2=1512251view=diff
==
--- openoffice/branches/rejuvenate01/main/RepositoryFixes.mk (original)
+++ openoffice/branches/rejuvenate01/main/RepositoryFixes.mk Fri Aug  9 
11:04:50 2013
@@ -34,10 +34,8 @@ gb_Library_FILENAMES := $(patsubst salhe
 gb_Library_FILENAMES := $(patsubst 
salhelper:libsalhelper%,salhelper:libuno_salhelper%,$(gb_Library_FILENAMES))
 gb_Library_FILENAMES := $(patsubst 
ucbhelper:libucbhelper%,ucbhelper:libucbhelper4%,$(gb_Library_FILENAMES))
 
-ifeq ($(USE_SYSTEM_STL),YES)
 gb_Library_FILENAMES := $(patsubst 
stl:%,stl:libstdc++.so,$(gb_Library_FILENAMES))
 gb_Library_TARGETS := $(filter-out stl,$(gb_Library_TARGETS))
-endif
 
 endif
 
@@ -49,14 +47,12 @@ gb_Library_FILENAMES := $(patsubst jvmfw
 gb_Library_FILENAMES := $(patsubst 
salhelper:libsalhelper%,salhelper:libuno_salhelper%,$(gb_Library_FILENAMES))
 gb_Library_FILENAMES := $(patsubst 
ucbhelper:libucbhelper%,ucbhelper:libucbhelper4%,$(gb_Library_FILENAMES))
 
-ifeq ($(USE_SYSTEM_STL),YES)
 ifneq ($(MACOSX_DEPLOYMENT_TARGET),10.4) # default to use libc++
 gb_Library_FILENAMES := $(patsubst 
stl:%,stl:libc++.dylib,$(gb_Library_FILENAMES))
 else # use libstdc++ instead on ancient MacOSX targets
 gb_Library_FILENAMES := $(patsubst 
stl:%,stl:libstdc++.dylib,$(gb_Library_FILENAMES))
 endif
 gb_Library_TARGETS := $(filter-out stl,$(gb_Library_TARGETS))
-endif
 
 endif
 
@@ -79,15 +75,7 @@ gb_Library_FILENAMES := $(patsubst xslt:
 gb_Library_FILENAMES := $(patsubst 
rdf:irdf%,rdf:librdf.dll$(gb_Library_IARCEXT),$(gb_Library_FILENAMES))
 gb_Library_FILENAMES := $(patsubst z:iz%,z:zlib%,$(gb_Library_FILENAMES))
 
-ifeq ($(USE_SYSTEM_STL),YES)
 gb_Library_FILENAMES := $(patsubst 
stl:istl%,stl:msvcprt%,$(gb_Library_FILENAMES))
-else
-ifeq ($(gb_PRODUCT),$(true))
-gb_Library_FILENAMES := $(patsubst 
stl:istl%,stl:stlport_vc71%,$(gb_Library_FILENAMES))
-else
-gb_Library_FILENAMES := $(patsubst 
stl:istl%,stl:stlport_vc71_stldebug%,$(gb_Library_FILENAMES))
-endif
-endif
 
 gb_Library_NOILIBFILENAMES:=\
icule \
@@ -112,10 +100,8 @@ gb_Library_DLLFILENAMES := $(patsubst jv
 gb_Library_DLLFILENAMES := $(patsubst 
ucbhelper:ucbhelper%,ucbhelper:ucbhelper4%,$(gb_Library_DLLFILENAMES))
 gb_Library_DLLFILENAMES := $(patsubst z:z%,z:zlib%,$(gb_Library_DLLFILENAMES))
 
-ifeq ($(USE_SYSTEM_STL),YES)
 gb_Library_FILENAMES := $(patsubst 
stl:%,stl:$(gb_Library_IARCSYSPRE)stdc++_s$(gb_Library_IARCSYSPRE),$(gb_Library_FILENAMES))
 gb_Library_TARGETS := $(filter-out stl,$(gb_Library_TARGETS))
-endif
 
 else
 gb_Library_FILENAMES := $(patsubst 
comphelper:icomphelper%,comphelper:icomphelp%,$(gb_Library_FILENAMES))
@@ -135,15 +121,7 @@ gb_Library_FILENAMES := $(patsubst rdf:i
 gb_Library_FILENAMES := $(patsubst z:iz%,z:zlib%,$(gb_Library_FILENAMES))
 gb_StaticLibrary_FILENAMES := $(patsubst 
graphite:graphite%,graphite:graphite_dll%,$(gb_StaticLibrary_FILENAMES))
 
-ifeq ($(USE_SYSTEM_STL),YES)
 gb_Library_FILENAMES := $(patsubst 
stl:istl%,stl:msvcprt%,$(gb_Library_FILENAMES))
-else
-ifeq ($(gb_PRODUCT),$(true))
-gb_Library_FILENAMES := $(patsubst 
stl:istl%,stl:stlport_vc71%,$(gb_Library_FILENAMES))
-else
-gb_Library_FILENAMES := $(patsubst 
stl:istl%,stl:stlport_vc71_stldebug%,$(gb_Library_FILENAMES))
-endif
-endif
 
 gb_Library_NOILIBFILENAMES:=\
advapi32 \
@@ -252,18 +230,14 @@ gb_Library_FILENAMES := $(patsubst salhe
 gb_Library_FILENAMES := $(patsubst 
salhelper:libsalhelper%,salhelper:libuno_salhelper%,$(gb_Library_FILENAMES))
 gb_Library_FILENAMES := $(patsubst 
ucbhelper:libucbhelper%,ucbhelper:libucbhelper4%,$(gb_Library_FILENAMES))
 
-ifeq ($(USE_SYSTEM_STL),YES)
 gb_Library_FILENAMES := $(patsubst 
stl:%,stl:libstdc++.so,$(gb_Library_FILENAMES))
 gb_Library_TARGETS := $(filter-out stl,$(gb_Library_TARGETS))
-endif
 
 endif
 
 # we do not require a known rule for these, 

svn commit: r1512254 - in /openoffice/branches/rejuvenate01: ext_sources/ main/stlport/

2013-08-09 Thread hdu
Author: hdu
Date: Fri Aug  9 11:13:09 2013
New Revision: 1512254

URL: http://svn.apache.org/r1512254
Log:
#i122362# remove stlport download and building

now that --without-stlport is mandatory these steps have been obsoleted

Removed:

openoffice/branches/rejuvenate01/ext_sources/18f577b374d60b3c760a3a3350407632-STLport-4.5.tar.gz

openoffice/branches/rejuvenate01/ext_sources/7376930b0d3f3d77a685d94c4a3acda8-STLport-4.5-0119.tar.gz

openoffice/branches/rejuvenate01/ext_sources/c441926f3a552ed3e5b274b62e86af16-STLport-4.0.tar.gz

openoffice/branches/rejuvenate01/main/stlport/STLport-4.0-sunstudio12u1.patch
openoffice/branches/rejuvenate01/main/stlport/STLport-4.0.patch
openoffice/branches/rejuvenate01/main/stlport/STLport-4.5-0119.patch

openoffice/branches/rejuvenate01/main/stlport/STLport-4.5-gcc43_warnings.patch
openoffice/branches/rejuvenate01/main/stlport/STLport-4.5.patch
openoffice/branches/rejuvenate01/main/stlport/dos_lineends.patch
openoffice/branches/rejuvenate01/main/stlport/win32_custom.bat
openoffice/branches/rejuvenate01/main/stlport/win32_custom.sh
openoffice/branches/rejuvenate01/main/stlport/win32_sdk.bat
openoffice/branches/rejuvenate01/main/stlport/win32_sdk.sh
Modified:
openoffice/branches/rejuvenate01/main/stlport/makefile.mk

Modified: openoffice/branches/rejuvenate01/main/stlport/makefile.mk
URL: 
http://svn.apache.org/viewvc/openoffice/branches/rejuvenate01/main/stlport/makefile.mk?rev=1512254r1=1512253r2=1512254view=diff
==
--- openoffice/branches/rejuvenate01/main/stlport/makefile.mk (original)
+++ openoffice/branches/rejuvenate01/main/stlport/makefile.mk Fri Aug  9 
11:13:09 2013
@@ -30,17 +30,7 @@ TARGET=so_stlport
 
 .INCLUDE : settings.mk
 
-.IF $(USE_SYSTEM_STL)==YES
-
-.IF $(OS)==SOLARIS  $(COM)!=GCC
-# System STL when building with SunStudio is just a version of STLport
-# which comes with the compiler
-all:
-   @echo Nothing to do
-.ELSE #$(OS)==SOLARIS  $(COM)!=GCC
-#
-# If you choose to build without stlport, some headers will be used to bring 
the
-# sgi extensions into the std namespace:
+# Wrap STL headers to get them into the std namespace:
 $(INCCOM)$/stlport$/functional \
 $(INCCOM)$/stlport$/hash_map \
 $(INCCOM)$/stlport$/hash_set \
@@ -52,156 +42,4 @@ $(INCCOM)$/stlport$/set \
 $(INCCOM)$/stlport$/vector: systemstl$/$$(@:f)
 $(MKDIRHIER) $(@:d)
 $(COPY) $ $@
-.ENDIF #$(OS)==SOLARIS  $(COM)!=GCC
-
-.ELSE # $(USE_SYSTEM_STL)
-
-# --- Files 
-.EXPORT : CC CXX
-.IF $(COMID)==gcc3
-   TARFILE_NAME=STLport-4.5
-TARFILE_MD5=18f577b374d60b3c760a3a3350407632
-PATCH_FILES=STLport-4.5.patch STLport-4.5-gcc43_warnings.patch
-.ELIF $(GUI)==WNT
-TARFILE_NAME=STLport-4.5-0119
-TARFILE_MD5=7376930b0d3f3d77a685d94c4a3acda8
-PATCH_FILES=STLport-4.5-0119.patch
-.ELSE
-TARFILE_NAME=STLport-4.0
-TARFILE_MD5=c441926f3a552ed3e5b274b62e86af16
-PATCH_FILES=STLport-4.0.patch STLport-4.0-sunstudio12u1.patch
-# To disable warnings from within STLport headers on unxsoli4 and
-# unxsols4, STLport-4.0.patch had to be extended mechanically by
-#
-#   cd unxsol.../misc/build/STLport-4.0/stlport  \
-#   find . -type f -exec sed -i \
-# -e 's/^\([ \t]*__STL_BEGIN_NAMESPACE[ \t]*\)$/#if defined \
-#   __SUNPRO_CC\n#pragma disable_warn\n#endif\n/' \
-# -e 's/^\([ \t]*__STL_END_NAMESPACE[ \t]*\)$/\n#if defined \
-#   __SUNPRO_CC\n#pragma enable_warn\n#endif/' {} \;
-#
-# (causing lots of files to become modified) and by additionally
-# changing unxsol.../misc/build/STLport-4.0/stlport/math.h,
-# unxsol.../misc/build/STLport-4.0/stlport/stl/_config.h,
-# unxsol.../misc/build/STLport-4.0/stlport/stl/_list.h, and
-# unxsol.../misc/build/STLport-4.0/stlport/stl/type_traits.h manually.
-# (Obviously due to the way the C++ compiler generates code for
-# instantiations of inline function templates from STLport headers, it
-# does not work to simply add #pragma disable_warn to stl/_prolog.h
-# and #pragma enable_warn to stl/_epilog.h, as seemingly some 
internal
-# STLport headers are read in by the compiler only at the end of a
-# compilation unit, outside the scope of stl/_prolog.h and
-# stl/_epilog.h.)
-.ENDIF
-
-ADDITIONAL_FILES=src$/gcc-3.0.mak src$/gcc-3.0-freebsd.mak src$/sunpro8.mak 
src$/sunpro11.mak src$/gcc-3.0-mingw.mak \
-   src$/gcc-3.0-os2.mak src$/gcc-3.0-os2.def src$/common_macros_os2.mak
-
-
-CONFIGURE_ACTION=none
-CONFIGURE_FLAGS=
-
-BUILD_DIR=src
-
-.IF $(COM)==MSC
-BUILD_ACTION=nmake
-BUILD_FLAGS=-f vc7.mak EXFLAGS=/EHa /Zc:wchar_t- CCNUMVER=$(CCNUMVER)
-.ENDIF
-
-.IF $(COM)==GCC
-   .IF $(COMID)==gcc3
-   # FreeBSD needs a special 

svn commit: r1512298 - /openoffice/trunk/main/desktop/source/app/app.cxx

2013-08-09 Thread hdu
Author: hdu
Date: Fri Aug  9 13:31:28 2013
New Revision: 1512298

URL: http://svn.apache.org/r1512298
Log:
#i122991# provide some details about fatal exceptions in the desktop app

In the desktop application the FatalError() facility provides a dialog
with copy+pasteable text that helps to communicate details important for
the understanding of such critical bugs.

Modified:
openoffice/trunk/main/desktop/source/app/app.cxx

Modified: openoffice/trunk/main/desktop/source/app/app.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/desktop/source/app/app.cxx?rev=1512298r1=1512297r2=1512298view=diff
==
--- openoffice/trunk/main/desktop/source/app/app.cxx (original)
+++ openoffice/trunk/main/desktop/source/app/app.cxx Fri Aug  9 13:31:28 2013
@@ -2235,6 +2235,21 @@ void Desktop::Main()
OfficeIPCThread::SetDowning();
FatalError( MakeStartupErrorMessage(exAnyCfg.Message) );
}
+   catch( const ::com::sun::star::uno::Exception exUNO)
+   {
+   OfficeIPCThread::SetDowning();
+   FatalError( exUNO.Message);
+   }
+   catch( const std::exception exSTD)
+   {
+   OfficeIPCThread::SetDowning();
+   FatalError( OUString::createFromAscii( exSTD.what()));
+   }
+   catch( ...)
+   {
+   OfficeIPCThread::SetDowning();
+   FatalError( OUString(RTL_CONSTASCII_USTRINGPARAM( 
Caught Unknown Exception: Aborting!)));
+   }
}
// CAUTION: you do not necessarily get here e.g. on the Mac.
// please put all deinitialization code into doShutdown




svn commit: r1512330 - /openoffice/trunk/main/cui/source/options/optupdt.cxx

2013-08-09 Thread hdu
Author: hdu
Date: Fri Aug  9 15:03:18 2013
New Revision: 1512330

URL: http://svn.apache.org/r1512330
Log:
#i122818# fix crash in online-update-check when no application is active

Closing all application windows and retaining access to the application menu
is only possible on MacOSX. The DispatchProvider used for the update check
seems to depend on having an active application window. Maybe it is possible
to get the update check working without it but this patch doesn't attempt
that, it prevent further escalation such as crashes.

Fixed by: Herbert Duerr
Debugged by: Oliver-Rainer Wittmann, Herbert Duerr
Found by: Frantisek Erben 

Modified:
openoffice/trunk/main/cui/source/options/optupdt.cxx

Modified: openoffice/trunk/main/cui/source/options/optupdt.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/cui/source/options/optupdt.cxx?rev=1512330r1=1512329r2=1512330view=diff
==
--- openoffice/trunk/main/cui/source/options/optupdt.cxx (original)
+++ openoffice/trunk/main/cui/source/options/optupdt.cxx Fri Aug  9 15:03:18 
2013
@@ -371,13 +371,14 @@ IMPL_LINK( SvxOnlineUpdateTabPage, Check
 uno::Reference frame::XDispatchProvider  xDispatchProvider(
 xDesktop-getCurrentFrame(), uno::UNO_QUERY );
 
-uno::Reference frame::XDispatch  xDispatch = 
xDispatchProvider-queryDispatch(aURL, rtl::OUString(), 0);
+uno::Reference frame::XDispatch  xDispatch;
+if( xDispatchProvider.is() )
+xDispatch = xDispatchProvider-queryDispatch(aURL, 
rtl::OUString(), 0);
 
 if( xDispatch.is() )
-{
 xDispatch-dispatch(aURL, uno::Sequence beans::PropertyValue  
());
-UpdateLastCheckedText();
-}
+
+UpdateLastCheckedText();
 }
 catch( const uno::Exception e )
 {




[CONF] Apache OpenOffice Community Directory of Volunteers

2013-08-09 Thread Lenard Yambao (Confluence)







Directory of Volunteers
Page edited by Lenard Yambao


 Changes (1)
 




...
| [Larry Gusaas|http://larry-gusaas.com/] | Moose Jaw, SK, Canada | User support (Mac) | | Leah Backus | Austin, TX | Documentation, Education, User assistance | 
| Lenard Yambao | California, USA | Documentation, QA | 
| Liselle Canham | Auckland, New Zealand | Documentation | | Liu Ping | Beijing, China | QA, PM | 
...


Full Content

Please keep in alphabetical order by given name.




 Name 
 Home 
 Skills/Interests 


 Alan Wilson 
 Crossett, AR, USA 
 QA 


 Albino B Neto 
 Vila Velha, ES - Brazil 
 l10n, Documentation, Marketing, Support Users, Community Apache OpenOffice Brazil, ODF and Codes 


 Alena Cherkashina 
 Sacramento, CA, USA 
 QA, Localization 


 Alexander Krasowski 
 Windsor, ON, Canada 
 QA, C+ 


 Alexandra Stillwell 
 West Sussex, UK 
 Documentation 


 Alexandro Colorado 
 Cancun, Mexico 
 l10n,ODF,Documentation,Marketing,Community Mgmnt,Python,XML,User 


 Alfonso Émbriz 
 León, México 
 User, Documentation, Tutorial, Localization 


 Alphonso Whitfield III 
 Waycross, GA USA 
 User, Marketing 


 Anders Kvibäck 
 Växjö, Sweden 
 QA , Java 


 Andrew Pitonyak 
 Columbus, Ohio, USA 
 Documentation, Macros, Community, General Use, C++, Java, Perl 


 Andrew Rist 
 Menlo Park, CA, USA 
 ODF, OpenOffice.org, C/C++, Java, UX  user activity flows 


 Andre Fischer 
 Hamburg, Germany 
 C++, Java, Perl, Impress, build system 


 Andrea Pescetti 
 Parma, Italy 
 Localization, QA, Web technologies, C+ 


 Andrew Allen 
 Arizona, US 
 Web Design, Business Management, Marketing 


 Athanasios E.Samaras 
 Thessaloniki, Greece 
 Localization 


 Andy Brown 
 Dublin, GA, USA 
 User, Documentation, Distribution, Marketing 


 Annapoornima Koppad 
 Bangalore, India 
 C/C++, Python, PHP, Quality Assurance, Marketing, Tutorials, Documentation 


 Antón Méixome 
 Pontevedra (Galicia), Spain 
 Galician localization, documentation, education, marketing, user support 


 Ariel Constenla-Haile 
 La Plata, Argentina 
 C/C++, Java, Python, UNO, API, Extensions, Application Framework 


 Armin Le Grand 
 Hamburg, Germany 
 C++, Draw, Impress, Drawinglayer, UI, Interactions, SVG 


 Avanish Mohan Ojha 
 Mumbai, India 
 QA 


 Ben Artus 
 Pueblo, CO, USA 
 User Support, Java, _javascript_, CSS/HTML, User 


 Bonnie Smith Ries 
 Cedar City, Utah, USA 
 Word Processing, Documentation creation and editing, Beta testing, Castillian localization 


 Bruno Santa 
 Torino, Italy 
 Localization 


 Camelia Brown 
 Davis, CA, USA 
 QA, Marketing, Word Processing 


 Carl Marcum 
 Dayton, OH, USA 
 Java, Groovy, SDK API's, XML 


 Carlo Pucillo 
 Udine, Italy 
 Localization 


 Caroline O'Brien 
 Washington, D.C., USA 
 Documentation creation and editing 


 Cheng Jian Hong 
 Beijing,China 
 C/C++, Java, UNO, WordProcessor 


 Cheng Chia Tseng 
 Taichung, Taiwan 
 Localization 


 Chris Rottensteiner 
 South Tyrol, Italy 
 v4 logo re-design, SVG testing/files 


 Christos Stefanidis 
 Florina, Greece 
 Lacalization 


 Cinzia Cernitore 
 Bari, Italy 
 Localization 


 Clarence Weaver 
 Virginia, USA 
 C++, Java 


 Claudio F Filho 
 Brasilia, Brazil 
 l10n, AOOBr 


 Colin McDermott 
 Sydney, Australia 
 Linux, C++, Python, Word Processing, visual accessibility 


 Cyril Beaussier 
 Saumur, France 
 Documentation, localisation, User Support Forum (French) 


 Dave Barton 
 Milan, Italy 
 User Support, Tutorials, Documentation, HTML, CSS, PHP, _javascript_, C/C++, Distribution. 


 Dave McKay 
 North East Wales, UK 
 C/C++, Technical Writer, User Forum 


 David Fisher 
 San Francisco, CA, USA 
 Website, Java, Postscript, PDF, Apache POI, Apache Incubator, Apache Member 


 Dennis E. Hamilton 
 Seattle, WA, USA 
 C/C++, Java, Interoperability, ODF, security, architecture, web 


 Don Harbison 
 Chelmsford, MA USA 
 Press Liaison, Community Development 


 Dongbin Peng 
 Vancouver, Canada 
 C/C++, java 


 Edward Kuang 
 Oakland, California 
 Linux, C/C++, Python, SQL, API, Java, debugging 


 Edwin Sharp 
 Cardiff, Wales 
 QA 


 Elena Lombardo 
 Milano, Italy 
 Localization 


 Eike Rathke 
 Hamburg, Germany 
 lurker 


 Eric Bachard 
 Audincourt  France 
 C/C++, ObjectiveC, vcl and Impress hacker, All ports and build systems, Education Project, Student mentoring 


 Erica Gregory 
 Toronto, ON, CA 
 Documentation, HTML, Vector art 


 Erik Schwab 
 Seattle, WA, USA 
 Documentation 


 Fernando Martinez 
 Pembroke Pines, FL 
 Java, C, C++, MySQl, Agile Development 


 floris v 
 Apeldoorn, Netherlands 
 User support forum (English and Dutch) 


 Gabriele Chiarini 
 San Pietro in Casale, Bologna, Italy 
 Localization 


 Giorgio Gentili 
 Busto Arsizio Italy 
 QA 


 Graham Lauder 
 

svn commit: r1512373 - /openoffice/ooo-site/trunk/content/nl/links.html

2013-08-09 Thread digro
Author: digro
Date: Fri Aug  9 16:17:11 2013
New Revision: 1512373

URL: http://svn.apache.org/r1512373
Log:
Changed to current format

Modified:
openoffice/ooo-site/trunk/content/nl/links.html

Modified: openoffice/ooo-site/trunk/content/nl/links.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/nl/links.html?rev=1512373r1=1512372r2=1512373view=diff
==
--- openoffice/ooo-site/trunk/content/nl/links.html (original)
+++ openoffice/ooo-site/trunk/content/nl/links.html Fri Aug  9 16:17:11 2013
@@ -1,262 +1,305 @@
-!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN
-htmlhead!-- auteur: Simon Brouwer --
+!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN 
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd;
+html xmlns=http://www.w3.org/1999/xhtml; /
+  head
+  meta http-equiv=content-type content=text/html; charset=utf-8
+  titleLinks/title
+/head
 
-meta http-equiv=Content-Type content=text/html; charset=iso-8859-1/head
 body
-table width=100%
-tbody
-tr
-td
-table border=0
-tbody
-tr
-td valign=top width=84%
-h3Links/h3
-p
-Deze pagina is continu in aanbouw. Hier vind je links naar interessante
-informatie over openoffice.org, zowel binnen de openoffice.org website
-als daarbuiten. Momenteel worden links toegevoegd in volgorde van
-aantreffen, wanneer het er veel worden zal ik een opdeling in rubrieken
-gaan maken. /phrpa href=http://www.bsooo.nl/;Business
-Support Openoffice.org Nederland/a br
-BsOOo.nl is een samenwerkingsverband van Nederlandse bedrijven die
-diensten leveren op het gebied van OpenOffice.org. Het platform zet
-zich in om het gebruik van OpenOffice.org in professionele toepassingen
-te bevorderen.
-/phrpa href=http://www.opentemplate.org/;OpenTemplate.org/a
-br
-Een project met (onder meer) veel sjablonen die in OpenOffice.org
-kunnen worden gebruikt.
-/phrpa href=http://openoffice.pagina.nl;Openoffice.pagina.nl/a
-br
-Een pagina met veel OpenOffice.org-gerelateerde links, onderhouden door
-Martijn Weisbeek.!-- /phrp
-a href=http://ooodocs.sourceforge.netOOoDocs, The OpenOffice.org 
Documentation Project/a brDocumentatie en discussieforums over 
OpenOffice.org (niet in het Nederlands). --
-/phrpa href=http://ooextras.sourceforge.net/;OOextras/a
-br
-Een website met door de gemeenschap bijgedragen sjablonen en
-voorbeeldbestanden voor OOo.
-/phrpa href=http://oootools.free.fr/fooox/;FoooX/a
-br
-Een programma (voor o.a. Windows en Linux) dat een lijst laat zien van
-OOo-bestanden die een opgegeven zoekterm bevatten. Met source (perl/TK)
-en Nederlandstalige interface.!-- /phrp
-a href=http://oooconv.free.fr/fitoo/readme_FitOO.htmlFitOO/a brEen Calc 
template voor curve fitting, waarmee je een nette grafiek kunt maken van 
meetresultaten of statistische gegevens. Het template zelf kun je a 
href=http://www.openoffice.org/project/www/issues/show_bug.cgi?id=13999hier 
downloaden/a --
-/phrpa 
href=http://fr.openoffice.org/Documentation/Gallery/indexgal.html;Clipart/a
-br
-bij het fr.openoffice.org project: een verzameling plaatjes, pijlen en
-sierranden.
-/phrpa href=http://marketing.openoffice.org/conference/;Programma's
-en presentaties/a br
-van de OpenOffice.org Conferenties van 2003 t/m 2007. Tevens kun je
-hier informatie vinden over de planning van die van 2008.
-/phrpa 
href=http://homepage.ntlworld.com/garryknight/linux/oodbase.html;Creating
-Flatfile Databases.../a br
-Aan de hand van een voorbeeld (adressenbestand) wordt het maken en
-bewerken van een database in OOo behandeld.
-/phrpa 
href=http://catalog.sun.com/productinfo.xml?site=NL_DUTamp;catalogue=FCamp;segment=FC_Ramp;item=FC_SC_CATamp;group=2014amp;fid=5038amp;sfid=5149amp;id=13176;Sun's
-StarOffice in Nederlandstalige uitvoering/a br
-Informatie over de commerciële variant van OpenOffice.org. Vooral voor
-het onderwijs, bedrijven en andere organisaties interessant!
-/phrpa href=http://oooauthors.org/;OOoAuthors/abr
-Project voor het maken van documentatie voor OpenOffice.org, met ook
-een a href=http://oooauthors.org/nl/;Nederlandstalige
-afdeling/a en een grote verzameling (Engelstalige) a 
href=http://oooauthors.org/en/FAQs;FAQ's/a
-/phrpa 
href=http://www.kaaredyret.dk/openoffice.html;Kaaredyret.dk/abr
-Een uitstekende (Engelstalige) OpenOffice.org-informatiepagina met veel
-links naar tutorials.
-/phrpa href=http://www.pitonyak.org/oo.php;Handleiding
-macroprogrammering/abr
-Als je OpenOffice.org in OOBasic wilt programmeren, download dan de
-handleiding Andrews Macro Information (Engelstalig) van Andrew
-Pitonyak!
-/phrpa 
href=http://www.amazon.com/Sun-Microsystems-10079-StarOffice-8/dp/B000A7MFO2/sr=1-1/qid=1171197654/ref=pd_bbs_sr_1/104-8474425-5151158?ie=UTF8amp;s=software;Wat
-vinden gebruikers van StarOffice?/abr
-(Engelstalige) beoordelingen van gebruikers op www.amazon.com. Afgezien
-van de extra's in StarOffice, grotendeels toepasbaar op OpenOffice.org.
-!-- /phrp
-a 

svn commit: r1512374 - /openoffice/ooo-site/trunk/content/nl/links.html

2013-08-09 Thread digro
Author: digro
Date: Fri Aug  9 16:18:14 2013
New Revision: 1512374

URL: http://svn.apache.org/r1512374
Log:
corrected a link

Modified:
openoffice/ooo-site/trunk/content/nl/links.html

Modified: openoffice/ooo-site/trunk/content/nl/links.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/nl/links.html?rev=1512374r1=1512373r2=1512374view=diff
==
--- openoffice/ooo-site/trunk/content/nl/links.html (original)
+++ openoffice/ooo-site/trunk/content/nl/links.html Fri Aug  9 16:18:14 2013
@@ -278,7 +278,7 @@
bMeehelpen/bbr
/font
a 
href=about-helping.htmlProjecten/abr
-   a 
href=about-issuezilla.htmlBugsnbsp;melden/abr
+   a 
href=about-bugzilla.htmlBugsnbsp;melden/abr
font color=#00 face=Verdana, Arial, 
Helvetica, sans-serif size=2
bContact/bbr
/font




svn commit: r873743 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/nl/links.html

2013-08-09 Thread buildbot
Author: buildbot
Date: Fri Aug  9 16:18:52 2013
New Revision: 873743

Log:
Staging update by buildbot for ooo-site

Modified:
websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
websites/staging/ooo-site/trunk/content/   (props changed)
websites/staging/ooo-site/trunk/content/nl/links.html

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Fri Aug  9 16:18:52 2013
@@ -1 +1 @@
-1512012
+1512373

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Fri Aug  9 16:18:52 2013
@@ -1 +1 @@
-1512012
+1512373

Modified: websites/staging/ooo-site/trunk/content/nl/links.html
==
--- websites/staging/ooo-site/trunk/content/nl/links.html (original)
+++ websites/staging/ooo-site/trunk/content/nl/links.html Fri Aug  9 16:18:52 
2013
@@ -2,9 +2,10 @@
 html
 head
 link href=/css/ooo.css rel=stylesheet type=text/css
-!-- auteur: Simon Brouwer --
 
-meta http-equiv=Content-Type content=text/html; charset=iso-8859-1
+  meta http-equiv=content-type content=text/html; charset=utf-8
+  titleLinks/title
+
 !--#include virtual=/google-analytics.js --
 /head
 body
@@ -20,262 +21,301 @@
 
 
 
-table width=100%
-tbody
-tr
-td
-table border=0
-tbody
-tr
-td valign=top width=84%
-h3Links/h3
-p
-Deze pagina is continu in aanbouw. Hier vind je links naar interessante
-informatie over openoffice.org, zowel binnen de openoffice.org website
-als daarbuiten. Momenteel worden links toegevoegd in volgorde van
-aantreffen, wanneer het er veel worden zal ik een opdeling in rubrieken
-gaan maken. /phrpa href=http://www.bsooo.nl/;Business
-Support Openoffice.org Nederland/a br
-BsOOo.nl is een samenwerkingsverband van Nederlandse bedrijven die
-diensten leveren op het gebied van OpenOffice.org. Het platform zet
-zich in om het gebruik van OpenOffice.org in professionele toepassingen
-te bevorderen.
-/phrpa href=http://www.opentemplate.org/;OpenTemplate.org/a
-br
-Een project met (onder meer) veel sjablonen die in OpenOffice.org
-kunnen worden gebruikt.
-/phrpa href=http://openoffice.pagina.nl;Openoffice.pagina.nl/a
-br
-Een pagina met veel OpenOffice.org-gerelateerde links, onderhouden door
-Martijn Weisbeek.!-- /phrp
-a href=http://ooodocs.sourceforge.netOOoDocs, The OpenOffice.org 
Documentation Project/a brDocumentatie en discussieforums over 
OpenOffice.org (niet in het Nederlands). --
-/phrpa href=http://ooextras.sourceforge.net/;OOextras/a
-br
-Een website met door de gemeenschap bijgedragen sjablonen en
-voorbeeldbestanden voor OOo.
-/phrpa href=http://oootools.free.fr/fooox/;FoooX/a
-br
-Een programma (voor o.a. Windows en Linux) dat een lijst laat zien van
-OOo-bestanden die een opgegeven zoekterm bevatten. Met source (perl/TK)
-en Nederlandstalige interface.!-- /phrp
-a href=http://oooconv.free.fr/fitoo/readme_FitOO.htmlFitOO/a brEen Calc 
template voor curve fitting, waarmee je een nette grafiek kunt maken van 
meetresultaten of statistische gegevens. Het template zelf kun je a 
href=http://www.openoffice.org/project/www/issues/show_bug.cgi?id=13999hier 
downloaden/a --
-/phrpa 
href=http://fr.openoffice.org/Documentation/Gallery/indexgal.html;Clipart/a
-br
-bij het fr.openoffice.org project: een verzameling plaatjes, pijlen en
-sierranden.
-/phrpa href=http://marketing.openoffice.org/conference/;Programma's
-en presentaties/a br
-van de OpenOffice.org Conferenties van 2003 t/m 2007. Tevens kun je
-hier informatie vinden over de planning van die van 2008.
-/phrpa 
href=http://homepage.ntlworld.com/garryknight/linux/oodbase.html;Creating
-Flatfile Databases.../a br
-Aan de hand van een voorbeeld (adressenbestand) wordt het maken en
-bewerken van een database in OOo behandeld.
-/phrpa 
href=http://catalog.sun.com/productinfo.xml?site=NL_DUTamp;catalogue=FCamp;segment=FC_Ramp;item=FC_SC_CATamp;group=2014amp;fid=5038amp;sfid=5149amp;id=13176;Sun's
-StarOffice in Nederlandstalige uitvoering/a br
-Informatie over de commerciële variant van OpenOffice.org. Vooral voor
-het onderwijs, bedrijven en andere organisaties interessant!
-/phrpa href=http://oooauthors.org/;OOoAuthors/abr
-Project voor het maken van documentatie voor OpenOffice.org, met ook
-een a href=http://oooauthors.org/nl/;Nederlandstalige
-afdeling/a en een grote verzameling (Engelstalige) a 
href=http://oooauthors.org/en/FAQs;FAQ's/a
-/phrpa 
href=http://www.kaaredyret.dk/openoffice.html;Kaaredyret.dk/abr
-Een uitstekende (Engelstalige) OpenOffice.org-informatiepagina met veel
-links naar tutorials.
-/phrpa href=http://www.pitonyak.org/oo.php;Handleiding
-macroprogrammering/abr
-Als je OpenOffice.org in OOBasic wilt programmeren, download dan de
-handleiding Andrews Macro Information (Engelstalig) 

svn commit: r873744 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/nl/links.html

2013-08-09 Thread buildbot
Author: buildbot
Date: Fri Aug  9 16:19:54 2013
New Revision: 873744

Log:
Staging update by buildbot for ooo-site

Modified:
websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
websites/staging/ooo-site/trunk/content/   (props changed)
websites/staging/ooo-site/trunk/content/nl/links.html

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Fri Aug  9 16:19:54 2013
@@ -1 +1 @@
-1512373
+1512375

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Fri Aug  9 16:19:54 2013
@@ -1 +1 @@
-1512373
+1512375

Modified: websites/staging/ooo-site/trunk/content/nl/links.html
==
--- websites/staging/ooo-site/trunk/content/nl/links.html (original)
+++ websites/staging/ooo-site/trunk/content/nl/links.html Fri Aug  9 16:19:54 
2013
@@ -293,7 +293,7 @@
bMeehelpen/bbr
/font
a 
href=about-helping.htmlProjecten/abr
-   a 
href=about-issuezilla.htmlBugsnbsp;melden/abr
+   a 
href=about-bugzilla.htmlBugsnbsp;melden/abr
font color=#00 face=Verdana, Arial, 
Helvetica, sans-serif size=2
bContact/bbr
/font




svn commit: r873745 - in /websites/production/ooo-site: cgi-bin/ content/

2013-08-09 Thread digro
Author: digro
Date: Fri Aug  9 16:20:17 2013
New Revision: 873745

Log:
Changed to current format

Added:
websites/production/ooo-site/cgi-bin/
  - copied from r873743, websites/staging/ooo-site/trunk/cgi-bin/
websites/production/ooo-site/content/
  - copied from r873743, websites/staging/ooo-site/trunk/content/



svn commit: r1512388 - /openoffice/ooo-site/trunk/content/nl/nl-nieuws.html

2013-08-09 Thread digro
Author: digro
Date: Fri Aug  9 16:43:07 2013
New Revision: 1512388

URL: http://svn.apache.org/r1512388
Log:
Changed to current format

Modified:
openoffice/ooo-site/trunk/content/nl/nl-nieuws.html

Modified: openoffice/ooo-site/trunk/content/nl/nl-nieuws.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/nl/nl-nieuws.html?rev=1512388r1=1512387r2=1512388view=diff
==
--- openoffice/ooo-site/trunk/content/nl/nl-nieuws.html (original)
+++ openoffice/ooo-site/trunk/content/nl/nl-nieuws.html Fri Aug  9 16:43:07 2013
@@ -1,55 +1,59 @@
-!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN
-html
-   head
-   meta http-equiv=content-type content=text/html; 
charset=utf-8titleNieuws over (nl.)openoffice.org/title
-   /head
-   body
+!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN 
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd;
+html xmlns=http://www.w3.org/1999/xhtml; /
+  head
+  meta http-equiv=content-type content=text/html; charset=utf-8
+  titleNieuws over (nl.)openoffice.org/title
+/head
+
+body
+
 !-- auteur: Simon Brouwer --
 
-   !-- table containing the content and the menu pane --
-   table style=border-width: 0px;
+!-- table containing the content and the menu pane --
+table style=border-width: 0px;
tbody
tr style=border-width: 0px;

!-- here is the content pane --
td style=border-width: 0px;
-   
-   
-   h1Apache OpenOffice 3.4.0 vrijgegeven/h1
-   pi8 mei 2012/i/p
-   pNa een lange voorbereiding is er een nieuwe versie 
van OpenOffice.org, nu onder auspicieuml;n van de Apache Foundation./p
-   pNaast alle aanpassingen die nodig waren om de 
software onder de bij Apache gebruikelijke licenties te kunnen verspreiden zijn 
er ook een 
-   reeks verbeteringen aangebracht op het gebied van 
efficieuml;nte werking en functionaliteit. Maar wat vooral belangrijk is, is 
dat er nu een 
-   solide basis ligt voor de verdere ontwikkeling. 
Te verwachten is dat de nu volgende versies in een veel hoger tempo kunnen 
worden uitgebracht./p
-
-   
-   h1OpenOffice.org in beheer van de Apache Software 
Foundation/h1
-   piapril 2012/i/p
-   pSinds 2010 heeft OpenOffice.org een aantal 
ingrijpende ontwikkelingen meegemaakt./p
-   pSun Microsystems, de oprichter en grote sponsor van 
OpenOffice.org, werd overgenomen door Oracle.br 
-   Een groot deel van de community, ontevreden met 
de manier waarop het project beheerd werd, is een eigen project begonnen, The 
Document Foundation. 
-   De naam van het op OpenOffice.org gebaseerde 
product hiervan is LibreOffice. /p
-   p Oracle kondigde begin 2011 aan geen commerciële 
variant van OpenOffice.org meer te wensen ontwikkelen en te vinden dat de 
copyrights en handelsmerken
-   van OpenOffice.org het beste beheerd kunnen 
worden door een door community gedragen organisatie. /p
-   p De organisatie die hiervoor is uitgekozen is de a 
href=http://www.apache.org/;Apache Software Foundation/a. Op 1 juni 2011 
-   a 
href=http://www.marketwire.com/press-release/statements-on-openofficeorg-contribution-to-apache-nasdaq-orcl-1521400.htm;
 kondigde Oracle aan /a 
-   dat het de rechten op de broncode van 
OpenOffice.org en de ermee verbonden handelsmerken eraan zou doneren. Het 
-   OpenOffice.org-project werd daarmee een a 
href=http://openoffice.apache.org/;quot;podlingquot;/a binnen de ASF. 
-   /p
-   p
-   Dit heeft veel veranderingen meegebracht voor 
de opzet van het project. Verheugend is dat een aantal van de ontwikkelaars die 
vroeger in dienst van 
-   Sun Microsystems en Oracle aan OpenOffice.org 
werkten erbij betrokken zijn gebleven en zo heel veel know-how inbrengen.
-   De afgelopen tijd is hard gewerkt aan de 
broncode. Veel aandacht is eraan besteed om deze in lijn te brengen met het 
beleid van de ASF betreffende 
-   de te hanteren a 
href=http://openoffice.apache.org/license.html; licenties /a, maar ook om 
de software verder te verbeteren. Zo is 
-   het grafische systeem waarmee 
vectorafbeeldingen 
-   kunnen worden gemaakt en weergegeven helemaal 
herschreven zodat de open standaard svg beter kan worden ondersteund.
+   h1Apache 

svn commit: r873751 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/nl/nl-nieuws.html

2013-08-09 Thread buildbot
Author: buildbot
Date: Fri Aug  9 16:44:06 2013
New Revision: 873751

Log:
Staging update by buildbot for ooo-site

Modified:
websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
websites/staging/ooo-site/trunk/content/   (props changed)
websites/staging/ooo-site/trunk/content/nl/nl-nieuws.html

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Fri Aug  9 16:44:06 2013
@@ -1 +1 @@
-1512375
+1512388

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Fri Aug  9 16:44:06 2013
@@ -1 +1 @@
-1512375
+1512388

Modified: websites/staging/ooo-site/trunk/content/nl/nl-nieuws.html
==
--- websites/staging/ooo-site/trunk/content/nl/nl-nieuws.html (original)
+++ websites/staging/ooo-site/trunk/content/nl/nl-nieuws.html Fri Aug  9 
16:44:06 2013
@@ -3,8 +3,9 @@
 head
 link href=/css/ooo.css rel=stylesheet type=text/css
 
-   meta http-equiv=content-type content=text/html; 
charset=utf-8titleNieuws over (nl.)openoffice.org/title
-   
+  meta http-equiv=content-type content=text/html; charset=utf-8
+  titleNieuws over (nl.)openoffice.org/title
+
 !--#include virtual=/google-analytics.js --
 /head
 body
@@ -20,52 +21,54 @@
 
 
 
+
 !-- auteur: Simon Brouwer --
 
-   !-- table containing the content and the menu pane --
-   table style=border-width: 0px;
+!-- table containing the content and the menu pane --
+table style=border-width: 0px;
tbody
tr style=border-width: 0px;

!-- here is the content pane --
td style=border-width: 0px;
-   
-   
-   h1Apache OpenOffice 3.4.0 vrijgegeven/h1
-   pi8 mei 2012/i/p
-   pNa een lange voorbereiding is er een nieuwe versie 
van OpenOffice.org, nu onder auspicieuml;n van de Apache Foundation./p
-   pNaast alle aanpassingen die nodig waren om de 
software onder de bij Apache gebruikelijke licenties te kunnen verspreiden zijn 
er ook een 
-   reeks verbeteringen aangebracht op het gebied van 
efficieuml;nte werking en functionaliteit. Maar wat vooral belangrijk is, is 
dat er nu een 
-   solide basis ligt voor de verdere ontwikkeling. 
Te verwachten is dat de nu volgende versies in een veel hoger tempo kunnen 
worden uitgebracht./p
-
-   
-   h1OpenOffice.org in beheer van de Apache Software 
Foundation/h1
-   piapril 2012/i/p
-   pSinds 2010 heeft OpenOffice.org een aantal 
ingrijpende ontwikkelingen meegemaakt./p
-   pSun Microsystems, de oprichter en grote sponsor van 
OpenOffice.org, werd overgenomen door Oracle.br 
-   Een groot deel van de community, ontevreden met 
de manier waarop het project beheerd werd, is een eigen project begonnen, The 
Document Foundation. 
-   De naam van het op OpenOffice.org gebaseerde 
product hiervan is LibreOffice. /p
-   p Oracle kondigde begin 2011 aan geen commerciële 
variant van OpenOffice.org meer te wensen ontwikkelen en te vinden dat de 
copyrights en handelsmerken
-   van OpenOffice.org het beste beheerd kunnen 
worden door een door community gedragen organisatie. /p
-   p De organisatie die hiervoor is uitgekozen is de a 
href=http://www.apache.org/;Apache Software Foundation/a. Op 1 juni 2011 
-   a 
href=http://www.marketwire.com/press-release/statements-on-openofficeorg-contribution-to-apache-nasdaq-orcl-1521400.htm;
 kondigde Oracle aan /a 
-   dat het de rechten op de broncode van 
OpenOffice.org en de ermee verbonden handelsmerken eraan zou doneren. Het 
-   OpenOffice.org-project werd daarmee een a 
href=http://openoffice.apache.org/;quot;podlingquot;/a binnen de ASF. 
-   /p
-   p
-   Dit heeft veel veranderingen meegebracht voor 
de opzet van het project. Verheugend is dat een aantal van de ontwikkelaars die 
vroeger in dienst van 
-   Sun Microsystems en Oracle aan OpenOffice.org 
werkten erbij betrokken zijn gebleven en zo heel veel know-how inbrengen.
-   De afgelopen tijd is hard gewerkt aan de 
broncode. Veel aandacht is eraan besteed om deze in lijn te brengen met het 
beleid van de ASF betreffende 
-   de te hanteren a 

svn commit: r1512389 - /openoffice/ooo-site/trunk/content/nl/nl-nieuws.html

2013-08-09 Thread digro
Author: digro
Date: Fri Aug  9 16:44:21 2013
New Revision: 1512389

URL: http://svn.apache.org/r1512389
Log:
adjusted format

Modified:
openoffice/ooo-site/trunk/content/nl/nl-nieuws.html

Modified: openoffice/ooo-site/trunk/content/nl/nl-nieuws.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/nl/nl-nieuws.html?rev=1512389r1=1512388r2=1512389view=diff
==
--- openoffice/ooo-site/trunk/content/nl/nl-nieuws.html (original)
+++ openoffice/ooo-site/trunk/content/nl/nl-nieuws.html Fri Aug  9 16:44:21 2013
@@ -25,7 +25,6 @@
a 
href=https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=33297309;nieuwe
 mogelijkheden/a
en alle verbeteringen.
/p
-   hr
 h1OpenOffice.org in beheer van de Apache Software Foundation/h1
 p
iapril 2012/ibr




svn commit: r873753 - in /websites/production/ooo-site: cgi-bin/ content/

2013-08-09 Thread digro
Author: digro
Date: Fri Aug  9 16:45:43 2013
New Revision: 873753

Log:
Updated newspage to current format

Added:
websites/production/ooo-site/cgi-bin/
  - copied from r873752, websites/staging/ooo-site/trunk/cgi-bin/
websites/production/ooo-site/content/
  - copied from r873752, websites/staging/ooo-site/trunk/content/



svn commit: r873752 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/nl/nl-nieuws.html

2013-08-09 Thread buildbot
Author: buildbot
Date: Fri Aug  9 16:44:50 2013
New Revision: 873752

Log:
Staging update by buildbot for ooo-site

Modified:
websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
websites/staging/ooo-site/trunk/content/   (props changed)
websites/staging/ooo-site/trunk/content/nl/nl-nieuws.html

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Fri Aug  9 16:44:50 2013
@@ -1 +1 @@
-1512388
+1512389

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Fri Aug  9 16:44:50 2013
@@ -1 +1 @@
-1512388
+1512389

Modified: websites/staging/ooo-site/trunk/content/nl/nl-nieuws.html
==
--- websites/staging/ooo-site/trunk/content/nl/nl-nieuws.html (original)
+++ websites/staging/ooo-site/trunk/content/nl/nl-nieuws.html Fri Aug  9 
16:44:50 2013
@@ -40,7 +40,6 @@
a 
href=https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=33297309;nieuwe
 mogelijkheden/a
en alle verbeteringen.
/p
-   hr
 h1OpenOffice.org in beheer van de Apache Software Foundation/h1
 p
iapril 2012/ibr




buildbot failure in ASF Buildbot on openoffice-linux32-nightly

2013-08-09 Thread buildbot
Hi! , The openoffice-linux32-nightly builder has just completed a run

STATUS: Failure

 Build revision 1512532 on branch None

 Snapshot results at: http://ci.apache.org/projects/openoffice/

 Build using the ASF buildslave: bb-vm2_ubuntu_32bit

 Build results at: 
http://ci.apache.org/builders/openoffice-linux32-nightly/builds/446

 Build reason was: forced: by IRC user arist on channel #asftest: cleaned up 
box for freash build


 Yours Sincerely - The ASF Buildbot (http://ci.apache.org/)
--

 Join the bui...@apache.org mailing list for help with Buildbot






buildbot failure in ASF Buildbot on openoffice-linux32-nightly

2013-08-09 Thread buildbot
Hi! , The openoffice-linux32-nightly builder has just completed a run

STATUS: Failure

 Build revision 1512544 on branch None

 Snapshot results at: http://ci.apache.org/projects/openoffice/

 Build using the ASF buildslave: bb-vm2_ubuntu_32bit

 Build results at: 
http://ci.apache.org/builders/openoffice-linux32-nightly/builds/447

 Build reason was: forced: by IRC user arist on channel #asftest: cleaned up 
box for freash build


 Yours Sincerely - The ASF Buildbot (http://ci.apache.org/)
--

 Join the bui...@apache.org mailing list for help with Buildbot






buildbot failure in ASF Buildbot on aoo-w7ia2

2013-08-09 Thread buildbot
Hi! , The aoo-w7ia2 builder has just completed a run

STATUS: Failure

 Build revision 1484083 on branch openoffice/branches/ia2

 Snapshot results at: http://ci.apache.org/projects/openoffice/

 Build using the ASF buildslave: bb-win7

 Build results at: http://ci.apache.org/builders/aoo-w7ia2/builds/195

 Build reason was: The Nightly scheduler named 'aoo-win7-ia2' triggered this 
build


 Yours Sincerely - The ASF Buildbot (http://ci.apache.org/)
--

 Join the bui...@apache.org mailing list for help with Buildbot