diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 80fda5c..0000000 --- a/.travis.yml +++ /dev/null @@ -1,53 +0,0 @@ -# Travic-CI-Config file for \Org\Heigl\Hyphenator -# -sudo: false -language: php - -php: - - 7.2 - - 7.3 - - 7.4 - - nightly - -stages: - - check - - test - - analyze - - coverage - -jobs: - fast_finish: true - allow_failures: - - php: nightly - include: - - stage: check - php: 7.4 - install: skip - script: - - composer cs-check - - stage: test - - stage: analyze - php: 7.4 - script: - - composer analyze - - stage: coverage - if: branch = main AND type = push - php: 7.4 - before_install: - - travis_retry composer self-update - script: skip - after_script: - - travis_retry composer require --dev php-coveralls/php-coveralls ; - - composer test-coverage - - travis_retry composer upload-coverage - -before_install: - - travis_retry composer self-update - - phpenv config-rm xdebug.ini - -install: - - travis_retry composer install - - composer show --installed - -script: - - composer test diff --git a/docs/conf.py b/docs/conf.py index 7855b32..da75356 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,7 +1,7 @@ extensions = [] master_doc = 'index' project = u'Org\Heigl\Hyphenator' -copyright = u'2008-2020, Andreas Heigl ' +copyright = u'2008-2022, Andreas Heigl ' exclude_patterns = ['_build'] highlight_language = 'php' html_theme = 'nature' diff --git a/docs/installation.rst b/docs/installation.rst index a875319..8bbc0c8 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -13,7 +13,7 @@ Only the following two steps are needed: pear channel-discover pear.heigl.org pear install org.heigl/Hyphenator - + Installation using packagist ============================ @@ -28,8 +28,8 @@ the following in your ``composer.json``-File: "org_heigl/hyphenator": "2.0.*" } } - -After that you can run packagist using + +After that you can run packagist using .. code-block:: bash @@ -41,7 +41,7 @@ Installation from a downloaded package This installation is not much more complicated and probably the best way for hosted installations -#. Take the :file:`Org`-Folder and place it somewhere your include-path reaches +#. Take the :file:`Org`-Folder and place it somewhere your include-path reaches it. #. Optionally you can copy the folder :file:`Org/Heigl/Hyphenator/shared` to any location you like and set the ``HYPHERNATOR_HOME``-Environment @@ -60,29 +60,43 @@ This Link will break as soon as the OpenOffice.org-Project comes out of the apache-incubator. - af_ZA +- bg_BG - ca +- cs_CZ - da_DK - de_AT - de_CH - de_DE +- el_GR - en_GB - en_UK +- es - et_EE - fr +- gl - hr_HR - hu_HU +- is_ID +- is - it_IT +- lt - lt_LT +- lv_LV - nb_NO - nn_NO - nl_NL - pl_PL - pt_BR +- pt_PT - ro_RO - ru_RU +- sh - sk_SK - sl_SI - sr +- sv +- te_IN +- uk_UA - zu_ZA These are the hyphenation-files that are included in OpenOffice.org.