Re: How to use with drupal?
Eric Laffoon <[email protected]>
| Newsgroups | gmane.comp.kde.devel.quanta.user |
|---|---|
| Organization | KDE WebDev |
| Message-ID | <[email protected]> |
On Tuesday 20 May 2008 4:48:04 am James Sinnamon wrote: > Hi Eric, > > (Please feel free to forward or not forward this to any list as you feel > appropriate) I prefer these communications all go to the list, which is why I have it. ;-) > > I enormously appreciate your having sent me that Kommander script, but it > is not obvious what I am supposed to do with it (see below). > > http://users.bigpond.net.au/jaymz/download/TemplateMagic.png Hmmm? Well if you run it then it does have two help pages. You need kdewebdev 3.5.9 or Kommander 1.3. I've attached a test file so now if you run it with this in your home directory you will see it work. > > On Mon, 19 May 2008, you wrote: > > On Sunday 18 May 2008 7:21:37 pm James Sinnamon wrote: > > <snip/> > > > I know what Drupal is ... > > My mind is also open to using plone or some other CMS. The site I use it > on is (and I hope we are still able to get along after you look at it) is: > http://candobetter.org I really dont' have time. Perhaps someone else will. > > > ... but I find that I always end up rewriting such > > systems and they are never easy after being adapted to genral use... So > > I'm not familiar with specifics. ... > > Me neither, to be honest. I understand less than 10% of it. It's much easier to start than to try to figure out the code in a program like a large CMS. I can understand any KDE program source C++ better and I've written thousands of times more PHP. > > > ... It would be easy with object templates, which > > I hope to finially have something to show by next year with on KDE4 after > > new releases of Quanta and Kommander this year. > > Possibly I can make do without for the time being. I probably > overestimated the ease of a accomplishing it. > > > Possibly you may find something like TemplateMagic useful. I have it > > using special tags in a Kommander dialog but you can alter it to work > > with any place holder and whatever your imagination can cook up. > > It is not obvious to me what I am supposed to do with it. Please see > > http://users.bigpond.net.au/jaymz/download/TemplateMagic.png > > I expect it could help automate my insertion of footnotes which is > horrifically tedious. See example in above image and at: Yes, but moreover you can examine what I have done and see how to customize things for your use. > > http://candobetter.org/node/514 > > Also, would a Kommander script be an appropriate front end for wget? > > I use: > > "wget -nc -p <URL> " Please open kmdr-editor and got to the help. You can automate any shell script. I have a Kommander user list on our web site you can join where you can get all your questions answered. > > ... to grab web pages together with (most) files upon which they depend. > The way the whole URL and all the files referred to map into the generated > path structure is immensely useful. > > Apparently there are plugins for browsers which accomplish the same, but I > have found that they either: > > a) aren't able to fully emulate "wget -nc -p <URL>"; or > b) cripple the browser (e.g. slogger Firefox/Iceweasel) > > Thanks again. > > regards, > > James > In addition to this you can use the http plugin to read in a web page. From there you can use Kommander's string functions, PHP or other languages or any command line program. I use it with the database plugin to talk with my web site and synchronize databases. -- Eric Laffoon Project Lead - kdewebdev module _______________________________________________ Quanta mailing list [email protected] https://mail.kde.org/mailman/listinfo/quanta
testmagic.html
(text/html, 474 B)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title><[title]></title> <meta name="GENERATOR" content="Quanta Plus"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </head> <body> let's try a list... <[list, combobox, red|green|blue]> and now a <SPAN style="color:<[Choose Color,color]>">color</SPAN>... and now choose a number <[Intergers, spinbox, 10, 7]> </body> </html>