Skip to content

kambara/listwiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ListWiki

Install

$ git clone git@github.com:kambara/listwiki.git
$ cd listwiki

RVM (ruby 1.9.2)

$ rvm install 1.9.2
$ rvm 1.9.2
$ rvm gemset create padrino
$ rvm 1.9.2@padrino

Bundler

$ gem install bundler
$ bundle install

Start the server

$ padrino start

Specify Daemonizing, Port, Environment and Adapter

$ padrino start -d -p 3000 -e development -a thin
$ padrino stop

See also Padrino Terminal Commands

Wiki Syntax

Formatting rules are similar to PukiWiki style.

Link

[[Page Name]]

External link

http://example.com/
[[Example: http://example.com/]]

Image

URL for png, jpeg or gif

http://example.com/hoge.png

YouTube video

URL for a YouTube video page

http://www.youtube.com/watch?v=sV75QjBrso0
http://youtu.be/sV75QjBrso0

Pre-formatted text

Indent every line of a block by one space character

~~~
 function hello() {
   alert('hello');
 }
~~~

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published