Results 1 to 4 of 4

Thread: CMS with Qt library

  1. #1
    Join Date
    Oct 2007
    Location
    Italy
    Posts
    172
    Thanks
    39
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default CMS with Qt library

    Hello,
    anyone know if there is a sort of CMS for internet site developed with Qt library?
    i mean something like phpnuke, something to manage my internet site on my localhost.
    thx

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: CMS with Qt library

    Hmm.... I don't think so. Why would you want a Qt-based application like that?

  3. #3
    Join Date
    Feb 2006
    Location
    Romania
    Posts
    2,744
    Thanks
    8
    Thanked 541 Times in 521 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: CMS with Qt library

    If i remember correctly, patrick08 (I don't know his real name) mentioned a while ago something like that in one of his posts... Something he developed.

  4. #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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.