A few questions about Concrete5 and CMS in general

today I discovered the wonderful world of CMS and decided to start exploring this area, although without any map or someone who leads me through this dense forest. I have a lot of questions mainly regarding the use of this tool and I hope someone can shed light on this area and help me feel at home.

and so far I have worked mainly with HTML and CSS to create my PHP sprinkled pages for some dynamic content (my PHP knowledge is very poor) the first thing I noticed after installing Concrete CMS was that he created a new editable page directly at www.mysite.com/concrete/. I wanted to know how I get this CMS to manage my already made HTML pages at www.mysite.com and not in a specific directory. Also, how can I apply the web design that I made as the theme for the CMS? and, finally, am I working with the right tool, or are there better CMSs that are free and easy to use? backlit to simple The website I’m developing is for my mother and I won’t be helping her keep the content up to date, so I need it to be as simple as possible while maintaining functionality like User Groups and permissions for each group users, easily editable text fields and contents, it is easy to upload images to the folder that I want to specify by default.

Thank you for reading the Wall with text.

+3
source share
1 answer

If you already know HTML and CSS, you can start well. This is a huge world, but there is no way to learn, except for immersion and testing!

: , HTML Concrete5 ( CMS, ). , CMS , . CMS , , , , . , (, , , , , ..) - HTML CSS. (.. "" ) HTML CSS ( - , ).

, , HTML CSS, , , . (, , , , , , ..).

... , -, , , www.mysite.com/concrete/, www.mysite.com, , "" Concrete5. , , , , ( ). , , ( "" ), , ( , ), . , " " . , , ( Concrete5.org, , ).

: , , "" , , "newsite" "c5site" "AnyHying", "- , " ", . , ( , , , .).

... - ? ! :

1) HTML/CSS (, , ), , ). "" ( 5 , " " ).

2) , , , . , , :

<?php
$a = new Area('Main');
$a->display($c);
?>

- , CMS, , , , , HTML ( , ). , , "", . , - . , - "", " " ( , ), ). , , - , , - , - 3 , " ", " ", " ".

3) , , , .

specific5.org (http://www.concrete5.org/documentation/how-tos/). , :

, . - , .

, - , , , Concrete5 - -, , , . - -, Wordpress , , Wordpress - . -, Drupal , , Drupal - . , , -, - CMS (Wordpress, Drupal, Joomla, Silverstripe ..), , :

  • , (, , , , ). , , , , - - -. , Concrete5 , . CMS ( ), , , - , ( ).

  • , HTML/CSS-. Wordpress , , , , Drupal Joomla, , , , , , ( ).

  • , , . , , PHP CMS, (, SilverStripe, Silverstripe C5 ).

, - , :)

, , , Concrete5, .

-

+18

All Articles