CodeIgniter Forums
Open Blog - Relaunch - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: External Resources (https://forum.codeigniter.com/forumdisplay.php?fid=7)
+--- Forum: Addins (https://forum.codeigniter.com/forumdisplay.php?fid=13)
+--- Thread: Open Blog - Relaunch (/showthread.php?tid=66904)

Pages: 1 2 3


Open Blog - Relaunch - enlivenapp - 12-15-2016

Hi all,

I've recently acquired the (quite old code) ownership of Open Blog.  https://github.com/enlivenapp/Open-Blog

I would like to see if there's interest from the community for experienced members to join as a contributor.  

The initial rebuild will be on CI 3.x keeping in mind it'll be refactored soon after CI 4 comes out.

Edit: The Dev Repo for OB v3: https://github.com/enlivenapp/Open-Blog-3  Feel free to watch/star/etc and alpha/beta test with me.  I'm still committing (mostly) daily, and there's lots to be done still.

Edit 2: If you're just waiting for a usable product, keep an eye on https://github.com/enlivenapp/Open-Blog Once I've gone through all the stages, that's where the RC and released will be placed, as well as the OB website.


RE: Open Blog - InsiteFX - 12-18-2016

That's a pre CI 1.7.x version better off writing it from starch.


RE: Open Blog - ivantcholakov - 12-18-2016

... under a different license.


RE: Open Blog - enlivenapp - 12-18-2016

(12-18-2016, 04:31 AM)InsiteFX Wrote: That's a pre CI 1.7.x version better off writing it from starch.

Yep,

Currently, I have CI 3.1.2 as the base and it is a complete rewrite. (function calls in views, *shudders*)

I've added HMVC and made some other pretty massive changes but not pushed those to the repo yet.


RE: Open Blog - enlivenapp - 12-18-2016

(12-18-2016, 06:09 AM)ivantcholakov Wrote: ... under a different license.

Indeed,  version 3 and up will be released under the MIT license.  That's already been changed in the new repo.


RE: Open Blog - Relaunched - enlivenapp - 12-21-2016

The installer has been rewritten and works on MAMP/LAMP stacks.

I'm certainly looking for someone who does Windows based CI with MSSQL (and the new one) and SQLite/SQLite3. The basis for multiple database types are in the installer, but it currently only works for MySQL/MariaDB.

Currently, the installer is only available in English. I'll be moving to language files for localization and will be looking for translators after that.


RE: Open Blog - Relaunched - PaulD - 12-21-2016

I think the idea here is a great one. A nice simple blog that is lightweight, easy to install, customize and integrate into existing websites.

The problem is that the bar has been raised so high by ghost and wordpress et al that you are facing a very big mountainscape with a powerful toolbox and a spade.

What are your aims for your open source blog? What are it's goals or target audience? What will it do differently or better?

(If that sounds nosy I apologize in advance, just interested).

Paul.


RE: Open Blog - Relaunched - enlivenapp - 12-21-2016

(12-21-2016, 11:41 AM)PaulD Wrote: I think the idea here is a great one. A nice simple blog that is lightweight, easy to install, customize and integrate into existing websites.

The problem is that the bar has been raised so high by ghost and wordpress et al that you are facing a very big mountainscape with a powerful toolbox and a spade.

What are your aims for your open source blog? What are it's goals or target audience? What will it do differently or better?

(If that sounds nosy I apologize in advance, just interested).

Paul.

Hey @PaulD,

Really good questions.

The reason I went looking for (something) was because there is no depth to my loathing of Wordpress, it's security issues, and trying to do/be everything to everyone.

Ghost... amazingly great for blogging. That's what it does without trying to be all the things to everyone. The one 'but', it isn't easy to install or make/edit(themes), especially in comparison to CI. My girlfriend, who is not technically inclined, installed Ghost for her blog and she wanted to do it by herself, there was cussing for a week coming from her general direction.  In the end, I was asked to help.  Modifying anything is an exercise in frustration.

I'm not really trying to be in competition with WP or Ghost (or any other software), it's not meant to do anything differently per se, but to give an alternative to those options.

The goals are:
Easy installation for just about anyone
Ability to update from the admin panel (similar to wordpress)
Easy to use/edit/publish/etc...


RE: Open Blog - Relaunched - Diederik - 12-21-2016

I just took a quick peek at the v3 version to see if I could find some interesting helpers or other parts I could use / inspire me etc. Just a quick feedback, you could make it a lighter download. You have duplicated the CI system dir in the installer dir. If you change installer/index.php to:

PHP Code:
$system_path '../system'

Then you can delete /installer/system


RE: Open Blog - Relaunched - enlivenapp - 12-21-2016

(12-21-2016, 02:17 PM)Diederik Wrote: I just took a quick peek at the v3 version to see if I could find some interesting helpers or other parts I could use / inspire me etc. Just a quick feedback, you could make it a lighter download. You have duplicated the CI system dir in the installer dir. If you change installer/index.php to:

PHP Code:
$system_path '../system'

Then you can delete /installer/system

Thanks for the feedback! I missed the trees for the forest.

As for inspiration, helpers and such will be several weeks (if ever). I'm just starting on the code rewrite.

@Diederik Here's the commit of your suggestion. Thanks: https://github.com/enlivenapp/Open-Blog-3/commit/f78871a9d8e29404414868ae8f7c42dcaf06d6e2