Giter Club home page Giter Club logo

photoprism-docs-de's Introduction

PhotoPrism: User Guide (German)

GitHub contributors Documentation Community Chat GitHub Discussions Bluesky Social Mastodon

The German version of the User Guide is published at docs-de.photoprism.app. We appreciate your help with improving the translation and keeping it up to date!

These source files are written in human-friendly Markdown. They are meant to be parsed with MkDocs Material to generate the final HTML pages.

Although arguably less convenient to work with than a Wiki, this enables us to easily merge pull requests and constantly improve our documentation in a transparent way. Direct access to the source files in a revision control system is a big plus to ensure the quality of our documentation.

Editing Content

At the top of each generated page is an edit this page link to the corresponding page on GitHub, where you can make changes (and submit pull requests with a few clicks) without needing to know Git or run anything on your system.

To make more extensive changes, fork this repository, modify the corresponding .md source files (or create new ones), commit the changes, push them back to your fork, and then submit a pull request to our master branch.

Project Layout

mkdocs.yml    # The configuration file.
docs/
    index.md  # The documentation homepage.
    ...       # Other markdown pages, images and other files.

Build Setup

Create .env File

If you have a personal access token for the MkDocs Material Insider edition, add you GitHub access token to an .env file in the main project directory:

GH_TOKEN=[YOUR TOKEN]

New GitHub access tokens can be generated on https://github.com/settings/tokens.

Installing MkDocs

When using a Debian, Ubuntu, or Mint Linux, run this command the first time you work with this repository on your computer so that the dependencies are installed:

make deps

Otherwise, install Python 3 and Pip manually and run the following command:

make install

Fixing Permissions

In case files in the project directory have bad permissions and mkdocs cannot read or write them:

make fix

Using MkDocs

First make sure you have Docker and common development tools like make installed on your computer.

Then use this command in the main project directory to download and run the latest version of mkdocs-material:

make watch

Now open http://localhost:8000/ in a browser to view the rendered documentation.

The content will be updated automatically when changes are detected.

Deployment

When you merge the main/master branch to deploy, the live documentation is automatically created, uploaded and will be visible shortly.

Linux/Unix users can run make merge in a terminal. Otherwise, please use the tools provided by your development environment or editor.

Contributor License Agreement (CLA)

After you submit your first pull request, you will be asked to accept our Contributor License Agreement (CLA). Visit photoprism.app/cla to learn more.

Other Documentation

Related Repositories


PhotoPrism® is a registered trademark. By using the software and services we provide, you agree to our Terms of Service, Privacy Policy, and Code of Conduct. Docs are available under the CC BY-NC-SA 4.0 License; additional terms may apply.

photoprism-docs-de's People

Contributors

anita-ihuman avatar arthur-dtag avatar clairecharles avatar graciousgrey avatar lastzero avatar m1ga avatar sakshamsingh01 avatar tribut avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

photoprism-docs-de's Issues

Translate Settings section from english to german

Acceptance Criteria:

  • Follow the instructions in README.md to set up mkdocs locally on your system
  • Translate the file: docs/user-guide/settings/account.md to german
  • Translate the file: docs/user-guide/settings/library.md to german
  • Translate the file: docs/user-guide/settings/places.md to german
  • Translate the file: docs/user-guide/settings/thumbnails.md to german
  • Translate the file: docs/user-guide/settings/ui.md to german

Notes:

  • Please do not rename the files
  • In case there is a link to a page that is not part of the user guide (e.g. a page from the developer guide) --> link to the english version

Quality Standards:

  • We will not accept translation that have been made with google translate
  • Test locally that formatting (e.g. some text) is working
  • Test locally that links are working
  • Test locally that icons are working --> do not translate something like: :material-folder:

Translate Organize (part 1) section from english to german

Acceptance Criteria:

  • Follow the instructions in README.md to set up mkdocs locally on your system
  • Translate the file: docs/user-guide/organize/albums.md to german
  • Translate the file: docs/user-guide/organize/archive.md to german
  • Translate the file: docs/user-guide/organize/browse.md to german
  • Translate the file: docs/user-guide/organize/calendar.md to german
  • Translate the file: docs/user-guide/organize/download.md to german

Notes:

  • Please do not rename the files
  • In case there is a link to a page that is not part of the user guide (e.g. a page from the developer guide) --> link to the english version

Quality Standards:

  • We will not accept translation that have been made with google translate
  • Test locally that formatting (e.g. some text) is working
  • Test locally that links are working
  • Test locally that icons are working --> do not translate something like: :material-folder:

Translate Index section from english to german

Acceptance Criteria:

  • Follow the instructions in README.md to set up mkdocs locally on your system
  • Translate the file: docs/user-guide/library/files.md to german
  • Translate the file: docs/user-guide/library/import.md to german
  • Translate the file: docs/user-guide/library/import-vs-index.md to german
  • Translate the file: docs/user-guide/library/indexing.md to german
  • Translate the file: docs/user-guide/library/upload.md to german
  • Translate the file: docs/user-guide/library/webdav.md to german

