Skip to content

Commit

Permalink
Update license and readme text
Browse files Browse the repository at this point in the history
  • Loading branch information
rgregg committed Apr 6, 2017
1 parent 8f6167b commit f941cb0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 23 deletions.
14 changes: 14 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# License

Original work Copyright (C) 2010-2011 Topten Software
Modified work Copyright 2017 Ryan Gregg

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this product except in
compliance with the License. You may obtain a copy of the License at

[http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)

Unless required by applicable law or agreed to in writing, software distributed under the License is
distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

See the License for the specific language governing permissions and limitations under the License.
31 changes: 8 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,18 @@
# MarkdownDeep - RGregg Fork

This is a fork of the MarkdownDeep OSS project created by TopTenSoftware.
As of March 2016, that repoistory appears to be no longer maintained. This is an
attempt to update the markdown parser to better handle GitHub Flavored Markdown
in support of the [Markdown-Scanner](https://github.com/onedrive/markdown-scanner) project.
This is a fork of the MarkdownDeep OSS project created by TopTenSoftware.

## Goals
As of March 2016, that repoistory appears to be no longer maintained.
This is for updates the markdown parser to better handle GitHub Flavored Markdown in support of the [Markdown-Scanner](https://github.com/onedrive/markdown-scanner) project.

1. Support GFM more completely than the previous library
2. Increase code quality and comments to improve maintainability of this library
## Goals (in this fork)

1. Maintain this library and fix bugs in the markdown parsing and translation to HTML.
1. Support GitHub Flavored Markdown (GFM) more completely and stay up-to-date with changes to GFM.
1. Increase code quality and comments to improve maintainability of this library.

This project is maintained by [rgregg](https://github.com/rgregg).


## License

The original MarkdownDeep project carries the following License

```
// MarkdownDeep - http://www.toptensoftware.com/markdowndeep
// Copyright (C) 2010-2011 Topten Software
//
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this product except in
// compliance with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software distributed under the License is
// distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and limitations under the License.
```
This project is licensed under [Apache 2.0](LICENSE.md).

0 comments on commit f941cb0

Please sign in to comment.