Every repository with this icon (
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Jun 11 12:36:03 -0700 2008 | |
| |
COPYING | Wed Mar 12 14:09:21 -0700 2008 | |
| |
README.markdown | ||
| |
admin/ | ||
| |
feathers/ | ||
| |
gettext.rb | ||
| |
importers/ | ||
| |
includes/ | ||
| |
index.php | ||
| |
install.php | ||
| |
modules/ | ||
| |
sanitize.py | Fri May 23 18:57:53 -0700 2008 | |
| |
themes/ | ||
| |
triggers.rb | Wed Apr 30 15:19:30 -0700 2008 | |
| |
triggers_list | ||
| |
update_gettext | ||
| |
upgrade.php |
Chyrp is a blogging engine designed to be lightweight while retaining functionality. It is driven by PHP and MySQL (or SQLite), and has a great standard theme and robust module engine. You can personalize and modify it any way you want.
All of your content is powered by a unique Feathers system that allows Chyrp to be whatever you want it to be. You can post anything and everything, or just stick to the default Text feather and run a regular blog. Chyrp destroys the fine line between a blog and a tumblelog.
Requirements
Chyrp will thrive on virtually any server setup, but we guarantee Chyrp to run on no less than:
- PHP 5 >= 5.1.0
- PDO and PDO_MYSQL -OR- PDO and PDO_SQLITE
- DateTime installed (PHP 5.1.x marks it as experimental and you need to enable it, but 5.2.x should have it by default.)
- MySQL 4.1 -OR- SQLite 3
- Apache 1.3.3
These requirements are more of guidelines, as these are the earliest versions of the services that we have tested Chyrp on. If you are successfully running Chyrp on an earlier version of these services, let us know.
Installation
Installing Chyrp is easier than you expect. You can do it in four steps:
- If using MySQL, Create a MySQL database with a username and password.
- Download, unzip, and upload.
- Open your web browser and navigate to where you uploaded Chyrp.
- Follow through the installer.
That's it! Chyrp will be up and running and ready to do your bidding.
Upgrading
Keeping Chyrp up to date is important to make sure that your blog is as safe as possible.
- Download the latest version of Chyrp from http://chyrp.net/.
- Overwrite your current Chyrp installation files (be sure to back up
/themes,/modules, and/feathers) with the new ones. - Upgrade by navigating to upgrade.php.
- Restore any backups you made.
Upgrading from 1.1.x
Upgrading from 1.1.x is only available for the first 2.0 release.
- Overwrite your old upgrade.php with the one included in the 2.0 package.
- Upgrade by navigating to upgrade.php.
- Follow its directions.
Extensions
Chyrp isn't complete without activating a few extensions. Extensions add functionality (ex. audio clips, video, photos) to Chyrp. You can find extensions for Chyrp made by the Chyrp community at http://chyrp.net/extend.
Installing Extensions
To install extensions, you have to determine what type of extension it is. It can be a module, a feather, a theme, or a localization. There's a different setup process for each type.
Feathers
Feathers add new post types to Chyrp. Post types determine what kind of media you can display in your blog.
- Download and unzip the feather
- Upload the feather to the
feathers/folder. - Open your web browser and navigate to your Chyrp administration panel.
- Click on the Extend tab, and then the Feathers sub tab.
- Click the enable link beside the feather you just uploaded.
You can now use the feather by navigating to the Write tab and choosing the feather you uploaded.
Modules
Installing modules is quick, easy, and painless with Chyrp. They add extra functionality to Chyrp.
- Download and unzip the module.
- Upload the module to the
modules/folder. - Open your web browser and navigate to your Chyrp administration panel.
- Click on the Extend tab and click the enable link beside the module you just uploaded.
The module is now installed and is ready for action. Keep in mind that some modules may conflict with each other if they do similar tasks.
Themes
Chyrp makes applying themes to your blog easy. With a single click you can change the look of your blog.
- Download and unzip the theme.
- Upload the theme to the
themes/folder. Make sure that it is contained in it's own folder. - Open your web browser and navigate to your Chyrp administration panel.
- Click on the Extend tab, and then the Themes sub tab.
- Click on the screenshot of the theme you just uploaded to apply it to your blog.
Chyrp can even show you what the theme will look like before anyone else sees it. In the Themes sub tab, click on the Preview button below the theme screenshot to see the theme.
Localization
Chyrp is multilingual! If your first language isn't English, you can apply a new localization to Chyrp to make it speak your language.
- Download and unzip the localization.
- Upload the
.mofile to theincludes/locale/folder. You don't need anything else for the translation to work. - Open your web browser and navigate to your Chyrp administration panel.
- Click on the Settings tab, and change the Language option to the language you just uploaded.
Chyrp is in need of people like you to help localize Chyrp to your language.









