public
Description: Kohana user guide and live API documentation module
Homepage: http://kohanaphp.com/
Clone URL: git://github.com/kohana/userguide.git
name age message
file .gitignore Sun Jul 12 20:22:53 -0700 2009 Added .gitignore [shadowhand]
file README.md Tue Oct 27 16:22:54 -0700 2009 Added contributor notice about forks to README [shadowhand]
directory classes/ Tue Nov 24 12:14:28 -0800 2009 Fixing a problem with attaching the base URL to... [shadowhand]
directory config/ Sun Oct 18 20:14:11 -0700 2009 Changed the default language to "en-us" in conf... [icyleaf]
directory guide/ Tue Dec 08 05:35:52 -0800 2009 Typo [GeertDD]
directory i18n/ Tue Oct 27 16:15:50 -0700 2009 Remove invalid ending tags... Kohana never uses... [shadowhand]
file init.php Tue Oct 27 16:57:11 -0700 2009 - Renamed the "start.foo" to "about.foo" - Upda... [shadowhand]
directory media/ Wed Dec 02 06:28:30 -0800 2009 Remove the sticky menu... some package groups a... [shadowhand]
directory messages/ Fri Oct 23 11:29:15 -0700 2009 [ru-ru] main menu translated [biakaveron]
directory vendor/ Sun Jul 12 20:21:56 -0700 2009 Created initial kodoc module [shadowhand]
directory views/ Tue Nov 24 09:14:20 -0800 2009 Updated user guide API, fixed broken #id links ... [shadowhand]
README.md

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 you help!