Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 21b6d59

Browse files
committed
Update author's name
1 parent 7d247d6 commit 21b6d59

File tree

11 files changed

+35
-33
lines changed

11 files changed

+35
-33
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2018/02/09
4+
5+
* Update author's name
6+
37
## 2017/07/26
48

59
* Remove unnecessary vertical scrollbar (Issue #14)

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright © 2016 Cr@zy <webmaster@crazyws.fr>
1+
Copyright © 2016-2018 CrazyMax <webmaster@crazyws.fr>
22

33
This program is free software; you can redistribute it and/or modify
44
it under the terms of the GNU General Public License as published by

README.md

Lines changed: 13 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,14 @@
1-
<p align="center">
2-
<a href="https://github.com/crazy-max/dokuwiki-plugin-syntaxhighlighter4" target="_blank"><img width="100" src="https://raw.githubusercontent.com/crazy-max/dokuwiki-plugin-syntaxhighlighter4/master/resources/logo-128.png"></a>
3-
</p>
1+
<p align="center"><a href="https://github.com/crazy-max/dokuwiki-plugin-syntaxhighlighter4" target="_blank"><img width="100" src="https://raw.githubusercontent.com/crazy-max/dokuwiki-plugin-syntaxhighlighter4/master/resources/logo-128.png"></a></p>
42

53
<p align="center">
64
<a href="https://github.com/crazy-max/dokuwiki-plugin-syntaxhighlighter4/releases"><img src="https://img.shields.io/github/release/crazy-max/dokuwiki-plugin-syntaxhighlighter4.svg?style=flat-square" alt="Github Release"></a>
75
<a href="https://www.dokuwiki.org/releasenames"><img src="https://img.shields.io/badge/dokuwiki-%3E%3D%20Elenor%20of%20Tsort-yellow.svg?style=flat-square" alt="Minimum DokuWiki Version"></a>
86
<a href="https://www.codacy.com/app/crazy-max/dokuwiki-plugin-syntaxhighlighter4"><img src="https://img.shields.io/codacy/grade/440e4b5de2ee4d37978a8e9e19f4b76f.svg?style=flat-square" alt="Code Quality"></a>
97
<a href="https://styleci.io/repos/61027126"><img src="https://styleci.io/repos/61027126/shield?style=flat-square" alt="StyleCI"></a>
8+
<a href="https://beerpay.io/crazy-max/dokuwiki-plugin-syntaxhighlighter4"><img src="https://img.shields.io/beerpay/crazy-max/dokuwiki-plugin-syntaxhighlighter4.svg?style=flat-square" alt="Beerpay"></a>
109
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=NMMSKWE5DPNFU"><img src="https://img.shields.io/badge/donate-paypal-blue.svg?style=flat-square" alt="Donate Paypal"></a>
11-
<a href="https://flattr.com/submit/auto?user_id=crazymax&url=https://github.com/crazy-max/dokuwiki-plugin-syntaxhighlighter4"><img src="https://img.shields.io/badge/flattr-this-green.svg?style=flat-square" alt="Flattr this!"></a>
1210
</p>
1311

14-
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
15-
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
16-
17-
- [About](#about)
18-
- [Download and Installation](#download-and-installation)
19-
- [Syntax and Usage](#syntax-and-usage)
20-
- [Brush](#brush)
21-
- [Options](#options)
22-
- [Defaults](#defaults)
23-
- [Example](#example)
24-
- [Features](#features)
25-
- [Copy to clipboard](#copy-to-clipboard)
26-
- [Highlight a range of lines](#highlight-a-range-of-lines)
27-
- [Issues and Features](#issues-and-features)
28-
- [Changelog](#changelog)
29-
- [License](#license)
30-
31-
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
32-
3312
## About
3413

3514
This plugin is an alternative to GeSHi server-side code highlighting of DokuWiki with client-side [SyntaxHighlighter](https://github.com/syntaxhighlighter/syntaxhighlighter) by Alex Gorbatchev.<br />
@@ -108,7 +87,7 @@ The plugin handles the [Block Title from SyntaxHighlighter 3](http://alexgorbatc
10887

10988
Expected result:
11089

111-
![](https://raw.githubusercontent.com/crazy-max/dokuwiki-plugin-syntaxhighlighter4/master/resources/example.png)
90+
![](resources/example.png)
11291

11392
## Features
11493

@@ -150,7 +129,7 @@ Example:
150129

151130
Expected result:
152131

153-
![](https://raw.githubusercontent.com/crazy-max/dokuwiki-plugin-syntaxhighlighter4/master/resources/highlight-range.png)
132+
![](resources/highlight-range.png)
154133

155134
## Issues and Features
156135

@@ -160,6 +139,15 @@ Expected result:
160139

161140
See `CHANGELOG.md`.
162141

142+
## How can i help ?
143+
144+
All kinds of contributions are welcomed :raised_hands:!<br />
145+
The most basic way to show your support is to star :star2: the project, or to raise issues :speech_balloon:<br />
146+
But we're not gonna lie to each other, I'd rather you buy me a beer or two :beers:!
147+
148+
[![Beerpay](https://beerpay.io/crazy-max/dokuwiki-plugin-syntaxhighlighter4/badge.svg?style=beer-square)](https://beerpay.io/crazy-max/dokuwiki-plugin-syntaxhighlighter4)
149+
or [![Paypal](resources/paypal.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=NMMSKWE5DPNFU)
150+
163151
## License
164152

165153
GPLv2. See `LICENSE` for more details.<br />

build.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
release.base = syntaxhighlighter4
2-
release.author = Cr@zy
2+
release.author = CrazyMax
33
release.email = webmaster@crazyws.fr
4-
release.date = 2017-07-26
4+
release.date = 2018-02-09
55
release.name = SyntaxHighlighter4 Plugin
66
release.desc = Alternative to GeSHi server-side code highlighting with client-side SyntaxHighlighter 4 by Alex Gorbatchev
77
release.url = http://www.dokuwiki.org/plugin:syntaxhighlighter4

dist/syntaxhighlighter4.zip

-59 Bytes
Binary file not shown.

resources/paypal.svg

Lines changed: 10 additions & 0 deletions
Loading

syntaxhighlighter4/action.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* DokuWiki Plugin syntaxhighlighter4 (Action Component).
44
*
55
* @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
6-
* @author Cr@zy <webmaster@crazyws.fr>
6+
* @author CrazyMax <webmaster@crazyws.fr>
77
*/
88

99
// must be run within Dokuwiki

syntaxhighlighter4/conf/default.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Default settings for the syntaxhighlighter4 plugin.
44
*
5-
* @author Cr@zy <webmaster@crazyws.fr>
5+
* @author CrazyMax <webmaster@crazyws.fr>
66
*/
77
$conf['theme'] = 'theme-default.css';
88

syntaxhighlighter4/conf/metadata.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Options for the syntaxhighlighter4 plugin.
44
*
5-
* @author Cr@zy <webmaster@crazyws.fr>
5+
* @author CrazyMax <webmaster@crazyws.fr>
66
*/
77
$meta['theme'] = array('multichoice', '_choices' => array(
88
'theme-default.css',

syntaxhighlighter4/lang/en/settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* english language file for syntaxhighlighter4 plugin.
44
*
5-
* @author Cr@zy <webmaster@crazyws.fr>
5+
* @author CrazyMax <webmaster@crazyws.fr>
66
*/
77
$lang['theme'] = 'CSS theme for SyntaxHiglighter 4 (Default theme-default.css)';
88

0 commit comments

Comments
 (0)