GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: my patches to the junebug wiki
Homepage: http://junebugwiki.com/
Clone URL: git://github.com/why/junebug.git
name age message
file History.txt Sun Jan 13 02:18:35 -0800 2008 Interim fix for activerecord 2.0 problems [tmyrtle]
file Manifest.txt Sat Dec 08 18:01:38 -0800 2007 Make ASCIIMathML support optional [tmyrtle]
file NOTES Tue Nov 28 11:41:39 -0800 2006 Allow dashes in wikiwords [tmyrtle]
file README.txt Tue Nov 21 18:08:51 -0800 2006 cleanups [tmyrtle]
file RELEASE_NOTES.txt Sun Jan 13 02:18:35 -0800 2008 Interim fix for activerecord 2.0 problems [tmyrtle]
file Rakefile Sun Jan 13 02:18:35 -0800 2008 Interim fix for activerecord 2.0 problems [tmyrtle]
directory bin/ Fri Nov 17 20:00:04 -0800 2006 removing unix specific stuff from docs [tmyrtle]
directory deploy/ Thu Jun 05 10:51:28 -0700 2008 State secret for Camping cookie sessions [qwzybug]
directory dump/ Tue Nov 28 00:30:17 -0800 2006 Removed yahoo grids, changed page naming conven... [tmyrtle]
directory lib/ Thu Jun 05 10:53:15 -0700 2008 "Create" link on empty search results [qwzybug]
file setup.rb Mon Nov 20 10:28:07 -0800 2006 Hoe conversion [tmyrtle]
directory test/ Sat Dec 08 02:31:02 -0800 2007 yui and mathml work, version 35 [tmyrtle]
README.txt
= JUNEBUG WIKI

* http://www.junebugwiki.com
* http://rubyforge.org/projects/junebug/
* tim.myrtle@gmail.com


== DESCRIPTION:

Junebug is a minimalist wiki, running on Camping.

This is an alpha release.  Use at your own risk.  Please do not use this for anything important.


== SYNOPSIS:
  
To create your Junebug wiki:

  % junebug testwiki

This creates a directory 'testwiki' with the necessary files.

  % cd testwiki
  % ruby wiki run

View your new wiki at: http://localhost:3301

If everything is running fine, you can set the wiki to run in the background.  Hit ctrl-C to kill the wiki, and then 
type

  % ruby wiki start

You can change default configuration (host, port, startpage, etc.. ) by editing the config.yml file.  For the changes to 
take effect, just restart the wiki:

  % ruby wiki restart


== REQUIREMENTS:

* Ruby and rubygems
* Sqlite3

_why has set up a page describing how to get sqlite3 set up on ruby for various platforms: 
http://code.whytheluckystiff.net/camping/wiki/BeAlertWhenOnSqlite3

Please follow the instructions _why has provided.  In particular, make sure that you have _why's latest sqlite3-ruby gem 
installed.


== INSTALL:

  % gem install junebug --include-dependencies


== NOTES:

Starting and stopping the wiki:

  % ruby wiki [start|stop|restart|run]


== CREDITS:

Thans to _why for camping http://code.whytheluckystiff.net/camping/wiki and his tepee wiki example which was the 
starting point for Junebug, and also to Chris Wanstrath for cheat http://cheat.errtheblog.com/ .


== LICENSE:

(The MIT License)

Copyright (c) 2006 Tim Myrtle

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
  
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
   
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.