Skip to content

Commit

Permalink
Added a short gif to the GitHub README.md and removed the CLAs refere…
Browse files Browse the repository at this point in the history
…nce since it was never used and nobody contributes code.
  • Loading branch information
torakiki committed Dec 11, 2023
1 parent 84e6343 commit 15cc5d2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
11 changes: 4 additions & 7 deletions CONTRIBUTING.md
Expand Up @@ -3,7 +3,7 @@ The official PDFsam repository is https://github.com/torakiki/pdfsam/ and its is
Before you post
---------
- Make sure the same request has not been posted already by searching among the open and closed issues.
- Make sure the feature you are looking for is not already there, look at the documentation on [pdfsam.org] and [superuser].
- Make sure the feature you are looking for is not already there, look at the documentation on [pdfsam.org].

Open an issue
---------
Expand All @@ -14,11 +14,8 @@ You verified the points above and you want to open an issue.

Code contribution
----------
- We need you to sign [our CLA].
- Before starting to write large amounts of code talk to us. Open an issue or send us an email, we can discuss together how to proceed.
- Before starting to write large amounts of code talk to us. Open an issue or email us, we can discuss together how to proceed.
- We are very strict with the code style. Code format and templates for the Eclipse IDE are included in the pdfsam-docs tool as well as the checkstyle plugin configuration, use them.
- Include unit tests to cover your feature or bugfix.

[our CLA]: https://github.com/torakiki/pdfsam-CLAs
[pdfsam.org]: http://pdfsam.org
[superuser]: http://superuser.com/questions/tagged/pdfsam

[pdfsam.org]: https://pdfsam.org
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -5,13 +5,15 @@ Official SCM repository for PDFsam Basic, a free and open source, multi-platform
![Build Status](https://github.com/torakiki/pdfsam/actions/workflows/build.yml/badge.svg)
[![License](http://img.shields.io/badge/license-AGPLv3-blue.svg)](http://www.gnu.org/licenses/agpl-3.0.html)

![](/home/torakiki/repos/pdfsam/pdfsam-docs/graphics/pdfsam-merge.gif)

Where
-------------------
Official website [pdfsam.org](https://pdfsam.org/ "PDFsam")

License
-------------------
PDFsam Basic is open source under the [GNU Affero General Public License] since version 3, previous versions are released under GPLv2.
Since version 3 PDFsam Basic is open source under the [GNU Affero General Public License], previous versions are released under GPLv2.

Requirements
-------------------
Expand Down
Binary file added pdfsam-docs/graphics/pdfsam-merge.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Expand Up @@ -94,7 +94,7 @@ public void onSetActiveContentItem(SetActiveContentItemRequest request) {

@EventListener
public void onShowLogMessagesRequest(ShowLogMessagesRequest request) {
//when log viewer is show we don't want to clear the active tool so that the Close button in the log viewer will show and return to the active tool
//when log viewer is shown we don't want to clear the active tool so that the Close button in the log viewer will show and return to the active tool
Logger.trace("Set active content request to Log content");
var item = items.get(LogContentItem.ID);
if (nonNull(item)) {
Expand Down

0 comments on commit 15cc5d2

Please sign in to comment.