Notes:

  • Please do not rename the files
  • In case there is a link to a page that is not part of the user guide (e.g. a page from the developer guide) --> link to the english version

Quality Standards:

  • We will not accept translation that have been made with google translate
  • Test locally that formatting (e.g. some text) is working
  • Test locally that links are working
  • Test locally that icons are working --> do not translate something like: :material-folder:

Translate Backup section from english to german

Acceptance Criteria:

  • Follow the instructions in README.md to set up mkdocs locally on your system
  • Translate the file: docs/user-guide/backup/nextcloud.md to german
  • Translate the file: docs/user-guide/backup/webdav.md to german

Notes:

  • Please do not rename the files
  • In case there is a link to a page that is not part of the user guide (e.g. a page from the developer guide) --> link to the english version

Translate Introduction and Navigate section from english to german

Acceptance Criteria:

  • Follow the instructions in README.md to set up mkdocs locally on your system
  • Translate the file: docs/user-guide/index.md to german
  • Translate the file: docs/user-guide/navigate.md to german

Notes:

  • Please do not rename the files
  • In case there is a link to a page that is not part of the user guide (e.g. a page from the developer guide) --> link to the english version

Quality Standards:

  • We will not accept translation that have been made with google translate
  • Test locally that formatting (e.g. some text) is working
  • Test locally that links are working
  • Test locally that icons are working --> do not translate something like: :material-folder:

Translate Share section from english to german

Acceptance Criteria:

  • Follow the instructions in README.md to set up mkdocs locally on your system
  • Translate the file: docs/user-guide/share/share.md to german

Notes:

  • Please do not rename the files
  • In case there is a link to a page that is not part of the user guide (e.g. a page from the developer guide) --> link to the english version

Translate Use Cases section from english to german

Acceptance Criteria:

  • Follow the instructions in README.md to set up mkdocs locally on your system
  • Translate the file: docs/user-guide/use-cases/flickr.md to german
  • Translate the file: docs/user-guide/use-cases/google.md to german

Notes:

  • Please do not rename the files
  • In case there is a link to a page that is not part of the user guide (e.g. a page from the developer guide) --> link to the english version

Translate Organize (part 2) section from english to german

Acceptance Criteria:

  • Follow the instructions in README.md to set up mkdocs locally on your system
  • Translate the file: docs/user-guide/organize/edit.md to german
  • Translate the file: docs/user-guide/organize/folders.md to german
  • Translate the file: docs/user-guide/organize/labels.md to german
  • Translate the file: docs/user-guide/organize/moments.md to german
  • Translate the file: docs/user-guide/organize/panoramas.md to german

Notes:

  • Please do not rename the files
  • In case there is a link to a page that is not part of the user guide (e.g. a page from the developer guide) --> link to the english version

Quality Standards:

  • We will not accept translation that have been made with google translate
  • Test locally that formatting (e.g. some text) is working
  • Test locally that links are working
  • Test locally that icons are working --> do not translate something like: :material-folder:

Translate Organize (part 3) section from english to german

Acceptance Criteria:

  • Follow the instructions in README.md to set up mkdocs locally on your system
  • Translate the file: docs/user-guide/organize/places.md to german
  • Translate the file: docs/user-guide/organize/private.md to german
  • Translate the file: docs/user-guide/organize/review.md to german
  • Translate the file: docs/user-guide/organize/scans.md to german
  • Translate the file: docs/user-guide/organize/search.md to german

Notes:

  • Please do not rename the files
  • In case there is a link to a page that is not part of the user guide (e.g. a page from the developer guide) --> link to the english version

Quality Standards:

  • We will not accept translation that have been made with google translate
  • Test locally that formatting (e.g. some text) is working
  • Test locally that links are working
  • Test locally that icons are working --> do not translate something like: :material-folder:

Translate FAQ section from english to german

Acceptance Criteria:

  • Follow the instructions in README.md to set up mkdocs locally on your system
  • Translate the file: docs/user-guide/faq.md to german

Notes:

  • Please do not rename the files
  • In case there is a link to a page that is not part of the user guide (e.g. a page from the developer guide) --> link to the english version

Translate Organize (part 4) section from english to german

Acceptance Criteria:

  • Follow the instructions in README.md to set up mkdocs locally on your system
  • Translate the file: docs/user-guide/organize/stacks.md to german
  • Translate the file: docs/user-guide/organize/video.md to german
  • Translate the file: docs/user-guide/organize/views.md to german

Notes:

  • Please do not rename the files
  • In case there is a link to a page that is not part of the user guide (e.g. a page from the developer guide) --> link to the english version

Quality Standards:

  • We will not accept translation that have been made with google translate
  • Test locally that formatting (e.g. some text) is working
  • Test locally that links are working
  • Test locally that icons are working --> do not translate something like: :material-folder:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.