Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brendanashworth/blogza
https://github.com/brendanashworth/blogza
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/brendanashworth/blogza
- Owner: brendanashworth
- License: gpl-2.0
- Created: 2013-10-04T03:01:01.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-01T19:04:43.000Z (about 10 years ago)
- Last Synced: 2023-08-02T14:08:00.578Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 1.62 MB
- Stars: 3
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[Blogza](http://blogza.net)
======> Blogza is an open source blogging framework, designed to make blogging enjoyable and keep it simple. The software is designed to be structured well to keep development easy and keep the website fast. **Deprecated in favor of [Ghost](https://github.com/TryGhost/Ghost).**
[![Build Status](https://travis-ci.org/brendanashworth/Blogza.png?branch=master)](https://travis-ci.org/brendanashworth/Blogza)
### Setup
```bash
$ cd /var/www
$ git clone https://github.com/boboman13/Blogza.git
```Then set the web base directory (via Apache, nginx, Lighttpd, etc) to /var/www/Blogza, or the chosen web directory.
Then edit the `system/settings.php` to the wished settings. Right after, edit the `system/routes.php` and uncomment the 19th and 20th lines. Navigate to `http://{web_server}/install/` and follow the installation instructions. It will go up to the first admin user creation.
Immediately afterwards, navigate to `http://{web_server}/` and comment the 19th and 20th lines in `system/routes.php`. Your Blogza blog is now installed.
### Contributing
Simply fork the project, add your changes to the local repository, then submit a pull request in the `master` branch to contribute. The pull request will then be looked over by the project manager/s.Should the pull request not follow the project's goals, it may or may not be accepted. If it isn't accepted, don't take it personally - keep the changes on your local fork! If the changes are large enough, we'll link to it in our README. Note: follow the license.
### Project Core Goals
* **Speed**: The software must be fast. All features designed to be used on a regular basis should load ~fast~. The admin panel is also 100% Ajax.
* **Simplicity**: There should be no learning curve with the user interface.