notepad-plus-plus-legacy/README.md

47 lines
2.3 KiB
Markdown
Raw Permalink Normal View History

2021-08-10 11:03:57 +00:00
**Note:** Some information listed here doesn't apply to this project. Do not bother the Notepad++ developers. You can find the original project here: [https://github.com/notepad-plus-plus/notepad-plus-plus](https://github.com/notepad-plus-plus/notepad-plus-plus)
What is Notepad++ ?
===================
2015-06-26 18:57:38 +00:00
[![GitHub release](https://img.shields.io/github/release/notepad-plus-plus/notepad-plus-plus.svg)](../../releases/latest)
2019-06-25 21:27:31 +00:00
    [![Appveyor build status](https://ci.appveyor.com/api/projects/status/github/notepad-plus-plus/notepad-plus-plus?branch=master&svg=true)](https://ci.appveyor.com/project/donho/notepad-plus-plus)
    [![Join the disscussions at https://community.notepad-plus-plus.org/](https://notepad-plus-plus.org/assets/images/NppCommunityBadge.svg)](https://community.notepad-plus-plus.org/)
    [![Join the chat at https://gitter.im/notepad-plus-plus/notepad-plus-plus](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/notepad-plus-plus/notepad-plus-plus?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Notepad++ is a free (free as in both "free speech" and "free beer") source code
editor and Notepad replacement that supports several programming languages and
natural languages. Running in the MS Windows environment, its use is governed by
[GPL License](LICENSE).
See the [Notepad++ official site](https://notepad-plus-plus.org/) for more information.
2019-03-20 01:23:25 +00:00
Notepad++ Release Key
---------------------
2019-03-20 01:09:05 +00:00
_Since the release of version 7.6.5 Notepad++ is signed using GPG with the following key:_
2019-03-20 01:10:40 +00:00
- **Signer:** Notepad++
- **E-mail:** don.h@free.fr
- **Key ID:** 0x8D84F46E
- **Key fingerprint:** 14BC E436 2749 B2B5 1F8C 7122 6C42 9F1D 8D84 F46E
- **Key type:** RSA 4096/4096
- **Created:** 2019-03-11
- **Expiries:** 2021-03-10
2019-04-04 21:42:58 +00:00
https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/nppGpgPub.asc
2020-02-05 19:00:45 +00:00
Build Notepad++
---------------
2020-02-05 19:00:45 +00:00
Please follow [build guide](BUILD.md) to build Notepad++ from source.
Contribution
------------
Code contribution is welcome. Here are some [rules](CONTRIBUTING.md) that your should follow to make your contribution accepted easily.
[Notepad++ Contributors](https://github.com/notepad-plus-plus/notepad-plus-plus/graphs/contributors)