Commit Graph

130 Commits

Author SHA1 Message Date
Zuul 5d9e4e92a2 Merge "Blog article titles link to themselves" 2023-10-05 16:10:02 +00:00
Clark Boylan f65acf624a Add link to Volvo+Zuul OpenInfra Live Episode to the website
Good info in here and helps tell more of Volvo's story. Add a link to
the existing Volvo user block.

Change-Id: Icec95295c0b0fb0d90c52e12a5681d882c02f03b
2023-09-07 13:09:51 -07:00
Jeremy Stanley d1b5bdcc93 Blog article titles link to themselves
In order to make it easier to grab the permalink to a blog article,
make the existing anchors links to themselves so that they can be
easily copied without inspecting the page source or DOM.

Change-Id: Icd449a9ae22858744f9842016dfdc119443ff4fb
2023-07-30 12:15:03 +00:00
Ian Wienand ca3c180838
Add zuul-jobs latest/ redirects
zuul-jobs is published to docs/zuul-jobs/latest; because of the way we
do an additive copy we are currently serving old documentation when
anyone follows the links.

This adds redirects for this case.  The list of files is what is
currently in AFS.

I haven't updated the links in various docs to append the latest/
... I can't imagine we have branches/tags for this repo, so it does
seem like a canonical URL, but I think let's just let the 301 redirect
do that just for a layer of abstraction.

Change-Id: I66c155ee7aaded0485a1059ab9a6f540612610a6
2023-05-12 09:39:35 +10:00
Clark Boylan 7edc7c58a7 Update the Zuul Survey location
We've created a new Zuul Survey using formstack. This gives us prettier
theming, better urls, and for those of us at the foundation better
management tooling. The survey content itself should be very similar to
what we had before.

Change-Id: If57ee09adb8f921ad0c2a0fd9c37f3cffb012cb2
2023-04-20 14:22:59 -07:00
Jeremy Stanley ffc3e76b20 Remove the Summit CFP banner now that it is closed
Today marks the official end of the 2023 OpenInfra Summit CFP, so we
can remove the banner promoting it. This mostly reverts
f5e065fe71 but leaves some of the CSS
in place in order to support easier addition and removal of banner
content in the future. Ideally we'd find a balance where we don't
need further CSS edits, but...

Change-Id: I2295eac28ce4e2e47ad8f3a280dd6a4c2e41f849
2023-01-10 20:17:45 +00:00
Jeremy Stanley 6d7162b9a6 Improve banner layout on mobile
The previous change to add a summit banner seems to have caused the
header not to span the page correctly on mobile browsers. Adjust the
mobile banner height to auto.

Change-Id: Ie1deca9ab1a7a1f85f6af063832eeb5519f1a7ec
2023-01-02 17:03:14 +00:00
Jeremy Stanley f5e065fe71 Add a temporary Summit CFP announcement banner
Link to the call for presentations site for the upcoming OpenInfra
Summit with the optional banner mechanism we've used in the past.
Please don't merge this until 15:00 UTC on 2022-11-15, since the
site won't have CFP info until that time.

This can be reverted after the CFP window closes on 2023-01-10.

This partly reverts commit 5ceda92172.

Change-Id: Icef393a05b1930d88ff16fbd0674b7e457c51846
2022-11-14 17:43:29 +00:00
Jeremy Stanley 5ca3192eca Zuul Celebrates 10th Anniversary blog article
Add a blog article about Zuul's 10th Anniversary.

Also clean up some stray trailing whitespace and extended UTF-8
characters which crept in during a previous addition.

Change-Id: I47d89b6ed14c155368315f66087f7ce466e3caf0
Co-Authored-By: Sunny Cai <sunny@openinfra.dev>
Co-Authored-By: Clark Boylan <clark.boylan@gmail.com>
2022-06-05 16:23:16 +00:00
Zuul 496f64d3c4 Merge "Meet the Zuul community in Berlin blog article" 2022-05-16 19:41:17 +00:00
Jeremy Stanley e583031e1b Meet the Zuul community in Berlin blog article
Add a blog article about upcoming Zuul sessions at the OpenInfra
Summit.

Change-Id: I9a842525dce6224c066aad0bb8aa9b32ac0b31f5
Co-Authored-By: Sunny Cai <sunny@openinfra.dev>
2022-05-13 23:17:23 +00:00
James E. Blair 902dcda534 Alphabetize community logos
These are in random order now; alphabetize them to make it more
clear the ordering is arbitrary.

Change-Id: I84c1b39bd81f7601604840813687b09b38413943
2022-05-12 14:52:38 -07:00
James E. Blair 9ae490e914 Add Acme Gating as a supporting company
Acme Gating is a silver member of the OIF.

Change-Id: I0cb5e08993dbf8331235198ecb9de20e3b8eaa4c
2022-05-12 14:30:09 -07:00
Clark Boylan 86339f5473 Update Citycloud to Cleura
The business has rebranded itself.

