Browse Source

name change

sisyphus
Dustin Falgout 8 years ago
parent
commit
8adec67d14
  1. 12
      README.md
  2. 2
      build/utils.sh
  3. 16
      dist/web-greeter.1
  4. 2
      po/af.po
  5. 2
      po/ar.po
  6. 2
      po/ar_SA.po
  7. 2
      po/as.po
  8. 2
      po/ast.po
  9. 2
      po/az.po
  10. 2
      po/az@latin.po
  11. 2
      po/az_IR.po
  12. 2
      po/be.po
  13. 2
      po/bg.po
  14. 2
      po/bn.po
  15. 2
      po/ca.po
  16. 2
      po/ca@valencia.po
  17. 2
      po/cs.po
  18. 2
      po/da.po
  19. 2
      po/de.po
  20. 2
      po/el.po
  21. 2
      po/en_GB.po
  22. 2
      po/eo.po
  23. 2
      po/es.po
  24. 2
      po/es_AR.po
  25. 2
      po/es_CL.po
  26. 2
      po/es_ES.po
  27. 2
      po/es_MX.po
  28. 2
      po/es_VE.po
  29. 2
      po/et.po
  30. 2
      po/eu.po
  31. 2
      po/fa.po
  32. 2
      po/fi.po
  33. 2
      po/fr.po
  34. 2
      po/fr_BE.po
  35. 2
      po/gl.po
  36. 2
      po/gu.po
  37. 2
      po/he.po
  38. 2
      po/hi.po
  39. 2
      po/hr.po
  40. 2
      po/hu.po
  41. 2
      po/hy.po
  42. 2
      po/id.po
  43. 2
      po/it.po
  44. 2
      po/it_CH.po
  45. 2
      po/it_IT.po
  46. 2
      po/ja.po
  47. 2
      po/ka.po
  48. 2
      po/kn.po
  49. 2
      po/ko.po
  50. 2
      po/ky.po
  51. 4
      po/lightdm-webkit2-greeter.pot
  52. 2
      po/lt.po
  53. 2
      po/lv.po
  54. 2
      po/mk.po
  55. 2
      po/mn.po
  56. 2
      po/mr.po
  57. 2
      po/ms.po
  58. 2
      po/nb.po
  59. 2
      po/ne.po
  60. 2
      po/nl.po
  61. 2
      po/pa.po
  62. 2
      po/pl.po
  63. 2
      po/pt.po
  64. 2
      po/pt_BR.po
  65. 2
      po/ro.po
  66. 2
      po/ru.po
  67. 2
      po/sk.po
  68. 2
      po/sl.po
  69. 2
      po/sq.po
  70. 2
      po/sr.po
  71. 2
      po/sv.po
  72. 2
      po/szl.po
  73. 2
      po/ta.po
  74. 2
      po/te.po
  75. 2
      po/tg.po
  76. 2
      po/th.po
  77. 2
      po/tl.po
  78. 2
      po/tr.po
  79. 2
      po/uk.po
  80. 2
      po/ur.po
  81. 2
      po/vi.po
  82. 2
      po/wa.po
  83. 2
      po/xh.po
  84. 2
      po/zh.po
  85. 2
      po/zh_CN.po
  86. 2
      po/zh_TW.po
  87. 2
      po/zu.po
  88. 8
      themes/_vendor/js/mock.js
  89. 6
      themes/default/.tx/combine_translations.js
  90. 8
      themes/default/README.md
  91. 6
      themes/default/css/style.css
  92. 6
      themes/default/index.html
  93. 8
      themes/default/js/greeter.js
  94. 8
      web-greeter.doap
  95. 8
      web-greeter/resources/js/ThemeUtils.js
  96. 8
      web-greeter/resources/js/bootstrap.js
  97. 8
      web-greeter/resources/js/docs/Greeter.js
  98. 10
      web-greeter/resources/js/docs/GreeterConfig.js
  99. 6
      web-greeter/resources/js/docs/LightDMObjects.js

12
README.md

