[libreoffice-documentation] Errors on chapter 2 of database guide

2022-03-26 Thread Juan C. Sanz

Hello.


I have been reading the /Base guide/, and in chapter 2, I have been able 
to see, what, under my point of view, are several errors, all of them 
related to the external connection to a Firebird database.


The first of them, although certainly not really an error, but an 
outdated one, can be found on page 73 of the PDF file of the Base Guide 
7.2. *Create a database user*. The whole procedure is based on the use 
of */gsec/* though, in the Firebird 3 quick start guide says:


“/5.1. User management/

/In Firebird 3, user management is done entirely through SQL commands. 
Users of previous versions are probably familiar with the 
//*gsec*//utility for this task. //*It is still present, but 
deprecated*//…”/


So it would be more correct to use the SQL procedure from isql or 
isql-fb to create and authorize users, and also to change the sysdba 
password.


According to the Firebird 3 quick install guide, the procedure to change 
the administrator password is as follows:


/If the password is masterkey and your server is exposed to the Internet 
at all - or even to a local network, unless you trust every user with 
the SYSDBA password - you should change it immediately./


/Fire up isql or another Firebird client and connect to a database. In 
this example, the "employee" example database is used, because its alias 
is always present in a freshly installed Firebird setup:/


connect localhost:employee user sysdba password masterkey;

/If you do this in isql, it should respond with:/

Database: localhost:employee, User: SYSDBA

/Now alter the sysdba password:/

alter user sysdba set password 'Zis4_viZuna83YoYoYo';

And the procedure to create a new user is:

/Assuming you are connected to a database as SYSDBA, you can add a user 
account as follows:/


create user billyboy password 'TooLongFor8099Comfort';


On the other hand the Direct connection to Firebird procedure is 
completely wrong, it seems that it is a copy-paste of the connection to 
PostgreSQL, but that in Firebird it does not work. The procedure would be:


 *

   In the Database wizard select Connect to an existing database and
   then Firebird file.

 *

   In step 2, in the text box type the connection string:

 o

   If you want to make the connection to an external, serverless
   Firebird database file, the string would be of the type
   file:///path/to/the/file.fdb, although you can select the file
   directly with the Browse button.

 o

   If you want to connect to a Firebird database hosted on a
   Firebird server, the connection string should be of the type
   server/portNumber:FirebirdRegisteredDatabaseName or
   server/portNumber:/path/to/the/file.fdb.

   The port part (/portNumber) can be omitted if the port is the
   default Firebird port (3306).

   FirebirdRegisteredDatabaseName refers to a database registered
   in the Firebird databases.conf file.

 *

   In step 3:

 o

   If you are making a connection to an external, serverless
   Firebird database file, do not put username and password.

 o

   -If the connection is to a Firebird database hosted on a
   Firebird server, you must provide the necessary credentials to
   connect to the database hosted on the server.

The rest of the steps are the same as for the other connections.

Unfortunately my English is not good enough to modify the guide, so I 
hope some of you can do it.


I´m here if you have any question.

Regards

--
*Juan C. Sanz*
--
To unsubscribe e-mail to: documentation+unsubscr...@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/documentation/
Privacy Policy: https://www.documentfoundation.org/privacy


Re: [libreoffice-documentation] Call for ideas on Technical Writing

2021-03-11 Thread Juan C. Sanz

Hello

I think we need documentation on macro creation, especially on macro 
creation in python (which is so fashionable lately). All documentation 
on macros in basic is outdated and it is from OpenOffice (which, I'm 
afraid, will be unavailable soon) and there is very little, almost 
nothing, on python and it is scattered.


Regards

Juan C. Sanz

El 11/03/2021 a las 2:20, Regis Perdreau escribió:

HI Olivier

Some real documentations for developers who want to enter the libreoffice
projet.
Many papers are scattered, outdated. May be too ambitious.

Best Regards

Régis Perdreau



Le jeu. 11 mars 2021 à 01:29, Felipe Viggiano  a
écrit :


Hello Olivier,

I would like to suggest a project idea:
Set up the LO Guides in an HTML format, with the requirement to make it
easy to be updated by the DOC Team.

Best regards,
Felipe Viggiano

Em qua., 10 de mar. de 2021 às 09:52, Olivier Hallot <
olivier.hal...@libreoffice.org> escreveu:


Hello Good Doc' People

We will have the opportunity to apply for the 2021 edition of Google
Seasons of Doc.

The program is open to technical writers to work closely with open
source projects, and LibreOffice & TDF qualify as in 2019 and 2020
editions.

The program is open to any technical writer. You may apply too.

We need ideas. What are your ideas for LibreOffice documentation?
Samples...

+ More e-learning classes (Moodle)?
+ Doc' for Accessibility (idea by Regina Henschel)?
+ Work on unfinished guides? Update to 7.1?
+ How-to's library ?
+ Collection of best Askbot Q&A ?
+ Notebook of exercises for training classes?
+ Any important doc community still miss?
+ ...
+ ...
+ ...

PLease let us know your ideas ! If you have personal ideas that adds
values to the LibreOffice community, you're on business too.

Ideas already noted:



https://wiki.documentfoundation.org/Documentation/GSoDOC/2021#Ideas_for_Documentation_technical_writing

Cheers
--
Olivier Hallot
LibreOffice Documentation Coordinator
Rio de Janeiro - Brasil - Local Time: UTC-03:00
LibreOffice – free and open source office suite:
https://www.libreoffice.org
Respects your privacy, and gives you back control over your data
http://tdf.io/joinus



--
To unsubscribe e-mail to:

documentation+unsubscr...@global.libreoffice.org

Problems?
https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more:

https://wiki.documentfoundation.org/Netiquette

List archive: https://listarchives.libreoffice.org/global/documentation/
Privacy Policy: https://www.documentfoundation.org/privacy


--
To unsubscribe e-mail to: documentation+unsubscr...@global.libreoffice.org
Problems?
https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/documentation/
Privacy Policy: https://www.documentfoundation.org/privacy



--
*Juan C. Sanz*

--
To unsubscribe e-mail to: documentation+unsubscr...@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/documentation/
Privacy Policy: https://www.documentfoundation.org/privacy


Re: [libreoffice-documentation] Documentación

2016-08-18 Thread Juan C. Sanz

El 17/08/2016 a las 19:58, Patricia Forner escribió:

Buenas tardes, ¿me podrían informar como puedo acceder a un manual sobre
Calc y Writer en su versión 3.6?

Un saludo y muchas gracias

*Patricia Forner*
patriciafornersa...@gmail.com

Hola, en https://wiki.documentfoundation.org/Documentation/es puedes 
encontrar algunos manuales, me parece que son de la versión 3.3, pero 
creo que pueden servirte. Si no tienes problemas con el inglés en 
https://wiki.documentfoundation.org/Documentation/Publications 
encontrarás muchos más manuales y de diferentes versiones.

Saludos

