Skip to content

Commit

Permalink
Updated markdown files in root folder
Browse files Browse the repository at this point in the history
- added more information to README and INSTALL
- updated CHANGELOG
  • Loading branch information
cwsoft committed Aug 11, 2015
1 parent bf08e46 commit 3419069
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 26 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ Please visit the [WBCE Github](https://github.com/WBCE/WebsiteBaker_CommunityEdi

## Auto generated Git commit history

* **2015-08-11:** NorHei [[bf08e46](https://github.com/WBCE/WebsiteBaker_CommunityEdition/commit/bf08e46ec394fb726815cfe8616f829587a1b537)]
> Updated IDNA class, and removed example file to avoid any security issues.
* **2015-08-11:** NorHei [[af83427](https://github.com/WBCE/WebsiteBaker_CommunityEdition/commit/af834277816667e4a9a2fdca9ca4853d31cc49c8)]
> just added a few empty lines and a comment in Initialize
* **2015-08-09:** cwsoft [[8592302](https://github.com/WBCE/WebsiteBaker_CommunityEdition/commit/859230271a7f57cba7672b0a71547fae01da5c0b)]
> Unified MIN_PASSWORD_LEN throughout scripts
- defined in install/save.php, account/login.php, admin/login/index.php

* **2015-08-09:** cwsoft [[54790c2](https://github.com/WBCE/WebsiteBaker_CommunityEdition/commit/54790c2900cd163880666d7e6215569dae796a20)]
> Some more branding in installer
- updated CHANGELOG
- moved create_changelog.sh script into tools folder

* **2015-08-09:** cwsoft [[19c98ca](https://github.com/WBCE/WebsiteBaker_CommunityEdition/commit/19c98cac276be5ad1a35c307182b2be5ba97e12b)]
> Removed Twig from modules addon_monitor and wbSeoTool
- Twig is part of the WBCE core so no need to include Twig in module folders
Expand Down
21 changes: 10 additions & 11 deletions INSTALL.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
# WebsiteBaker CE Installation Instructions

1. Preparing your webspace
- Login to your webspace account and create a database
- Login to your webspace account and create a MySQL database

2. Download WebsiteBaker CE
2. Download WebsiteBaker CE
- Download [WebsiteBaker CE](http://wbce.org)
- Unzip the package to your local machine

3. Preparing the installation package
- Rename `config.php.new` to `config.php`
- Delete file `upgrade-script.php`

4. Uploading
- Upload all files to your webspace using the FTP programm of your choice
3. Uploading
- Upload all files inside subfolder `wbce` into the root folder of your webspace using your FTP tool of choice

5. Installation
- Call the installer by visting [http://yourdomainname.com/](http://yourdomain.com) in your browser
- Follow the installation instructions
- Visit your domain [http://yourdomainname.com/](http://yourdomain.com) or IP address in your web browser
- You will be presented with an installation wizard asking for database and login credentials
- Follow the instructions of the installation wizard

6. Wrap up
- Delete the folder `/install` from your webspace using your FTP tool
- Check if the root folder of your webspace contains an `/install` folder and/or a `upgrade-script.php` file
- Delete the folder and the file from your webspace using your FTP tool of choice
- Have fun
31 changes: 16 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,35 +3,36 @@ The [WebsiteBaker Community Edition](http://wbce.org) (`WBCE` or `WebsiteBaker C

Experienced developers, designers und users will work together to give `WebsiteBaker` a future - without personal struggles, without hopeless outdated modules and without templates from internet stone age. [WBCE](http://wbce.org) aims to show that `WebsiteBaker` is not yet dead - and there's a community, where the idea of reaching a common goal is more important than sandbox quarrels. Welcome to [WBCE](http://wbce.org)!

## WBCE Features
## Features
`WebsiteBaker Community Edition` is a content management system which aims to combine security, a user friedly interface, search enginge optimization and performance in the best way. As a further development of the approved, but a bit aged `WebsiteBaker` CMS, `WBCE` has broke free from burdens, but is as compatible as possible to all modules which are at least a little bit maintained.

Furthermore `WBCE` is shipped with the most useful modules and modifications for `WebsiteBaker` recently developed by the community. So you have the full power of a tweaked `WebsiteBaker` without patching core files and installing modules by yourself. `WBCE` shows what WebsiteBaker could be.

Changes introduced to `WBCE` are tracked in [CHANGELOG.md](CHANGELOG.md) and the [GitHub commit history](https://github.com/WBCE/WebsiteBaker_CommunityEdition/commits/master).

### System Requirements
## System Requirements
- about 10 MB webspace
- PHP 5.3.6 or newer
- mySQL 5.0 or newer
- ca. 10 MB space
- mode_rewrite for `even nicer` URLs

### Further Readings
## Links
- [WBCE Project](http://wbce.org)
- [WBCE User Forum](http://forum.wbce.org)
- [WBCE GitHub Repository](https://github.com/WBCE/WebsiteBaker_CommunityEdition)
- [WBCE Bugtracker](https://github.com/WBCE/WebsiteBaker_CommunityEdition/commits/master)
- [WBCE Commit History](https://github.com/WBCE/WebsiteBaker_CommunityEdition/commits/master)
- [WBCE Changelog](CHANGELOG.md)

## License
[WebsiteBaker CE](http://wbce.org) is released under the **GNU General Public License v2** or any later version.
Please refer to the [LICENSE](LICENSE.md) file for a copy of the license.

/**
* WebsiteBaker Community Edition (WBCE)
* More Baking. Less Struggling.
* Visit http://wbce.org to learn more and to join the community.
*
* @copyright Ryan Djurovich (2004-2009)
* @copyright WebsiteBaker Org. e.V. (2009-2015)
* @copyright WBCE Project (2015-)
* @license GNU GPL2 (or any later version)
*/
* WebsiteBaker Community Edition (WBCE)
* More Baking. Less Struggling.
* Visit http://wbce.org to learn more and to join the community.
*
* @copyright Ryan Djurovich (2004-2009)
* @copyright WebsiteBaker Org. e.V. (2009-2015)
* @copyright WBCE Project (2015-)
* @license GNU GPL2 (or any later version)
*/

0 comments on commit 3419069

Please sign in to comment.