taskSavannah Administration - Tasks: task #6490, Submission of model view...

 
 

task #6490: Submission of model view controller content management

Submitter:  Rafael Sanches <rsanches>
Submitted:  Sun 04 Feb 2007 11:48:57 PM UTC
   
 
Should Start On:  Sun 04 Feb 2007 12:00:00 AM UTC Should be Finished on:  Wed 14 Feb 2007 12:00:00 AM UTC
Category:  Project Approval Priority:  * 5 - Normal
Status:  Cancelled Privacy:  Public
Assigned to:  kickino Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 24 Mar 2007 04:07:27 PM UTC, comment #2: 

Hi,

We did not get a response from you, so we deleted your project from the pending queue.

If you would still like to have your project hosted at Savannah, please register it again.

The re-registration URL found in our acknowledgment of your earlier registration will direct
you to the proper location where you can re-register your project.

Regards.


Sebastian Wieseler <kickino>
Fri 09 Mar 2007 03:34:34 PM UTC, comment #1: 

Hi,
I'm evaluating the project you submitted for approval in Savannah.


Firstly, in order to release your project properly and unambiguously under the GPL,
please place copyright notices and permission-to-copy statements at the beginning of every file of source code.

In addition, if you haven't already, please include a copy of the plain text version of the GPL,
available from http://www.gnu.org/licenses/gpl.txt, into a file named "COPYING".

For more information, see http://www.gnu.org/licenses/gpl-howto.html.

The GPL FAQ explains why these procedures must be followed.
To learn why a copy of the GPL must be included with every copy of the code, for example,
see http://www.gnu.org/licenses/gpl-faq.html#WhyMustIInclude.



Secondly, some files already has got license+copyright information, but can you please fix there the FSF address?

The address of the FSF has changed, and is now:

  51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA

Please update your license notices.

Updates versions of the GPL, LGPL and GFDL can also be found at:
http://www.gnu.org/licenses/gpl.txt
http://www.gnu.org/licenses/lgpl.txt
http://www.gnu.org/licenses/fdl.txt

Please update the copy of the license (usually, the 'COPYING' file) in your package as well.

You can find some background and a possible migration script at https://savannah.gnu.org/forum/forum.php?forum_id=3766


At third, can you please explain to us the "page builder concept"?


Please provide us with an updated tarball.
Regards,

Sebastian Wieseler <kickino>
Sun 04 Feb 2007 11:48:57 PM UTC, original submission:  

A new project has been registered at Savannah
This project account will remain inactive until a site admin approves or discards the registration.


Registration Administration


While this item will be useful to track the registration process, approving or discarding the registration must be done using the specific Group Administration page, accessible only to site administrators, effectively logged as site administrators (superuser):



Registration Details


  • Name: model view controller content management
  • System Name:  mvcms
  • Type: non-GNU software & documentation
  • License: GNU General Public License V2 or later





Description:

CMS, for programmers and operators, that uses the MVC concept to create dynamic and high performance content. The concepts used to the create a webpage are:
    *  PHP source code.
    * Smarty templates that together create a Page.
    * Multi-language database that defines the languages for each Template
    * Smarty config, that can hold configurable variables for each Template
   
The concept of web page is:

    * A Smarty template is a document that represents the way that the data is displayed. A Page, for the Page Builder, is the displaymeant of some templates organized in a particular way. This way is also a template, that is the default template for the respective Page.
    * When a page is called the Page Builder engine check if the the Page files have been already created in the file system and if it was not created in the FS, create: PHP file, TPL file, CONF file. This files are created in this way:
          o PHP file:
                + Go recursivelly, throught the Templates of the page, to create a string that represents a PHP code to create a array with all multi-language tags.
                + Go recursivelly, throught the Templates, creating the PHP codes that represents the page.
          o Template file:
                + Go recursivelly, throught the Templates, creating the Smarty template for the current page. Each template can have included templates inside (that can have php code and multi-language tags attached).
          o Config file:
                + Go recursivelly, throught the Templates, creating the Smarty config file to this Page. For more help about this access
               
               
               
To create the pages in that structure there is a PAGE BUILDER that was created in that structure.



Other Software Required:

PHP - php.net
Smarty - smarty.php.net
MySQL (or any database supported by PHP Data Objects)


Other Comments:

Hi all! For who I have to send the snapshot of the sourcecode!?
If it's possible, i would like to explain the idea and show the "page builder" concept to someone.

Thanks a lot!
Rafa


Rafael Sanches <rsanches>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #12116:  picmix_core.tar.gz added by rsanches (269KiB - application/x-gzip - Just the principal classes, it's not full or organized in a way to work)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by kickino (Posted a comment)
  • -email is unavailable- added by rsanches (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2007-03-24 kickino StatusWait reply Cancelled
        Open/ClosedOpen Closed
    2007-03-09 kickino StatusNone Wait reply
        Assigned toNone kickino
    2007-03-05 rsanches Attached File- Added picmix_core.tar.gz, #12116

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code