Skip to content

Redmine 3.x compatible version of the WikiNG Redmine plugin by Andriy Lesyuk

License

Notifications You must be signed in to change notification settings

atopcu/wiking

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WikiNG

Copy of the WikiNG Redmine plugin, developed by Andriy Lesyuk at https://projects.andriylesyuk.com/projects/wiking WikiNG offers additional formatting options for Redmine.

Original source code

https://subversion.andriylesyuk.com/wiking/

Documentation

https://projects.andriylesyuk.com/projects/wiking/wiki

Compatibility

Tested on Redmine 3.1.1 with Ruby 2.2.3 For Redmine 2.x compatibility, use version 1.0.0b of the plugin

Downloading and installing the plugin

First download the plugin using git, open a terminal in your Redmine installation directory:

git clone [email protected]:martin-denizet/wiking ./plugins/

Then you will need to do migrate the database for the plugin.

bundle exec rake redmine:plugins:migrate RAILS_ENV=production

The installation is now finished and you will be able to use the plugin after you restart your Redmine instance.

Credits

  • Andriy Lesyuk: Original idea and development
  • Dave Carlton for the idea of adding syntax reference
  • Oleg Kandaurov for assisting in porting the plugin to Redmine 2 / Rails 3
  • Ivan Cenov for Bulgarian translation
  • Ismail Sezen for Turkish translation
  • Ismail Sezen for the idea of the file: link
  • Daniel Gloger for patch fixing language in Wikipedia links
  • Timothy Miller for the "More" icon
  • Yusuke Kamiyamane for the "Success" and "Failure" icons
  • Ki Won Kim for Korean translation

How to contribute

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

GPLv2

Copyright (C) 2014 Andriy Lesyuk

About

Redmine 3.x compatible version of the WikiNG Redmine plugin by Andriy Lesyuk

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 57.0%
  • HTML 33.2%
  • CSS 9.4%
  • JavaScript 0.4%