Results 1 to 4 of 4

Thread: CMS with Qt library

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Join Date
    May 2006
    Posts
    788
    Thanks
    49
    Thanked 48 Times in 46 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: CMS with Qt library

    Hi ... yes i have write a xhtml editor its part of a simple CMS manager ...
    http://www.qt-apps.org/content/show....?content=59493
    is only simple edit ... page and drag drop image ...

    Ony put page on a mysql table title|category|keywords|zip_file
    and on server i use xml http://www.popoon.org/ a XML Publishing Framework for PHP 5
    to display pages... xml && xhtml...

    Category mysql nested tree and render to xml play all category, item and pages

    Zip file having xml pages on 3-6 language and image or attachment on any format.
    Upload on PUT http && a copy to mysql table and to folder tree image and so..

    Now my target is to enlarge MiniScribus http://www.qt-apps.org/content/show....?content=67552
    which is able to export <div> layer top,left position as xhtml the base format is Apache FOP format and can rotate layer elements (html not possibel. :-))
    http://xmlgraphics.apache.org/fop/ to render rtf,doc,pdf,xml & other format.

    And result page html upload to http://www.silverstripe.com/ CMS ( from Google team.)

    The big Problem is QTextDocument, not having QDataStream to send on server or save 1/1 to sql you can write 100 document on pc nr.1 and pc nr.2 not display on same way,
    Fonts are not portable.. You must have a format to save exact QTextDocument to play same at next day import html ist not a clean solution. html must stay only as export not import.....







    on http://www.qmake.net/ i use this CMS ...
    Last edited by patrik08; 15th March 2008 at 17:22.

Similar Threads

  1. Wrap a static QT library inside an XPCOM component ?
    By Paul_Xul in forum Qt Programming
    Replies: 2
    Last Post: 3rd August 2010, 07:16
  2. Replies: 4
    Last Post: 18th December 2009, 18:55
  3. All font library has same glyph index for glyph ??
    By Gaurav K SIngh in forum Qt for Embedded and Mobile
    Replies: 16
    Last Post: 1st August 2007, 15:12
  4. Replies: 1
    Last Post: 5th March 2007, 20:50
  5. MinGW Windows Library Search Path
    By zztop in forum Qt Programming
    Replies: 4
    Last Post: 26th March 2006, 15:18

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.