site builder written in PHP ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Bob Bedford

    site builder written in PHP ?

    Hi all,

    One of my client asked me to provide him a way to manage his web pages's
    site.

    He has an fixed html web site and now he'd like to change page content
    sometimes:
    1- change page colors
    2- add new pages
    3- delete pages
    4- change some text formatting (color, style...)

    Now, probably I ask too much, but I'm sure a web site builder written in
    PHP, letting the user use it like a simple word processing program (Ms Word)
    exists.

    I've found http://sourceforge.net/projects/gunther/ but not sure it will fit
    my needs.
    I remember once I've seen a way to format text in a WYSIWIG way, with a
    javascript script to include in pages...
    I'd like something in PHP as I may maintain it and also for hosting price
    reason.

    Please help !

    Bob


  • Justin Koivisto

    #2
    Re: site builder written in PHP ?

    Bob Bedford wrote:
    [color=blue]
    > Now, probably I ask too much, but I'm sure a web site builder written in
    > PHP, letting the user use it like a simple word processing program (Ms
    > Word) exists.[/color]

    Doubt that there is one written in PHP - at least that runs through the
    browser...
    [color=blue]
    > I remember once I've seen a way to format text in a WYSIWIG way, with a
    > javascript script to include in pages...
    > I'd like something in PHP as I may maintain it and also for hosting
    > price reason.[/color]

    http://www.koivi.com/WYSIWYG-Editor/ is written with Javascript. Because
    of how these types of applications need to interface with the user
    inputs, you cannot do this with PHP itself. However, you can take the
    submitted data from something like this and use PHP to parse it and
    such. Once of the best features of this is that if you copy a selection
    from an MS work doc and paste it into here, all the formatting is
    kept... colors, font sizes, indents, links, etc.

    --
    Justin Koivisto - spam@koivi.com

    Comment

    • Bob Bedford

      #3
      Re: site builder written in PHP ?

      I know client side script must be done in javascript, but server side, it's
      PHP. I'm looking for tools for creating new pages, set pages order, manage
      everything with PHP, and create text with JS.

      anybody ?

      Bob

      "Justin Koivisto" <spam@koivi.com > a écrit dans le message de news:
      atugd.356$m3.10 404@news7.onvoy .net...[color=blue]
      > Bob Bedford wrote:
      >[color=green]
      >> Now, probably I ask too much, but I'm sure a web site builder written in
      >> PHP, letting the user use it like a simple word processing program (Ms
      >> Word) exists.[/color]
      >
      > Doubt that there is one written in PHP - at least that runs through the
      > browser...
      >[color=green]
      >> I remember once I've seen a way to format text in a WYSIWIG way, with a
      >> javascript script to include in pages...
      >> I'd like something in PHP as I may maintain it and also for hosting price
      >> reason.[/color]
      >
      > http://www.koivi.com/WYSIWYG-Editor/ is written with Javascript. Because
      > of how these types of applications need to interface with the user inputs,
      > you cannot do this with PHP itself. However, you can take the submitted
      > data from something like this and use PHP to parse it and such. Once of
      > the best features of this is that if you copy a selection from an MS work
      > doc and paste it into here, all the formatting is kept... colors, font
      > sizes, indents, links, etc.
      >
      > --
      > Justin Koivisto - spam@koivi.com
      > http://www.koivi.com
      >[/color]


      Comment

      • R. Rajesh Jeba Anbiah

        #4
        Re: site builder written in PHP ?

        Justin Koivisto <spam@koivi.com > wrote in message news:<atugd.356 $m3.10404@news7 .onvoy.net>...
        <snip>[color=blue]
        > http://www.koivi.com/WYSIWYG-Editor/ is written with Javascript.[/color]

        Looks great; but the page is not FF compliant:-(

        --
        | Just another PHP saint |
        Email: rrjanbiah-at-Y!com

        Comment

        • R. Rajesh Jeba Anbiah

          #5
          Re: site builder written in PHP ?

          "Bob Bedford" <bedford1@YouKn owWhatToDoHereh otmail.com> wrote in message news:<41825b0f$ 0$28021$5402220 f@news.sunrise. ch>...[color=blue]
          > Hi all,
          >
          > One of my client asked me to provide him a way to manage his web pages's
          > site.
          >
          > He has an fixed html web site and now he'd like to change page content
          > sometimes:
          > 1- change page colors
          > 2- add new pages
          > 3- delete pages
          > 4- change some text formatting (color, style...)[/color]
          <snip>

          I don't think that the client is asking for an online Editor. Some
          of the page styling can be done only by editing the site's stylesheet.

          Adding and deleting pages can be done with CMS like logic.

          --
          | Just another PHP saint |
          Email: rrjanbiah-at-Y!com

          Comment

          • Ilija Studen

            #6
            Re: site builder written in PHP ?

            I love this editor. Small, fast... Do what I need him to do, nothing
            more and nothing less. Thanks!

            PS: What about license??? GPL, LGPL, BSD, CC?

            Comment

            Working...