Re: [PATCH] web: s/Atomic/Atomic Host/ where appropriate

2016-02-26 Thread Colin Walters

> you should open a ticket in our websites trac[1] and upload your patch,
> sending this just via mail as plain text is not really useful.
> Thanks.

Ok, done:
https://fedorahosted.org/fedora-websites/ticket/378

FWIW the:
https://fedoraproject.org/wiki/Websites#Contributing_roles_in_the_Websites_Project
and
https://fedoraproject.org/wiki/How_to_fix_bugs_on_the_Fedora_Project_website
pages both suggest sending to the mailing list.
--
websites mailing list
websites@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/websites@lists.fedoraproject.org

Re: [PATCH] web: s/Atomic/Atomic Host/ where appropriate

2016-02-23 Thread Robert Mayr
2016-02-23 21:33 GMT+01:00 Colin Walters :

>
> > you should open a ticket in our websites trac[1] and upload your patch,
> > sending this just via mail as plain text is not really useful.
> > Thanks.
>
> Ok, done:
> https://fedorahosted.org/fedora-websites/ticket/378
>
> FWIW the:
>
> https://fedoraproject.org/wiki/Websites#Contributing_roles_in_the_Websites_Project
> and
>
> https://fedoraproject.org/wiki/How_to_fix_bugs_on_the_Fedora_Project_website
> pages both suggest sending to the mailing list.
>

Thank you. We will soon have pull requests, will correct the wiki :)

-- 
Robert Mayr
(robyduck)
--
websites mailing list
websites@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/websites@lists.fedoraproject.org

Re: [PATCH] web: s/Atomic/Atomic Host/ where appropriate

2016-02-23 Thread Robert Mayr
Hi Colin,
you should open a ticket in our websites trac[1] and upload your patch,
sending this just via mail as plain text is not really useful.
Thanks.
Robert

[1] https://fedorahosted.org/fedora-websites/

2016-02-23 17:25 GMT+01:00 Colin Walters :

> From 306cd5a9a99742e38a8688481337444fc967e428 Mon Sep 17 00:00:00 2001
> From: Colin Walters 
> Date: Tue, 23 Feb 2016 11:23:24 -0500
> Subject: [PATCH] web: s/Atomic/Atomic Host/ where appropriate
>
> "Atomic" is now a generic branding around many different container
> efforts.  Most of the things here are talking about what we now
> generally call Atomic Host.
>
> Note: I didn't test this patch.
> ---
>  fedoraproject.org/data/content/get-prerelease.html | 12 
>  .../data/content/cloud/download/atomic.html| 34
> +++---
>  2 files changed, 23 insertions(+), 23 deletions(-)
>
> diff --git a/fedoraproject.org/data/content/get-prerelease.html b/
> fedoraproject.org/data/content/get-prerelease.html
> index c9bb1ea..3c10bb6 100644
> --- a/fedoraproject.org/data/content/get-prerelease.html
> +++ b/fedoraproject.org/data/content/get-prerelease.html
> @@ -355,13 +355,13 @@ l_code = l_map.get(lang, dflt_language)
>  
>  
>  ${_('Cloud Images')}
> -${_('The Fedora Cloud Working Group offers
> two variants for different use cases. The Base image is suitable for anyone
> who wants to run Fedora in the AWS public cloud, or in a private cloud like
> OpenStack. It can be customized to fit your needs by adding additional
> packages. The Atomic image is generated using rpm-ostree tools to allow
> true "atomic" updates, and is optimized to run Docker containers.')}
> +${_('The Fedora Cloud Working Group offers
> two variants for different use cases. The Base image is suitable for anyone
> who wants to run Fedora in the AWS public cloud, or in a private cloud like
> OpenStack. It can be customized to fit your needs by adding additional
> packages. The Atomic Host image is generated using rpm-ostree tools to
> allow true "atomic" updates, and is optimized to run Docker
> containers.')}
>  ${_('Both are available either to download
> in several formats or to launch in public clouds.')}
>  
>  ${_('F%s
> Cloud Base') % global_variables.release['next_id']}
>  
>  
> -${_('F%s
> Atomic') % global_variables.release['next_id']}
> +${_('F%s
> Atomic Host') % global_variables.release['next_id']}
>  
>  
>  
> @@ -424,9 +424,9 @@ l_code = l_map.get(lang, dflt_language)
>
>  
>
> -${Markup(_('Fedora %(rel)s %(state)s
> Atomic')) % {'rel':global_variables.release['next_id'],
> 'state':global_variables.release['curr_state']}}
> -${Markup(_('The Fedora Atomic image is a minimal set
> of Fedora packages optimized for use as a Docker container host. a
> href="%s"Read more/a about Docker Container Images.') % '
> https://fedoraproject.org/wiki/Changes/Docker_Container_Image')}
> -${Markup(_('Fedora Atomic images are available in
> Amazon EC2 and for direct download. The downloadable images are available
> in compressed raw image format and in qcow2 for immediate use with a
> href="%s"OpenStack/a. The images are configured with
> cloud-init, and so will take advantage of ec2-compatible metadata services
> for provisioning ssh keys.') % 'http://openstack.redhat.com/')}
> +${Markup(_('Fedora %(rel)s %(state)s
> Atomic Host')) % {'rel':global_variables.release['next_id'],
> 'state':global_variables.release['curr_state']}}
> +${Markup(_('The Fedora Atomic Host image is a minimal
> set of Fedora packages optimized for use as a Docker container host. a
> href="%s"Read more/a about Docker Container Images.') % '
> https://fedoraproject.org/wiki/Changes/Docker_Container_Image')}
> +${Markup(_('Fedora Atomic Host images are available in
> Amazon EC2 and for direct download. The downloadable images are available
> in compressed raw image format and in qcow2 for immediate use with a
> href="%s"OpenStack/a. The images are configured with
> cloud-init, and so will take advantage of ec2-compatible metadata services
> for provisioning ssh keys.') % 'http://openstack.redhat.com/')}
>
>  ${_('Currently supported EC2 Images')}
>  ${_('Choose the region and machine
> architecture and just click to launch in your Amazon Web Services account.
> Or, copy the AMI ID and use that to launch from the AWS Console or
> command-line tools.')}
> @@ -457,7 +457,7 @@ l_code = l_map.get(lang,