Changeset adb0b63 in flex_extract.git


Ignore:
Timestamp:
Nov 16, 2018, 8:13:47 PM (5 years ago)
Author:
Anne Philipp <anne.philipp@…>
Branches:
master, ctbto, dev
Children:
2e62398
Parents:
5e7c588
Message:

Changed license writing and added information for Readme writing

Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • README.md

    rd69b677 radb0b63  
    1111Please report any problems.
    1212
     13======================================================================================================
     14
     15
     16
     17# license added by me
     18with url
     19<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
     20
     21with pic
     22<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="/documentation/Sphinx/source/_static/cc-by-40.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
     23
     24
     25# Product Name
     26> Short blurb about what your product does.
     27
     28[![NPM Version][npm-image]][npm-url]
     29[![Build Status][travis-image]][travis-url]
     30[![Downloads Stats][npm-downloads]][npm-url]
     31
     32One to two paragraph statement about your product and what it does.
     33
     34![](header.png)
     35
     36## Installation
     37
     38OS X & Linux:
     39
     40```sh
     41npm install my-crazy-module --save
     42```
     43
     44Windows:
     45
     46```sh
     47edit autoexec.bat
     48```
     49
     50## Usage example
     51
     52A few motivating and useful examples of how your product can be used. Spice this up with code blocks and potentially more screenshots.
     53
     54_For more examples and usage, please refer to the [Wiki][wiki]._
     55
     56## Development setup
     57
     58Describe how to install all development dependencies and how to run an automated test-suite of some kind. Potentially do this for multiple platforms.
     59
     60```sh
     61make install
     62npm test
     63```
     64
     65## Release History
     66
     67* 0.2.1
     68    * CHANGE: Update docs (module code remains unchanged)
     69* 0.2.0
     70    * CHANGE: Remove `setDefaultXYZ()`
     71    * ADD: Add `init()`
     72* 0.1.1
     73    * FIX: Crash when calling `baz()` (Thanks @GenerousContributorName!)
     74* 0.1.0
     75    * The first proper release
     76    * CHANGE: Rename `foo()` to `bar()`
     77* 0.0.1
     78    * Work in progress
     79
     80## Meta
     81
     82Your Name – [@YourTwitter](https://twitter.com/dbader_org) – YourEmail@example.com
     83
     84Distributed under the XYZ license. See ``LICENSE`` for more information.
     85
     86[https://github.com/yourname/github-link](https://github.com/dbader/)
     87
     88## Contributing
     89
     901. Fork it (<https://github.com/yourname/yourproject/fork>)
     912. Create your feature branch (`git checkout -b feature/fooBar`)
     923. Commit your changes (`git commit -am 'Add some fooBar'`)
     934. Push to the branch (`git push origin feature/fooBar`)
     945. Create a new Pull Request
     95
     96<!-- Markdown link & img dfn's -->
     97[npm-image]: https://img.shields.io/npm/v/datadog-metrics.svg?style=flat-square
     98[npm-url]: https://npmjs.org/package/datadog-metrics
     99[npm-downloads]: https://img.shields.io/npm/dm/datadog-metrics.svg?style=flat-square
     100[travis-image]: https://img.shields.io/travis/dbader/node-datadog-metrics/master.svg?style=flat-square
     101[travis-url]: https://travis-ci.org/dbader/node-datadog-metrics
     102[wiki]: https://github.com/yourname/yourproject/wiki
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG