jeffbski / collective forked from meekish/collective
- Source
- Commits
- Network (8)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
commit 3b344c14abcff7635eaf37a3b0140a74ad2c9401
tree 9da77c14a28dd1fa62439935f71f8937cd071674
parent 52605c73c7920ca66d3c1608a330523195813898
tree 9da77c14a28dd1fa62439935f71f8937cd071674
parent 52605c73c7920ca66d3c1608a330523195813898
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu May 22 11:48:03 -0700 2008 | |
| |
LICENSE | Fri May 09 09:55:44 -0700 2008 | |
| |
README.markdown | Sat Jun 28 17:11:07 -0700 2008 | |
| |
Rakefile | Mon Apr 07 21:50:21 -0700 2008 | |
| |
app/ | Sat Jun 28 16:15:50 -0700 2008 | |
| |
autotest/ | Fri Apr 04 14:46:06 -0700 2008 | |
| |
config.ru | Mon Jun 09 22:52:14 -0700 2008 | |
| |
config/ | ||
| |
db/ | Wed Aug 27 00:01:47 -0700 2008 | |
| |
gems/ | Tue Apr 08 01:26:15 -0700 2008 | |
| |
lib/ | ||
| |
meta/ | Tue Apr 15 00:32:17 -0700 2008 | |
| |
public/ | Tue Jun 10 10:53:21 -0700 2008 | |
| |
spec/ | ||
| |
tasks/ | Mon May 05 23:57:02 -0700 2008 |
README.markdown
Collective
A no-frills wiki built on Merb 0.9.x and DataMapper
Features/Problems
- Versioned pages
- Textile/Markdown content formatting
- Pretty page urls
- Custom theme support
Take It For A Spin
- $ git clone git://github.com/meekish/collective.git
- $ cd collective
- $ cp config/database.yml.sample config/database.yml
- $ cp config/collective.yml.sample config/collective.yml
- $ rake db:bootstrap
- $ merb
- Open a browser at http://localhost:4000/
Dependencies required
- merb
- RedCloth
- vikinggem
- merb_datamapper
- datamapper (>= 0.9.4)
- merb_helpers
- diff-lcs
- can_has_fixtures (use for spec test)
Spam Protection
Collective supports protection against spam using either the Akismet or Defensio API via Viking. By default this support is disabled. To enable support you will need to create a configuration file named spam_protection.yml in the config directory. A sample file is available for you in config/spam_protection.yml.sample.
Your configuration file must: * have the name of your desired spam protection service. Available options
include: 'akismet', 'defensio', or blank (i.e. disabled).
- have both your API key and 'blog' connection options included. See the documentation for your service of choice for details on these options.
Lend A Hand
Check out the bug tracker. Pull requests and patches are welcomed.

