This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-asjs.wiki.git


The following commit(s) were added to refs/heads/master by this push:
     new 2c642a5  Seems we don't need to do anymore 2 of the find and replaces, 
maybe WP and plugins fixed this. We just need to fix Disqus URLs for now, so 
remove and update the text to this new simplified needs
2c642a5 is described below

commit 2c642a5427cc06c805c40dd7ed0dab570db41ffc
Author: Carlos Rovira <[email protected]>
AuthorDate: Sun May 19 10:21:38 2019 +0200

    Seems we don't need to do anymore 2 of the find and replaces, maybe WP and 
plugins fixed this. We just need to fix Disqus URLs for now, so remove and 
update the text to this new simplified needs
---
 Release-Manger-(Web-Site).md | 14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)

diff --git a/Release-Manger-(Web-Site).md b/Release-Manger-(Web-Site).md
index 8ae089e..fd8ee29 100644
--- a/Release-Manger-(Web-Site).md
+++ b/Release-Manger-(Web-Site).md
@@ -14,21 +14,13 @@ People changing things in website must do it through 
pre-production website. Thi
 
 4. Once you have downloaded the zip, uncompress the file and overlay over your 
local repo copy of "royale-website". Notice you MUST be in branch así-site: 
https://github.com/apache/royale-website/tree/asf-site
 
-5. Before commit all the delta changes, you need to perform 3 find and replace 
operations in all repo to avoid problems in the final site. This is due to the 
need of websites to be over https to show it as a secure website.
+5. Before commit all the delta changes, you need to perform a find and replace 
operation in all repo to avoid problems in the final site.
 
 6. Open your favorite text editor (for example I use BBEdit on Mac) that 
allows you to search in all files in the website and replace a string.
 
-7. Search for "http://"; and replace in all website files for "//". But before 
execute you must have into account a few exceptions that you can check in the 
following image
+7. find `"disqusUrl":"\/\/`  and replace with `"disqusUrl":"https:\/\/` (This 
will fix Disqus in the production site)
 
-![Find/Replace exceptions to avoid](https://snag.gy/OoU3FN.jpg)
-
-Notice: Latest filter in the image filter list is "File Content", "is not", 
"http://apacheroyaleci.westus2.cloudapp.azure.com:8080";, to prevent renaming ci 
server that is over http
-
-8. find `\/\/royale.apache.org\/?p=` and replace with 
`https:\/\/royale.apache.org\/?p=`
-
-9. find `"disqusUrl":"\/\/`  and replace with `"disqusUrl":"https:\/\/` (This 
will fix Disqus in the production site)
-
-10. Finally you can commit all the changes to the branch, and in few seconds, 
the changes should be published automatically to production site
+8. Finally you can commit all the changes to the branch, and in few seconds, 
the changes should be published automatically to production site
 
 11.- You can check the site in https://royale.apache.org, and ensure your 
changes are ok and you see, Disqus widget correctly showing in blog posts and 
the secure indicator in your browsers as in the following capture:
 

Reply via email to