You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
searxng/docs/dev
Markus Heiser 97355672cd [translations] ./manage rename shell functions to integrate weblate
Functions implemented to run *Weblate* workflows should use prefix 'weblate.':

- babel.setup.translations.worktree --> weblate.translations.worktree

  Create git worktree ${TRANSLATIONS_WORKTREE} and checkout branch
  'translations' from Weblate's counterpart (weblate) of the SearXNG
   (origin)::

       remote weblate https://weblate.bubu1.eu/git/searxng/searxng/

- babel.weblate.to.translations     --> weblate.to.translations

  Update 'translations' branch of SearXNG (origin) with last additions from
  Weblate.

- babel.translations.to.master      --> weblate.translations.commit

  Update 'translations' branch of SearXNG (origin) with last additions from
  Weblate.  Copy the changes to the master branch, compile translations and
  create a commit in the local branch (master)

- babel.master.to.translations      --> weblate.push.translations

  Push *translation changes* from SearXNG (origin) to Weblate's
  counterpart (weblate).

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
3 years ago
..
contribution_guide.rst [doc] modify docs to fit to the new build boilerplate 3 years ago
csv_table.txt docs: reST-primer describe table markup (WIP) 5 years ago
engine_overview.rst [fix] section "Overrides" in engine's documentation 3 years ago
hello.dot doc: add content to reST primer (WIP) // linuxdoc 5 years ago
index.rst [docs] move LXC blog article into developer documentation. 3 years ago
lxcdev.rst [fix] documentation - remove brand.git_url & brand.git_branch 3 years ago
makefile.rst [fix] documentation - remove brand.git_url & brand.git_branch 3 years ago
offline_engines.rst [docs] revision of the section 'Command Line Engines' 3 years ago
plugins.rst [enh] add external plugin support 4 years ago
quickstart.rst [docs] describe the usage of the static.build.* scripts 3 years ago
reST.rst [docs] rename 'General Engine Settings' to 'Configured Engines' 3 years ago
search_api.rst [docs] rename 'General Engine Settings' to 'Configured Engines' 3 years ago
svg_image.svg doc: add content to reST primer (WIP) // linuxdoc 5 years ago
translation.rst [translations] ./manage rename shell functions to integrate weblate 3 years ago
translation.svg [translations] ./manage rename shell functions to integrate weblate 3 years ago