Opensource CMS that allows defining editable regions [closed] - php

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm looking for an opensource lightweight CMS for those situations where you would like to be able to set up a web site with some editable content regions, but don’t want to have to install a full-blown CMS or try to hack a blogging system in order to do the job. Something similar to Perch or Cushy CMS, but free and opensource ofcourse.
Thanks

Have you tried having a look at concrete CMS.
Has editable regions and is fairly easy to use.
http://www.concrete5.org/

Check out http://php.opensourcecms.com/ they have a lot of CMSs (all opensource), they all have demos or links to demos. Check out the lite categories and you should be able to find what you want.

Related

Create a SilverStripe theme with Reactjs [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I am thinking on using SilverStripe as a CMS for a website I'm coding. I want to use ReactJS for the theme of the frontend's UI. I can't find any information on this except from this, but that only states that they are integrating it and nothing else. Have also looked into this but that's a backend UI extension.
Has anybody tried it out?
SilverStripe makes no assumptions or impositions on what you do with your frontend. You're free to use any framework and/or toolchain you like. For some good examples of React/Webpack with in a SilverStripe theme, check out:
https://github.com/stevie-mayhew/silverstripe-redux-example
Or for just a basic webpack workflow:
https://github.com/unclecheese/silverstripe-webpack-starter

Silverstripe only framework, use only framework part without base CMS [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Silverstripe has an awesome framework has anybody found any tutorials or examples how to take the framework and make own admin or CMS of your own?
Just don't install the CMS. Setup your routes (routes.yml), controllers (RootURLController and others) and templates (RootURLController.ss etc...), and you're done. The Framework actually comes with the admin side, which you can use for Member/Security management, and ModelAdmin!
http://doc.silverstripe.org/en/developer_guides/controllers/routing/
http://doc.silverstripe.org/en/developer_guides/controllers/introduction/
http://doc.silverstripe.org/en/developer_guides/templates/rendering_templates/
http://doc.silverstripe.org/en/developer_guides/customising_the_admin_interface/modeladmin/
It's not that different. Just remove the cms folder and do your things with the controller.
http://doc.silverstripe.org/en/developer_guides/controllers/introduction/

full feature multisite blogging engine [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
is there any full feature multisite blogging engine on ruby(rails)/php?
The standard Wordpress 3.0 installation contains Multisite Support (MS)
You can Download it here.
Here is a guide to migrating multiple sites to Worpress 3.0 Multisite.
I would use the product that John Nunemaker came out with, Harmony. App built very solid on Rails and makes blog creation a snap along with any type of customization you want to add.
Harmony App
In rails, mephisto is a one of good blogging engines which can be found here: http://mephistoblog.com/
And also one of good CMS is there- radiant: http://www.radiantcms.org/
Wordpress (The MU version) :)

Adding Search Capabilities to my website [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Instead of writing a PHP script from scratch, I wanted to know if there are any free scripts, plugins, or APIs out there that allow me to add a search box to my website to search only content on my site.
Google's free version is ad-supported, and I am looking for a clean, simple, and non ad-supported solution. Any ideas?
Check out the zend lucene extension. It provides a PHP interface to the open source Apache Lucene search engine.
Zend_Search_Lucene Documentation:
http://framework.zend.com/manual/en/zend.search.lucene.html
Apache Lucene project:
http://lucene.apache.org/java/docs/index.html
There are a number of these, one of them are sphider.
Here is a super easy way that works pretty well:
http://sitecomber.com/getsitecomber/
You can create code to paste into your site in about 2 minutes. It doesn't get easier than that. Search is powered by Google, but results are isolated to your website.

asp to php translator [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I am looking for some asp to php translator.
I tried http://www.design215.com/toolbox/translator/ it is totally buggy.
please suggest me good think.
Thanks in advance.
There is no commercially available or open source product that will turn classic ASP pages into PHP.
I've heard of companies rolling their own ASP to PHP compiler internally, but it always relies on keeping yourself to a particular subset of each language and/or external features (PHP Extensions, ASP Components, etc.)
You will not find what you're looking for.
This is something else that I found:
http://asp2php.naken.cc/docs.php
Haven't tried it out. But translation is probably not a very robust solution.

Categories