Change-Id: Idccfb9401b71a95e3595c993d13033d624c482d2
2022-05-12 10:04:44 -07:00
Clark Boylan 04d5e9550b Add a Blog system to the zuul website
This is a rough first draft at simple blog system. I think this will
work for maybe up to 5 posts but then we'll need to add on pagination.
I'm open to help and ideas :)

Make each blog entry an "<article>".  Add 3em of margin to the top
of articles so that there is more visual separation for blog
entries.

Import a reprint of https://opensource.com/article/20/2/zuul in
order to better test out our blog formatting options, and
potentially to serve as a starter article while we work on drafting
an updated 10-year birthday article.

A child of this change will serve to preview the look of multiple
articles.

Change-Id: Ibf496b6b56e8fa57bb114a7fabcb9639fdf8daef
Co-Authored-By: Jeremy Stanley <fungi@yuggoth.org>
Co-Authored-By: James E. Blair <jim@acmegating.com>
2022-05-11 18:56:42 +00:00
Jeremy Stanley 442732a7ea Style heading levels 4-6
Add separate stylization (specifically font sizes) to headings past
H3, since we'd like to utilize them in the blog section for things
like bylines.

Change-Id: Ie6813e0cb0c9c586ede1e0fccd4524f058c4c026
2022-05-06 19:18:11 +00:00
Clark Boylan 9f0fbbfcba Use relative paths in docs/index.html
Previously absolute paths were used which breaks loading the site
locally for development. Update to use relative paths to fix that.

Change-Id: I22f4515843740c5e6b8dc08203d43c00c6a79192
2022-05-06 08:51:40 -07:00
James E. Blair 92033e7cc2 Add redirects for nodepool
We moved Nodepool docs to /latest like Zuul, so lets add redirects
for them as well.

Change-Id: Id2bc60e058df3107f9f1942548d74e8215f5ca3e
2022-03-16 13:30:33 -07:00
James E. Blair 3d400165bf Add XML namespace to sitemap
This is required by the standard.

Change-Id: Id5ff25f6a05abac6b7c514a97f35904f93003185
2022-01-20 15:33:01 -08:00
James E. Blair 022e010258 Add redirects from the most recent doc reorg
These may help some search engines or bookmarks.

Change-Id: I1ee4286497aa7c7da84bcb492ceb8aaeaeb08446
2022-01-20 13:49:55 -08:00
James E. Blair 1bf13a1a33 Add individual directory/file redirects for the move to latest
This might help some search engines or bookmarks.

Change-Id: I7676571aa4416290823acf27214df115549b5272
2022-01-20 13:23:35 -08:00
James E. Blair 04908b077d Add a redirect for docs/zuul to docs/zuul/latest
Depends-On: https://review.opendev.org/825529
Change-Id: If45f0d48b62fb4d5b40bddbbffe8c8a2f68161df
2022-01-20 08:53:02 -08:00
James E. Blair e150a0aed1 Add a sitemap
Maybe this will help search engines identify the most important
documentation paths.

Change-Id: I7572dbd231220746645b6f6edd3d86f25c9a9183
2022-01-20 07:59:18 -08:00
Clark Boylan 38762311dc Fix typo in get started page
This changes "infrasturture" to "infrastructure". We also use consistent
casing for the Zuul and OpenDev nouns.

Change-Id: I9f0a6efab2cd3b7c8ce66479160a51d6c39773f5
2022-01-19 11:41:38 -08:00
James E. Blair e7d42af215 Remove all redirects
Some (but not all) of these pages may be moving back to their
previous locations, so let's remove these redirects to avoid problems.

We may want to update this with new redirects, but that will take
more work.

Change-Id: Ifa288975c0845912ba503a70aa2095f651ec1812
2021-12-16 09:43:03 -08:00
Jeremy Stanley 6d7e0f4d99 Update the OpenInfra Community CoC URL
The foundation is slowly migrating legal docs to the new
openinfra.dev site, preferred now in place of the confusing
openstack.org URLs for them. Update the Community Code of Conduct
location in our community page, and also clarify the document title
since the foundation has multiple similar CoCs (there's also a
specific one for the foundation staff and board members, another for
attendees to in-person events, and so on).

Change-Id: I942ab86fb17c345ea8a88b520b65c0576989c0eb
2021-09-22 17:06:53 +00:00
James E. Blair c97a3a4323 Add zuul-operator to doc index
Change-Id: Ib6fc73b521155743e57c955ad547073e1953ca21
2021-09-07 14:00:20 -07:00
James E. Blair 5f251529f2 Correct client link in FAQ documentation menu
Change-Id: I999a1cdcb5a447c38b4156cea78c86697484b4b4
2021-09-07 13:55:15 -07:00
James E. Blair 4e8c404d98 Update website for Matrix
Replace IRC/OFTC references with Matrix.

