This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
khosb/includes/kohana/modules/userguide
2011-05-03 09:49:01 +10:00
..
classes Added Kohana v3.0.8 2011-05-03 09:49:01 +10:00
config Added Kohana v3.0.8 2011-05-03 09:49:01 +10:00
guide Added Kohana v3.0.8 2011-05-03 09:49:01 +10:00
i18n Added Kohana v3.0.8 2011-05-03 09:49:01 +10:00
media Added Kohana v3.0.8 2011-05-03 09:49:01 +10:00
messages Added Kohana v3.0.8 2011-05-03 09:49:01 +10:00
vendor/markdown Added Kohana v3.0.8 2011-05-03 09:49:01 +10:00
views/userguide Added Kohana v3.0.8 2011-05-03 09:49:01 +10:00
init.php Added Kohana v3.0.8 2011-05-03 09:49:01 +10:00
README.md Added Kohana v3.0.8 2011-05-03 09:49:01 +10:00

Kohana user guide and live API documentation module

Note to Contributors

Just so you are aware, I am not merging forks of forks. As the owner of a translation language, I expect you to merge the downstream forks into your own. For instance:

kohana/userguide
-- you/userguide-xx
-- -- person/userguide-xx

All changes from person/userguide-xx must be merged into your own repo, using git merge or the fork queue. See github forking for more information about how to merge remote repositories, and note that you will need to add a remote for person/userguide-xx using:

git remote add person git://github.com/person/userguide-xx
git pull person master

Thanks for your help!