معرفی شرکت ها


fiduswriter-gitrepo-export-3.11.4


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A Fidus Writer plugin to allow publishing of books to a Gitlab/Github repository.
ویژگی مقدار
سیستم عامل -
نام فایل fiduswriter-gitrepo-export-3.11.4
نام fiduswriter-gitrepo-export
نسخه کتابخانه 3.11.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده -
ایمیل نویسنده Johannes Wilm <johannes@fiduswriter.org>
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/fiduswriter-gitrepo-export/
مجوز AGPL-3.0-or-later
fiduswriter-gitrepo-export ========================== A plugin to export books to GitLab/GitHub. To install: 1. Make sure you have installed the `fiduswriter-books` plugin and you have updated both `fiduswriter` and `fiduswriter-books` to the latest patch release. 2. Install this plugin (for example by running ``pip install fiduswriter-gitrepo-export``). 3. In your configuration.py file, add "gitrepo_export" and "allauth.socialaccount.providers.github" and/or "allauth.socialaccount.providers.gitlab" to ``INSTALLED_APPS``. 4a. Set up GitHub as one of the connected login options. See instructions here: https://django-allauth.readthedocs.io/en/latest/providers.html#github . The callback URL will be in the format https://DOMAIN.NAME/api/github/github/login/callback/ 5a. In your configuration.py file, make sure to add repo rights for the github connector like this:: ```python SOCIALACCOUNT_PROVIDERS = { 'github': { 'SCOPE': [ 'repo', 'user:email', ], } } ``` 4b. Set up GitLab as one of the connected login options. See instructions here: https://django-allauth.readthedocs.io/en/latest/providers.html#gitlab . The callback URL will be in the format https://DOMAIN.NAME/api/gitlab/gitlab/login/callback/ 5b. In your configuration.py file, make sure to add repo rights for the gitlab connector like this:: ```python SOCIALACCOUNT_PROVIDERS = { 'gitlab': { 'SCOPE': [ 'api', ], } } ``` To use: 1. Login to your Fidus Writer instance using GitHub/GitLab, or login with a regular account and connect a Gitlab/Github account on the profile page (https://DOMAIN.NAME/user/profile/) 2. Go to the books overview page. 3. Enter a book to set the gitrepo settings for the book. 4. Select the book in the overview and export to gitrepo via the dropdown menu.


نحوه نصب


نصب پکیج whl fiduswriter-gitrepo-export-3.11.4:

    pip install fiduswriter-gitrepo-export-3.11.4.whl


نصب پکیج tar.gz fiduswriter-gitrepo-export-3.11.4:

    pip install fiduswriter-gitrepo-export-3.11.4.tar.gz