135 lines
3.1 KiB
Plaintext
135 lines
3.1 KiB
Plaintext
# SOME DESCRIPTIVE TITLE.
|
|
# Copyright (C) 2024, Jeff Moe
|
|
# This file is distributed under the same license as the Libre Developers
|
|
# Documentation package.
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
|
|
#
|
|
#, fuzzy
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Libre Developers Documentation 0\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2024-08-31 15:16-0600\n"
|
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
"Language: en\n"
|
|
"Language-Team: en <LL@li.org>\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 "`<https://dev.libre.is/>`_"
|
|
msgstr ""
|
|
|
|
#: ../../../_source/dev-libre-is.rst:8
|
|
msgid "Source code to site:"
|
|
msgstr ""
|
|
|
|
#: ../../../_source/dev-libre-is.rst:10
|
|
msgid "`<https://code.libre.is/libre/dev-libre-is>`_"
|
|
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:59
|
|
msgid "Docs repo setup"
|
|
msgstr ""
|
|
|
|
#: ../../../_source/dev-libre-is.rst:71
|
|
msgid "Create poetry file `pyproject.toml`:"
|
|
msgstr ""
|
|
|
|
#: ../../../_source/dev-libre-is.rst:172
|
|
msgid "Perhaps a `.gitignore` like:"
|
|
msgstr ""
|
|
|
|
#: ../../../_source/dev-libre-is.rst:191
|
|
msgid "Makefile, etc."
|
|
msgstr ""
|
|
|
|
#: ../../../_source/dev-libre-is.rst:291
|
|
msgid ""
|
|
"Copy over an appropriate license file to the repo, such as `LICENSE-"
|
|
"apache.txt`."
|
|
msgstr ""
|
|
|
|
#: ../../../_source/dev-libre-is.rst:295
|
|
msgid "Set up `docs/index.html`"
|
|
msgstr ""
|
|
|
|
#: ../../../_source/dev-libre-is.rst:328
|
|
msgid "Set up docs/Makefile"
|
|
msgstr ""
|
|
|
|
#: ../../../_source/dev-libre-is.rst:347
|
|
msgid "Create `docs/_source/index.rst`"
|
|
msgstr ""
|
|
|
|
#: ../../../_source/dev-libre-is.rst:367
|
|
msgid "Create other `docs/_source/about.rst` or aother appropriate files."
|
|
msgstr ""
|
|
|
|
#: ../../../_source/dev-libre-is.rst:371
|
|
msgid "Set up `docs/_source/conf.py`"
|
|
msgstr ""
|
|
|
|
#: ../../../_source/dev-libre-is.rst:450
|
|
msgid "Set up templates"
|
|
msgstr ""
|
|
|
|
#: ../../../_source/dev-libre-is.rst:452
|
|
msgid "File `docs/_source/_templates/layout.html`"
|
|
msgstr ""
|
|
|
|
#: ../../../_source/dev-libre-is.rst:464
|
|
msgid "If LaTex is to be used, `docs/_source/_templates/latex.tex`"
|
|
msgstr ""
|
|
|
|
#: ../../../_source/dev-libre-is.rst:477
|
|
msgid "Set up `docs/_source/_static/custom.css`"
|
|
msgstr ""
|
|
|
|
#: ../../../_source/dev-libre-is.rst:490
|
|
msgid "Images"
|
|
msgstr ""
|
|
|
|
#: ../../../_source/dev-libre-is.rst:492
|
|
msgid "Add a `favicon.ico` and `logo.png` to `docs/_source/_static/`"
|
|
msgstr ""
|
|
|
|
#: ../../../_source/dev-libre-is.rst:494
|
|
msgid ""
|
|
"If spreadsheet is going to be used/imported, add to here "
|
|
"`docs/_source/_static/` these files:"
|
|
msgstr ""
|
|
|
|
#: ../../../_source/dev-libre-is.rst:496
|
|
msgid "`handsontable.full.min.css` and `handsontable.full.min.js`"
|
|
msgstr ""
|
|
|
|
#: ../../../_source/dev-libre-is.rst:510
|
|
msgid "Build"
|
|
msgstr ""
|
|
|
|
#: ../../../_source/dev-libre-is.rst:511
|
|
msgid "HOWTO build this site."
|
|
msgstr ""
|
|
|