*/Juan C. Sanz/*

--
To unsubscribe e-mail to: documentation+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-documentation] libreoffice 3.6

2016-08-18 Thread Juan C. Sanz

El 17/08/2016 a las 17:45, Carpinteria A.Martinez escribió:

Buenas tardes.

Preparo una oposición y necesito el manual completo de Writer y Calc 
(LibreOffice) Version 3.6
Les Agradecería Mucho que me faciliten información de como conseguir el manual 
en español (Version 3.6)
Muchisimas Gracias, Un Saludo

Rosa

---
El software de antivirus Avast ha analizado este correo electrónico en busca de 
virus.
https://www.avast.com/antivirus

Hola, en https://wiki.documentfoundation.org/Documentation/es puedes 
encontrar algunos manuales, me parece que son de la versión 3.3, pero 
creo que pueden servirte. Si no tienes problemas con el inglés en 
https://wiki.documentfoundation.org/Documentation/Publications 
encontrarás muchos más manuales y de diferentes versiones.

Saludos

*/Juan C. Sanz/*

--
To unsubscribe e-mail to: documentation+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-documentation] Fwd: [odfauthors-webmaster] Participar en ODFAuthors

2016-02-24 Thread Juan C. Sanz

Yes, I'll do it in a private (spanish) message

El 24/02/2016 a las 11:35, Jean Weber escribió:

This person should probably be referred to the Spanish mailing list.
Can someone do that?


-- Forwarded message --
From:  Igor Dávalos Rojas 
Date: 2016-02-24 12:52 GMT+10:00
Subject: Participar en ODFAuthors
To: webmas...@odfauthors.org


Un gran saludo.
Deseo colaborar con la fundación en la modificación y/o amlpiación de
la documentación existente.
Muchas veces el contenido es poco y falto de detalles. Otras existen
errores ortográficos.

¿Cómo podría formar parte de ODFAuthors?

No lo logro acceder ni a los recursos ya que me pide datos de acceso




--
To unsubscribe e-mail to: documentation+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-documentation] Help clean up Pubs page on wiki

2016-01-22 Thread C
>> What wonky formatting are you seeing?
>>
>> Clayton
>>
> The columns in the table aren't straight. The text zigzags around
> instead of lining up.
>
> --
> H Russman

Hmmm... they look OK on my side (viewing with Chromium on Linux)

Clayton

-- 
To unsubscribe e-mail to: documentation+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-documentation] Help clean up Pubs page on wiki

2016-01-22 Thread C
Hi

What wonky formatting are you seeing?

Clayton

On Fri, Jan 22, 2016 at 1:35 PM, Hazel Russman
 wrote:
> On Fri, 22 Jan 2016 15:59:30 +1000
> Jean Weber  wrote:
>
>> Would like someone to move the pink columns for user guides for v3.5.x
>> (or 3.6.x) from the Pubs page,
>> https://wiki.documentfoundation.org/Documentation/Publications
>> to this page:
>> https://wiki.documentfoundation.org/Documentation/Publications/Version3
>>
>> Thanks!
>>
>> --Jean
>>
>
> Done, but I can't get the formatting quite right on the source page. It
> looks OK in the preview but goes wonky when I save. Someone who knows
> more about wiki markup than I do will have to fix that. The
> destination page looks fine.
>
> --
>
>
> H Russman
>
> --
> To unsubscribe e-mail to: documentation+unsubscr...@global.libreoffice.org
> Problems? 
> http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
> Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
> List archive: http://listarchives.libreoffice.org/global/documentation/
> All messages sent to this list will be publicly archived and cannot be deleted
>

-- 
To unsubscribe e-mail to: documentation+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-documentation] Getting Started Doc for 5.0.x?

2015-12-09 Thread C
> > Those people who do read the user guides (either print or PDF) sometimes
> > write notes of profuse thanks to us for producing them.

That's a good sign :-) Getting feedback like that shows that the hard work
is paying off for at least a portion of the users. That counts for a lot.

Clayton

-- 
To unsubscribe e-mail to: documentation+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-documentation] Getting Started Doc for 5.0.x?

2015-12-09 Thread C
Just curious... what is the demand for the comprehensive manuals actually
like?

Are a noticeable number selling through Lulu? Do we have any indication how
many copies of the ODT and PDF docs are downloaded? Are they something the
user base uses and references a lot? Or are people looking more just online
without ever looking at the docs? Do the companies and government offices
doing conversion over to LibreOffice use these docs or some other doc
prepared by the migration team?

This was something I never really got a grasp on years ago as well...

Clayton
On Dec 9, 2015 01:49, "Jean Weber"  wrote:

> Even worse, IIRC some of the "drafts" aren't actually updated; they have
> notes on what needs to be done.
>
> Two of our more prolific contributors (John Smith and Peter Schofield) have
> left, citing other priorities. (I hope they and their families are well.) I
> have cut my work back to very little. I hope the new team mentor, whoever
> they turn out to be, can re-energise the group and bring in, mentor, and
> keep some new people.
>
> Other than this ongoing practical problem of no one to do the work, I think
> Marc's suggestion is good; and, indeed, I think we were theoretically doing
> what he suggests.
>
> --Jean
>
> On Tuesday, December 8, 2015, elderdanlewis 
> wrote:
>
> > Presently only chapters 1, 2, 3, 6, and 8 have even had drafts written. I
> > have not seen anyone else volunteer to work on another chapter. Nor has
> > anyone volunteered to work on the other guides other than the Base Guide
> > and the Base Handbook . We need some people that are willing to help
> > produce the documentation.
> > Dan
> >
> >  Original message 
> > From: Marc Paré >
> > Date:12/07/2015  10:20 AM  (GMT-05:00)
> > To: documentation@global.libreoffice.org 
> > Subject: [libreoffice-documentation] Re: Getting Started Doc for 5.0.x?
> >
> > Hi all,
> >
> > Lately, I have been thinking about the available documentation for
> > v.5.x.x of LibreOffice which we all know is in the works.
> >
> > I am wondering if the following would make any sense to the
> > documentation workflow:
> >
> > At the announcement of any large upgrade to LibreOffice, (in this case
> > v.5.x.x), that the documentation team (all members) make sure that the
> > "Getting Started" guide gets its full attention and is given priority in
> > being updated. At that point, all other documentation updates are put on
> > hold, and the "Getting Started v.X.0.0" takes precedence in getting
> > completely updated after which, when done, the doc team returns to its
> > normal workflow.
> >
> > This would ensure that at the very least the "Getting Started" guide is
> > completed and ready for publication.
> >
> > This would also ensure that the LibreOffice teams have, at the very
> > least, the "Getting Started" guide to offer LibreOffice users at the
> > individual or large scale installation education/business/corporate
> levels.
> >
> > So, my suggestion is that, at the very least, the "Getting Started"
> > guide would get precedence in getting updated for the large upgrades for:
> >
> > LibreOffice v.5.0.0
> > LibreOffice v.6.0.0
> > LibreOffice v.7.0.0
> >
> > The "Getting Started" guide would then eventually be part of the
> > announcements/news releases of the major LibreOffice upgrades. The
> > benefit to this is that the LibreOffice documentation team would then
> > have more of a raised profile at the time of these major news releases
> > and would also have one completed documentation to offer organizations
> > such as Libraries, educational users, corporate users, and individual
> > users of LibreOffice etc.
> >
> > I know this is asking much of the doc community, but my concern at this
> > point is that we are now working at v.5.0.4 where some users and large
> > scale installers may move to this latest version of LibreOffice, but
> > will find that there is no documentation available for it, but that some
> > documentation is being updated but with no fixed date of completion.
> >
> > Would this approach work?
> >
> > Note that the reason I am suggesting this is also because I am hoping to
> > convince a few libraries in Canada to purchase the guides, but they
> > would most likely not want to purchase the LibreOffice v.4 if the most
> > recent v.5 has been out for a while. The same for a group of local LUG
> > users and also other individuals I help with LibreOffice v.5.x.x.
> >
> > Marc
> >
> >
> > Le 2015-11-07 22:09, Jean Weber a écrit :
> > > That link is to the latest. Very little has been done on a more up to
> > > date version. :-(
> > >
> > > --Jean
> > >
> > > On Sun, Nov 8, 2015 at 11:10 AM, Marc Paré  > > wrote:
> > >> Hi all,
> > >>
> > >> I am just helping out a small group using LibreOffice and wondered if
> > there
> > >> is a version of Getting Started for v.5.0.x?
> > >>
> > >> If that version is not available is the v.4.2 the latest guide ... it
> > is the
> > >> one on this page that I am on:
> > >> https://w

[libreoffice-documentation] Windows users and git/gerrit

2015-12-06 Thread C
The recent challenges that Peter has faced with git and gerrit has got
me to thinking about how we can go about providing better guidance for
Windows users.

As has been noted in the other discussion, the instructions for
anything related to contributing is very Linux oriented (for many
reasons). The CygWin option is also a bit of a vertical leap. There
are however many Windows oriented solutions for git and even gerrit
that could maybe simplify things.  For example, has anyone here tested
or tried using TortoiseGit? (still CLI involved, but within an easier
to use container)

I'm currently in a situation where I only have Linux on all computers
(I do have one computer with a Windows VM that I use for testing, but
it's unavailable right now), so I cannot poke around for a reasonable
solution to the challenges Peter is struggling with.

In the long term, the WIkiHelp solution will vastly simplify this
contribution hurdle, but it's not yet ready.  In the mean time... how
can we better help Peter and others who are nervous or unfamiliar with
command line?

Maybe this... 
https://git-extensions-documentation.readthedocs.org/en/latest/getting_started.html
(suggested by Beluga in IRC). Other options? Ideas?

Clayton

-- 
To unsubscribe e-mail to: documentation+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted


[libreoffice-documentation] Work on the LibO Doc Wiki

2015-11-27 Thread C
Hi.

Just a quick FYI for the team.

I've started poking at the Wiki.  I just translated this page over from French:
https://wiki.documentfoundation.org/Faq/Impress/024  The usual "feel
free to mercilessly edit" applies of course :-)

Clayton

-- 
To unsubscribe e-mail to: documentation+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-documentation] Re: [libreoffice-l10n] Possible help files rename?

2015-11-26 Thread C
On Tue, Nov 24, 2015 at 6:53 PM, ptoye  wrote:
> An even higher barrier is that my system is based on Windows, and most of the 
> tools used here are Unix-based - you mention grep. There are almost certainly 
> Windows equivalents, but they take a bit of finding and don't always work too 
> well.

Just a quick comment on this part of the discussion... WinGrep
http://www.wingrep.com/ (distributed as Shareware) is a nice Windows
equivalent to the Linux/Unix commandline grep that was discussed here.
it works quite well and returns the same kind of results as grep in
Linux/Unix.


Clayton

-- 
To unsubscribe e-mail to: documentation+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-documentation] Hi everyone

2015-11-20 Thread C
The Wiki is an easy place to ease back into things. :-)  I'll need a
day or two to get the myself sorted out. Hopefully towards the end of
the coming week I'll be able to start poking around there.


Clayton




On Fri, Nov 20, 2015 at 7:22 PM, Joel Madero  wrote:
> Hi Clayton,
>
> Great to have you back. We're in the process of hiring a documentation
> mentor who hopefully (in collaboration with the team) can start planning out
> some of the larger projects. I know I have repetitively been begging for
> some love to go towards the wiki so maybe that can become a large project
> that the team tackles over time.
>
> Again, thanks for your volunteer hours :)
>
>
> Best,
> Joel
>
> On Fri, Nov 20, 2015 at 9:55 AM, C  wrote:
>>
>> HI everyone.
>>
>> It's been a while since I've popped in here. It's been a busy three or
>> four years (that's my excuse). I'll have a little more time now, so
>> I'll try to be poking at the documentation.
>>
>> I'm in the middle of a move, so internet access is spotty and
>> intermittent... for now. Hopefully in the coming week I can start
>> working on something.
>>
>> I've been lurking on the mailing list for a while :-)  It's nice to
>> see a lot of familiar names here.
>>
>> Clayton
>>
>> --
>> To unsubscribe e-mail to: documentation+unsubscr...@global.libreoffice.org
>> Problems?
>> http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
>> Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
>> List archive: http://listarchives.libreoffice.org/global/documentation/
>> All messages sent to this list will be publicly archived and cannot be
>> deleted
>
>
>
>
> --
> Joel Madero
> LibreOffice QA Volunteer
> jmadero@gmail.com
>

-- 
To unsubscribe e-mail to: documentation+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted


[libreoffice-documentation] Hi everyone

2015-11-20 Thread C
HI everyone.

It's been a while since I've popped in here. It's been a busy three or
four years (that's my excuse). I'll have a little more time now, so
I'll try to be poking at the documentation.

I'm in the middle of a move, so internet access is spotty and
intermittent... for now. Hopefully in the coming week I can start
working on something.

I've been lurking on the mailing list for a while :-)  It's nice to
see a lot of familiar names here.

Clayton

-- 
To unsubscribe e-mail to: documentation+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-documentation] Information request

2014-02-26 Thread C
Umm.. I replied 6 days ago :-)  Are you not subscribed? Or did you
want more info?

Clayton



On Wed, Feb 26, 2014 at 10:30 AM, John Smith  wrote:
> No takers on this? Just a few lines from someone with a non-Windows OS would
> be appreciated. :-)
>
> JohnS
>
> On 20/02/2014 19:47, John Smith wrote:
>>
>> Hi all.
>> On the Tools > Options > LibreOffice > Print page is a menu item
>> (apparently) 'PDF as Standard Print Job Format'. This menu item is not
>> available in Windows - my system - so I can't see it or try it to write it
>> up.
>> Would someone be good enough to write a paragraph or so giving me the info
>> on this so that I can include it in the Guide. I'll append your name as a
>> contributor in the guide.
>> Hope someone can help, thanks
>> JohnS
>>
>
>
> --
> To unsubscribe e-mail to: documentation+unsubscr...@global.libreoffice.org
> Problems?
> http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
> Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
> List archive: http://listarchives.libreoffice.org/global/documentation/
> All messages sent to this list will be publicly archived and cannot be
> deleted
>

-- 
To unsubscribe e-mail to: documentation+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted


Fwd: [libreoffice-documentation] libreoffice writer guide

2014-02-24 Thread C
Just forwarding Jeremy's reply.

Seems the issue is closed now.

Clayton


-- Forwarded message --
From: Jeremy Dawson
Date: Mon, Feb 24, 2014 at 10:52 AM
Subject: Re: [libreoffice-documentation] libreoffice writer guide
To: C 


Dear clayton,

Thanks - soffice works, as does libreoffice.  I'd tried
libreoffice-writer - Murphy's law!

Cheers,

Jeremy Dawson



On 24/02/14 16:11, C wrote:
>>>>
>>>> On Sun, Feb 23, 2014 at 4:47 AM, Jeremy Dawson 
>>>> wrote:
>>>>>
>>>>> I have made quite a considerable effort looking in this documentation for
>>>>> the command to start libreoffice.  And I cannot find it.  How to use
>>>>> libreoffice once I have got it started is not much use if I can't start
>>>>> it.
>>>>>
>>>>> What it the command to start it, please?
>>>>>
>>>>> Regards,
>>>>>
>>>>> Jeremy Dawson
>
> [snip]
>
>
>> On Sun, Feb 23, 2014 at 3:01 PM, Jeremy Dawson  
>> wrote:
>>>
>>> Hi Jean,
>>>
>>> Yes, starting from a command line.  In Linux, Fedora 20.
>>>
>>> Just like for openoffice, one would type "oowriter", or for staroffice, one
>>> would type "soffice"
>>>
>>> Thanks for the advice about getting it started in the graphical user
>>> interface, and the many ways to do that but I assume the developers haven't
>>> deliberately removed my choice of working how I find easiest
>>>
>>> Regards,
>>>
>>> Jeremy Dawson
>>
>> system is Linux, Fedora 20 distribution,
>> installed by
>> yum install libreoffice-writer
>
>
> Hi Jeremy
>
> The LibreOffice documentation only covers the generic installs for
> Linux. The docs cannot go into the specifics for each distro, or we'd
> be here for years just trying to cover all the variations.  The Linux
> install instructions in the LibreOffice documentation does cover how
> to install the generic LibreOffice from the downloaded bundle
> (RPM/DEB)... but that's not what you're doing if you're using yum to
> do the install on Fedora 20.
>
> When you installed with "yum install libreoffice-writer", you didn't
> install all of libreoffice.  For Fedora, from command line, you need
> to use:
>
>yum install libreoffice
>
> This is the top level that should pull in the minimum dependencies for
> LibreOffice (note that it's libreoffice not libreoffice-writer).  I
> don't have my Fedora 20 up and running at the moment... I can't
> remember if this installs the Gnome/KDE integration for you (depending
> on which window manager you are using).
>
> Assuming all went well, LibreOffice should be available in your menus.
>   If not, you can launch from command line using:
>
>soffice
>
> (Note: You may also be able to use "libreoffice" on the command line
> to launch LibreOffice... this should work on most distros... "soffice"
> though should always work)
>
>
> Clayton
>

-- 
To unsubscribe e-mail to: documentation+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-documentation] libreoffice writer guide

2014-02-23 Thread C
>>> On Sun, Feb 23, 2014 at 4:47 AM, Jeremy Dawson 
>>> wrote:

 I have made quite a considerable effort looking in this documentation for
 the command to start libreoffice.  And I cannot find it.  How to use
 libreoffice once I have got it started is not much use if I can't start
 it.

 What it the command to start it, please?

 Regards,

 Jeremy Dawson

[snip]


> On Sun, Feb 23, 2014 at 3:01 PM, Jeremy Dawson  
> wrote:
>> Hi Jean,
>>
>> Yes, starting from a command line.  In Linux, Fedora 20.
>>
>> Just like for openoffice, one would type "oowriter", or for staroffice, one
>> would type "soffice"
>>
>> Thanks for the advice about getting it started in the graphical user
>> interface, and the many ways to do that but I assume the developers haven't
>> deliberately removed my choice of working how I find easiest
>>
>> Regards,
>>
>> Jeremy Dawson

> system is Linux, Fedora 20 distribution,
> installed by
> yum install libreoffice-writer


Hi Jeremy

The LibreOffice documentation only covers the generic installs for
Linux. The docs cannot go into the specifics for each distro, or we'd
be here for years just trying to cover all the variations.  The Linux
install instructions in the LibreOffice documentation does cover how
to install the generic LibreOffice from the downloaded bundle
(RPM/DEB)... but that's not what you're doing if you're using yum to
do the install on Fedora 20.

When you installed with "yum install libreoffice-writer", you didn't
install all of libreoffice.  For Fedora, from command line, you need
to use:

  yum install libreoffice

This is the top level that should pull in the minimum dependencies for
LibreOffice (note that it's libreoffice not libreoffice-writer).  I
don't have my Fedora 20 up and running at the moment... I can't
remember if this installs the Gnome/KDE integration for you (depending
on which window manager you are using).

Assuming all went well, LibreOffice should be available in your menus.
 If not, you can launch from command line using:

  soffice

(Note: You may also be able to use "libreoffice" on the command line
to launch LibreOffice... this should work on most distros... "soffice"
though should always work)


Clayton

-- 
To unsubscribe e-mail to: documentation+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-documentation] libreoffice writer guide

2014-02-23 Thread C
On Sun, Feb 23, 2014 at 1:47 PM, Jeremy Dawson wrote:
> I have made quite a considerable effort looking in this documentation for
> the command to start libreoffice.  And I cannot find it.  How to use
> libreoffice once I have got it started is not much use if I can't start it.
>
> What it the command to start it, please?

Hi Jeremy.

The first thing you need to tell everyone is what operating system are
you trying to launch it on? Linux? Windows? OSX? And how did you
download/install it?


Clayton

-- 
To unsubscribe e-mail to: documentation+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-documentation] Information request

2014-02-20 Thread C
On Thu, Feb 20, 2014 at 8:47 PM, John Smith wrote:
> Hi all.
> On the Tools > Options > LibreOffice > Print page is a menu item
> (apparently) 'PDF as Standard Print Job Format'. This menu item is not
> available in Windows - my system - so I can't see it or try it to write it
> up.

That (not finding it in Windows) is to be expected.  This option is
specific to Linux and OSX and printer driver/CUPS capabilities on
these OS's.

As I understand it, "PDF as Standard Print Job Format" is a relatively
new option in LibreOffice.  When printing with this option enabled,
LibreOffice generates a PDF file and sends that to through to CUPS
(the Common Unix Printing System) which then relays the print job to
the printer.

If the option is disabled, LibreOffice falls back to the older,
traditional printing method where it generates a Postscript file and
hands that off to CUPS.

A screenshot (take on Linux in KDE4) of the option is here:
http://paste.opensuse.org/93196490

For people interested in the background on this new CUPS thing, you
can probably start here:
http://www.linuxfoundation.org/collaborate/workgroups/openprinting/pdf_as_standard_print_job_format

Clayton

-- 
To unsubscribe e-mail to: documentation+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-documentation] Documentation Blog

2014-02-10 Thread C
On Mon, Feb 10, 2014 at 1:23 PM, Jean Spiteri
 wrote:
> Can you tell me who is responsible of the LibreOffice Documentation Team
> blog? I need this info a little urgently, please. Thanks.

You mean this blog? http://libodocs.wordpress.com/

If this is the blog you're referring to, the "owner" is probably Jean
(the Doc team lead).  This mailing list is the best way to contact
her. She gets all email sent to this list.

Clayton

-- 
To unsubscribe e-mail to: documentation+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-documentation] Translating French Math FAQs

2013-12-03 Thread C
On Tue, Dec 3, 2013 at 6:55 PM, Glen Reesor  wrote:
> On 2013-12-03 09:25, Sophie wrote:
>> Hi Glen,
>> Le 03/12/2013 17:11, Glen Reesor a écrit :
>>> Hi Jean,
>>> I just realized I should have directed my question to someone in
>>> particular :-). Also, a better wording of my question is below:
>>>
>>> The first link I've created for the English Math FAQ is:
>>>
>>> [[ How do I put a left bracket without including a right one? | How do I
>>> put a left bracket without including a right one? ]]
>>>
>>> Should I instead use something like this?
>>>
>>> [[ Faq/Math/001 | How do I put a left bracket without including a right
>>> one? ]]
>>>
>>> And then the next one would be Faq/Math/002?
>>>
>> We (FR group) created this numbering in the article links to make it
>> easier to maintain translation, it's easier to see a number increased
>> than a new string in another language. So it's up to you to follow it,
>> but I guess it will be easier also with a number for other groups
>> translating from English into their own language in the future.
>>
>> Kind regards
>> Sophie


If it's any help, I started working on the Impress FAQs translations
and used the same number approach as the FR team did.

Clayton

-- 
To unsubscribe e-mail to: documentation+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-documentation] Copy documentation from OpenOffice.org?

2013-12-02 Thread C
On Mon, Dec 2, 2013 at 11:34 AM, Tom Davies  wrote:
> Hi :)
> This whole argument is bizarre considering that we seem quite happy to
> include screen-shots taken on Windows platforms.  it's as though we
> think that MS will never be bothered about us cutting into one of
> their core profit areas and would never try to find some way of
> attacking us.  We seem more fearful of people who wanted to actively
> help the community.
> Regards from
> Tom :)

Tom.

Screenshots are considered to be "derivative works" under US Copyright
Law (refer to the US Copyright Act of 1976, Section 101 if you want
details). There is nothing wrong with including screenshots (as part
of your documentation) of an application running under Windows, OSX,
or any other operating system.

We are NOT fearful of the community, we want to RESPECT the
contributions of the community.

You are the only one who is saying anything about court cases and
lawyers, and imagining someone attacking LibreOffice.

What we are concerned with is respecting the rights and contributions
of everyone who has participated in the LibreOffice and Apache Open
Office (previously OpernOffice.org) documentation.  That's it...
nothing more.  The ambiguity of the license attached to the existing
Apache Open Office documentation is a minor issue that can
(reasonably) be managed... and to be honest I consider this issue
resolved and closed.

Anything more about lawyers and such silliness is bike-shedding
http://en.wikipedia.org/wiki/Bikeshedding

Clayton

-- 
To unsubscribe e-mail to: documentation+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-documentation] Copy documentation from OpenOffice.org?

2013-11-30 Thread C
On Sat, Nov 30, 2013 at 10:05 PM, Tom Davies  wrote:
> Hi :)
> Good point.  So can you back that up by finding me even 1 original
> author who objects enough that they would be able to get Apache to
> file a suit against us and serve us with a "Take down" or "Cease and
> desist" notice which we would find difficult to action within a
> reasonable time-frame?
> Regards from
> Tom :)

Tom, as I said before it's not about legal action, court cases, and
cease and desist orders... it's about respecting the wishes and rights
of everyone involved.

Take some time to read the CC-BY and PDL (they are not lengthy
documents). Try to understand what they mean, what they protect, and
what impact that has here.

Basically, it will not progress the way you're suggesting.  If we
glibly ignore the licenses that the work, be it documentation or
source code, is created with just because we "think" someone won't
object (it doesn't matter what form that objection takes) you
undermine the trust that people have in the project.

Clayton

-- 
To unsubscribe e-mail to: documentation+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-documentation] Copy documentation from OpenOffice.org?

2013-11-30 Thread C
On Sat, Nov 30, 2013 at 2:51 PM, Tom Davies  wrote:
> Hi :)
> Ahhh, i didn't realise PDL=Public Domain License! i think that makes
> it easier doesn't it?
>
> "No permission whatsoever is needed to copy or use public domain
> works. Public domain material is available for anyone to use for any
> purpose, private and commercial. Public domain works can serve as the
> foundation for new creative works. Public domain works can also be
> copied and distributed without any permission or paying royalties"
>
> and this
> http://copyright.universityofcalifornia.edu/publicdomain.html
>
> http://www.wordiq.com/definition/Public_domain
>
> So, as long as we DON'T give any credit to the original sources and
> authors then we are well within the PDL.  If we DO mention the
> source(s) then we are giving them more respect than they asked for.  I
> can't really imagine anyone taking us to court over that, or even
> grumbling about it!
> Regards from
> Tom :)



Nope, PDL is not Public Domain License... it is the Public
Documentation license which was written by Sun Microsystems a very
long time ago. See: http://www.openoffice.org/licenses/PDL.html

So basically, your assessment of PDL above is incorrect.  You DO have
to give credit as detailed in the PDL.

Clayton

-- 
To unsubscribe e-mail to: documentation+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-documentation] Copy documentation from OpenOffice.org?

2013-11-30 Thread C
On Sat, Nov 30, 2013 at 12:13 PM, Tom Davies wrote:
> Hi  :)
> I think it's best to avoid any complicated licensing and just license
> everything on our wiki with the same CC-by-SA that we always use.
>
> Our Faq is likely to change quite a bit so none of this is likely to
> be an issue in, say 6-12 months from now.  The Faq is likely to be
> sufficiently different by then.  That would give them a very short
> time-frame to pay-for and book court dates and serve notices.

It's not about court cases, it's about respecting the wishes and
expectations of people who did contribute under a specific license (or
no license).


>> Some info, though I'm not sure what relevance it has to a decision about 
>> copying FAQs.
>> The English Math FAQs were definitely on the OOo wiki before the fork, 
>> probably for
>> several years. I checked the Internet Archive from just before the fork and 
>> have taken
>> some relevant screenshots from the FAQ pages. The first page of the English 
>> FAQ
>> explicitly has a PDL license at the bottom, but none of the Math FAQ pages 
>> that I
>> looked at (under the heading "Formulas") had any license at the bottom.

My personal opinion... at the time, unless otherwise explicitly noted,
I considered everything that was added to the OOoWiki under PDL even
if it wasn't explicitly stated. The PDL was in effect on all
documentation that was created from the Sun side of the equation, and
the vast majority of the initial FAQ content was uploaded by Sun (easy
to check, usernames like fpe, ufi, mwhaller, ccornell were all Sun
contributors).

At the time... the separate OOo doc team were working under CC-BY, and
their contributions (to the Wiki and anywhere else) were clearly
marked CC-BY and should be treated as such (and this is compatible
with TDF docs today).

If we treat legacy documentation content that does not have any
explicit license as being under PDL (as much as we may not like PDL),
we should be within reason of the original expectations of the
original authors.  This is compatible with the license statements on
the AOO Wiki today.

If the PDL is incompatible with the CC-BY-SA licenses in use for
LibreOffice, then maybe instead of direct copy/paste, use the content
as a starting point... rewrite and update the content to make it
relevant to LibreOffice. Does this idea still respect the original
author's intentions as well as the expectations of anyone who
contributed to the FAQs since they were added to the Wiki?

Clayton

-- 
To unsubscribe e-mail to: documentation+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-documentation] Copy documentation from OpenOffice.org?

2013-11-29 Thread C
On Sat, Nov 30, 2013 at 7:42 AM, Robinson Tryon
 wrote:
> On Fri, Nov 29, 2013 at 6:54 AM, Tom Davies  wrote:
>> Hi :)
>> If we did copy the worst case scenario is apparently that we get
>> served with a "Cease and Desist" or a "Take down" notice
>> ...
>> Plus the chance of being caught out is very small...
>> ..
>> If we don't copy and DO the translations ourselves and the result is
>> much the same as the Apache one then wouldn't that be considered a
>> copy anyway?
>> ...so, i think that in this case it is worth taking the risk because the
>> chance of it being a problem is fairly tiny and it's very easy to fix
>> if there is a problem.
>
> (IANAL either)
>
> I think we should be careful about basing our policy on a quick cost
> vs. benefit risk analysis. If a licensing question arises in the
> course of our work, I propose that we try to resolve the particulars
> first and then copy code/documentation/media after we've gotten our
> ducks in a solid row.
>
> On Fri, Nov 29, 2013 at 4:45 PM, C  wrote:
>> Unless otherwise stated, the FAQ pages on the OOo Wiki are under the
>> PDL ( http://www.openoffice.org/licenses/PDL.html ). The PDL license
>> wasn't added to every FAQ page for various reasons that made marginal
>> sense at the time.
>
> Clayton -- Is there a way that the correct license could be added to
> those webpages and/or a note could be put somewhere online on the
> openoffice.org website that confirms the licensing?  It would just
> make the whole process of verifying licenses before copying content
> much cleaner.
>
> FWIW, I'm not sure that the PDL is compatible with CC-BY-SA 3.0 (the
> license of the TDF Wiki):
> https://creativecommons.org/compatiblelicenses
> https://wiki.documentfoundation.org/User:Qubit/license


The simple answer is probably... no.  Adding an explicit license
retroactively was attempted many times (by myself and others) back
when it was all still freshly uploaded on the Wiki. This was always
met with loud protests and rollbacks (they would remove the license as
quickly as I added it) by one or two (mainly one) very vocal community
members (who weren't even documentation contributors).

The best we/I could do at the time was set explicit licenses where we
remembered (eg all the stuff under CC-By that Jean put into the Wiki),
and we put the rest of the Wiki under a general PDL license (which was
also loudly protested by the same one or two community members... no
one else cared).

The AOO community attempted to correct the licensing mess by keeping a
blanket license in place (and more visible) that serves the same
purpose as the blanket license that was in place when it was hosted by
Sun.

So, as it stands is what we have to work with (unless the AOO guys are
willing to make the changes, but I think they'll face the same issues
we did back in 2009-2011).

The PDL is a bit of an odd animal making it slightly more complicated
than it needs to be... a legacy of the Sun Microsystems days still
haunting things :-P  Even if the PDL was explicitly stated on every
single Wiki page, I have a feeling you'd clash with CC-BY-SA anyway.

Clayton
PS:I have no quibble with whatever license is given to the
documentation, and anything I personally wrote is free for anyone to
use under any license.

-- 
To unsubscribe e-mail to: documentation+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-documentation] Copy documentation from OpenOffice.org?

2013-11-29 Thread C
On Fri, Nov 29, 2013 at 10:26 PM, Jean Hollis Weber  wrote:
>> On 29 Nov 2013, at 13:20, "Glen Reesor"  wrote:
>> I'm working on translating the Math FAQ from French to English and noticed 
>> that very good English versions of these questions exist 
>> athttps://wiki.openoffice.org/wiki/Documentation/FAQ/Formula
>> 
>> Given that LibreOffice forked fromOpenOffice.orgin 2010 (prior to the vast 
>> majority of content on thatOo.orgpage), is the licensing such that we can 
>> just copy these FAQs to the LibreOffice FAQs?
>> - Glen
>
>
> I am checking on some facts related to that section of the wiki and will get 
> back to you later today (it's early morning here in Australia).
>
> Meanwhile, Sophie or Clayton may have some memory of the history of those 
> pages that would be relevant to this discussion.

Unless otherwise stated, the FAQ pages on the OOo Wiki are under the
PDL ( http://www.openoffice.org/licenses/PDL.html ). The PDL license
wasn't added to every FAQ page for various reasons that made marginal
sense at the time.

The original authors of the English FAQ (structure, layout and
content) on the OOo Wiki... were mainly the Sun team (Frank, Uwe,
Martina and myself), and Jean. There was of course community
contributions as well, but that was mostly on adding information to
existing topics.

Clayton

-- 
To unsubscribe e-mail to: documentation+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-documentation] Conditional Styles - FAQ

2013-10-20 Thread C
On Sun, Oct 20, 2013 at 10:25 PM, Dave Barton wrote:
>
> Please disregard my previous post. I downloaded the French sample
> document and tracked down the way that Conditional Styles actually work.
>
> I will try rewriting the article to make the explanation a little clearer.
>
> Apologies for the list noise.

I wouldn't say it's list noise.  It's good to know that members of the
team are working on stuff. A little chatter about what we are doing is
a good thing... reminds the rest of us that there are things that need
doing :-) and that we're not working on things in isolation.

Hopefully I'll be back at it myself in the coming week (now that I
finally seem to have stable internet access again).  I'll pick up
where I left of with translating the Impress FAQ over from French.

Clayton

-- 
To unsubscribe e-mail to: documentation+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-documentation] Oops! I made a booboo!

2013-10-08 Thread C
On Tue, Oct 8, 2013 at 5:56 PM, Hazel Russman wrote:
> To be fair, I think someone else made one before me.
>
> While editing the Writer FAQ section on Input and Output, I found one
> article that was still in French. Assuming this to be a copy of the
> French original still awaiting translation, I started translating it
> in-situ and had done a couple of paragraphs when I suddenly realised
> that the link from the contents list had actually been made to the
> original article in the French wiki and not to a copy. So this article,
> which should be in French, is now partially in English.
>
> The French original will have to be reloaded, but if the partially
> translated version can be put into its proper place in the English wiki,
> I will of course be happy to complete the translation.


No harm done.  That's the beauty of Wikis. Everything is still there.
:-)  I can't count the number of times I've done the same thing.

I started the "cleanup" by creating a new page and copying the half
French, half English version into the new home.
Hazel, you can continue working on the English translation here:
https://wiki.documentfoundation.org/Faq/Writer/PDF_Hybrid
I also fixed the link in the English FAQ topic list so that this one
points at the new English one.

The FRENCH ORIGINAL is here:
https://wiki.documentfoundation.org/FR/Writer/PDF_Hybride
I don't have access rights to do a rollback to the last French version
(I can only roll back one edit... everything else complains about
conflicts)... Jean? Sophie? do either of you have the access to do a
rollback?

Worst case, we can open up the last good French version, and copy..
then open the latest with the edits and paste... a rollback is cleaner
though.

Clayton

-- 
To unsubscribe e-mail to: documentation+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-documentation] E-Mail

2013-10-07 Thread C
On Mon, Oct 7, 2013 at 2:14 AM, Richard Secrest  wrote:
> Good afternoon,
> Do you have any e-mail ability?

I assume you mean does LibreOffice have an email client?

No LibreOffice does not bundle an email client.

You can use any email client you prefer, and LibreOffice will link in
with it.  See this FAQ entry for an example of how to configure this:
https://wiki.documentfoundation.org/Faq/General/033

There are an almost endless number of email clients available to you
depending on what operating system you are using.  One cross platform
(Windows, Linux and OSX) client that many people like to use is
Thunderbird. http://www.mozilla.org/en-US/thunderbird/  There are many
other choices of course, depending on whether you use Windows, Linux,
OSX and so on.

Clayton

-- 
To unsubscribe e-mail to: documentation+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-documentation] Impress FAQ - question on the French version

2013-10-07 Thread C
On Mon, Oct 7, 2013 at 8:43 AM, Sophie wrote:
>> I was working on translating the French Impress FAQs a little bit
>> today, and the one I just worked on seems overly complicated on the
>> French page.  While testing the steps for the English version... it
>> seems to be a lot simpler than is documented in the FAQ page.
>>
>> The pages are
>>
>> French original: https://wiki.documentfoundation.org/FR/FAQ/Impress/022
>>
>> My translated version: https://wiki.documentfoundation.org/Faq/Impress/022
>>
>> Is the French one specific to an older version of LibreOffice? (I'm
>> testing in 4.x on openSUSE)... or does it need to be updated?  Or...
>> something else?
>
> I think it's for older version, but I'll have a look today and will
> adapt the French translation to yours if it's outdated, otherwise, I'll
> come back to you. Thanks for your work :)

Cool, thanks for checking it Sophie.

How far back are we trying to support with the FAQ? 3.x and 4.x or
just 4.x?  I noticed some FAQ entries tried to cover both old (more
complicated) ways and new ways (simplified in most cases).

I can see the benefit of an FAQ entry that covers old releases, but
the FAQ isn't really supposed to be a comprehensive document is it?  I
can install an older version of LibO to validate against (easy enough
to do), but... is it worth it for the FAQ?

C.

-- 
To unsubscribe e-mail to: documentation+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-documentation] Writer FAQ edits

2013-10-05 Thread C
On Sat, Oct 5, 2013 at 4:54 PM, Hazel Russman
 wrote:
> I have now completed the sections on "Search and Replace" and "Layout".
>
>  The last article in the Layout section (on linked frames) has a couple
>  of French screenshots which need replacing. I am not going to do that
>  myself as I am hopeless with graphics.

I've uploaded English screencaps.  I did them in Linux (openSUSE)...
if we need more generic icons, I can capture them again if needed... I
can install another more generic copy of LibreOffice, I just haven't
got around to that yet.

C.

-- 
To unsubscribe e-mail to: documentation+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted


[libreoffice-documentation] Impress FAQ - question on the French version

2013-10-05 Thread C
This one is maybe for Sophie (or someone in the French team)

I was working on translating the French Impress FAQs a little bit
today, and the one I just worked on seems overly complicated on the
French page.  While testing the steps for the English version... it
seems to be a lot simpler than is documented in the FAQ page.

The pages are

French original: https://wiki.documentfoundation.org/FR/FAQ/Impress/022

My translated version: https://wiki.documentfoundation.org/Faq/Impress/022

Is the French one specific to an older version of LibreOffice? (I'm
testing in 4.x on openSUSE)... or does it need to be updated?  Or...
something else?

Clayton

-- 
To unsubscribe e-mail to: documentation+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-documentation] New how-do doc

2013-10-03 Thread C
On Fri, Oct 4, 2013 at 7:37 AM, Jean Weber  wrote:
> On Fri, Oct 4, 2013 at 3:33 PM, C  wrote:
>> On Thu, Oct 3, 2013 at 8:14 AM, Jean Weber wrote:
>>> I've also been considering trying out some additional pages of collections, 
>>> grouped by component, to supplement the pages grouped by document type. 
>>> However, it's not a good idea to have too many pointers that need to be 
>>> manually added or updated, so I need to look up how to embed (include) a 
>>> page of info into several display pages. I've done this before, but not for 
>>> several years. Or perhaps someone here is familiar with that technique? 
>>> Clayton, perhaps?
>>
>> Back in the OOo Wiki days we used an extension called Labeled Section
>> Transclusion 
>> http://www.mediawiki.org/wiki/Extension:Labeled_Section_Transclusion
>> This allows you to mark and transclude a section of one page into another 
>> page.
>>
>> I don't know if that extension is available on the LibO Wiki (haven't 
>> checked).
>>
>> You can also do full topic/page transclusion without any magic or
>> extensions: http://www.mediawiki.org/wiki/Transclusion
>> Basically, this is what you are doing when you use a Template, but you
>> can do the same with pretty much any content... the limitation is you
>> get the whole page instead of a section of a page.
>>
>> C.
>
> Thank you! Your note is incredibly well timed. I was just looking that up. :-)
>
> "Transclusion" certainly isn't a word that I would have thought of.

Yah, "transclusion" is definitely not the first word any normal person
thinks of :-)

I looked through the installed extensions on the LibO Wiki... but I
didn't spot LST in there.  So, it's probably not installed.  This
means you can transclude whole pages, but (as far as I know) you
cannot transclude parts of pages.  I don't know how interesting LST
might be for people.  It has its good and bad points like any MWiki
extension.

C.

-- 
To unsubscribe e-mail to: documentation+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-documentation] New how-do doc

2013-10-03 Thread C
On Thu, Oct 3, 2013 at 8:14 AM, Jean Weber wrote:
> I've also been considering trying out some additional pages of collections, 
> grouped by component, to supplement the pages grouped by document type. 
> However, it's not a good idea to have too many pointers that need to be 
> manually added or updated, so I need to look up how to embed (include) a page 
> of info into several display pages. I've done this before, but not for 
> several years. Or perhaps someone here is familiar with that technique? 
> Clayton, perhaps?

Back in the OOo Wiki days we used an extension called Labeled Section
Transclusion 
http://www.mediawiki.org/wiki/Extension:Labeled_Section_Transclusion
This allows you to mark and transclude a section of one page into another page.

I don't know if that extension is available on the LibO Wiki (haven't checked).

You can also do full topic/page transclusion without any magic or
extensions: http://www.mediawiki.org/wiki/Transclusion
Basically, this is what you are doing when you use a Template, but you
can do the same with pretty much any content... the limitation is you
get the whole page instead of a section of a page.

C.

-- 
To unsubscribe e-mail to: documentation+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-documentation] Translating French FAQ to English on the Wiki

2013-09-29 Thread C
On Sun, Sep 29, 2013 at 10:27 AM, Jean Weber wrote:
> Awesome to meet you here, Clayton! 
>
> For those on this list who don't know Clayton, he was the other
> co-lead at OpenOffice.org. My gosh, three years ago now. How time
> flies.

I was a bit... surprised it's been that long... it kind of struck me
when they had the 3rd birthday celebration at the end of the Friday
sessions at the LibO conference in Milano (very interesting conference
by the way).

So, yah... hopefully I'll be able to ease back into helping out...
which is why 'm starting with the French > English translations on the
Impress FAQ.  My French is pretty rusty... so I'm a bit slow.

If anyone else is looking for small tasks they can help outwith, feel
free to join me on the FAQ editing... you can translate.. or each
translated Impress FAQ will need a sanity check (English spelling,
grammar, etc) and a validity check... is the FAQ answer actually
correct.  That's super easy to do... takes just a minute to check a
new FAQ.


Clayton

-- 
To unsubscribe e-mail to: documentation+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted


[libreoffice-documentation] Translating French FAQ to English on the Wiki

2013-09-29 Thread C
Hey everyone

Long time no see :-)

Just a quick heads up I've started doing a little Wiki editing,
translating the French FAQ to English, starting with Impress.  I don't
have a lot of time, so I'll be tackling it as I can.

The targets I'm working on are:

 - Translate the content
 - Validate the translated stuff where I can
 - Clean up the existing content (checking adding categories etc)

Clayton

-- 
To unsubscribe e-mail to: documentation+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted


[libreoffice-documentation] Introducing myself

2013-04-11 Thread Rui C Correia


Hi

I'm Rui C Correia.

I'm from Portugal and I work at Statistics Portugal (SP) - 
http://www.ine.pt - on the IT Department since 1997.

Before I've been teaching and doing some IT management for 9 years.

I have a graduation (5 years of studies) in Informatics Engineering from 
University of Coimbra (http://uc.pt/en/fct/dei) and I've also got some 
professional courses over OSS subjects and products. I've experience 
with OpenOffice, Apache OO e LO and other non-OSS suites.


I use my knowledge, working and personal experience to do one of my 
present professional tasks which is to provide documentation and training.


At SP we've adopted and used some OSS software over the last years. Now, 
we've found probably it was the right time to move into LO and so I have 
to prepare the change also preparing LO user guides. So why not share 
them with others, I thought?


I also would like to get an ODFAuthors user account.


Regards,
Rui
"Confidencialidade: Esta mensagem (e eventuais ficheiros anexos) é destinada 
exclusivamente às pessoas nela indicadas e tem natureza confidencial. Se receber 
esta mensagem por engano, por favor contacte o remetente e elimine a mensagem e 
ficheiros, sem tomar conhecimento do respectivo conteúdo e sem reproduzi-la ou 
divulgá-la.

Confidentiality Warning: This e-mail message (and any attached files) is 
confidential and is intended solely for the use of the individual or entity to whom 
it is addressed. lf you are not the intended recipient of this message please notify 
the sender and delete and destroy all copies immediately."

--
Unsubscribe instructions: E-mail to documentation+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-documentation] Good figures showing the power of LibreOffice

2013-02-12 Thread C. H. D. LibreOffice Docs


 
Hi! I have actually submitted a bug report.

https://bugs.freedesktop.org/show_bug.cgi?id=60390



I am sure that the developers are looking into that.

Thanks.

Regards,
C. H. D.


_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 












 寄件人︰ Robinson Tryon 
收件人︰ C. H. D. LibreOffice Docs  
副本(CC)︰ LibreOfficeDocumentation  
傳送日期︰ 2013年02月13日 (週三) 2:35 AM
主題︰ Re: [libreoffice-documentation] Good figures showing the power of 
LibreOffice
 
On Tue, Feb 12, 2013 at 7:43 AM, C. H. D. LibreOffice Docs
 wrote:
> Hello! Documentation Team!
>
> I recently downloaded some files to test whether they would open in 
> LibreOffice 4.

Neat!

> When I downloaded 400 .doc files, I opened 399 files in LibreOffice.
>
> Only 1 could not be opened.

Hmm. So close to a perfect score!

> All 400 files were smaller than or equal to 692.5 KB. I started the testing 
> from the smallest file to the largest file. It happened to be that I could 
> not open that one file which was 692.5 KB.
>

C.H.D. -- Thank you for your testing. It's great for us to have some
quantitative testing from time to time! I must admit -- now I'm rather
curious about what's special about that last file!

Would it be possible for you to file a bug[1] and include that file as
an attachment? If there's anything sensitive in the file, you could
either redact it or I could give you the email address of one of our
senior QA folks so that the file wouldn't need to be made public.

Cheers,
-- Robinson 'qubit' Tryon

[1] https://www.libreoffice.org/get-help/bug/
-- 
Unsubscribe instructions: E-mail to documentation+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted


[libreoffice-documentation] Good figures showing the power of LibreOffice

2013-02-12 Thread C. H. D. LibreOffice Docs
Hello! Documentation Team!

I recently downloaded some files to test whether they would open in LibreOffice 
4.

When I downloaded 400 .doc files, I opened 399 files in LibreOffice.

Only 1 could not be opened.

All 400 files were smaller than or equal to 692.5 KB. I started the testing 
from the smallest file to the largest file. It happened to be that I could not 
open that one file which was 692.5 KB.

I am not a Maths expert. 399/400 = 99.75%

Congratulations! This is excellent! Well done.

To make a rough conclusion, I claim in a reasonable way that LibreOffice can 
open 99.75% of the .doc files I may come across in future if these files are 
smaller than 700KB.

I do not know if these numbers are scientific enough. However, such information 
definitely helps me to say that LibreOffice 4 is really good!

If you think that such information is possibly reliable, feel free to share in 
the marketing materials, etc.

Regards,

C. H. D. 



 




_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
-- 
Unsubscribe instructions: E-mail to documentation+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-documentation] voice and music

2013-02-10 Thread C. H. D. LibreOffice Docs

Hello!

I have added the captions in each of the following videos:

Random (word) lists in LibreOffice 4

http://youtu.be/O0LVAjwkqLw

Gradient background in presentation in LibreOffice 4

http://youtu.be/a0VLt5zpDfE

Show or hide page numbers (footer) in LibreOffice 4

http://youtu.be/o-vHHgdeZ5M

Fancy look in LibreOffice 4

http://youtu.be/97EvPYgY3Js

My environment is usually noisy. It is not good for recording any voice.

The captions should be enough for the users to get things done when the screen 
resolution is not too high.

Regards,
C. H. D. 


 




_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 












 寄件人︰ Tom Davies 
收件人︰ C. H. D. LibreOffice Docs ; 
"documentation@global.libreoffice.org"  
傳送日期︰ 2013年02月11日 (週一) 2:04 AM
主題︰ [libreoffice-documentation] voice and music
 
Hi :)
Are you able to add a sound track?  I'd really like to ask Pamela to read 
another script.  I want to catch her while she is still in the right frame of 
mind and hopefully get her familiar with doing these sorts of things.  It might 
even push her into trying out LibreOffice more often.  

I think the Personas video is a good candidate.  I think that is the classiest 
one and it's the new feature that seems to be attracting attention.  
Regards from
Tom :)  





>____
> From: C. H. D. LibreOffice Docs 
>To: LibreOfficeDocumentation  
>Sent: Saturday, 9 February 2013, 13:24
>Subject: [libreoffice-documentation] Re: Show or hide page numbers in 
>LibreOffice 4
> 
>Hi!
>
>
>Added the YouTube link here:
>
>
>https://wiki.documentfoundation.org/Documentation/Other_Documentation_and_Resources#Video_Tutorials
>
>Regards,
>
>C. H. D.
>
>_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
>
>
>
>
>
>
>
>
>
>
>
>
>寄件人︰ C. H. D. LibreOffice Docs 
>收件人︰ LibreOfficeDocumentation  
>傳送日期︰ 2013年02月9日 (週六) 5:40 PM
>主題︰ Show or hide page numbers in LibreOffice 4
>
>
>Hi!
>
>I have created a video illustrating how to show or hide page numbers in 
>LibreOffice 4:
>
>http://youtu.be/o-vHHgdeZ5M
>
>The video was made to be as long as two minutes or less.
>
>The screenshots are here:
>
>http://mindmapapp.blogspot.com/2013/02/show-or-hide-page-numbers-footer-in.html
>
>Please feel free to share this information.
>
>Regards,
>C. H. D.
>
>
>
> 
>
>
>
>
>_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
>-- 
>Unsubscribe instructions: E-mail to documentation+h...@global.libreoffice.org
>Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
>Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
>List archive: http://listarchives.libreoffice.org/global/documentation/
>All messages sent to this list will be publicly archived and cannot be deleted
>
>
>
-- 
Unsubscribe instructions: E-mail to documentation+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted
-- 
Unsubscribe instructions: E-mail to documentation+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted


[libreoffice-documentation] Re: Show or hide page numbers in LibreOffice 4

2013-02-09 Thread C. H. D. LibreOffice Docs
Hi!


Added the YouTube link here:


https://wiki.documentfoundation.org/Documentation/Other_Documentation_and_Resources#Video_Tutorials

Regards,

C. H. D.

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 












 寄件人︰ C. H. D. LibreOffice Docs 
收件人︰ LibreOfficeDocumentation  
傳送日期︰ 2013年02月9日 (週六) 5:40 PM
主題︰ Show or hide page numbers in LibreOffice 4
 

Hi!

I have created a video illustrating how to show or hide page numbers in 
LibreOffice 4:

http://youtu.be/o-vHHgdeZ5M

The video was made to be as long as two minutes or less.

The screenshots are here:

http://mindmapapp.blogspot.com/2013/02/show-or-hide-page-numbers-footer-in.html

Please feel free to share this information.

Regards,
C. H. D.



 




_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
-- 
Unsubscribe instructions: E-mail to documentation+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted


[libreoffice-documentation] Show or hide page numbers in LibreOffice 4

2013-02-09 Thread C. H. D. LibreOffice Docs
Hi!

I have created a video illustrating how to show or hide page numbers in 
LibreOffice 4:

http://youtu.be/o-vHHgdeZ5M

The video was made to be as long as two minutes or less.

The screenshots are here:

http://mindmapapp.blogspot.com/2013/02/show-or-hide-page-numbers-footer-in.html

Please feel free to share this information.

Regards,
C. H. D.




 




_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
-- 
Unsubscribe instructions: E-mail to documentation+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-documentation] Spanish Translator

2012-05-18 Thread Juan C. Sanz

Hello.
Yes, we are a couple of people working in the spanish documentation, but 
after the crash in alfresco we moved to ODFAuthors and we haven't 
returned to Alfresco yet.
Martin, you can contact with us following the instructions given in 
http://www.odfauthors.org/libreoffice/espanol/proceso-de-traduccion or 
in  l...@global.libreoffice.org where you prefer.

Regards
Juan C. Sanz


El 18/05/2012 3:25, David Nelson escribió:

Martin,

On Fri, May 18, 2012 at 3:09 AM, David Nelson  wrote:

This is the global localization list, and will be read by people from
various language communities. It could be used, for example, for
talking about an issue of interest to localizers/translators in
general, or for communicating with lead members of the localization
community such as Sophie Gautier (among others). But maybe not all
Spanish community members read it regularly.

Sorry, I was writing quickly late at night. When I wrote the above, I
was thinking of this mailing list below:
l10n+subscr...@global.libreoffice.org

Anyway, there has been work started by a couple of Spanish
contributors on http://alfresco.libreoffice.org, but there is a lot of
work still to be done. Not sure if they have material stored
elsewhere. So there's plenty of things you could do. Thanks for
stepping forward and welcome to the LibreOffice community. :-)




--
Unsubscribe instructions: E-mail to documentation+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted



[libreoffice-documentation] ODFAuthors account

2012-01-15 Thread Juan C. Sanz

Hello.
I'm in the Spanish documentation team.
I used to have an admin account and I used to managed the Spanish folder 
in ODFAuthors, but I don´t  know how, I have "lost" the admin rights. 
Somebody else in the spanish team had also lost their rights.

Can somebody give me admin rights again?
Regards
Juan C. Sanz

--
Unsubscribe instructions: E-mail to documentation+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-documentation] Documentation in spanish

2011-09-27 Thread Juan C. Sanz
El 28/09/2011 0:30, Tom Davies escribió:
> Hi :)
> WoooHooo, i think i did manage it!  Juan, are you an admin now?
Yes I am. Thank you
> Regards from
> Tom :)
>
>
> --- On Tue, 27/9/11, Juan C. Sanz  wrote:
>
> From: Juan C. Sanz 
> Subject: Re: [libreoffice-documentation] Documentation in spanish
> To: documentation@global.libreoffice.org
> Date: Tuesday, 27 September, 2011, 22:48
>
> El 27/09/2011 23:35, Tom Davies escribió:
>> Hi :)
>> Sylvia = Done :)  Your account details have been sent to you in an off-list 
>> email.  
>> Juan = :( sorry i don't know how to change permissions
>> Regards from
>> Tom :)
>>
> Adding a user to the (admins) desired group, but I can wait to David or
> somebody. (I hope Sylvia can too)
> Regards
> Juan C. Sanz
>
>


-- 
Unsubscribe instructions: E-mail to documentation+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-documentation] Documentation in spanish

2011-09-27 Thread Juan C. Sanz
El 27/09/2011 23:35, Tom Davies escribió:
> Hi :)
> Sylvia = Done :)  Your account details have been sent to you in an off-list 
> email.  
> Juan = :( sorry i don't know how to change permissions
> Regards from
> Tom :)
>
Adding a user to the (admins) desired group, but I can wait to David or
somebody. (I hope Sylvia can too)
Regards
Juan C. Sanz


-- 
Unsubscribe instructions: E-mail to documentation+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-documentation] Alfresco

2011-09-27 Thread Juan C. Sanz
El 22/09/2011 18:23, David Nelson escribió:
> Hi Aimee, hi Juan,
>
> I have created new accounts for you and sent you the credentials.
>
I used to have admin rigths, and after the new account creation all was
ok, but today I hadn't admin rights and I can´t set up the Spanish part
of repository to create our site. Just today that we have a new volunteer!
Can I have rigths for the Spanish part?
Regards
Juan C. Sanz

-- 
Unsubscribe instructions: E-mail to documentation+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-documentation] Alfresco

2011-09-22 Thread Juan C. Sanz
El 21/09/2011 6:10, Tom Davies escribió:
> Hi :)
> Aaargh, sorry people!  I think i should have been setting up people's new 
> Alfresco accounts?  Is anyone having trouble logging in since last week's 
> upgrades?  
Yes, I can't access, my username is jucasaca

-- 
Unsubscribe instructions: E-mail to documentation+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-documentation] Alfresco: Should we upgrade from Alfresco Community 3.4c to 3.4d?

2011-07-24 Thread Juan C. Sanz

El 23/07/2011 21:29, Jean Hollis Weber escribió:

On Sat, 2011-07-23 at 21:10 +0300, David Nelson wrote:

Hi,

The Alfresco project has recently released a new minor version of
Alfresco Community Edition (the version we're using): we're on 3.4c
and 3.4d is out.

It looks like the new version would resolve an issue we are currently
having with the use of accented characters in folder names under the
Share interface at http://documentation.libreoffice.org (problem
reported by Juan Sanz of the Spanish community - it does not arise if
you use the Explorer interface at http://alfresco.libreoffice.org).

My inclination would be to go ahead with the upgrade, but I wanted to
ask for your opinions first.

If there were no comments or if the consensus was to upgrade, I'd
probably work on it at sometime over the next week, after properly
backing-up our content and preparing for a rollback if needed.

Similarly, I'd be inclined to retire the Explorer interface and just
keep the Share interface, because this would make it simpler to learn
and document how to use Alfresco.

Any thoughts about this?

BTW, FYI, this week I worked on the presentation of the Share
interface to align it with the LibreOffice color pallet, to adjust the
footer content to TDF requirements and to collect visitation stats via
Piwik.


My opinion: upgrade to the latest version of Alfresco. If this does in
fact solve the problem of accented characters in folder names under the
Share interface, then go ahead and retire the Explorer interface.

Your revisions of the Share interface look good.

--Jean




+1

--
Unsubscribe instructions: E-mail to documentation+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-documentation] Alfresco: choice between Explorer and Share interfaces

2011-07-18 Thread Juan C. Sanz

El 19/07/2011 0:42, David Nelson escribió:

Hi Juan,

On Tue, Jul 19, 2011 at 1:16 AM, Juan C. Sanz  wrote:

Hello, David
I'll try to explain it better.
When the repository is accessed, on the left side there is a tree of
folders. If I click over "English Content [en - English]", no problem, the
content is shown on the right side, but if I click over the "Spanish Content
[es - Espaňol]" folder the icon change to a couple of arrows turning (as if
the sistem were "thinking") but the content on the right side don't change.
If I double click on the "Spanish Content [es - Espaňol]" folder the content
on the right side blinks as if were trying to change but return to the
previous folder.
I have that problem just with the "Spanish Content [es - Espaňol]", "French
Content [fr - français]" and "Portuguese Content [pt-br - Português do
Brasil]" but I haven't any problem with any other folder.
As I have said, I have that problem with my user ID jucasaca who has Admin
rights (I think). I created two new users just to test if a new user could
access that folders, and the problem remain with these new users.
I hope I have explained it more clearly now and you can found a solution.
Thanks.
Regards.
Juan C. Sanz.

Hmm... Strange. OK, I am going to rollback the change I made and
put the Alfresco Explorer interface back online, at least temporarily
while I figure out the source of the problem.
No, no. The problem is not new with the last change but an old problem. 
I don't mind wait a couple of days or a week... or more for a solution. 
The Spanish team is not very active lately :-[ , so we are not in a hurry.

I'm wondering if it could possibly have anything to do with the folder
("space") names containing accented characters. Please can you allow
me 48-72 hours for all this, as I'm busy on client work right at the
moment? But I will not delay in posting back as soon as I get the
time.

Meanwhile, thanks for your patience and help with this problem.


Thanks to you

--
Unsubscribe instructions: E-mail to documentation+h...@global.libreoffice.org
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-documentation] Alfresco: choice between Explorer and Share interfaces

2011-07-18 Thread Juan C. Sanz

El 18/07/2011 21:41, David Nelson escribió:

Hi Juan,

On Mon, Jul 18, 2011 at 9:57 PM, Juan C. Sanz  wrote:

Ok, but I remind you that in the share interface we (at least me - I have
admin rights - and a couple of test users) can't access the Spanish folder
in the repository (is is supposed it is "my" folder) neither the Portuguese
do Brasil nor the French one, I have no problems with the English folder.
I don't mind if it is necessary to delete the Spanish folder because there
weren't any content, or if there is some is only test stuff.
Regards.
Juan C. Sanz

I'm a bit puzzled... Could you please explain what problems you're
having? Me, I manage to access those folders without problem. I'd like
to try and find the solution if possible.


Hello, David
I'll try to explain it better.
When the repository is accessed, on the left side there is a tree of 
folders. If I click over "English Content [en - English]", no problem, 
the content is shown on the right side, but if I click over the "Spanish 
Content [es - Espaňol]" folder the icon change to a couple of arrows 
turning (as if the sistem were "thinking") but the content on the right 
side don't change. If I double click on the "Spanish Content [es - 
Espaňol]" folder the content on the right side blinks as if were trying 
to change but return to the previous folder.
I have that problem just with the "Spanish Content [es - Espaňol]", 
"French Content [fr - français]" and "Portuguese Content [pt-br - 
Português do Brasil]" but I haven't any problem with any other folder.
As I have said, I have that problem with my user ID jucasaca who has 
Admin rights (I think). I created two new users just to test if a new 
user could access that folders, and the problem remain with these new users.
I hope I have explained it more clearly now and you can found a 
solution. Thanks.

Regards.
Juan C. Sanz.


--
Unsubscribe instructions: E-mail to documentation+h...@global.libreoffice.org
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-documentation] Alfresco: choice between Explorer and Share interfaces

2011-07-18 Thread Juan C. Sanz

El 16/07/2011 0:54, David Nelson escribió:

OK, well lets go for the Share interface then... I'll reconfigure the server.

-- David Nelson
Ok, but I remind you that in the share interface we (at least me - I 
have admin rights - and a couple of test users) can't access the Spanish 
folder in the repository (is is supposed it is "my" folder) neither the 
Portuguese do Brasil nor the French one, I have no problems with the 
English folder.
I don't mind if it is necessary to delete the Spanish folder because 
there weren't any content, or if there is some is only test stuff.

Regards.
Juan C. Sanz

--
Unsubscribe instructions: E-mail to documentation+h...@global.libreoffice.org
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-documentation] HTML versions of the Guides

2011-06-23 Thread C
On Thu, Jun 23, 2011 at 19:15, Gary Schnabl  wrote:
>> It may be a nice-to-have feature, but due to cost and OS restrictions,
>> it will probably remain a nice-to-have.
>>
>
> It costs the users absolutely NOTHING, I repeat NOTHING, as long as any
> version of Adobe Reader that was released within the past several years is
> used for reading the Acrobat-enabled PDFs.

Gary, I wasn't referring to users needing the software to read the
PDF.  I am fully aware that it's for producing the PDFs, not reading.
I've been using PDF readers and PDF generation tools for more years
than I'd like to admit :-P


> All that is required is just ONE LO PERSON with Adobe Acrobat Professional
> to convert any PDF, a task that takes merely a few seconds per PDF. BTW,
> this Adobe functionality is not really new, as it has been around for a
> number of years already.

OK, who gets to cough up $450 for a license?  i know I certainly
cannot (I'd have a double whammy of the Acrobat license plus a Windows
license), and I would not presume to request any member of the team to
do so.  If you personally have a license, then that's fine.. what
happens if you decide you're not working on LO docs anymore due to
other obligations? Or you're busy with your business clients during
one publish cycle and can't take care of that final production step?

My point was simple... the doc team needs to carefully consider any
process tools or other suggestions that will cost money.  Are they
necessary? Is the gain something in demand from the audience or a neat
feature that 6 people might use?  Does the team gain enough to justify
the cost?  Does this take into account the team members using Linux?


C.

-- 
Unsubscribe instructions: E-mail to documentation+h...@global.libreoffice.org
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-documentation] HTML versions of the Guides

2011-06-23 Thread C
On Thu, Jun 23, 2011 at 18:53, Gary Schnabl  wrote:
>>> Therefore, I suggest that every OOo/LO PDF file be so converted by
>>> Adobe Acrobat Professional afterward, prior to release so that
>>> OOo/LO users will have that extra functionality.
>>
>> What purpose do you want this functionality for?
>>
>>> ...
>>> It seems foolish not to so enable them for the Comment and Review
>>> function, considering its ease to do so with no added cost or real
>>> time and effort...
>>
>> But for what purpose?
>>
>> Nino
>
> DUH! For any users wanting to add any highlighting and such--a thing
> typically done by millions of students and others over the past few decades
> on their printed material and books by (usually yellow-colored) magic
> markers. That highlighting functionality can also be done now electronically
> on PDFs (as it is commonly done on such converted PDFs) and even carried
> over to printed hard copy, if users so desire to print them out afterward.
>
> In addition to highlighting, editorial comments and the like by users could
> also be added directly to the PDF documents, among other capabilities.

The big hole in that idea is that Adobe Acrobat Professional is a
Windows/MAC-only application that costs $449 US per license.  That
leaves out those of us who use Linux... and the team members that
cannot afford that rather high license cost.

It may be a nice-to-have feature, but due to cost and OS restrictions,
it will probably remain a nice-to-have.

C.

-- 
Unsubscribe instructions: E-mail to documentation+h...@global.libreoffice.org
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-documentation] HTML versions of the Guides

2011-06-23 Thread C
On Thu, Jun 23, 2011 at 16:55, Nino Novak  wrote:
> So my statement would be:
> Stay with ODF as master (as long as there is not a more conveniant
> solution) and try to offer PDF /and/ HTML in addition. Ideally, the PDF
> and HTML conversion should be done as automatically as possible, so no
> need for additional manpower.

You've hit in an important point Nino.  The doc team does not have the
manpower available to create and maintain independent documentation
streams.  HTML is a fine idea, but not as a leading/primary format.
If there is a need for HTML, then do it as an output/publishing format
from the ODT sources.

Clayton

-- 
Unsubscribe instructions: E-mail to documentation+h...@global.libreoffice.org
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/documentation/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-documentation] LibreOffice massive deployment at Windows environment

2011-05-26 Thread C
> I'm planning massive deployment of LibreOffice. It means thousands of 
> computers
> at Estonian public sector.
>
> I'm planning to do it with 3.4.1 version as it will be available. It seems
> reasonable idea due to fact, that it is coming quite soon.
>
> I hope to start in the first days of July 2011 - depends on version 3.4.1
> release.
>
> Could you, please, have information about silent installing of LibreOffice?
>
> I've found the following link:
> http://lodahl.blogspot.com/2011/02/silent-installation-of-libreoffice-on.html
>
> There is important, that users will get program with Estonian language
> interface. How to be ensure, that any user will get it?
>
> Is there any Document Foundation wiki article, I mean official source of such
> information?

The Admin documentation hasn't been ported over from OOo to
LibreOffice, but the process shound be much the same as is documented
here:
http://wiki.services.openoffice.org/wiki/Documentation/Administration_Guide/Windows
I validated the instructions on OOo about 2 releases ago, and I don't
think a lot has changed since then.  That said, the steps given do
need to be tested before you do any mass deployment.


> Certainly, massive deployment is important also at Linux and Mac OS 
> environments
> but these are much more smaller environments and can be handled separately. I
> have already some experience about uninstalling OpenOffice.org and installing
> LibreOffice.org over SSH and over network in Ubuntu 10.04 LTS.

The same section in the Admin guide covers OSX and Linux.

C.

-- 
Unsubscribe instructions: E-mail to documentation+h...@libreoffice.org
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/www/documentation/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-documentation] Assistance with libreoffice.org/get-help/installation?

2011-05-21 Thread C. Olofson

On 05/18/2011 06:01 PM, David Nelson wrote:

Hi Craig, :-)

On Sun, May 15, 2011 at 00:32, C. Olofson  wrote:

On 05/14/2011 02:19 PM, Jean Hollis Weber wrote:

On Sat, 2011-05-14 at 08:54 -0700, C. Olofson wrote:

Hello;

I am volunteering via the US marketing group and a question came up
recently regarding http://www.libreoffice.org/get-help/installation.
Does the documentation group intend to add other distributions to this
list (e.g. *BSD)?

If the group does, I volunteer to help.  Is there an individual or
sub-group I can speak with about this, off-list?

I think (may be wrong) that those pages come under the website team, not
the documentation team, although we at Docs have contributed to it and
suggested improvements to the install instructions. The last I heard
(some months ago), David Nelsonseemed to be
the person most involved in those pages. If he's not the contact for
them now, he should know who is.

--Jean

Thank you Jean.  Missive sent!

Best,
-Craig

I replied to your off-list mail. As I said, I wrote the original
draft, but it became rather a complex set of instructions when we
tried to add other distribs. It really needs a thorough updating and
revamp. If you'd like to take part in working on it, I can add you to
the publishers group on the LibreOffice.org website...

David Nelson

Hi David;

Congratulations on the move and, yes, I'd be happy to take part in 
working on a revamp of the install instructions.  If I'll be doing this 
via Alfresco, I'll need an account.  Can you help w/that?


thanks,
-Craig

--
Unsubscribe instructions: E-mail to documentation+h...@libreoffice.org
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/www/documentation/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-documentation] Assistance with libreoffice.org/get-help/installation?

2011-05-14 Thread C. Olofson

On 05/14/2011 02:19 PM, Jean Hollis Weber wrote:

On Sat, 2011-05-14 at 08:54 -0700, C. Olofson wrote:

Hello;

I am volunteering via the US marketing group and a question came up
recently regarding http://www.libreoffice.org/get-help/installation.
Does the documentation group intend to add other distributions to this
list (e.g. *BSD)?

If the group does, I volunteer to help.  Is there an individual or
sub-group I can speak with about this, off-list?


I think (may be wrong) that those pages come under the website team, not
the documentation team, although we at Docs have contributed to it and
suggested improvements to the install instructions. The last I heard
(some months ago), David Nelson  seemed to be
the person most involved in those pages. If he's not the contact for
them now, he should know who is.

--Jean

Thank you Jean.  Missive sent!

Best,
-Craig

--
Unsubscribe instructions: E-mail to documentation+h...@libreoffice.org
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/www/documentation/
All messages sent to this list will be publicly archived and cannot be deleted


[libreoffice-documentation] Assistance with libreoffice.org/get-help/installation?

2011-05-14 Thread C. Olofson

Hello;

I am volunteering via the US marketing group and a question came up 
recently regarding http://www.libreoffice.org/get-help/installation.  
Does the documentation group intend to add other distributions to this 
list (e.g. *BSD)?


If the group does, I volunteer to help.  Is there an individual or 
sub-group I can speak with about this, off-list?


thanks in advance,
-Craig

--
Unsubscribe instructions: E-mail to documentation+h...@libreoffice.org
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/www/documentation/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-documentation] Alfresco doesn´t work?

2011-05-03 Thread Juan C. Sanz

Hi, David, Jean :-)
Yes, I had two accounts and I have removed one of them, the remaining 
one had admin rights, and I continue having problems.
About prb1 and prb2, they are test accounts created by me to test the 
work flows with different privileges. I try to access to the repository 
with this accounts and I couldn't too.

Don't worry about your return, I'm not in a hurry :-) .
Regards
Juan Carlos

El 03/05/2011 4:29, David Nelson escribió:

Hi, :-)

Actually, I exaggerated when I said I'm "back online". I'm still
traveling and won't be back for another 48-72 hours.

Juan, it is true you did have 2 accounts on Alfresco. I see one of
them has now been removed? Are you still having a problem?

Any user should be able to see the content in any space, it is not
linked to being admin or member of any particuar group.

I also see that the Brazilian team has a couple of users with the
Brazilian space set as their home space ("Eduardo Az" and "Eduardo
Gula"), instead of having their own user spaces. Also, I see the
Spanish team has created 2 users called "prb1 prb1" and "prb2 prb2".

I'll do the necessary sanitization when I'm properly "back", after
checking with you guys beforehand.

"See you soon".

David Nelson




On Tue, May 3, 2011 at 09:12, Jean Weber  wrote:

Juan, you have two accounts on Alfresco. One has admin access and the other 
does not. Sorry, I don't remember which is which. If you've tried both, and 
neither works, then I haven't a clue what's wrong. But David should be able to 
sort it out.

Jean

On 03/05/2011, at 2:21, "Juan C. Sanz"  wrote:


I can't access "my" (the Español) folder, so I was just exploring and trying to 
understand why I can access some folders and I can't access any others.
If you have any kind of protecction on your folder I'll apreciate you tell us how you did 
that, that is just to see if the spanish ("Español") folder has the same 
protection and I can unblock the folder.
Juan Carlos

El 02/05/2011 17:58, Rogerio Luz Coelho escribió:

2011/5/2 Juan C. Sanz


Hi, David.
I'm in the ALFRESCO_ADMINISTRATORS group and can't access, furthermore, it
is suposed everybody should access the content at least as consumer, isn't
it?
Juan C. Sanz



Brasilian (i.e pt-br) team is still defining how we want our Alfresco to
work, let me twart your curiosity, there is NOTHING in pt-br Alfresco that
isn't in the wiki /Documentation/pt-br

;)

Rogerio


--
Unsubscribe instructions: E-mail todocumentation+h...@libreoffice.org
Posting guidelines + more:http://wiki.documentfoundation.org/Netiquette
List archive:http://listarchives.libreoffice.org/www/documentation/
All messages sent to this list will be publicly archived and cannot be deleted


--
Unsubscribe instructions: E-mail todocumentation+h...@libreoffice.org
Posting guidelines + more:http://wiki.documentfoundation.org/Netiquette
List archive:http://listarchives.libreoffice.org/www/documentation/
All messages sent to this list will be publicly archived and cannot be deleted




--
Unsubscribe instructions: E-mail to documentation+h...@libreoffice.org
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/www/documentation/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-documentation] Alfresco doesn´t work?

2011-05-02 Thread Juan C. Sanz
I can't access "my" (the Español) folder, so I was just exploring and 
trying to understand why I can access some folders and I can't access 
any others.
If you have any kind of protecction on your folder I'll apreciate you 
tell us how you did that, that is just to see if the spanish ("Español") 
folder has the same protection and I can unblock the folder.

Juan Carlos

El 02/05/2011 17:58, Rogerio Luz Coelho escribió:

2011/5/2 Juan C. Sanz


Hi, David.
I'm in the ALFRESCO_ADMINISTRATORS group and can't access, furthermore, it
is suposed everybody should access the content at least as consumer, isn't
it?
Juan C. Sanz



Brasilian (i.e pt-br) team is still defining how we want our Alfresco to
work, let me twart your curiosity, there is NOTHING in pt-br Alfresco that
isn't in the wiki /Documentation/pt-br

;)

Rogerio




--
Unsubscribe instructions: E-mail to documentation+h...@libreoffice.org
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/www/documentation/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-documentation] Alfresco doesn´t work?

2011-05-02 Thread Juan C. Sanz

Hi, David.
I'm in the ALFRESCO_ADMINISTRATORS group and can't access, furthermore, 
it is suposed everybody should access the content at least as consumer, 
isn't it?

Juan C. Sanz

El 02/05/2011 17:14, David Nelson escribió:

Hi, :-)

I am back, but only properly online as from tomorrow. You probably
need to be added to admins.

David Nelson




On Mon, May 2, 2011 at 05:19, Jean Weber  wrote:

On 02/05/2011, at 3:17 AM, "Juan C. Sanz"  wrote:


Hi,
I've been exploring the repository in documentation.libreoffice.org, and I´ve discover that I can 
explore the English's and German's folders but I cannot explore the "Portuges do Brasil" 
nor the "Español" folders. Are there any problem with this folders? Can anybody solve 
that problem? Thak you in advance.

I think I know what the problem is: you need to be added to the "group" with 
access to those folders. I don't know why it's set up this way; when David returns in a 
few days, perhaps he can explain. (I don't know much about how the site works or why.) I 
would think that anyone with an account should be able to access all of the site, but I 
don't understand a lot of it.

I think I can add you to those groups and will try to do so when my computer 
finishes its o/s upgrade. Though it may be that the Español group want to 
choose who can access that section.


Otherwise, I'd like to know if the tree (folders) shown in 
documentation.libreoffice.org are the same than the spaces shown in 
alfresco.libreoffice.org or are just a copy. And where do you usually work , in 
alfresco. libreoffice.org or in documentation.libreoffice.org?

The work is done in alfresco.libreoffice.org.

I'm unable to get into documentation.libreoffice.org to see what's there, but 
if I understand correctly, it's supposed to be a read-only mirror site from 
which anyone can download docs. I could be entirely wrong about that.

--Jean

--
Unsubscribe instructions: E-mail to documentation+h...@libreoffice.org
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/www/documentation/
All messages sent to this list will be publicly archived and cannot be deleted



--
Unsubscribe instructions: E-mail to documentation+h...@libreoffice.org
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/www/documentation/
All messages sent to this list will be publicly archived and cannot be deleted



[libreoffice-documentation] Alfresco doesn´t work?

2011-05-01 Thread Juan C. Sanz

Hi,
I've been exploring the repository in documentation.libreoffice.org, and 
I´ve discover that I can explore the English's and German's folders but 
I cannot explore the "Portuges do Brasil" nor the "Español" folders. Are 
there any problem with this folders? Can anybody solve that problem? 
Thak you in advance.
Otherwise, I'd like to know if the tree (folders) shown in 
documentation.libreoffice.org are the same than the spaces shown in 
alfresco.libreoffice.org or are just a copy. And where do you usually 
work , in alfresco. libreoffice.org or in documentation.libreoffice.org?

Regards
Juan C. Sanz

--
Unsubscribe instructions: E-mail to documentation+h...@libreoffice.org
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/www/documentation/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-documentation] Wiki pages missing

2011-04-29 Thread C
On Fri, Apr 29, 2011 at 11:58, Jean Hollis Weber wrote:
> This page comes up completely blank,
> http://wiki.documentfoundation.org/Documentation
>
> and several others don't show on the Category:Documentation list.
>
> I assume this is related to the work David says he's doing to reorganise
> that part of the wiki. If so, I hope they return soon, even if in an
> abbreviated interim form.


A completely blank page can be triggered by a broken extension, a
badly coded Template, or something in the page content that triggers a
PHP error.  I'd bet that if whoever has access to the Wiki server goes
in and pokes the server logs - specifically the PHP and apache error
logs - they will see a segfault generated when someone tries to load
the page.

If I had to guess... it's a badly coded Template (eg infinite
recursion in a template will trigger this)

Subpages within the Documentation section are working... eg:
http://wiki.documentfoundation.org/Documentation/ReferenceSystem

C

-- 
Unsubscribe instructions: E-mail to documentation+h...@libreoffice.org
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/www/documentation/
All messages sent to this list will be publicly archived and cannot be deleted



[libreoffice-documentation] Re: Suggestion to expand user base: enable screenplay formatting with LibreOffice

2011-04-05 Thread Alan C. Baird
Thanks, Michael. I was hoping it might be this simple. The template is less 
than 18K:

  http://extensions.services.openoffice.org/project/scr2

Bite-sized. ;-) And I really appreciate your support!

-Alan

>>Nov 15, 2010 9:21 AM, Michael Meeks michael.meeks at novell.com wrote:

Pragmatically, if you can find a hacker who can knock up a patch that
merges the template into the code-base; then - we tend to accept patches
on the dev list [ assuming it doesn't add megabytes (compressed) ] to
the suite [ which I assume it would not ]. I see no reason why it
shouldn't go in - though, clearly not all special interests can do this
- nevertheless the mroe templates we have, the more people we have
interested in fixing our template browse / selection UI issues I
hope ;-)

HTH,
Michael.

>>On Sun, 2010-11-14 at 12:02 -0800, Alan C. Baird wrote:
>
> But it requires a template download and installation. If LibreOffice
> wants to capitalize on this unique opportunity, the template could be
> integrated in the upcoming LibreOffice release.

--- original posting ---
Re: [tdf-discuss] Suggestion to expand user base: enable screenplay formatting 
with LibreOffice

Proposal for significantly enlarging LibreOffice's user base with 
Screenwright(R)

14 November 2010 by Alan C. Baird, prizewinning writer and creator of the
Screenwright(R) screenplay formatter [winner of the Sun/OOo CIP award]

http://w.9TimeZones.com/avails.htm
http://extensions.services.openoffice.org/project/scr2
http://development.openoffice.org/awardees-2008.html

Executive Summary: enable screenplay formatting in LibreOffice to distinguish 
it from OpenOffice.

Pitch: Every aspiring screenwriter has a movie in his/her head that needs to 
get down on paper. However, some film production companies won't accept a 
script submission if the formatting is even ONE POSITION off! So ensuring that 
screenplays are formatted correctly is an obsession of screenwriters 
everywhere. But formatting a script can be an expensive proposition; 78 
commercial formatters are listed at The Writers Store. A screenwriter could 
easily spend $200 or more on software, just to get a screenplay into acceptable 
shape.

UNLESS s/he uses LibreOffice in conjunction with the Screenwright(R) screenplay 
formatting template.

We all want our scripts to be eligible for the next multimillion-dollar spec 
auction, so some of us even carry our latest screenplays in our glove 
compartments, on the off-chance that we might meet someone who can help. In the 
movie "Monster In A Box," Spalding Gray talks about one of his trips to Los 
Angeles: «I had no idea how difficult it would be to find people not involved 
in the film industry until I got out there and saw a special on television - in 
which they were interviewing people in the parking lot of a Shop Rite 
supermarket. As people came out with their groceries, the interviewer would go 
up to them and say, "Hi there, good morning! Tell us, how's your film script 
going?" And everyone said, "What?! How did you know?" Right up to the cashier.»

If the Screenwright(R) screenplay formatting template can be included as an 
integral part of the upcoming LibreOffice release, it will send a clear 
signal--to filmmakers in particular and to the Entertainment sector in 
general--that LibreOffice is ready to address the industry's unique 
text-processing and -formatting needs. News travels fast among members of the 
Entertainment industry, and they tend to be the gatekeepers and style leaders 
for the culture at large.

Historical context: OOo Writer is the first (and for now, the only) 
full-featured word processor that will easily format a screenplay at no cost 
whatsoever. But it requires a template download and installation. If 
LibreOffice wants to capitalize on this unique opportunity, the template could 
be integrated in the upcoming LibreOffice release.

Alan C. Baird
Mesa, Arizona USA
acbaird at yahoo.com

Extra: using your iPod to write screenplays.
[You can also use your iPhone, thumb/flash drive, mp3 player, or favorite USB 
storage device.] It's a snap:

A) At the bottom of your iPod's "Summary" tab in iTunes, check the "Enable disk 
use" box, and click the "Apply" button.
B) Download and install the latest free OpenOffice.org (LibreOffice?) Portable 
suite on your iPod.
   http://portableapps.com/apps/office/openoffice_portable
C) Download and install this free scr2.ott template on your iPod.

When we stay in Tucson with my wife's friend--who has a Windows computer, but 
no Internet connection--I keep myself entertained by working on my latest 
screenplay or just kicking back and listening to some music (perhaps Mark 
Knopfler's Screenplaying). I can also use the iPod to revise my script on the 
public computers in: (1) my local library, (2) London's Heathrow airport, (3) 
Beijing's cyber-cafés,

Re: [libreoffice-documentation] Re: about alfresco platform

2011-03-30 Thread Juan C. Sanz

El 30/03/2011 0:47, Hal Parker escribió:

On Wed, Mar 30, 2011 at 8:18 AM, jucasaca  wrote:


Hi, Hal
I'd like to be a user inthe Spanish secction too
regards



We would like to put your real name in the system. Is that okay? If so, what
is it?

Same question to CaStarCo.

Hal


My name is Juan C. Sanz

--
Unsubscribe instructions: E-mail to documentation+h...@libreoffice.org
List archive: http://listarchives.libreoffice.org/www/documentation/
*** All posts to this list are publicly archived for eternity ***