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.
Chyrp will thrive on virtually any server setup, but we guarantee Chyrp to run on no less than:
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.
Installing Chyrp is easier than you expect. You can do it in four steps:
That's it! Chyrp will be up and running and ready for you to use.
Keeping Chyrp up to date is important to make sure that your blog is as safe and as awesome as possible.
1 The config files vary depending on what you're upgrading from. Any of these in are considered “config files”:
/includes/config.yaml.php
/includes/database.yaml.php
/includes/config.yml.php
/includes/database.yml.php
/includes/config.php
/includes/database.php
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.
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 add new post types to Chyrp. Post types determine what kind of media you can display in your blog.
feathers/
folder.You can now use the feather by navigating to the Write tab and choosing the feather you uploaded.
Installing modules is quick, easy, and painless with Chyrp. They add extra functionality to Chyrp.
modules/
folder.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. They are marked with red lines between them on the Modules page.
Chyrp makes applying themes to your blog easy. With a single click you can change the look of your blog.
themes/
folder. Make sure that it is contained in it's own folder.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.
Chyrp is multilingual! If your first language isn't English, you can apply a new localization to Chyrp to make it speak your language.
.mo
file to the includes/locale/
folder. You don't need anything else for the translation to work.