Skip to content

Commit

Permalink
Update plug-in location and author
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilburda committed Oct 30, 2022
1 parent 33962be commit 5ef4a62
Show file tree
Hide file tree
Showing 24 changed files with 41 additions and 55 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,6 +2,9 @@
================

* Added option to not apply a procedure for previews. This is useful for very slow procedures having little effect on the exported image if you want to keep the preview updated automatically, or procedures that e.g. manipulate the file system (such as export procedures) to avoid saving previewed images.
* Moved the source code repository to a new location: https://github.com/kamilburda/gimp-export-layers
* Moved the site to a new location: https://kamilburda.github.io/gimp-export-layers/


3.3.3
=====
Expand Down Expand Up @@ -57,7 +60,7 @@ Misc. changes:
3.3
===

* **Due to significant changes in 3.3, make sure to perform a [clean reinstall](https://khalim19.github.io/gimp-plugin-export-layers/sections/Installation.html#Upgrading-from-Earlier-Versions).** The plug-in can still function without performing a clean reinstall (a warning dialog will ask you to clear settings), but will likely not be usable from the command line.
* **Due to significant changes in 3.3, make sure to perform a [clean reinstall](https://kamilburda.github.io/gimp-export-layers/sections/Installation.html#Upgrading-from-Earlier-Versions).** The plug-in can still function without performing a clean reinstall (a warning dialog will ask you to clear settings), but will likely not be usable from the command line.
* Removed installers for Linux and macOS. The installers were not flexible enough to handle the diversity of available GIMP installers and different installation directories. The manual package is simple enough to install anyway (in some cases, simpler than the installers).
* Added the ability to add any PDB procedures to apply to all layers before export (blur, scale, drop shadows, ...). The argument values of any procedure can be adjusted by clicking the edit button.
* "Operations" are now referred to as "procedures".
Expand Down
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Expand Up @@ -35,7 +35,7 @@ Clone the main branch of the repository to a directory named e.g. `plug-ins - Ex
To make GIMP recognize the new directory as a directory containing GIMP plug-ins, open up GIMP, go to `Edit → Preferences → Folders → Plug-ins` and add the new directory to the list.
GIMP needs to be restarted for changes to take effect.

Clone the `gh-pages` branch (acting as the [GitHub page for Export Layers](https://khalim19.github.io/gimp-plugin-export-layers/)) to `docs/gh-pages`.
Clone the `gh-pages` branch (acting as the [GitHub page for Export Layers](https://kamilburda.github.io/gimp-export-layers/)) to `docs/gh-pages`.
Several scripts depend on this directory location.

Some scripts require that the GitHub page be run locally.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2013-2022, khalim19
Copyright (c) 2013-2022, Kamil Burda
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
10 changes: 5 additions & 5 deletions README.md
@@ -1,4 +1,4 @@
# [![](docs/images/logo_small.svg)](https://khalim19.github.io/gimp-plugin-export-layers/) Export Layers
# [![](docs/images/logo_small.svg)](https://kamilburda.github.io/gimp-export-layers/) Export Layers

Export Layers is a [GIMP](https://www.gimp.org/) plug-in that exports layers as separate images.

Expand All @@ -10,19 +10,19 @@ Features
* Customize export with additional procedures and constraints


[**Download latest release**](https://github.com/khalim19/gimp-plugin-export-layers/releases/tag/3.3.3) (3.3.3, October 23, 2022)
[**Download latest release**](https://github.com/kamilburda/gimp-export-layers/releases/tag/3.3.3) (3.3.3, October 23, 2022)

See the [documentation](https://khalim19.github.io/gimp-plugin-export-layers/sections) for information about installation, usage and known issues.
See the [documentation](https://kamilburda.github.io/gimp-export-layers/sections) for information about installation, usage and known issues.


Support
-------

You can report issues, ask questions or request new features on the [GitHub Issues page](https://github.com/khalim19/gimp-plugin-export-layers/issues).
You can report issues, ask questions or request new features on the [GitHub Issues page](https://github.com/kamilburda/gimp-export-layers/issues).

Before submitting a bug report:
* Check for [known issues](docs/sections/Known-Issues.md) that cannot be fixed in the plug-in.
* Check the [GitHub Issues page](https://github.com/khalim19/gimp-plugin-export-layers/issues) for current issues.
* Check the [GitHub Issues page](https://github.com/kamilburda/gimp-export-layers/issues) for current issues.


Translations
Expand Down
14 changes: 7 additions & 7 deletions TRANSLATIONS.md
Expand Up @@ -7,8 +7,8 @@ If you want to provide translations for Export Layers, it is recommended to use
How do I translate the plug-in?
-------------------------------

First, make sure you use the `gimp-plugin-export-layers.pot` file for the latest plug-in version.
Either use the .pot file in the `export_layers/locale` folder (inside the folder with the installed plug-in), or, if in doubt, [download the latest version](https://github.com/khalim19/gimp-plugin-export-layers/blob/main/export_layers/locale/gimp-plugin-export-layers.pot).
First, make sure you use the `gimp-export-layers.pot` file for the latest plug-in version.
Either use the .pot file in the `export_layers/locale` folder (inside the folder with the installed plug-in), or, if in doubt, [download the latest version](https://github.com/kamilburda/gimp-export-layers/blob/main/export_layers/locale/gimp-export-layers.pot).


### Poedit
Expand All @@ -20,7 +20,7 @@ The following steps apply if you want to use Poedit.

To create a new translation for your language:

1. Open Poedit, select `File → New from POT/PO file...` and select the `gimp-plugin-export-layers.pot` file in the `export_layers/locale` folder.
1. Open Poedit, select `File → New from POT/PO file...` and select the `gimp-export-layers.pot` file in the `export_layers/locale` folder.
2. Set the language of the translation.
3. Translate the strings (by filling in the `Translation` text field for each string).
4. If desired, go to `Catalog → Properties...` and edit the translation file properties.
Expand All @@ -32,7 +32,7 @@ To create a new translation for your language:

If you spotted some translation errors in your .po file or the plug-in was updated since the last translation was made, you may need to update the translation:

1. Open your .po file, select `Catalog → Update from POT file...` and select the `gimp-plugin-export-layers.pot` file for the latest plug-in version.
1. Open your .po file, select `Catalog → Update from POT file...` and select the `gimp-export-layers.pot` file for the latest plug-in version.
2. Update the translated strings.
Make sure to check for:
* new strings,
Expand Down Expand Up @@ -103,10 +103,10 @@ You may want to test your translation first to make sure it works correctly, as
You may also want share your translation with the rest of the world.
You can do so by submitting your translated .po file as follows:

1. Open a git pull request for the [plug-in repository](https://github.com/khalim19/gimp-plugin-export-layers).
1. Open a git pull request for the [plug-in repository](https://github.com/kamilburda/gimp-export-layers).
2. Create a commit titled `Add [full language name] translation ([language])` (e.g. `Add French translation (fr_FR)`) that adds the translated .po file to the following path:

[repository root]/export_layers/locale/[language]/LC_MESSAGES/gimp-plugin-export-layers.po
[repository root]/export_layers/locale/[language]/LC_MESSAGES/gimp-export-layers.po

If you're updating your translation, name your commit message `Update [full language name] translation ([language])` (e.g. `Update French translation (fr_FR)`).

Expand All @@ -125,7 +125,7 @@ You then need to generate an .mo file from the translated .po file.
Poedit automatically generates the .mo file when you save your .po file.
Move and rename the .mo file to

[GIMP plug-ins folder]/export_layers/locale/[language]/LC_MESSAGES/gimp-plugin-export-layers.mo
[GIMP plug-ins folder]/export_layers/locale/[language]/LC_MESSAGES/gimp-export-layers.mo

where `[language]` is the language in which you translated the plug-in.
`[language]` is a part of the .po file, e.g. for a file named `fr_FR.po`, the language is `fr_FR`.
Expand Down
6 changes: 3 additions & 3 deletions docs/GitHub_page/_config.yml
@@ -1,9 +1,9 @@
# Site settings
title: Export Layers
description: "GIMP plug-in that exports layers as separate images"
baseurl: "/gimp-plugin-export-layers"
url: "https://khalim19.github.io"
repository: "khalim19/gimp-plugin-export-layers"
baseurl: "/gimp-export-layers"
url: "https://kamilburda.github.io"
repository: "kamilburda/gimp-export-layers"
github_username: "{% include-config 'AUTHOR_NAME' %}"
copyright_years: "{% include-config 'COPYRIGHT_YEARS' %}"

Expand Down
2 changes: 1 addition & 1 deletion docs/GitHub_page/index.md
Expand Up @@ -16,7 +16,7 @@ See [Customizing Export](sections/Customizing-Export.html).

### Having trouble?

See the [known issues](sections/Known-Issues.html) or feel free to [report other issues or ask questions](https://github.com/khalim19/gimp-plugin-export-layers/issues).
See the [known issues](sections/Known-Issues.html) or feel free to [report other issues or ask questions](https://github.com/kamilburda/gimp-export-layers/issues).


### Want to translate {% include-config 'PLUGIN_TITLE' %} into your language?
Expand Down
2 changes: 1 addition & 1 deletion docs/GitHub_page/sections/index.md
Expand Up @@ -18,7 +18,7 @@ See [Customizing Export](Customizing-Export.html).

### Having trouble?

See the [known issues](Known-Issues.html) or feel free to [report other issues or ask questions](https://github.com/khalim19/gimp-plugin-export-layers/issues).
See the [known issues](Known-Issues.html) or feel free to [report other issues or ask questions](https://github.com/kamilburda/gimp-export-layers/issues).


### Want to translate {% include-config 'PLUGIN_TITLE' %} into your language?
Expand Down
6 changes: 3 additions & 3 deletions docs/README_raw.md
@@ -1,10 +1,10 @@
# [![](docs/images/logo_small.svg)](https://khalim19.github.io/gimp-plugin-export-layers/) Export Layers
# [![](docs/images/logo_small.svg)](https://kamilburda.github.io/gimp-export-layers/) Export Layers

{% include-section 'sections/Intro.md' %}

[**Download latest release**](https://github.com/khalim19/gimp-plugin-export-layers/releases/tag/{% include-config 'PLUGIN_VERSION' %}) ({% include-config 'PLUGIN_VERSION' %}, {% include-config 'PLUGIN_VERSION_RELEASE_DATE' %})
[**Download latest release**](https://github.com/kamilburda/gimp-export-layers/releases/tag/{% include-config 'PLUGIN_VERSION' %}) ({% include-config 'PLUGIN_VERSION' %}, {% include-config 'PLUGIN_VERSION_RELEASE_DATE' %})

See the [documentation](https://khalim19.github.io/gimp-plugin-export-layers/sections) for information about installation, usage and known issues.
See the [documentation](https://kamilburda.github.io/gimp-export-layers/sections) for information about installation, usage and known issues.


{% include-section 'sections/More-info.md' %}
6 changes: 0 additions & 6 deletions docs/images/logo.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions docs/images/logo_icon.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 0 additions & 6 deletions docs/images/logo_small.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/sections/More-Info.md
@@ -1,11 +1,11 @@
Support
-------

You can report issues, ask questions or request new features on the [GitHub Issues page](https://github.com/khalim19/gimp-plugin-export-layers/issues).
You can report issues, ask questions or request new features on the [GitHub Issues page](https://github.com/kamilburda/gimp-export-layers/issues).

Before submitting a bug report:
* Check for [known issues](docs/sections/Known-Issues.md) that cannot be fixed in the plug-in.
* Check the [GitHub Issues page](https://github.com/khalim19/gimp-plugin-export-layers/issues) for current issues.
* Check the [GitHub Issues page](https://github.com/kamilburda/gimp-export-layers/issues) for current issues.


Translations
Expand Down
10 changes: 5 additions & 5 deletions export_layers/config.py
Expand Up @@ -19,15 +19,15 @@
c.PLUGIN_TITLE = lambda: _('Export Layers')
c.PLUGIN_VERSION = '3.3.3'
c.PLUGIN_VERSION_RELEASE_DATE = 'October 23, 2022'
c.AUTHOR_NAME = 'khalim19'
c.AUTHOR_NAME = 'Kamil Burda'
c.COPYRIGHT_YEARS = '2013-2022'
c.PAGE_URL = 'https://khalim19.github.io/gimp-plugin-export-layers'
c.PAGE_URL = 'https://kamilburda.github.io/gimp-export-layers'
c.DOCS_URL = c.PAGE_URL + '/sections'
c.LOCAL_DOCS_PATH = os.path.join(c.PLUGIN_SUBDIRPATH, 'docs', 'sections', 'index.html')
c.REPOSITORY_NAME = 'gimp-plugin-export-layers'
c.REPOSITORY_URL = 'https://github.com/khalim19/gimp-plugin-export-layers'
c.REPOSITORY_NAME = 'gimp-export-layers'
c.REPOSITORY_URL = 'https://github.com/kamilburda/gimp-export-layers'
c.BUG_REPORT_URL_LIST = [
('GitHub', 'https://github.com/khalim19/gimp-plugin-export-layers/issues')
('GitHub', 'https://github.com/kamilburda/gimp-export-layers/issues')
]

# If True, display each step of image/layer editing in GIMP.
Expand Down
2 changes: 1 addition & 1 deletion export_layers/locale/de_DE/LC_MESSAGES/de_DE.po
@@ -1,6 +1,6 @@
# German translations for 'export_layers' package
# German translation for 'export_layers'.
# Copyright (C) 2019 khalim19
# Copyright (C) 2019 Kamil Burda
# This file is distributed under the same license as the 'export_layers' package.
#
# Automatically generated, 2019.
Expand Down
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR khalim19
# Copyright (C) YEAR Kamil Burda
# This file is distributed under the same license as the 'export_layers' package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
Expand Down
2 changes: 1 addition & 1 deletion export_layers/locale/generate_mo.sh
Expand Up @@ -8,7 +8,7 @@

SCRIPT_NAME="$(basename -- "$0")"

DOMAIN_NAME='gimp-plugin-export-layers'
DOMAIN_NAME='gimp-export-layers'

LOCALE_DIRPATH='.'
LC_MESSAGES_DIRPATH='LC_MESSAGES'
Expand Down
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR khalim19
# Copyright (C) YEAR Kamil Burda
# This file is distributed under the same license as the 'export_layers' package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
Expand Down
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR khalim19
# Copyright (C) YEAR Kamil Burda
# This file is distributed under the same license as the 'export_layers' package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
Expand Down
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR khalim19
# Copyright (C) YEAR Kamil Burda
# This file is distributed under the same license as the 'export_layers' package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
Expand Down
2 changes: 1 addition & 1 deletion export_layers/pygimplib/LICENSE
Expand Up @@ -9,7 +9,7 @@ Text of the BSD 3-Clause License:

BSD 3-Clause License

Copyright (c) 2013-2022, khalim19
Copyright (c) 2013-2022, Kamil Burda
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 0 additions & 2 deletions images/icon_image.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion images/icon_tag.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion utils/init_repo.sh
Expand Up @@ -84,7 +84,7 @@ fi

plugin_main_repo_dirname='plug-ins - Export Layers'
plugin_page_branch_name='gh-pages'
repo_url='https://github.com/khalim19/gimp-plugin-export-layers.git'
repo_url='https://github.com/kamilburda/gimp-export-layers.git'
repo_dirpath="$gimp_local_dirpath"'/'"$plugin_main_repo_dirname"

gimprc_filename='gimprc'
Expand Down

0 comments on commit 5ef4a62

Please sign in to comment.