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 Sunday 18 May 2008 7:21:37 pm James Sinnamon wrote: > Is there a simple way, using scripts, to integrate quanta with drupal so > that a html file (less header and body tag) being edited, or (better still) > parts of it, corresponding to the article body and the article teaser, can > be inserted into the drupal 'edit page' form? > > See > > http://users.bigpond.net.au/jaymz/download/DrupalPageEditForm.png > > TIA > > James I know what Drupal is 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. 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 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. -- Eric Laffoon Project Lead - kdewebdev module _______________________________________________ Quanta mailing list [email protected] https://mail.kde.org/mailman/listinfo/quanta
TemplateMagic.kmdr
(application/x-kommander, 26.7 KB) - not displayed
TemplateMagic.kmdr.info
(text/plain, 740 B)
<?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet type=text/xsl href=info.xsl ?> <!DOCTYPE QuantaScriptInfo> <INFO> <options editor="kmdr-editor" interpreter="kmdr-executor" /> <name>TemplateMagic.kmdr</name> <author>Eric Laffoon</author> <email>[email protected]</email> <website>http://kdewebdev.org</website> <version>0.2</version> <license>GPL-2</license> <about>This Template Magic enables the creation of custom fields in a template. You can create text, combo, color and other fields and as many as you want. During page insertion when run through a filter this will enter your content into the fields. Since this is Kommander you can easily extend and enhance it with point and click in the Kommander editor.</about> </INFO>