@ -1,5 +1,5 @@
# Web Greeter for LightDM
[![Latest Release][release]](https://github.com/Antergos/lightdm-webkit2-greeter/releases)  [![Codacy Grade][codacy]](https://www.codacy.com/app/Antergos/lightdm-webkit2-greeter)  [![CircleCI][circleci]](https://circleci.com/gh/Antergos/lightdm-webkit2-greeter)  [![Theme API Docs][api]](https://doclets.io/Antergos/lightdm-webkit2-greeter/stable)  [![AUR Votes][aur]](https://aur.archlinux.org/packages/lightdm-webkit2-greeter)
[![Latest Release][release]](https://github.com/Antergos/web-greeter/releases)  [![Codacy Grade][codacy]](https://www.codacy.com/app/Antergos/web-greeter)  [![CircleCI][circleci]](https://circleci.com/gh/Antergos/web-greeter)  [![Theme API Docs][api]](https://doclets.io/Antergos/web-greeter/stable)  [![AUR Votes][aur]](https://aur.archlinux.org/packages/web-greeter)
## Install It
@ -25,13 +25,13 @@
#### Download & Install
```sh
git clone https://github.com/Antergos/lightdm-webkit2-greeter.git /tmp/greeter
git clone https://github.com/Antergos/web-greeter.git /tmp/greeter
cd /tmp/greeter
sudo make install
```
## Theme JavaScript API:
The greeter exposes a JavaScript API to themes which they must use to interact with the greeter (in order to facilitate the user login process). For more details, check out the [API Documentation](https://doclets.io/Antergos/lightdm-webkit2-greeter/stable).
The greeter exposes a JavaScript API to themes which they must use to interact with the greeter (in order to facilitate the user login process). For more details, check out the [API Documentation](https://doclets.io/Antergos/web-greeter/stable).
## Translations
@ -44,8 +44,8 @@ Translations are managed through [Transifex](https://www.transifex.com/faidoc/an
[openSUSE]: https://dl.dropboxusercontent.com/u/60521097/Geeko-button-bling7.png "openSUSE"
[ubuntu]: https://dl.dropboxusercontent.com/u/60521097/ubuntu_orange_hex.png "ubuntu"
[release]: https://img.shields.io/github/release/Antergos/lightdm-webkit2-greeter.svg?style=flat-square "Latest Release"
[release]: https://img.shields.io/github/release/Antergos/web-greeter.svg?style=flat-square "Latest Release"
[codacy]: https://img.shields.io/codacy/grade/43c95c8c0e3749b8afa3bfd2b6edf541.svg?style=flat-square "Codacy Grade"
[circleci]: https://img.shields.io/circleci/project/Antergos/lightdm-webkit2-greeter/master.svg?style=flat-square "CI Status"
[api]: https://img.shields.io/badge/API--Doc-ready-brightgreen.svg?style=flat-square "Theme API Docs"
[circleci]: https://img.shields.io/circleci/project/Antergos/web-greeter/master.svg?style=flat-square "CI Status"
[api]: https://img.shields.io/badge/API--Docs-ready-brightgreen.svg?style=flat-square "Theme API Docs"
[aur]: https://img.shields.io/aur/votes/lightdm-webkit2-greeter.svg?maxAge=2592000&style=flat-square "AUR Votes"

2
build/utils.sh

@ -56,7 +56,7 @@ do_install_dev() {
generate_pot_file() {
REPO_ROOT="$(dirname "${REPO_DIR}")"
xgettext --from-code UTF-8 -o "${REPO_ROOT}/po/lightdm-webkit2-greeter.pot" -d lightdm-webkit2-greeter "${REPO_ROOT}"/src/*.c
xgettext --from-code UTF-8 -o "${REPO_ROOT}/po/web-greeter.pot" -d web-greeter "${REPO_ROOT}"/src/*.c
}
init_build_dir() {

16
dist/web-greeter.1 vendored

@ -1,21 +1,21 @@
.TH "lightdm-webkit2-greeter" "1" "2016.01.10"
.TH "web-greeter" "1" "2016.01.10"
.nh
.ad l
.SH "NAME"
lightdm-webkit2-greeter
web-greeter
.SH "SYNOPSIS"
.PP
LightDM greeter that uses webkit2 for theming via HTML/JavaScript\&.
.PP
.SH "DESCRIPTION"
.PP
lightdm-webkit2-greeter is a LightDM greeter that uses webkit2 for theming\&. Themes can be written
web-greeter is a LightDM greeter that uses webkit2 for theming\&. Themes can be written
using a combination of HTML and Javascript\&.
.PP
.SH "THEME JAVASCRIPT API"
Please note that all properties and functions which are marked as "deprecated" are
only available for backwards compatibility and will be removed in a future version of
lightdm-webkit2-greeter\&. Theme authors should not use any deprecated properties or
web-greeter\&. Theme authors should not use any deprecated properties or
functions in new works and should update any existing works which make use of
deprecated properties and/or functions to ensure continued proper functionality\&.
.PP
@ -246,7 +246,7 @@ objects\&.
.RE
.PP
The following calls can be made to read configuration keys out of the
lightdm-webkit2-greeter configuration file\&.
web-greeter configuration file\&.
.PP
config\&.get_str(section, key)\fR
.RS 4
@ -280,11 +280,11 @@ equivalents\&.
.RE
.PP
Please see the LightDM API documentation for the complete list of calls
available\&. The lightdm-webkit2-greeter implements all of the LightDM API\&.
available\&. The web-greeter implements all of the LightDM API\&.
.PP
.SH "CONFIGURATION"
.PP
\fB/etc/lightdm/lightdm-webkit2-greeter\&.conf\fR
\fB/etc/lightdm/web-greeter\&.conf\fR
.RS 4
Keyfile that contains one key: webkit-theme\&. This should point to which
theme the greeter should use\&.
@ -297,7 +297,7 @@ Directory where themes should be stored\&.
.RE
.SH "EXAMPLES"
.PP
Please see the "antergos" and "simple" themes that are shipped with lightdm-webkit2-greeter\&.
Please see the "antergos" and "simple" themes that are shipped with web-greeter\&.
.SH "SEE ALSO"
.PP
http://people\&.ubuntu\&.com/~robert-ancell/lightdm/reference/core\&.html

2
po/af.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
msgid ""

2
po/ar.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
# naeem khaleel <naeem.tayseer@gmail.com>, 2016

2
po/ar_SA.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
msgid ""

2
po/as.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
msgid ""

2
po/ast.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
# enolp <enolp@softastur.org>, 2016

2
po/az.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
msgid ""

2
po/az@latin.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
msgid ""

2
po/az_IR.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
msgid ""

2
po/be.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
msgid ""

2
po/bg.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
# Georgi Georgiev <georgiev_1994@abv.bg>, 2016

2
po/bn.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
msgid ""

2
po/ca.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
# Davidmp <medipas@gmail.com>, 2016

2
po/ca@valencia.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
msgid ""

2
po/cs.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
# Martin Kříž <liberte.czech@gmail.com>, 2016

2
po/da.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
msgid ""

2
po/de.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
# Dustin Falgout <dustin@falgout.us>, 2016

2
po/el.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
# George Pantelis <yorgos.pantelis@gmail.com>, 2016

2
po/en_GB.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
# Andi Chandler <andi@gowling.com>, 2016

2
po/eo.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
msgid ""

2
po/es.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
# Dustin Falgout <dustin@falgout.us>, 2016

2
po/es_AR.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
# Franco Falleti <ezefran256@gmail.com>, 2016

2
po/es_CL.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
msgid ""

2
po/es_ES.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
# Pedro Román <roizheim@gmail.com>, 2016

2
po/es_MX.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
msgid ""

2
po/es_VE.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
# 0x4171341 <alfierimorillo@gmail.com>, 2016

2
po/et.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
msgid ""

2
po/eu.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
msgid ""

2
po/fa.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
# aryasadeghy <aryasadeghy@gmail.com>, 2016

2
po/fi.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
msgid ""

2
po/fr.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
# Hugo Locurcio, 2016

2
po/fr_BE.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
msgid ""

2
po/gl.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
# Xosé M. Lamas <correo.xmgz@gmail.com>, 2016

2
po/gu.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
msgid ""

2
po/he.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
# Edward Sawyer <saoded@gmail.com>, 2016

2
po/hi.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
msgid ""

2
po/hr.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
# Ivica Kolić <ikoli@yahoo.com>, 2016

2
po/hu.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
# Diana Grasl <diacska25@gmail.com>, 2016

2
po/hy.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
msgid ""

2
po/id.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
# Cahya Legawa <haridiva@gmail.com>, 2016

2
po/it.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
# Dustin Falgout <dustin@falgout.us>, 2016

2
po/it_CH.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
msgid ""

2
po/it_IT.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
msgid ""

2
po/ja.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
# Jun Kasamatsu <mohemohe@ghippos.net>, 2016

2
po/ka.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
msgid ""

2
po/kn.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
msgid ""

2
po/ko.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
# 박정규(Jung-Kyu Park) <bagjunggyu@gmail.com>, 2016

2
po/ky.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
msgid ""

4
po/lightdm-webkit2-greeter.pot

@ -1,12 +1,12 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: lightdm-webkit2-greeter\n"
"Project-Id-Version: web-greeter\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-12-03 05:51-0600\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"

2
po/lt.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
# Moo, 2016

2
po/lv.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
msgid ""

2
po/mk.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
msgid ""

2
po/mn.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
msgid ""

2
po/mr.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
msgid ""

2
po/ms.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
msgid ""

2
po/nb.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
# Christian Helling <chrhelling@icloud.com>, 2016

2
po/ne.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
msgid ""

2
po/nl.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
# M Dreef, 2016

2
po/pa.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
msgid ""

2
po/pl.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
# Adrian Chlubek <luby.pl@gmail.com>, 2016

2
po/pt.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
# am gomes, 2016

2
po/pt_BR.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
# José Elias <jose.elias.0703@gmail.com>, 2016

2
po/ro.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
# Dustin Falgout <dustin@falgout.us>, 2016

2
po/ru.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
# Aleksander Timashov, 2016

2
po/sk.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
# Dušan Kazik <prescott66@gmail.com>, 2016

2
po/sl.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
msgid ""

2
po/sq.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
msgid ""

2
po/sr.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
# Branimir Citlucanin <darkweldor@gmail.com>, 2016

2
po/sv.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
# Tobias Ahlström <tobias.ahlstrom@gmail.com>, 2016

2
po/szl.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
msgid ""

2
po/ta.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
msgid ""

2
po/te.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
msgid ""

2
po/tg.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
msgid ""

2
po/th.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
msgid ""

2
po/tl.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
msgid ""

2
po/tr.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
# Cormango <cenk.or@gmail.com>, 2016

2
po/uk.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
# Max Lyashuk <m_lyashuk@ukr.net>, 2016

2
po/ur.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
msgid ""

2
po/vi.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
msgid ""

2
po/wa.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
msgid ""

2
po/xh.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
msgid ""

2
po/zh.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
# Jack <skywet@yeah.net>, 2016

2
po/zh_CN.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
# Dz Chen <wsxy162@gmail.com>, 2016

2
po/zh_TW.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
# Jeff Huang <s8321414@gmail.com>, 2016

2
po/zu.po

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the lightdm-webkit2-greeter package.
# This file is distributed under the same license as the web-greeter package.
#
# Translators:
msgid ""

8
themes/_vendor/js/mock.js vendored

@ -3,14 +3,14 @@
*
* mock.js
*
* This file is part of lightdm-webkit2-greeter
* This file is part of web-greeter
*
* lightdm-webkit2-greeter is free software: you can redistribute it and/or modify
* web-greeter is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License,
* or any later version.
*
* lightdm-webkit2-greeter is distributed in the hope that it will be useful,
* web-greeter is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
@ -282,7 +282,7 @@ class GreeterUtil {
/**
* Provides theme authors with a way to retrieve values from the greeter's config
* file located at `/etc/lightdm/lightdm-webkit2-greeter.conf`. The greeter will
* file located at `/etc/lightdm/web-greeter.conf`. The greeter will
* create an instance of this class when it starts. The instance can be accessed
* with the global variable: `config`.
* @memberOf LightDM

6
themes/default/.tx/combine_translations.js vendored

@ -3,14 +3,14 @@
*
* combine_translations.js
*
* This file is part of lightdm-webkit2-greeter
* This file is part of web-greeter
*
* lightdm-webkit2-greeter is free software: you can redistribute it and/or modify
* web-greeter is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License,
* or any later version.
*
* lightdm-webkit2-greeter is distributed in the hope that it will be useful,
* web-greeter is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.

8
themes/default/README.md vendored

@ -4,7 +4,7 @@
### Overview
This is the default theme included with [lightdm-webkit2-greeter](http://github.com/Antergos/lightdm-webkit2-greeter). If you are using the Webkit2 greeter, you already have this theme.
This is the default theme included with [web-greeter](http://github.com/Antergos/web-greeter). If you are using the Webkit2 greeter, you already have this theme.
### Screenshots
<center>
@ -16,10 +16,10 @@ This is the default theme included with [lightdm-webkit2-greeter](http://github.
</center>
### Prerequisites
* lightdm-webkit2-greeter
* web-greeter
### Installation
This theme is included with `lightdm-webkit2-greeter` which is installed by default for Antergos users. Non-Antergos users should see [lightdm-webkit2-greeter](https://github.com/Antergos/lightdm-webkit2-greeter/) for installation details.
This theme is included with `web-greeter` which is installed by default for Antergos users. Non-Antergos users should see [web-greeter](https://github.com/Antergos/web-greeter/) for installation details.
### User Icons Management
@ -29,7 +29,7 @@ To change users icons:
* Edit `/var/lib/AccountsService/users/<userLogin>` and add a property `Icon` targeting the icon resource you just created.
## Theme JavaScript API:
The greeter exposes a JavaScript API to themes which they must use to interact with the greeter (in order to facilitate the user login process). For more details, check out the [API Documentation](https://doclets.io/Antergos/lightdm-webkit2-greeter/master).
The greeter exposes a JavaScript API to themes which they must use to interact with the greeter (in order to facilitate the user login process). For more details, check out the [API Documentation](https://doclets.io/Antergos/web-greeter/master).
## Translations

6
themes/default/css/style.css vendored

@ -4,14 +4,14 @@
*
* style.css
*
* This file is part of lightdm-webkit2-greeter
* This file is part of web-greeter
*
* lightdm-webkit2-greeter is free software: you can redistribute it and/or modify
* web-greeter is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License,
* or any later version.
*
* lightdm-webkit2-greeter is distributed in the hope that it will be useful,
* web-greeter is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.

6
themes/default/index.html vendored

@ -5,14 +5,14 @@
~
~ index.html
~
~ This file is part of lightdm-webkit2-greeter
~ This file is part of web-greeter
~
~ lightdm-webkit2-greeter is free software: you can redistribute it and/or modify
~ web-greeter is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License,
~ or any later version.
~
~ lightdm-webkit2-greeter is distributed in the hope that it will be useful,
~ web-greeter is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.

8
themes/default/js/greeter.js vendored

@ -3,14 +3,14 @@
*
* Copyright © 2015-2017 Antergos
*
* This file is part of lightdm-webkit2-greeter
* This file is part of web-greeter
*
* lightdm-webkit2-greeter is free software: you can redistribute it and/or modify
* web-greeter is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License,
* or any later version.
*
* lightdm-webkit2-greeter is distributed in the hope that it will be useful,
* web-greeter is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
@ -174,7 +174,7 @@ class ThemeConfig {
/**
* Get some values from `lightdm-webkit2-greeter.conf` and save them for later.
* Get some values from `web-greeter.conf` and save them for later.
*/
init_config_values() {
if ( 'undefined' === typeof( greeter_config ) ) {

8
web-greeter.doap

@ -8,11 +8,11 @@
<shortdesc xml:lang="en">Web Greeter for LightDM</shortdesc>
<programming-language>Python</programming-language>
<programming-language>JavaScript</programming-language>
<homepage rdf:resource="https://github.com/Antergos/lightdm-webkit2-greeter" />
<download-page rdf:resource="https://github.com/Antergos/lightdm-webkit2-greeter/release" />
<bug-database rdf:resource="https://github.com/Antergos/lightdm-webkit2-greeter/issues" />
<homepage rdf:resource="https://github.com/Antergos/web-greeter" />
<download-page rdf:resource="https://github.com/Antergos/web-greeter/release" />
<bug-database rdf:resource="https://github.com/Antergos/web-greeter/issues" />
<category rdf:resource="http://api.gnome.org/doap-extensions#desktop" />
<screenshots rdf:resource="https://github.com/Antergos/lightdm-webkit2-greeter/raw/master/themes/antergos/img/screenshot1.jpg" />
<screenshots rdf:resource="https://github.com/Antergos/web-greeter/raw/master/themes/antergos/img/screenshot1.jpg" />
<maintainer>
<foaf:Person>

8
web-greeter/resources/js/ThemeUtils.js

@ -3,14 +3,14 @@
*
* Copyright © 2017 Antergos Developers <dev@antergos.com>
*
* This file is part of lightdm-webkit2-greeter.
* This file is part of web-greeter.
*
* lightdm-webkit2-greeter is free software; you can redistribute it and/or modify
* web-greeter is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* lightdm-webkit2-greeter is distributed in the hope that it will be useful,
* web-greeter is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
@ -22,7 +22,7 @@
* by works containing it is required.
*
* You should have received a copy of the GNU General Public License
* along with lightdm-webkit2-greeter; If not, see <http://www.gnu.org/licenses/>.
* along with web-greeter; If not, see <http://www.gnu.org/licenses/>.
*/

8
web-greeter/resources/js/bootstrap.js vendored

@ -3,14 +3,14 @@
*
* Copyright © 2017 Antergos Developers <dev@antergos.com>
*
* This file is part of lightdm-webkit2-greeter.
* This file is part of web-greeter.
*
* lightdm-webkit2-greeter is free software; you can redistribute it and/or modify
* web-greeter is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* lightdm-webkit2-greeter is distributed in the hope that it will be useful,
* web-greeter is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
@ -22,7 +22,7 @@
* by works containing it is required.
*
* You should have received a copy of the GNU General Public License
* along with lightdm-webkit2-greeter; If not, see <http://www.gnu.org/licenses/>.
* along with web-greeter; If not, see <http://www.gnu.org/licenses/>.
*/

8
web-greeter/resources/js/docs/Greeter.js vendored

@ -3,14 +3,14 @@
*
* Copyright © 2017 Antergos Developers <dev@antergos.com>
*
* This file is part of lightdm-webkit2-greeter.
* This file is part of web-greeter.
*
* lightdm-webkit2-greeter is free software; you can redistribute it and/or modify
* web-greeter is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* lightdm-webkit2-greeter is distributed in the hope that it will be useful,
* web-greeter is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
@ -22,7 +22,7 @@
* by works containing it is required.
*
* You should have received a copy of the GNU General Public License
* along with lightdm-webkit2-greeter; If not, see <http://www.gnu.org/licenses/>.
* along with web-greeter; If not, see <http://www.gnu.org/licenses/>.
*/

10
web-greeter/resources/js/docs/GreeterConfig.js vendored

@ -3,14 +3,14 @@
*
* Copyright © 2017 Antergos Developers <dev@antergos.com>
*
* This file is part of lightdm-webkit2-greeter.
* This file is part of web-greeter.
*
* lightdm-webkit2-greeter is free software; you can redistribute it and/or modify
* web-greeter is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* lightdm-webkit2-greeter is distributed in the hope that it will be useful,
* web-greeter is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
@ -22,7 +22,7 @@
* by works containing it is required.
*
* You should have received a copy of the GNU General Public License
* along with lightdm-webkit2-greeter; If not, see <http://www.gnu.org/licenses/>.
* along with web-greeter; If not, see <http://www.gnu.org/licenses/>.
*/
@ -45,7 +45,7 @@ function set_values( defaults, target_obj, method ) {
/**
* Provides greeter themes with a way to access values from the greeter's config
* file located at `/etc/lightdm/lightdm-webkit2-greeter.conf`. The greeter will
* file located at `/etc/lightdm/web-greeter.conf`. The greeter will
* create an instance of this class when it starts. The instance can be accessed
* with the global variable: [`greeter_config`](#dl-window-greeter_config).
*

6
web-greeter/resources/js/docs/LightDMObjects.js vendored

@ -3,14 +3,14 @@
*
* LightDMObjects.js
*
* This file is part of lightdm-webkit2-greeter
* This file is part of web-greeter
*
* lightdm-webkit2-greeter is free software: you can redistribute it and/or modify
* web-greeter is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License,
* or any later version.
*
* lightdm-webkit2-greeter is distributed in the hope that it will be useful,
* web-greeter is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.

Loading…
Cancel
Save