From 8005362aeedcf547967ac0878ac330f78c04491e Mon Sep 17 00:00:00 2001 From: Laura Arjona Reina Date: Thu, 9 Jan 2020 11:50:53 +0100 Subject: add 2020 folder for partners --- english/partners/2020/Makefile | 17 ++ english/partners/2020/images/1und1.png | Bin 0 -> 3231 bytes english/partners/2020/images/Makefile | 8 + english/partners/2020/images/bytemark_logo.svg | 173 +++++++++++++++ english/partners/2020/images/conova.png | Bin 0 -> 13359 bytes english/partners/2020/images/credativ.png | Bin 0 -> 11628 bytes english/partners/2020/images/dgi_logo.png | Bin 0 -> 3232 bytes english/partners/2020/images/fastly.png | Bin 0 -> 7961 bytes english/partners/2020/images/freenode.png | Bin 0 -> 5752 bytes english/partners/2020/images/genesi-logo.png | Bin 0 -> 4374 bytes english/partners/2020/images/google.svg | 9 + english/partners/2020/images/hpe.png | Bin 0 -> 4776 bytes english/partners/2020/images/logo_eaton.png | Bin 0 -> 3049 bytes english/partners/2020/images/logo_leaseweb.png | Bin 0 -> 6898 bytes english/partners/2020/images/loongson.png | Bin 0 -> 8357 bytes english/partners/2020/images/manda_logo.png | Bin 0 -> 1535 bytes english/partners/2020/images/opensourcepress.png | Bin 0 -> 3192 bytes english/partners/2020/images/osuosl.png | Bin 0 -> 17782 bytes english/partners/2020/images/progeny.png | Bin 0 -> 3015 bytes english/partners/2020/images/rcodezerodns.png | Bin 0 -> 9964 bytes english/partners/2020/images/skolelinux.png | Bin 0 -> 4507 bytes .../2020/images/stackpath-logo-reversed.svg | 31 +++ english/partners/2020/images/sun.png | Bin 0 -> 1044 bytes english/partners/2020/images/thomas-krenn.png | Bin 0 -> 7241 bytes english/partners/2020/images/tmi_logo.png | Bin 0 -> 12191 bytes english/partners/2020/images/trustsec.png | Bin 0 -> 528 bytes english/partners/2020/images/valogo.jpg | Bin 0 -> 8012 bytes english/partners/2020/images/wellcome_sanger.png | Bin 0 -> 12979 bytes english/partners/2020/index.wml | 24 ++ english/partners/2020/partners.data | 241 +++++++++++++++++++++ english/partners/2020/partners.wml | 118 ++++++++++ 31 files changed, 621 insertions(+) create mode 100644 english/partners/2020/Makefile create mode 100644 english/partners/2020/images/1und1.png create mode 100644 english/partners/2020/images/Makefile create mode 100644 english/partners/2020/images/bytemark_logo.svg create mode 100644 english/partners/2020/images/conova.png create mode 100644 english/partners/2020/images/credativ.png create mode 100644 english/partners/2020/images/dgi_logo.png create mode 100644 english/partners/2020/images/fastly.png create mode 100644 english/partners/2020/images/freenode.png create mode 100644 english/partners/2020/images/genesi-logo.png create mode 100644 english/partners/2020/images/google.svg create mode 100644 english/partners/2020/images/hpe.png create mode 100644 english/partners/2020/images/logo_eaton.png create mode 100644 english/partners/2020/images/logo_leaseweb.png create mode 100644 english/partners/2020/images/loongson.png create mode 100644 english/partners/2020/images/manda_logo.png create mode 100644 english/partners/2020/images/opensourcepress.png create mode 100644 english/partners/2020/images/osuosl.png create mode 100644 english/partners/2020/images/progeny.png create mode 100644 english/partners/2020/images/rcodezerodns.png create mode 100644 english/partners/2020/images/skolelinux.png create mode 100644 english/partners/2020/images/stackpath-logo-reversed.svg create mode 100644 english/partners/2020/images/sun.png create mode 100644 english/partners/2020/images/thomas-krenn.png create mode 100644 english/partners/2020/images/tmi_logo.png create mode 100644 english/partners/2020/images/trustsec.png create mode 100644 english/partners/2020/images/valogo.jpg create mode 100644 english/partners/2020/images/wellcome_sanger.png create mode 100644 english/partners/2020/index.wml create mode 100644 english/partners/2020/partners.data create mode 100644 english/partners/2020/partners.wml (limited to 'english/partners') diff --git a/english/partners/2020/Makefile b/english/partners/2020/Makefile new file mode 100644 index 00000000000..e51b209994d --- /dev/null +++ b/english/partners/2020/Makefile @@ -0,0 +1,17 @@ +# If this makefile is not generic enough to support a translation, +# please contact debian-www. + +WMLBASE=../.. +CUR_DIR=partners/2020 +SUBS=images +GETTEXTFILES += partners.mo + +include $(WMLBASE)/Make.lang + +index.$(LANGUAGE).html: index.wml $(TEMPLDIR)/template.wml \ + $(ENGLISHSRCDIR)/partners/2020/partners.data \ + $(ENGLISHSRCDIR)/partners/partners.def \ + $(ENGLISHSRCDIR)/partners/2020/images/*.png \ + $(ENGLISHSRCDIR)/partners/2020/images/*.jpg \ + $(ENGLISHSRCDIR)/partners/2020/images/*.svg \ + $(GETTEXTDEP) diff --git a/english/partners/2020/images/1und1.png b/english/partners/2020/images/1und1.png new file mode 100644 index 00000000000..3e29df50f36 Binary files /dev/null and b/english/partners/2020/images/1und1.png differ diff --git a/english/partners/2020/images/Makefile b/english/partners/2020/images/Makefile new file mode 100644 index 00000000000..eb68d01a31a --- /dev/null +++ b/english/partners/2020/images/Makefile @@ -0,0 +1,8 @@ +# Considering webwml/english/partners/images/* shouldn't be in translations, +# there should be no need to copy this file to translation directories. + +WMLBASE=../../.. +CUR_DIR=partners/2019/images +SUBS= + +include $(WMLBASE)/Make.lang diff --git a/english/partners/2020/images/bytemark_logo.svg b/english/partners/2020/images/bytemark_logo.svg new file mode 100644 index 00000000000..9a5cfad16ce --- /dev/null +++ b/english/partners/2020/images/bytemark_logo.svg @@ -0,0 +1,173 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/english/partners/2020/images/conova.png b/english/partners/2020/images/conova.png new file mode 100644 index 00000000000..45ca3ce9948 Binary files /dev/null and b/english/partners/2020/images/conova.png differ diff --git a/english/partners/2020/images/credativ.png b/english/partners/2020/images/credativ.png new file mode 100644 index 00000000000..f737509700d Binary files /dev/null and b/english/partners/2020/images/credativ.png differ diff --git a/english/partners/2020/images/dgi_logo.png b/english/partners/2020/images/dgi_logo.png new file mode 100644 index 00000000000..c8a6d0d44de Binary files /dev/null and b/english/partners/2020/images/dgi_logo.png differ diff --git a/english/partners/2020/images/fastly.png b/english/partners/2020/images/fastly.png new file mode 100644 index 00000000000..b715324d4da Binary files /dev/null and b/english/partners/2020/images/fastly.png differ diff --git a/english/partners/2020/images/freenode.png b/english/partners/2020/images/freenode.png new file mode 100644 index 00000000000..f9351a96ca2 Binary files /dev/null and b/english/partners/2020/images/freenode.png differ diff --git a/english/partners/2020/images/genesi-logo.png b/english/partners/2020/images/genesi-logo.png new file mode 100644 index 00000000000..6c58ac22ffc Binary files /dev/null and b/english/partners/2020/images/genesi-logo.png differ diff --git a/english/partners/2020/images/google.svg b/english/partners/2020/images/google.svg new file mode 100644 index 00000000000..87531e564c3 --- /dev/null +++ b/english/partners/2020/images/google.svg @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/english/partners/2020/images/hpe.png b/english/partners/2020/images/hpe.png new file mode 100644 index 00000000000..30ab52f060b Binary files /dev/null and b/english/partners/2020/images/hpe.png differ diff --git a/english/partners/2020/images/logo_eaton.png b/english/partners/2020/images/logo_eaton.png new file mode 100644 index 00000000000..304c073a4b6 Binary files /dev/null and b/english/partners/2020/images/logo_eaton.png differ diff --git a/english/partners/2020/images/logo_leaseweb.png b/english/partners/2020/images/logo_leaseweb.png new file mode 100644 index 00000000000..34e571862a6 Binary files /dev/null and b/english/partners/2020/images/logo_leaseweb.png differ diff --git a/english/partners/2020/images/loongson.png b/english/partners/2020/images/loongson.png new file mode 100644 index 00000000000..1577b5a33fd Binary files /dev/null and b/english/partners/2020/images/loongson.png differ diff --git a/english/partners/2020/images/manda_logo.png b/english/partners/2020/images/manda_logo.png new file mode 100644 index 00000000000..37a0fc6b6ef Binary files /dev/null and b/english/partners/2020/images/manda_logo.png differ diff --git a/english/partners/2020/images/opensourcepress.png b/english/partners/2020/images/opensourcepress.png new file mode 100644 index 00000000000..1a20b3efc0c Binary files /dev/null and b/english/partners/2020/images/opensourcepress.png differ diff --git a/english/partners/2020/images/osuosl.png b/english/partners/2020/images/osuosl.png new file mode 100644 index 00000000000..3fd8a849788 Binary files /dev/null and b/english/partners/2020/images/osuosl.png differ diff --git a/english/partners/2020/images/progeny.png b/english/partners/2020/images/progeny.png new file mode 100644 index 00000000000..b21aeef38e5 Binary files /dev/null and b/english/partners/2020/images/progeny.png differ diff --git a/english/partners/2020/images/rcodezerodns.png b/english/partners/2020/images/rcodezerodns.png new file mode 100644 index 00000000000..0e1fa813bc9 Binary files /dev/null and b/english/partners/2020/images/rcodezerodns.png differ diff --git a/english/partners/2020/images/skolelinux.png b/english/partners/2020/images/skolelinux.png new file mode 100644 index 00000000000..51fb19cf55b Binary files /dev/null and b/english/partners/2020/images/skolelinux.png differ diff --git a/english/partners/2020/images/stackpath-logo-reversed.svg b/english/partners/2020/images/stackpath-logo-reversed.svg new file mode 100644 index 00000000000..60ee06f0f45 --- /dev/null +++ b/english/partners/2020/images/stackpath-logo-reversed.svg @@ -0,0 +1,31 @@ + \ No newline at end of file diff --git a/english/partners/2020/images/sun.png b/english/partners/2020/images/sun.png new file mode 100644 index 00000000000..855d13dfba7 Binary files /dev/null and b/english/partners/2020/images/sun.png differ diff --git a/english/partners/2020/images/thomas-krenn.png b/english/partners/2020/images/thomas-krenn.png new file mode 100644 index 00000000000..c7c94f950f9 Binary files /dev/null and b/english/partners/2020/images/thomas-krenn.png differ diff --git a/english/partners/2020/images/tmi_logo.png b/english/partners/2020/images/tmi_logo.png new file mode 100644 index 00000000000..c57473b9045 Binary files /dev/null and b/english/partners/2020/images/tmi_logo.png differ diff --git a/english/partners/2020/images/trustsec.png b/english/partners/2020/images/trustsec.png new file mode 100644 index 00000000000..262d21460ca Binary files /dev/null and b/english/partners/2020/images/trustsec.png differ diff --git a/english/partners/2020/images/valogo.jpg b/english/partners/2020/images/valogo.jpg new file mode 100644 index 00000000000..6bbc4fee29e Binary files /dev/null and b/english/partners/2020/images/valogo.jpg differ diff --git a/english/partners/2020/images/wellcome_sanger.png b/english/partners/2020/images/wellcome_sanger.png new file mode 100644 index 00000000000..240238a2acf Binary files /dev/null and b/english/partners/2020/images/wellcome_sanger.png differ diff --git a/english/partners/2020/index.wml b/english/partners/2020/index.wml new file mode 100644 index 00000000000..7f70c5c759b --- /dev/null +++ b/english/partners/2020/index.wml @@ -0,0 +1,24 @@ +#use wml::debian::template title="Debian Partners for 2020" +#use wml::debian::recent_list +#include "$(ENGLISHDIR)/partners/index.include" + + +

