RE: Projector...

2006-02-28 Thread Daniel Florey
Hi, I'll try to have a look at this issue on the weekend. Hopefully I can post instructions how to get the demo app running. But can't promise... Cheers, Daniel Slide Users Mailing List slide-user@jakarta.apache.org schrieb am 27.02.06 22:48:15: Maybe I should be more precise in what I've

DASL lucene content indexing

2005-12-08 Thread Daniel Florey
Hi, I just try to get the new lucene indexer to work, but up to now without success. I'm working with the Slide head/trunk. I followed the steps in the Wiki to configure DASL/Lucene in the Domain.xml and the indexes get created when server starts up. But the content is never updated, it just

AW: DASL lucene content indexing

2005-12-08 Thread Daniel Florey
Sorry, this mail was sent twice by accident... I've answered my question myself and added a not to the Wiki. Cheers, Daniel -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Daniel Florey Gesendet: Dienstag, 6. Dezember 2005 19:28 An: slide

AW: Slide Lucene: Content Index problem

2005-12-07 Thread Daniel Florey
You need to configure some extracotrs. I've updated the Wiki to show you how to do this. Cheers, Daniel -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Aleksandrs Sumilovs Gesendet: Donnerstag, 20. Oktober 2005 09:41 An:

AW: Effort to use/enhance Slide

2005-07-06 Thread Daniel Florey
Hi, You can wrap multiple webdav commands into a single transaction as Slide supports the transaction extension introduced by ms exchange. Have a look at the ms exchange webdav specs to see how this works. These specific lock commands are not supported by neon, so you may have to implement some

Re: correct way of using NotificationListener

2005-05-12 Thread Daniel Florey
I don't understand. You create the NotificationListener pointing to the webdav-domain (e.g. /exchange oder /slide or whatever the root of your webdav server is). Then you can subscribe to as many resources as you like. Cheers, Daniel Slide Users Mailing List slide-user@jakarta.apache.org

Re: Help please

2005-05-11 Thread Daniel Florey
The range-header is a MS specific webdav extenstion and not part of the DASL standard. So if you want to take advantage of this feature, you need to subclass the Search-Method in the clientlib and add the range header fields. This should be no big deal. It might be a good idea to add the range

Re: telling the binded resource from the original

2005-05-10 Thread Daniel Florey
Hi, the notification extension to Slide was introduced to be kind of MS exchange-compatible. It is not based on an official mature webdav-protocol, so there might be some inconsinstencies will notifications and binding. Anybody knows if Exchange supports bindings? Cheers, Daniel Slide Users

AW: Projector doesnot terminate well

2005-04-28 Thread Daniel Florey
Do we need to change this thread to deamon? Just an idea... -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Laurent Michenaud Gesendet: Mittwoch, 27. April 2005 17:25 An: Slide Users Mailing List Betreff: Projector doesnot terminate well

AW: howto implement an access log ?

2005-03-29 Thread Daniel Florey
Please use the event framework. A description how to do that can be found in the package.html of the event package. Daniel -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Edmund Urbani Gesendet: Dienstag, 29. März 2005 11:19 An: Slide Users

Re: AW: Is Projector running?

2005-03-15 Thread Daniel Florey
schrieb am 15.03.05 16:42:04: Daniel Florey wrote: In order to get the demo application (admin-app) running you need to unpack the stores.zip that can hopefully be found in the distro to the stores folder. Is this the file dist/slide/lib/slide-stores-2.2pre1.jar, created by compiling

AW: Is Projector running?

2005-03-11 Thread Daniel Florey
In order to get the demo application (admin-app) running you need to unpack the stores.zip that can hopefully be found in the distro to the stores folder. Projector is bundled with 2.1b1, so if you want to get it running the easiest way is to download the 2.1beta1 release. Projector will hopefully

Re: Trying to update a created exchange item

2005-03-10 Thread Daniel Florey
My advice would be to get rid of using the webdavResource directly but using the webdav-methods directly. I've successfully worked with exchange in this way. You simply have more control over what's going on... Daniel Slide Users Mailing List slide-user@jakarta.apache.org schrieb am 09.03.05

AW: content listening

2005-02-23 Thread Daniel Florey
If you are on the server side, my advice would be to use the event framework. Have a look at the package.html: http://jakarta.apache.org/slide/javadoc/org/apache/slide/event/package-summa ry.html#package_description If you are on the client side, the NotificationListener should be used. Daniel

