Part of the EllisLab Network
   
1 of 7
1
Bancha, Open-source CMS
Posted: 08 January 2012 12:36 PM   [ Ignore ]  
Grad Student
Rank
Total Posts:  38
Joined  01-07-2012

Hello, I just want to write two lines about a new cms powered by CodeIgniter that I wrote: Bancha.

Bancha is capable to manage any kind of project/website, specially when it have many different types of contents.
Bancha bases its power on some pillars that make it different from other CMS: It allows you to handle any type of content: pages, news, photo galleries, products, etc ... through XML schemas. In 10 minutes, you can configure a website to manage, list and view any kind of thing you want.

Bancha is made by a powerful team of Web Developers. You can contribute yourself, joining our team on GitHub! Did you discovered a bug? Fix it, or write us a message on the issue tracker!

The official website is http://getbancha.com and the documentation can be found here http://docs.getbancha.com

GitHub: https://github.com/squallstar/bancha

Some websites made with Bancha:
http://www.squallstar.it
http://getbancha.com
http://www.mint-sugar.com

See how easy is to query Bancha’s ORM:
https://github.com/squallstar/bancha/blob/master/themes/sandbox/views/templates/homepage.php

Technical notes: The core is based on CI 2.1 but we extended it to be more, more powerful smile

Cheers,
Nicholas Valbusa

Profile
 
 
Posted: 09 January 2012 05:06 AM   [ Ignore ]   [ # 1 ]  
Summer Student
Total Posts:  10
Joined  01-09-2012

hello nicholas,

i just visit yous cms site and manipulate the front and back end. I MIGHT SAY IT’S A FANTASTIC CMS THAT WILL BE BORN HERE.

i hope you continue your efforts to lead it to the top!!

Good luck.

Idriss from morocco

Profile
 
 
Posted: 09 January 2012 05:38 AM   [ Ignore ]   [ # 2 ]  
Summer Student
Total Posts:  10
Joined  01-09-2012

...
i just want to know if there is a module where we can manage users and roles. Because i want to develop a site with multi-user access. OK it’s a real-estate site with access for agencies that are can create their own lists of properties.

 

Profile
 
 
Posted: 09 January 2012 05:41 AM   [ Ignore ]   [ # 3 ]  
Grad Student
Rank
Total Posts:  38
Joined  01-07-2012
areesto - 09 January 2012 05:38 AM

...
i just want to know if there is a module where we can manage users and roles. Because i want to develop a site with multi-user access. OK it’s a real-estate site with access for agencies that are can create their own lists of properties.

hello, Bancha features a full users-groups-roles module. In the demo that you tried I disabled the user/groups panel.

You can try it by yourself installing Bancha on your host smile

Cheers,
Nicholas

Profile
 
 
Posted: 09 January 2012 07:30 AM   [ Ignore ]   [ # 4 ]  
Summer Student
Total Posts:  10
Joined  01-09-2012

Ok great! thank you for the response wink i will try it today in localhost…

Profile
 
 
Posted: 10 January 2012 08:05 AM   [ Ignore ]   [ # 5 ]  
Summer Student
Total Posts:  11
Joined  11-10-2009

Looks great! really good work in there - design too is great. One fairly large flaw I could spot is that you are storing passwords in plaintext!

Profile
 
 
Posted: 10 January 2012 08:26 AM   [ Ignore ]   [ # 6 ]  
Grad Student
Rank
Total Posts:  38
Joined  01-07-2012
liamr - 10 January 2012 08:05 AM

Looks great! really good work in there - design too is great. One fairly large flaw I could spot is that you are storing passwords in plaintext!

Thanks for your time! smile
I just opened a new issue about the password storing on the github tracker, you can view it here: https://github.com/squallstar/bancha/issues/90

I’m gonna fix it in the next days!

Nicholas

Profile
 
 
Posted: 10 January 2012 09:22 AM   [ Ignore ]   [ # 7 ]  
Summer Student
Total Posts:  11
Joined  11-10-2009

You ever think of using yaml as the schema language? - I’ve used xml a lot, but yaml reads much more clean?

Profile
 
 
Posted: 10 January 2012 09:32 AM   [ Ignore ]   [ # 8 ]  
Grad Student
Rank
Total Posts:  38
Joined  01-07-2012
liamr - 10 January 2012 09:22 AM

You ever think of using yaml as the schema language? - I’ve used xml a lot, but yaml reads much more clean?

I never used YAML so i decided to use XML schemes… I’m gonna look at it!

Btw the speed doesn’t change because xml files are cached as parsed and serialized multi-dimensional arrays.

Profile
 
 
Posted: 10 January 2012 09:36 AM   [ Ignore ]   [ # 9 ]  
Summer Student
Total Posts:  11
Joined  11-10-2009

Yeah just looking at it now - really nice system. I can see it being pretty powerful in building out sites.

Profile
 
 
Posted: 10 January 2012 09:43 AM   [ Ignore ]   [ # 10 ]  
Grad Student
Rank
Total Posts:  38
Joined  01-07-2012
liamr - 10 January 2012 09:36 AM

Yeah just looking at it now - really nice system. I can see it being pretty powerful in building out sites.

Oh, I also decided to use XML because everyone that knows HTML can write XML without the needs to learn another data-container language so it’s “universal”!

Profile
 
 
   
1 of 7
1