Re: [dev] Document-URL file:///

2006-03-30 Thread Mathias Bauer
Andreas Höhmann wrote:

 Hello,
 
 can OOo load/save documents from Urls like this:
 
 https://xyz/getFile?id=111;
 https://xyz/setFile?id=111;
 
 Where can i find the valid protocols for document-urls?

OOo does not have built-in support for https. If you are using Gnome you
can use the Gnome-VFS instead. On Windows you can use the Web Folders of
the OS though this is a little bit awkward (IMHO).

Best regards,
Mathias

-- 
Mathias Bauer - OpenOffice.org Application Framework Project Lead
Please reply to the list only, [EMAIL PROTECTED] is a spam sink.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Document-URL file:///

2006-03-30 Thread Rony G. Flatscher


Mathias Bauer wrote:

Andreas Höhmann wrote:

  

Hello,

can OOo load/save documents from Urls like this:

https://xyz/getFile?id=111;
https://xyz/setFile?id=111;

Where can i find the valid protocols for document-urls?



OOo does not have built-in support for https. If you are using Gnome you
can use the Gnome-VFS instead. On Windows you can use the Web Folders of
the OS though this is a little bit awkward (IMHO).
  
Also, you might want to consider to try to use Java (practically every 
PC has a JRE installed), which would probably make it even more portable.


---rony




Re: [dev] Document-URL file:///

2006-03-30 Thread Éric Bischoff
Le Jeudi 30 Mars 2006 19:11, Mathias Bauer a écrit :
 Andreas Höhmann wrote:
  Hello,
 
  can OOo load/save documents from Urls like this:
 
  https://xyz/getFile?id=111;
  https://xyz/setFile?id=111;
 
  Where can i find the valid protocols for document-urls?

 OOo does not have built-in support for https. If you are using Gnome you
 can use the Gnome-VFS instead. On Windows you can use the Web Folders of
 the OS though this is a little bit awkward (IMHO).

And we have good hope to support KDE's ioslaves someday. That would open the 
door for https, smb, sftp, ftp, fish, nfs, and many others.

Best,

-- 
Si la foi soulève des montagnes, ce sont des montagnes de cadavres. Combien de 
livres et de journaux devrons-nous brûler pour que la soif des fanatiques 
religieux soit enfin étanchée ?
 - Gérard Biard

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Document-URL file:///

2006-03-30 Thread Laurent Godard

Hi


OOo does not have built-in support for https. If you are using Gnome you
can use the Gnome-VFS instead. On Windows you can use the Web Folders of
the OS though this is a little bit awkward (IMHO).
  
Also, you might want to consider to try to use Java (practically every 
PC has a JRE installed), which would probably make it even more portable.




as an alternative, Python is also delivered within OOo directly

Laurent

--
Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org
Indesko  http://www.indesko.com
Nuxeo CPS  http://www.nuxeo.com - http://www.cps-project.org
Livre Programmation OpenOffice.org, Eyrolles 2004

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dev] Document-URL file:///

2006-03-28 Thread Andreas Höhmann
Hello,

can OOo load/save documents from Urls like this:

https://xyz/getFile?id=111;
https://xyz/setFile?id=111;

Where can i find the valid protocols for document-urls?

regards

-- 
Andreas Höhmann

E-Mail   : [EMAIL PROTECTED]
PGP  : PGP-KEY-ID 0x2CB975CE
IRC  : #htwk (de.quakenet.org)

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]