AW: content listening

2005-02-23 Thread Daniel Florey
What version of Slide are you using? Looks as if the xmlimexporter.jar is missing... Daniel -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Paul Hussein Gesendet: Mittwoch, 23. Februar 2005 17:24 An: slide-user@jakarta.apache.org Betreff:

AW: accessing slide on the server side

2005-02-10 Thread Daniel Florey
Hi Kolja, I've been facing similar problems when working on the Projector framework. The main problem is that you'll not get the full user/password information out of the user credentials that tomcat provides (for security reasons). My choice was to provide a login-box at portal level and not to

AW: Slide search performance issues

2005-01-17 Thread Daniel Florey
My favourite approach concerning this issue would be to implement the MS-Exchange extension that adds the ability to specify to limit the result set by specifying ranges of results. This is described at the MS WebDAV pages as far as I remember. But it is not that easy to implement that on server

RE: Slide search performance issues

2005-01-13 Thread Daniel Florey
I think the DASL-implementation concerning the RDBM-stores is not well supported at the moment. As Stefan is currently working on Lucene-based search in Slide HEAD it might be a choice to use this one and help him to find issues and make improvements. It would be great to have a lucene-based

Re: Question - is ACL negotiation unchangeable w/ competing rights ?

2005-01-13 Thread Daniel Florey
This should be discussed at the webdav mailinglist directly as it is of interest for all other WebDAV-server vendors. I'd encourage everyone to join the w3c-dist-auth at w3.org mailing list. Cheers, Daniel Slide Users Mailing List slide-user@jakarta.apache.org schrieb am 13.01.05 04:02:17:

RE: Slide search performance issues

2005-01-13 Thread Daniel Florey
Ok, forget about this mail... Great news to hear that DASL/RDBMS is working well :-) Slide Users Mailing List slide-user@jakarta.apache.org schrieb am 13.01.05 10:22:39: I think the DASL-implementation concerning the RDBM-stores is not well supported at the moment. As Stefan is currently

AW: WebDAV notifications

