faq
flatforty
contribute
subscribe
configure
search
rdf
main
parent
|
Editing on the server
by Eron Lloyd on Tuesday 10/Jun/2003, @14:07
|
Will it ever be possible to edit on the server? This is the one thing that keeps me using QuantaGold (whose development has all but halted). I work primarily in Zope-based sites (like the Dot!), and like it easier to edit files directly on the server, using either FTP or WebDAV. KDE can see my Zope server fine, so all that would be necessary is simply exposing those KIO components. This would be great.
Thanks!
Eron |
|
|
The Fine Print: The following comments
are owned by whomever posted them.
( Reply )
|
Re: Editing on the server
by Ian Reinhart Geiser on Tuesday 10/Jun/2003, @14:59
|
Im not sure what version of Quanta you are using... maby pre-kde port? Older? We have had full kio from day one. I use it to maintain my remote sourceforge site about once a week.
Granted, this may or may not be documented, but I guess Im just too used to kio.
Cheers
-ian reinhart geiser
|
[
Reply To This | View ]
|
Re: Editing on the server
by Eric Laffoon on Tuesday 10/Jun/2003, @16:04
|
> Im not sure what version of Quanta you are using... maby pre-kde port? Older? We have had full kio from day one.
Pre-KDE? Quanta began life as a KDE app in KDE 1. However in KDE 1 there was no kio so we didn't really have it. With the advent of KDE 2 we did for file operations but because of the extensive use of QString instead of Kurl in the tree the fullest exploitation of kio came at Quanta 3.1. That is when remote projects became fully functional but remote file edits have been since KDE 2.
> Granted, this may or may not be documented, but I guess Im just too used to kio.
Easy for you to say. You're a hot shot developer. ;-) How much beer would you like to find me any official explanation of KDE features on line that explain kio since the 2.0 release? This is why I think there should be a drop down on the file dialog to change file:/ to fish://. For most of KDE it's no big deal... but my project is a web development tool. By far the most requested feature, biggest complaint and most frequent email has to do with why we don't have FTP management or remote file access liike such and such windoze program...
Maybe I should bring it up on a list. It's enough to drive a maintainer crazy. I even put it on our feature request page NOT to request it. If there is one thing KDE has done a terrible job of it is in informing people about kio, one of the best things in KDE. The last official documentation I can find is the KDE 2.0 release announcement. :-(
|
[
Reply To This | View ]
|
Re: Editing on the server
by fault on Tuesday 10/Jun/2003, @16:23
|
Agreed with pretty much everything you said. A lot of people I've found using KDE have no clue about kio and it's power. They might have heard about things like kiofish in konqueror, but they have no clue that it works globally in open/save dialog boxes.
Perhaps a solution to this would be a file selector in apps such as kate and quanta that has a combobox with various paths of different protocols in top/bottom. The combobox could have a label attached that says something like "Viewing:". The default should say "Local" instead of "file://"
|
[
Reply To This | View ]
|
Re: Editing on the server
by Erik Pedersen on Wednesday 11/Jun/2003, @23:55
|
I do translations for KDE, so I remembered various kio-functions
from translating something. I absolutely could not find it any place and
ended up asking on the i18n list, and eventually found the info in kinfocenter.
This may have changed, but at the time kinfocenter was really well hidden
without a link from khelpcenter.
|
[
Reply To This | View ]
|
|
Re: Editing on the server
by Eric Laffoon on Tuesday 10/Jun/2003, @15:13
|
> Will it ever be possible to edit on the server?
I typically respond to all my emails and often quickly with a great deal of congeniality. On occasion I respond as if I'm slightly touched. Two things elicit these atypical responses. One is asking if we could do something "like windoze program such and such" as if I'm going to go out and buy a copy of every program out there when I run Linux exclusively. The other is people asking why we don't have or when we will have services related to kio that we've had since version 2.0 in the end of 2000.
We have attempted to litter your path of information search with one of KDE's best, and certainly their least promoted feature. We have it in our docs in the file section, in the FAQ in the doc section of Quanta, regularly posted on our mailing list, on our feature request page... but still people ask when we'll have features we've had for years. In my opinion the KDE file dialog ought to have a protocol drop down box so that people know it is even there!
Here it is... one more time... To open a file on the server first decide if you want to use ftp, fish, sftp, smb or whatever and then remember file operations are transparent on KDE. Public ftp access is ftp://domain but you need a user name and password for private access. ftp://user@domain/path/file does it. You can enter all but the file in the directory drop down and get your files listed in the dialog. When you enter this a dialog will pop up asking for the password. You can skip the dialog with ftp://user:passwd@domain. Given this functionality it is ludicrous that we would build an FTP manager when you can just enter this in konqueror and have transparent file operations.
Quanta does this one better in our newest versions. You can create a remote project and specify in the project settings what protocol to use to access it with. Then when you open your project it will list all the remote files directly in your project tree.
If you have been using QuantaGold because of it's FTP features you have been taken in by the PR that went around them having to replace what was built in to KDE already that Quanta Plus has has used all along. As we also incur real costs, and I hope provide more, I hope you will consider giving us equal support. ;-)
|
[
Reply To This | View ]
|
Re: Editing on the server
by Eron Lloyd on Tuesday 10/Jun/2003, @18:49
|
Ahh, I tried to do this, but because of the way Zope stores files (in an object database, not on a filesystem), Quanta complains that it doesn't know how to handle the files. This is from the project listing. Now if I instead try to open files through the "Open" dialog, they come up fine (using either FTP or WebDAV). If this can be fixed (and I'll try to assist in this), you've definately got me as a "customer". I did scan the docs, but I guess I missed that FAQ entry (which didn't really answer my question). Great work, nonetheless.
Eron
|
[
Reply To This | View ]
|
Re: Editing on the server
by Eric Laffoon on Tuesday 10/Jun/2003, @19:02
|
If the files are in an object database then kio needs a protocol to read them. If you can open them with ftp then the whole thing is very curious since the project tree can be set up to use ftp. So this explanation doesn't seem to make sense as it is.
Another feature BTW is the ability to set new top directories in the file tree. Typically it shows root and home. You can add a directory to it via RMB in CVS. Earlier versions of Quanta can be set up by eting $KDEHOME/share/config/quantarc. There is a line that looks like this...
Top folders=file:/,file:/home/eric
Add a comma to the end and follow it wiith ftp://user@domain/path. Now you will have additional directories in your file tree, local and remote.
|
[
Reply To This | View ]
|
Re: Editing on the server
by Eron Lloyd on Tuesday 10/Jun/2003, @19:40
|
Although the files are stored in an OD, it is exposed through HTTP, FTP or WebDAV interfaces. It actually works quite well, as I can open and save a KOffice file transparently using WebDAV and Zope. That file tree modification is probably exactly what I need, however, as I really don't need the project management features (though they are nice). I'll let ya know how it works out.
Thanks again!
Eron
|
[
Reply To This | View ]
|
Re: Editing on the server
by Marcel Hoetter on Sunday 22/Jun/2003, @23:04
|
I'm experiencing the same problems as described above. Settin up a new project in Quanta+ (v3.1.2) using a remote-connection to Zope over WebDAV works quiet well, new folders and files are created in the Zope-Database. Only when i try to open a file in the project-tree i get a message ("unknown type") telling me that this type of file cannot be opend in quanta and whether i want to use some other program to open it. Choosing another editor or even another quanta session to open the file works, though. Opening the files directly (without a project) works too. Looks like a small bug...?
Thanks!
Marcel
|
[
Reply To This | View ]
|
Re: Editing on the server
by Quag7 on Thursday 12/Jun/2003, @15:01
|
Whoa, had no idea that was in there, especially as I use Quanta under Gnome. But, all of that functionality's in the libraries so, it works there as well. That's going to change the way I do a lot of things. I should probably uh, read the docs one of these days :-)
|
[
Reply To This | View ]
|
Re: Editing on the server
by Eric Laffoon on Thursday 12/Jun/2003, @17:49
|
Heh heh... wait until you find Kommander... ;-)
Quanta has lots of hidden tidbits. The upcoming preview release will allow you to prcess templates with actions, the new action dialog will make assigning kestrokes easy as seeing where actions are used, the attribute editor will jump right out at you and the aut completion updates and off page parsing will be truly impressive. We are always working on something.
|
[
Reply To This | View ]
|
|
The Fine Print: The previous
comments are owned by whomever posted them.
( Reply )
|
|