Information about the current partners program +and list of current partners can be viewed at the +main partners program page. + +

2019 Partners Program conditions

+ +

For more information on the Debian Partners Program for the year 2020, visit +the 2020 Partners Program.

+ +

2019 Partners

+ +#include "$(ENGLISHDIR)/partners/2020/partners.data" + + + +

DebConf20 Sponsors

+ +

The DebConf20 Sponsors are listed in the +DebConf20 website.

diff --git a/english/partners/2020/partners.data b/english/partners/2020/partners.data new file mode 100644 index 00000000000..0b1d2ae0e67 --- /dev/null +++ b/english/partners/2020/partners.data @@ -0,0 +1,241 @@ +#include "$(ENGLISHDIR)/partners/partners.def" + + + +# > + +#
+# +# # last update: 2017/06/23 (new logo) +# # partner of the month 20170812 - +# +# +# +# +#
+# +#
+ + > + +
+ + + + + +
+ +
+ +
+ + # last update: 2019/02/19 (new logo) + + + + +
+ +
+ +
+ + # date added: 2017/05/02 + # last update: 2017/05/02 + + + + +
+ +
+ +
+ + + + + +
+ +
+ +
+ + + + + +
+ +
+ +
+ + + + + +
+ +
+ +
+ + # last update: 2017/11/25 (New addition) + + + + +
+ +
+ +
+ + # last update: 2017/06/23 (Genesi confirmed everything is up-to-date) + + + + +
+ +
+ +
+ + # last update: 2019/03/20 (new addition) + + + + +
+ +
+ +
+ + # last update: 2017/03/25 (new logo, update description) + + + + +
+ +
+ +
+ + # date added: 2017/05/20 + # last update: 2017/05/20 + + + + +
+ +
+ +
+ + + + + +
+ +
+ +
+ + + + + +
+ +
+ +
+ + # last update: 2017/06/23 (new logo) + # partner of the month 20170812 - November 2017 + + + + +
+ +
+ +
+ + + + + +
+ +
+ +
+ + + + + +
+ +
+ +
+ + + + + +
+ +
+ +
+ + + + + + +
+ +
+ +
+ + + + + +
+ +
+ +
+ + + + + +
+ +
+ +
+ + + + + +
+ +
diff --git a/english/partners/2020/partners.wml b/english/partners/2020/partners.wml new file mode 100644 index 00000000000..7e1c5f2703a --- /dev/null +++ b/english/partners/2020/partners.wml @@ -0,0 +1,118 @@ +#use wml::debian::template title="Debian Partners Program 2020 - description" + +

