# SOME DESCRIPTIVE TITLE. # Copyright (C) 2024, Jeff Moe # This file is distributed under the same license as the Libre Developers # Documentation package. # FIRST AUTHOR , 2024. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Libre Developers Documentation 0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-09-01 07:53-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: en\n" "Language-Team: en \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.16.0\n" #: ../../../_source/dev-libre-is.rst:3 msgid "dev.libre.is" msgstr "" #: ../../../_source/dev-libre-is.rst:4 msgid "Documentation for this present site." msgstr "" #: ../../../_source/dev-libre-is.rst:6 msgid "``_" msgstr "" #: ../../../_source/dev-libre-is.rst:8 msgid "Source code to site:" msgstr "" #: ../../../_source/dev-libre-is.rst:10 msgid "``_" msgstr "" #: ../../../_source/dev-libre-is.rst:15 msgid "Initial setup" msgstr "" #: ../../../_source/dev-libre-is.rst:27 msgid "Apache" msgstr "" #: ../../../_source/dev-libre-is.rst:28 msgid "Apache configuration." msgstr "" #: ../../../_source/dev-libre-is.rst:59 msgid "Docs repo setup" msgstr "" #: ../../../_source/dev-libre-is.rst:60 msgid "Initial setup like below." msgstr "" #: ../../../_source/dev-libre-is.rst:62 msgid "" "At the bottom is a mini-HOWTO to build the site now that the repo already " "exists." msgstr "" #: ../../../_source/dev-libre-is.rst:75 msgid "Create poetry file `pyproject.toml`:" msgstr "" #: ../../../_source/dev-libre-is.rst:177 msgid "Perhaps a `.gitignore` like:" msgstr "" #: ../../../_source/dev-libre-is.rst:198 msgid "Makefile" msgstr "" #: ../../../_source/dev-libre-is.rst:298 msgid "" "Copy over an appropriate license file to the repo, such as `LICENSE-apache." "txt`." msgstr "" #: ../../../_source/dev-libre-is.rst:302 msgid "docs/index.html" msgstr "" #: ../../../_source/dev-libre-is.rst:335 msgid "docs/Makefile" msgstr "" #: ../../../_source/dev-libre-is.rst:354 msgid "docs/_source/index.rst" msgstr "" #: ../../../_source/dev-libre-is.rst:355 msgid "Example file." msgstr "" #: ../../../_source/dev-libre-is.rst:381 msgid "Create other `docs/_source/about.rst` or other appropriate files." msgstr "" #: ../../../_source/dev-libre-is.rst:385 msgid "docs/_source/conf.py" msgstr "" #: ../../../_source/dev-libre-is.rst:464 msgid "Set up templates" msgstr "" #: ../../../_source/dev-libre-is.rst:466 msgid "File `docs/_source/_templates/layout.html`" msgstr "" #: ../../../_source/dev-libre-is.rst:478 msgid "If LaTex is to be used, `docs/_source/_templates/latex.tex`" msgstr "" #: ../../../_source/dev-libre-is.rst:491 msgid "Set up `docs/_source/_static/custom.css`" msgstr "" #: ../../../_source/dev-libre-is.rst:504 msgid "Images" msgstr "" #: ../../../_source/dev-libre-is.rst:506 msgid "Add a `favicon.ico` and `logo.png` to `docs/_source/_static/`" msgstr "" #: ../../../_source/dev-libre-is.rst:508 msgid "" "If spreadsheet is going to be used/imported, add to here `docs/_source/" "_static/` these files:" msgstr "" #: ../../../_source/dev-libre-is.rst:510 msgid "`handsontable.full.min.css` and `handsontable.full.min.js`" msgstr "" #: ../../../_source/dev-libre-is.rst:524 msgid "Build" msgstr "" #: ../../../_source/dev-libre-is.rst:525 msgid "HOWTO build this site." msgstr ""