KXStudio Website https://kx.studio/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.markdown 4.9KB

9 years ago
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. 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.
  2. 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.
  3. Requirements
  4. ============
  5. Chyrp will thrive on virtually any server setup, but we guarantee Chyrp to run on no less than:
  6. * PHP 5 >= 5.2.0
  7. * MySQL:
  8. - MySQL 4.1+
  9. * SQLite:
  10. - SQLite 3+
  11. - PDO
  12. 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.
  13. Installation
  14. ============
  15. Installing Chyrp is easier than you expect. You can do it in four steps:
  16. 1. If using MySQL, create a MySQL database with a username and password.
  17. 2. Download, unzip, and upload.
  18. 3. Open your web browser and navigate to where you uploaded Chyrp.
  19. 4. Follow through the installer at [index.php]().
  20. That's it! Chyrp will be up and running and ready for you to use.
  21. Upgrading
  22. =========
  23. Keeping Chyrp up to date is important to make sure that your blog is as safe and as awesome as possible.
  24. 1. Download the latest version of Chyrp from [http://chyrp.net/](http://chyrp.net/).
  25. 2. Copy your config files<sup>1</sup> to somewhere safe.
  26. 3. Disable any Modules/Feathers that you downloaded for the release you're upgrading from.
  27. 4. Overwrite your current Chyrp installation files with the new ones.
  28. 5. Restore your config files<sup>1</sup> back to /includes/.
  29. 6. Upgrade by navigating to [upgrade.php](), and restore any backups.
  30. 7. Re-enable your Modules/Feathers.
  31. 8. Run the upgrader again. It will run the Module/Feather upgrade tasks.
  32. <sup>1</sup> The config files vary depending on what you're upgrading from. Any of these in are considered "config files":
  33. * `/includes/config.yaml.php`
  34. * `/includes/database.yaml.php`
  35. * `/includes/config.yml.php`
  36. * `/includes/database.yml.php`
  37. * `/includes/config.php`
  38. * `/includes/database.php`
  39. Extensions
  40. ==========
  41. 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](http://chyrp.net/extend).
  42. Installing Extensions
  43. =====================
  44. 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.
  45. ## Feathers
  46. Feathers add new *post types* to Chyrp. Post types determine what kind of media you can display in your blog.
  47. 1. Download and unzip the feather
  48. 2. Upload the feather to the `feathers/` folder.
  49. 3. Open your web browser and navigate to your Chyrp administration panel.
  50. 4. Click on the *Extend* tab, and then the *Feathers* sub tab.
  51. 5. Drag it from the Disabled pane to the Enabled pane.
  52. You can now use the feather by navigating to the Write tab and choosing the feather you uploaded.
  53. ## Modules
  54. Installing modules is quick, easy, and painless with Chyrp. They add extra functionality to Chyrp.
  55. 1. Download and unzip the module.
  56. 2. Upload the module to the `modules/` folder.
  57. 3. Open your web browser and navigate to your Chyrp administration panel.
  58. 4. Click on the *Extend* tab and drag it from the Disabled pane to the Enabled pane.
  59. 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.
  60. ## Themes
  61. Chyrp makes applying themes to your blog easy. With a single click you can change the look of your blog.
  62. 1. Download and unzip the theme.
  63. 2. Upload the theme to the `themes/` folder. Make sure that it is contained in it's own folder.
  64. 3. Open your web browser and navigate to your Chyrp administration panel.
  65. 4. Click on the *Extend* tab, and then the *Themes* sub tab.
  66. 5. Click on the screenshot of the theme you just uploaded to apply it to your blog.
  67. 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.
  68. ## Localization
  69. Chyrp is multilingual! If your first language isn't English, you can apply a new localization to Chyrp to make it speak your language.
  70. 1. Download and unzip the localization.
  71. 1. Upload the `.mo` file to the `includes/locale/` folder. You don't need anything else for the translation to work.
  72. 1. Open your web browser and navigate to your Chyrp administration panel.
  73. 1. Click on the *Settings* tab, and change the *Language* option to the language you just uploaded.