Skip to content

Commit

Permalink
Update docs and note about previm developers
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn committed Jul 20, 2018
1 parent df6a721 commit 818b50b
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 10 deletions.
6 changes: 3 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Using open source codes' LICENSES

* marked.min.js
[preview/js/lib/marked.min.js](https://github.com/kannokanno/previm/blob/master/preview/js/lib/marked.min.js)
[preview/js/lib/marked.min.js](https://github.com/previm/previm/blob/master/preview/js/lib/marked.min.js)

Copyright (c) 2011-2014, Christopher Jeffrey (https://github.com/chjj/)

Expand All @@ -26,9 +26,9 @@ THE SOFTWARE.
-----------------------------------------------------------------------------

* highlight.pack.js
[preview/js/lib/highlight.pack.js](https://github.com/kannokanno/previm/blob/master/preview/js/lib/highlight.pack.js)
[preview/js/lib/highlight.pack.js](https://github.com/previm/previm/blob/master/preview/js/lib/highlight.pack.js)
* github.css
[preview/css/lib/github.css](https://github.com/kannokanno/previm/blob/master/preview/css/lib/github.css)
[preview/css/lib/github.css](https://github.com/previm/previm/blob/master/preview/css/lib/github.css)

Copyright (c) 2006, Ivan Sagalaev
All rights reserved.
Expand Down
4 changes: 2 additions & 2 deletions README-en.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Vim plugin for preview.

### ScreenShot

![previm](https://raw.github.com/wiki/kannokanno/previm/images/previm-example.gif)
![previm](https://raw.github.com/wiki/previm/previm/images/previm-example.gif)

## Supported file formats

Expand Down Expand Up @@ -71,4 +71,4 @@ graph TD;
```
</pre>

![previm](https://raw.github.com/wiki/kannokanno/previm/images/previm-example-mermaid.png)
![previm](https://raw.github.com/wiki/previm/previm/images/previm-example-mermaid.png)
6 changes: 3 additions & 3 deletions README.mkd
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[README in English](https://github.com/kannokanno/previm/blob/master/README-en.mkd)
[README in English](https://github.com/previm/previm/blob/master/README-en.mkd)

## Previm

プレビュー用のVimプラグインです。

![previm](https://raw.github.com/wiki/kannokanno/previm/images/previm-example.gif)
![previm](https://raw.github.com/wiki/previm/previm/images/previm-example.gif)

## 対応フォーマット

Expand Down Expand Up @@ -71,4 +71,4 @@ graph TD;
```
</pre>

![previm](https://raw.github.com/wiki/kannokanno/previm/images/previm-example-mermaid.png)
![previm](https://raw.github.com/wiki/previm/previm/images/previm-example-mermaid.png)
1 change: 1 addition & 0 deletions autoload/previm.vim
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
scriptencoding utf-8
" AUTHOR: kanno <[email protected]>
" MAINTAINER: previm developers
" License: This file is placed in the public domain.
let s:save_cpo = &cpo
set cpo&vim
Expand Down
3 changes: 2 additions & 1 deletion doc/previm.jax
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Version: 1.6
Author: kanno <[email protected]>
Maintainer: previm developers

==============================================================================
目次 *previm-contents*
Expand All @@ -28,7 +29,7 @@ Vimで編集した内容をブラウザでプレビューするための機能
- reStructuredText(required rst2html.py)

最新版:
http://github.com/kannokanno/previm
http://github.com/previm/previm


==============================================================================
Expand Down
3 changes: 2 additions & 1 deletion doc/previm.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Version: 1.6
Author: kanno <[email protected]>
Maintainer: previm developers

==============================================================================
CONTENTS *previm-contents*
Expand All @@ -28,7 +29,7 @@ browsers. It achieves something similar to real-time previewing.
- reStructuredText(required rst2html.py)

Latest revision:
http://github.com/kannokanno/previm
http://github.com/previm/previm


==============================================================================
Expand Down
1 change: 1 addition & 0 deletions plugin/previm.vim
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
" AUTHOR: kanno <[email protected]>
" MAINTAINER: previm developers
" License: This file is placed in the public domain.

if exists('g:loaded_previm') && g:loaded_previm
Expand Down

0 comments on commit 818b50b

Please sign in to comment.