What is the Debian Partners Program?

+
+

The Partners Program was created to recognize companies and organizations + that provide ongoing assistance to the Debian project. Because of the substantial + support provided by these partners, we have been able to expand and improve + Debian. We would like to officially recognize their efforts, and continue + to maintain a good working relationship.

+
+ +

What are the criteria for Partners?

+ There are several types of partnerships. + + + +

+To be a partner, at least one of the criteria above must be met. +Partners who fall under more than one category can be listed under each +category that they qualify for. + +

What does Debian do for the partners?

+ Debian will work closely with all partners to ensure that Debian +understands the partners needs and concerns, and vice versa. This will +enable Debian to remain properly focused within the market through +the partner's feedback. + +

+ Each partner will have space on the Debian partners web page of that year + describing the nature of the partnership. +The partner may provide links to be included in this information. + + + +

What do the partners do for Debian?

+In addition to meeting the criteria for partnership stated above, +the partners should prominently mention Debian in the areas affected by the +partnership. +They should work with Debian to promote the projects interests. +Possibilities include: + + + +

How does a vendor become a partner?

+ +An email should be sent to +partners@debian.org +with a proposal for partnership. +This proposal will be reviewed +by Debian and discussed with the prospective partner. Debian will +then make a decision on whether or not a partnership is possible. + + +

How and when do partnerships end?

+ +Debian or the partner may choose to end the partnership at any time. +When the partnership ends, the web page entries related to the +partner are removed in the current listing (entries in former years remain). +Partnerships may end for several reasons: + + +

Are there other ways my organization can contribute to Debian?

+
+

+For donations of money, equipment, or services, visit our +donations page.

+ +

+Sponsorship of DebConf (the annual Debian Conference) is handled by +each year's DebConf Organization Team. +For DebConf Sponsorship, visit the +DebConf page.

+ +

+Debian LTS funding is handled by the LTS Team. +For LTS funding, visit the +LTS wiki page.

+ +

+If you have another idea that does not suit the above suggestion, +contact us. +

+
-- cgit v1.2.3