Change-Id: I4c5acb46d9fd0f5124d5e2aae86d2a90b4991351
2021-08-20 15:39:36 -07:00
Zuul 36dcbf3d3d Merge "Use matrix for webchat links" 2021-06-07 14:53:10 +00:00
Zuul 0d650908c4 Merge "Embed the openinfra live video from youtube" 2021-06-02 13:42:43 +00:00
James E. Blair 6697afefd3 Use matrix for webchat links
Instead of directing users to the anonymous oftc webchat page,
direct them to the matrix portal room.  Unlike the webchat, they
will need to sign up for an account, however, they will obtain
access to channel history, and might even stick around or come
back.

Change-Id: I748239b6c03148229b76c0aab9583bd54988954f
2021-05-29 14:21:03 -07:00
Albin Vass 181f3c7a29 Replace Freenode mentions with OFTC
Change-Id: I3d0444bef32828ebd09cf6966114da9b7dbe19f3
2021-05-29 14:18:19 -07:00
Clark Boylan 8940c9fa24 Embed the openinfra live video from youtube
This uses the no-cookie version of the embed to prevent info from going
to youtube unless users watch the video. Also this is a hack job of css
I welcome help :)

If we'd prefer to only link to the Youtube video rather than embed that
should be simpler and I can respin for that.

Change-Id: Iaaaed8b0927269665a5e850cab43f84322c825ad
2021-05-27 12:02:34 -07:00
Zuul a8098c0fbc Merge "User story from KDDI, NEC, and NTT" 2021-05-08 18:26:11 +00:00
Thierry Carrez 51840fd860 Clean up supporter logos
Some of the companies mentioned were no longer actively supporting the
Zuul project.

Change-Id: I237f2c4d044356c80a2c9150e580b78f8a065dd0
2021-04-12 15:24:26 +02:00
Jeremy Stanley 0d48f4daeb User story from KDDI, NEC, and NTT
Hype a new SU article authored by community members from KDDI
Corporation, NEC, and NTT Group about testing ETSI NFV conformance
with Zuul.

Change-Id: I14da23b7a5949f1db2b3667a3179f08be440b827
2021-04-06 19:02:14 +00:00
Zuul 1184aebd6c Merge "Add Acme Gating to get-started page" 2021-01-13 15:53:27 +00:00
Zuul 259259d737 Merge "Link to opendev.org on get-started page" 2021-01-13 15:53:23 +00:00
Zuul 2efd309f64 Merge "Add vexxhost and opendev logos to get-started" 2021-01-13 15:46:58 +00:00
Zuul 7b5131a62d Merge "Add "Get Started" link to header" 2021-01-13 15:46:43 +00:00
Zuul f56be0a6e0 Merge "Adjust title on Get Started page" 2021-01-13 15:46:40 +00:00
Zuul c717c846c5 Merge "Adding Get Started page" 2021-01-13 15:44:58 +00:00
James E. Blair f813f4abb6 Add Acme Gating to get-started page
Change-Id: I191ff475b974c3428f11bc1268d84514c855770b
2021-01-12 15:11:40 -08:00
James E. Blair 8b42f0675f Link to opendev.org on get-started page
Rather than linking to Zuul, link to the opendev.org homepage which
has explanatory information about the OpenDev service (and also
links to Zuul from the homepage).

Change-Id: Ida96367966496337c7b2658ccb7d4bcbebbea79c
2021-01-12 15:02:07 -08:00
James E. Blair aacaf5ce78 Add vexxhost and opendev logos to get-started
This adds some visual interest to the page, dileneates the sections,
and visually indicates the external nature of these offerings.

Change-Id: I4312d692ffdcc6daaeb0de0bba13b99bf28767c1
2021-01-12 15:00:24 -08:00
James E. Blair 83c7d44eac Add "Get Started" link to header
This lets folks jump to "Get Started" from any page.

Change-Id: Ib006473a32627f0733b11f2cf51bcb7a2c67d1a3
2021-01-12 14:44:14 -08:00
James E. Blair 918d753cfd Adjust title on Get Started page
Name of program is Zuul.

Change-Id: I2457df660c44dab72524f17141b4acfb3953d78a
2021-01-12 14:41:12 -08:00
Jimmy McArthur b0dfdbeb27 Adding Get Started page
- Adds option for Managed Hosting from VEXX
- New details on how to get started with basic install
- Info on FLOSS hosting/Zuul implementation
- New page Get Started
- Moved from /get-started/index.html to get-started.html
- Update to htaccess /start redirect to new page

Change-Id: I5296e00a2747a59c3bb02600f3d2e2773d62d475
Signed-off-by: Jimmy McArthur <jimmy@tipit.net>
2021-01-12 14:37:13 -08:00
Clark Boylan 754f8b7588 Update the volvo user story links
Volvo presented at the Open Infrastructure Summit which gives us some
good content to link to. Update the links to their keynote presentation.

Change-Id: I1e99de0eecd21fe04d0cf116660ef77fc2dae4c4
2020-12-21 09:42:10 -08:00