diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-20 10:12:57 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-20 10:12:57 +0000 |
commit | de30102c49b5b15a6a9da5d6a2f84ead8ee1df8f (patch) | |
tree | b323fef803362088c51ba62ddafeff9f4ba7dbca /doc/soc | |
parent | 1c429043c0937d08fffe5ffea0628d1437bb3b6e (diff) |
wiki engine
Diffstat (limited to 'doc/soc')
-rw-r--r-- | doc/soc/application.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/soc/application.mdwn b/doc/soc/application.mdwn index cee975051..a5303addd 100644 --- a/doc/soc/application.mdwn +++ b/doc/soc/application.mdwn @@ -2,7 +2,7 @@ Based on ["What should a mentoring organization application look like?"](http:// 1. **Describe your organization.** - The ikiwiki project aims to develop a general-purpose wiki, with particular emphasis on personal wikis, project wikis, blogs, and collaborative software development. We provide several features unique or uncommon amongst wikis: + The ikiwiki project aims to develop a general-purpose wiki engine, with particular emphasis on personal wikis, project wikis, blogs, and collaborative software development. We provide several features unique or uncommon amongst wikis: * Rather than inventing yet another simplistic, linear revision control system, ikiwiki makes use of standard version control systems such as [[Subversion]] and [[Git]]. You can edit a wiki by committing to your repository, as well as through a traditional web interface. This makes ikiwiki ideal for collaborative software development; just keep your wiki in version control next to your software. You can also take advantage of the features of these systems; for instance, you can keep a local branch of your wiki via [[Git]]. |