This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Jed Hurt (author)
Tue Apr 29 21:43:31 -0700 2008
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Apr 16 14:26:11 -0700 2008 | [jherdman] |
| |
README.markdown | Tue Apr 29 21:43:31 -0700 2008 | [Jed Hurt] |
| |
Rakefile | Mon Apr 07 21:50:21 -0700 2008 | [jherdman] |
| |
app/ | Mon Apr 28 17:31:54 -0700 2008 | [Jed Hurt] |
| |
autotest/ | Fri Apr 04 14:46:06 -0700 2008 | [jherdman] |
| |
bugs/ | Tue Apr 22 12:32:21 -0700 2008 | [jherdman] |
| |
config/ | Tue Apr 22 10:08:53 -0700 2008 | [jherdman] |
| |
db/ | Mon Apr 07 17:21:07 -0700 2008 | [Jed Hurt] |
| |
gems/ | Tue Apr 08 01:26:15 -0700 2008 | [Jed Hurt] |
| |
lib/ | Mon Apr 21 22:46:17 -0700 2008 | [jherdman] |
| |
meta/ | Tue Apr 15 00:32:17 -0700 2008 | [elliottcable] |
| |
public/ | Tue Apr 22 12:30:32 -0700 2008 | [jherdman] |
| |
spec/ | Fri Apr 18 04:47:51 -0700 2008 | [jherdman] |
| |
tasks/ | Tue Apr 15 00:32:17 -0700 2008 | [elliottcable] |
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
- Markup and Styling still looks like wiki.merbivore.com
Take It For A Spin
- $ git clone git://github.com/meekish/collective.git
- $ cd collective
- $ cp config/database.sample.yml config/database.yml
- $ rake dm:db:automigrate
- $ merb
- Open a browser at http://localhost:4000/
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.
Caveat Emptor
The development database is auto migrated and seeded at every boot, so don't put anything in there that you want to keep
Lend A Hand
- git clone git://github.com/meekish/collective.git (or make a fork)
- gem install ditz
- cd collective
- ditz todo