2005-01-06 Thread Daniel Florey
You have to add the following method to the ContentEvent class: protected final static String PRINCIPAL = principal; public String[][] getInformation() { return new String [][] { { URI_KEY, getUri() }, { PRINCIPAL,

AW: AW: WebDAV notifications

2005-01-06 Thread Daniel Florey
, Daniel Florey [EMAIL PROTECTED] wrote: You have to add the following method to the ContentEvent class: protected final static String PRINCIPAL = principal; public String[][] getInformation() { return new String [][] { { URI_KEY, getUri() }, { PRINCIPAL

AW: AW: WebDAV notifications

2005-01-06 Thread Daniel Florey
this wouldn't conflict with the rest of the notification functionality. Best regards, Zoltán. On Thu, 6 Jan 2005 14:27:37 +0100, Daniel Florey [EMAIL PROTECTED] wrote: You have to add the following method to the ContentEvent class: protected final static String PRINCIPAL = principal

AW: MS XP client oddities

2004-12-22 Thread Daniel Florey
I'd recommend netdrive from novell as WebDAV-client. This one works even in the dos shell and handles locks and properties. And it's free. Daniel -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Morten Gesendet: Mittwoch, 22. Dezember 2004

AW: ACL questions

2004-12-15 Thread Daniel Florey
As far as I can remember the ordering of the ACL is very important for the resulting permissions. The first entry that matches the user/required permission will indicate if the user if allowed to perform the required action. If this is true it would be possible to achieve what you had in mind by

AW: AW: ACL questions

2004-12-15 Thread Daniel Florey
the webdav official position on the way such ACL's are inplemented ? It would be nice to have a definative (unified) interpretation on the slide list Daniel Florey wrote: As far as I can remember the ordering of the ACL is very important for the resulting permissions. The first entry

AW: Cluster cache

2004-12-08 Thread Daniel Florey
. Daniel Florey wrote the notification mechanism, so he can confirm, but I'm pretty sure on this. Daniel, can you confirm that notifications are asynchronous? Or is there a write-up on the notifications that I can look at? And I have another question on the cluster cache :-) There is a base

Re: AW: version_history table's branch_id column

2004-12-07 Thread Daniel Florey
the slide api directly in this place. I need to know a little more of the slide's logic in handling the versioning and branch, then I can make a decision of what to do in my application. Thanks. regards, Jun Daniel Florey [EMAIL PROTECTED] wrote: Do not use the Slide API directly

AW: version_history table's branch_id column

2004-12-06 Thread Daniel Florey
Do not use the Slide API directly, but use the webdavclient-library instead. You'll run into trouble if you want to use versioning. This is handled in the WebDAV-layer... Cheers, Daniel -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Gao Jun

AW: Slide and JSR170

2004-12-01 Thread Daniel Florey
I don't think that jsr170 supports all the features that are required by WebDAV. The Slide core has some nice features that can't be found in the jackrabbit core up to now. So my personal favourite would be to build a java api that reflects the WebDAV protocols in a simpler and local/remote

Re: publishing workflow / best practices

2004-11-25 Thread Daniel Florey
Yes, please!! This is what I had in mind for a longer time, but never managed to start working on it: A WebDAV-client-tool that determines the server capabilities by doing some OPTIONS request and retrieves the content by doing the appropriate WebDAV-requests afterwards. This would have the big

RE: slide clustering support question

2004-11-24 Thread Daniel Florey
In the CMS that I've designed for my last company, we had a read-only cluster solution. So we had just one edit-server that allowed people to change content and some other nodes that got notified when content changed. So this is a simple solution if you want to achieve high performance read

Re: Added projector documentation link

2004-11-17 Thread Daniel Florey
Slide Users Mailing List [EMAIL PROTECTED] schrieb am 17.11.04 07:50:24: On Sun, 2004-11-14 at 02:34 +0100, Stephane Bailliez wrote: [snip...] why did you make your own template language ? When I see this: ?username h1 ?style style=%style%?Hello

Re: AW: Added projector documentation link

2004-11-15 Thread Daniel Florey
Finally I think that there are many different preferences regarding templating. It depends on what people are used to use and what they personally like. The primary goal of projector was not to introduce new templating mechanisms, but mainly focusses on the event driven workflow engine. So other

Re: AW: Added projector documentation link

2004-11-15 Thread Daniel Florey
Slide Users Mailing List [EMAIL PROTECTED] schrieb am 15.11.04 13:42:49: Daniel Florey wrote: Finally I think that there are many different preferences regarding templating. It depends on what people are used to use and what they personally like. The primary goal of projector

AW: AW: Added projector documentation link

2004-11-14 Thread Daniel Florey
-Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Stephane Bailliez Gesendet: Sonntag, 14. November 2004 16:36 An: [EMAIL PROTECTED] Betreff: Re: AW: Added projector documentation link Daniel Florey wrote: OK, the example you've

AW: Added projector documentation link

2004-11-14 Thread Daniel Florey
-Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Stephane Bailliez Gesendet: Sonntag, 14. November 2004 02:34 An: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Betreff: Re: Added projector documentation link Daniel Florey wrote: Hi folks

Re: Can't run WCK example application

2004-11-09 Thread Daniel Florey
I don't understand what you are planning to do: 1. Install and use a ready-to-run WebDAV-server If this is the case, simply donwload Slide and start it 2. You already have a propriatary content repository that you want to access via WebDAV This is what WCK is for. So this is for sure is not as

Re: Capturing Request (along with any XML)

2004-11-04 Thread Daniel Florey
You can use the SimpleXMLExtractor. This is very easy and you just have to configure the xpath-expressions that you want to extract. So you don't have to write a line of code, just configure it in Domain.xml (there might be an example that you can use as a blueprint) Cheers, Daniel Slide Users

AW: Projector features questions

2004-11-04 Thread Daniel Florey
I'll add some projector docs to the website soon (Hopefully this or next weekend). Cheers, Daniel -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Stephane Bailliez Gesendet: Donnerstag, 4. November 2004 17:08 An: [EMAIL PROTECTED] Betreff:

Re: Slide/WebDAV Frontends

2004-11-01 Thread Daniel Florey
Hi Tim, are you planning to contribute your efforts to the Slide project? I started some time ago to build an administration application on top of Slide/Projector but I struggled as it looked so ugly as I'm no designer ;-( If you managed to start the admin app you know what I mean. I would help

AW: How to add more internal node properties

2004-10-29 Thread Daniel Florey
Another idea: Just add a property extractor that is registered on the root path so that every incoming resource gets 'extracted'. In this content extractor simply do nothing but return the new property. This should be enough and is the simplest approach I can think of. Daniel -Ursprüngliche

Re: Problem get ACL using WVCM API when using Tomcat5

2004-10-27 Thread Daniel Florey
Is your resPath accessing the root collection without trailing slash? Try to add a / at the end of your path, this might help... Daniel Slide Users Mailing List [EMAIL PROTECTED] schrieb am 27.10.04 03:55:51: I am using the latest Slide 2.1 b2 and the proposed Wvcm client API to access

AW: Can anyone give information about projector

2004-10-21 Thread Daniel Florey
Hi Robert, The projector will not be part of the Slide 2.1 b2 release. In order to get the demo application running you need to download the Slide 2.1 b1 release as this one includes projector. If you are using the 2.1 b2 you need to build projector from cvs. I'm currently working on splitting

Re: Newbie create user problems

2004-10-12 Thread Daniel Florey
As far as I know you need to delete the stores in order to create new users from the Domain.xml (Delete store files in {tomcat}/bin After restarting the Slide Server the new users should be available. Regards, Daniel Slide Users Mailing List [EMAIL PROTECTED] schrieb am 12.10.04 14:50:08:

Re: Slide API Sample Code

2004-08-11 Thread Daniel Florey
Hi, I'd give you the strong advice to use the webdavclient-lib to connect to the Slide repository. It might be a little bit slower than using the server side api, but the server side api is going to change in further releases. Regards, Daniel Pingkui HOU schrieb: hi, there, I am a newbie to

Graphics and layout needed for admin application

2004-07-20 Thread Daniel Florey
Hi folks, as promised I've implemented a simple admin application to add users/roles and manage the roles of a user. This application is based on the new Projector framework that will be part of Slide 2.1M2. I hope to add some applications in the future that will make Slide a full CMS that runs

Re: Strange concept of LoggingIndexer

2004-07-19 Thread Daniel Florey
Hi Stefan, the IndexStore will not be supported in future. It will be replaced by the IndexTrigger as indexing shall be independant from the stores used as you want to search the whole repository even if it is spread across different stores. The LoggingIndexer is an example on how to listen to

Re: Questions of Slide

2004-07-19 Thread Daniel Florey
Hi, I hope that Projector gets a little clearer when M2 will be released as people can have a first look at a projector based application. Documentation will follow lateron... Regards, Daniel James Mason schrieb: Oliver, Is there any documentation or mailing list posts describing what the

Re: How to implement a ContentExtractor?

2004-06-21 Thread Daniel Florey
Hi Ryan, you are exactly right. I didn't implement the ContentExtractor yet, because it makes no sense to do it in the way the property extractors works. As you stated the content extractor only makes sense in combination with an indexer. It was my plan to build an indexing framework, but had no

Eclipse webdav support in M9

2004-06-03 Thread Daniel Florey
Hi folks, a was wondering if anybody around here is using the eclipse WebDAV-plugin. The current implementation is broken in M9 as far as I can tell. A colleague of mine sent some patches to fix the plugin, so that it finally works with Slide. Unfortunatley, the eclipse guys don't have much time

Re: Slide API

2004-06-03 Thread Daniel Florey
Hi Marc, my strong advice would be to stay with WVCM or switch to webdavclient-lib. If you are using the Slide api directly, you'll run into trouble. At the moment, some of the repository logic (binding, versioning etc.) is unfortunately coded into the webdav layer. So if you create revisions

Re: JSR 170 available for Public Review

2004-06-03 Thread Daniel Florey
Hi Terence, this is exactly what WebDAV tries to be: A specification that is not limited to a special programming language. It's a protocol, but it can be seen it as an api (method names + (header/body)parameters ) So I'd prefer an API that brings WebDAV to the java world. Some kind of combination

Re: Folders inside folders on Windows XP

2004-05-18 Thread Daniel Florey
Hi Alan, can this link help you? http://www.greenbytes.de/tech/webdav/webfolder-client-list.html Regards, Daniel Alan Wood wrote: Hi Guys I got a weird one here, for some reason when one of our clients looks into their webdav folder (using add a network place on Windows XP) They see the folder

Re: JSR 170 available for Public Review

2004-05-18 Thread Daniel Florey
Hi Stefan, is the RI using slide as backend or is your implementation a replacement for the slide core? As we spent some time on improving the slide backend (tx filestore, improved db-stores) it would be nice to have this features available by using the jsr170 api. What about the webdav layer?

Re: JSR 170 available for Public Review

2004-05-18 Thread Daniel Florey
possible on the repository data after save()? I'll have a closer look on the api soon and I can post some more if comments are appreciated. Regards, Daniel Florey - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Slide and XP drive mapping

2004-05-18 Thread Daniel Florey
wrote: Daniel Florey wrote: Hi, do you know if there are any document around describing the ms specific things of the Webdav redirector? It would be nice if slide could be mounted in this way. I think we don't have a choice other than hacking slide to work with ms clients. I don't see that ms cares

Re: JSR 170 available for Public Review

2004-05-18 Thread Daniel Florey
Stefan Guggisberg wrote: Hi Stefan, is the RI using slide as backend or is your implementation a replacement for the slide core? the current implementation of the ri has no dependencies on slide. it is a proposal only. what future direction the implementation will take is open. As we spent

Re: My Slide store implementation experience

2004-05-11 Thread Daniel Florey
Ty C wrote: Greetings! I have implemented a store that implements all of Service, ContentStore, LockStore, NodeStore, RevisionDescriptorsStore, RevisionDescriptorStore, SecurityStore. I would like to share my impressions of the task I undertook with both the Slide developers and the wider

Re: SlideRealm - how to set a password in Domain.xml ?

2004-04-28 Thread Daniel Florey
You have to clean your data (drop tables or remove file store data), becuase users/passwds are only stored if not already there. Daniel Olivier CAUSSE wrote: I could install SlideRealm for Tomcat 5. I wonder now how to define new users/passwords. The standard sample Domain.xml contains the

Re: patch for auto-create-users

2004-04-27 Thread Daniel Florey
had any write permissions? -Original Message- From: Martin Holz [mailto:[EMAIL PROTECTED] Sent: 26 April 2004 13:49 To: [EMAIL PROTECTED] Subject: Re: patch for auto-create-users Daniel Florey [EMAIL PROTECTED] writes: Hi, I'd propose to add the methods regarding the user/role stuff

Re: Status of events in Slide

2004-04-26 Thread Daniel Florey
Robert Leftwich wrote: What is the status of events (for things like change notification)? I see that the server javadoc on the web site (for b1) includes an event package but this is not present in rc1. At a minimum I need to send out notifications when an item in the repository is created,

Re: patch for auto-create-users

2004-04-26 Thread Daniel Florey
Hi, I'd propose to add the methods regarding the user/role stuff to the Security-Interface and the SecurityImpl-class. There already are some methods regarding user/role management (hasRole()...) In general I think it would be better to have only one place (e.g. LDAP) where users are managed

Re: Slide 2 and Search in Binary Files

2004-03-30 Thread Daniel Florey
Hi, the slide search needs some redesign to fullfill the requests like yours that come up quit often: Full text search capabilities of different doc-types and even more important: speed. The current generic search is doing quit well regarding the DASl-spec but is not fast enough with the

Re: Which API should I use for a web app?

2004-03-30 Thread Daniel Florey
). In this scenario do you see Slide being usable (basically will there be any performance issue)? My apologies if I misunderstood you. Regards, Ritu -Original Message- From: Daniel Florey [mailto:[EMAIL PROTECTED] Sent: Monday, March 15, 2004 9:20 PM To: Slide Users Mailing List Subject: Re: Which

Re: Which API should I use for a web app?

2004-03-30 Thread Daniel Florey
Ritu Kedia wrote: Hello Daniel, Thanks a lot for your reply. Please find my comments inline. -Original Message- From: Daniel Florey [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 30, 2004 3:08 PM To: Slide Users Mailing List Subject: Re: Which API should I use for a web app? Yes

Re: Which API should I use for a web app?

2004-03-30 Thread Daniel Florey
content in a way that you can use the versioning stuff, because all of the versioning is done in the webdav layer. For fast content retrieval in the same vm, slide API might be a good choice. Regards, Daniel Regards and Thanks, Ritu -Original Message- From: Daniel Florey [mailto:[EMAIL

Re: Which API should I use for a web app?

2004-03-30 Thread Daniel Florey
[EMAIL PROTECTED] wrote: If you use the slide API for storing data from your app, take into account that it is reallly complicated to store content in a way that you can use the versioning stuff, because all of the versioning is done in the webdav layer. What do you mean ? The slide

Re: Update: 'Save As' doesn't work

2004-03-15 Thread Daniel Florey
Hi, I can confirm this problem. I assume that it is a problem with the file store. If you save a word document (save as...) word is locking the name of the resource it wants to create. I think the file store can not handle this kind of locks. I'll pass over this bug to Oliver so that it will

Re: Which API should I use for a web app?

2004-03-15 Thread Daniel Florey
Hi, the cvs head contains a reference implementation (provider) in the /proposals section. Regards, Daniel Joseph, Sajeev wrote: Just curious, do you know of a reference implementation (or provider) for the WVCM API? Thanks, -Sajeev Joseph -Original Message- From: ryan [mailto:[EMAIL

Re: Which API should I use for a web app?

2004-03-15 Thread Daniel Florey
Hi Ryan, at the moment it is not recommended to use the slide api directly as you don't have access to many features that are hacked into the webdav layer. I don't know if versioning is working by using the slide api, there is some revision support but it is somehow mixed up with the webdav

Re: Which API should I use for a web app?

2004-03-15 Thread Daniel Florey
slide like a database from there on. I just need to find the JDBC for slide. thanks, Ryan Rhodes From: Daniel Florey [EMAIL PROTECTED] Reply-To: Slide Users Mailing List [EMAIL PROTECTED] To: Slide Users Mailing List [EMAIL PROTECTED] Subject: Re: Which API should I use for a web app? Date

Re: extractor/indexer in domain.xml

2004-03-05 Thread Daniel Florey
Hi Ajay, the extractor section is at the end of Domain.xml, just before event configuration. It looks like this: !-- Event configuration -- extractors extractor classname=org.apache.slide.extractor.SimpleXmlExtractor uri=/files/articles/test.xml configuration

Re: slide and external UserTransactions

2004-03-04 Thread Daniel Florey
Hi Steve, I'm sorry to tell you that it is not possible to use slide as a transactional file store in j2ee-context. We are working on making slide available as a xa datasource via jca, but this will take some time. This feature will not make it into slide 2.0 but perhaps in slide 2.x (x0).

Re: slide and external UserTransactions

2004-03-04 Thread Daniel Florey
Hi, we are currently working on a webdav method that will provide some kind of transaction support via webdav. So this is the basis for implementing a connector. regards, Daniel Steve Ebersole wrote: Thanks for all the info. Oliver, when you say a connector to Slide talking WebDAV, are you

Re: slide and external UserTransactions

2004-03-04 Thread Daniel Florey
present only in Slide ? Is it supported into other webdav server ? Christophe -Original Message- From: Daniel Florey [mailto:[EMAIL PROTECTED] Sent: jeudi 4 mars 2004 12:54 To: Slide Users Mailing List Subject: Re: slide and external UserTransactions Hi, we are currently working on a webdav

Re: Webdav or Slide API (was RE: versionning )

2004-02-24 Thread Daniel Florey
As far as I know wvcm-api is only available in the cvs head. Regards, Daniel Am Dienstag, 24. Februar 2004 09:26 schrieb lixin chu: downloaded 2.0B1 from unixsoft.org --- lixin chu [EMAIL PROTECTED] wrote: Any sample code available using the WebDAV versionning API ? btw, I think it

Re: [ANN] WebDAVPilot plugin for eclipse

2004-02-17 Thread Daniel Florey
Hey this is great news!! I'll download it immediately and give it a try! Thanks and regards, Daniel Am Dienstag, 17. Februar 2004 14:10 schrieb Martin Dulisch: I hope I do not bother anyone on the list with this announce. But it might be of interest in the scope of Slide. And it is for free.

Re: Questions about slide 2.0

2004-02-02 Thread Daniel Florey
Am Donnerstag, 29. Januar 2004 21:45 schrieb Liao, Yanjun: Hi, Our company is looking for an open source CMS solution. We would like to contribute if possible. I just downloaded the snapshot jakarta-slide_20040127172318.tar.gz and built it successfully. I noticed that slide 2.0 has much