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

paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new c583e9f  remove outdated info
c583e9f is described below

commit c583e9f977ec34e9989375e537d0ff4746d8b042
Author: Paul King <pa...@asert.com.au>
AuthorDate: Fri Mar 1 21:37:07 2019 +1000

    remove outdated info
---
 site/src/site/includes/support-navbar.groovy |  4 +-
 site/src/site/pages/groovy-weekly.groovy     | 84 +++-------------------------
 site/src/site/pages/support.groovy           |  8 ---
 3 files changed, 9 insertions(+), 87 deletions(-)

diff --git a/site/src/site/includes/support-navbar.groovy 
b/site/src/site/includes/support-navbar.groovy
index 0e14f1a..600174c 100644
--- a/site/src/site/includes/support-navbar.groovy
+++ b/site/src/site/includes/support-navbar.groovy
@@ -2,7 +2,7 @@
 ul(class: 'nav-sidebar') {
     [
             'support': 'Support',
-            'http://groovy.apache.org/index': 'Contribute',
+            'https://groovy.apache.org/index': 'Contribute',
             'reporting-issues': 'Reporting issues',
             'mailing-lists': 'Mailing-lists',
             'events': 'Events',
@@ -16,8 +16,6 @@ ul(class: 'nav-sidebar') {
             li { a(href: "${page}.html", label) }
         }
     }
-    li { a(href: relative("groovy-weekly.html#subscribe"), class: 
'anchor-link', 'Subscribe') }
-    li { a(href: relative("groovy-weekly.html#archives"), class: 
'anchor-link', 'Archive') }
 }
 br()
 include unescaped: 'html/twittersearch.html'
diff --git a/site/src/site/pages/groovy-weekly.groovy 
b/site/src/site/pages/groovy-weekly.groovy
index 3924d2c..6949896 100644
--- a/site/src/site/pages/groovy-weekly.groovy
+++ b/site/src/site/pages/groovy-weekly.groovy
@@ -15,85 +15,17 @@ layout 'layouts/main.groovy', true,
                                 yield ' Groovy Newsletter '
                             }
                             article {
-                                p 'Once in a while, receive a newsletter, 
directly in your inbox, with all the news ' +
-                                        'of the Groovy ecosystem: the latest 
releases, interesting articles, interviews, ' +
-                                        'presentations, relevant tweets or 
Google+ posts, links to podcasts or screencasts, ' +
-                                        'code snippets, books, upcoming 
events, and more.'
-                                p 'The Groovy newsletter is the best way to 
stay up-to-date with all things Groovy!'
-                                p {
-                                    yield 'This newsletter is powered by '
-                                    a(href: "http://eepurl.com/XXyCD";, 
'MailChimp')
-                                    yield '.'
-                                }
-                            }
-                            hr(class: 'divider')
-
-                            a(name: 'subscribe') {}
-                            h2 {
-                                i(class: 'fa fa-envelope') {}
-                                yield ' Subscribe to the newsletter'
-                            }
-                            article {
-                                p 'To subscribe to the newsletter, please fill 
in the form below.'
-                                p 'Please note that all fields are required.'
-                            }
-                            div(id: 'mc_embed_signup') {
-                                form(action: 
'http://appspot.us4.list-manage2.com/subscribe/post?u=cb8b56e9d6a1cb1696cecc673&amp;id=1a76961630',
-                                        method: 'post', id: 
'mc-embedded-subscribe-form', name: 'mc-embedded-subscribe-form',
-                                        class: 'validate', target: '_blank', 
novalidate: true, role: 'form') {
-                                    div(class: 'form-group') {
-                                        label(for: 'mce-EMAIL', 'Email 
address')
-                                        input(type: 'email', value: '', class: 
'required email form-control', id: 'mce-EMAIL')
-                                    }
-                                    div(class: 'form-group') {
-                                        label(for: 'mce-MNAME', 'First name')
-                                        input(type: 'text', value: '', class: 
'required required email form-control', id: 'mce-FNAME')
-                                    }
-                                    div(class: 'form-group') {
-                                        label(for: 'mce-LNAME', 'Last name')
-                                        input(type: 'text', value: '', class: 
'required required email form-control', id: 'mce-LNAME')
-                                    }
-                                    div(class: 'form-group') {
-                                        label(for: 'mce-COMPANY', 'Company')
-                                        input(type: 'text', value: '', class: 
'required required email form-control', id: 'mce-COMPANY')
-                                    }
-                                    div(class: 'form-group radio') {
-                                        div {
-                                            strong 'Email format '
-                                        }
-                                        label(class: 'radio-inline') {
-                                            input(type: 'radio', value: 
'html', name: 'EMAILTYPE', id: 'mce-EMAILTYPE-0', checked: 'checked')
-                                            span 'html'
-                                        }
-                                        label(class: 'radio-inline') {
-                                            input(type: 'radio', value: 
'text', name: 'EMAILTYPE', id: 'mce-EMAILTYPE-1')
-                                            span 'text'
-                                        }
-                                    }
-                                    div(id: 'mce-responses', class: 'clear') {
-                                        div(class: 'response', id: 
'mce-error-response', style: 'display-none') {}
-                                        div(class: 'response', id: 
'mce-success-response', style: 'display-none') {}
-                                    }
-                                    div(style: 'position: absolute; left: 
-5000px') {
-                                        input(type: 'text', name: 
'b_cb8b56e9d6a1cb1696cecc673_1a76961630', tabindex: '-1', value: '')
-                                    }
-                                    br()
-                                    div(class: 'clear form-group') {
-                                        input(type: 'submit', value: 
'Subscribe', name: 'subscribe', id: 'mc-embedded-subscribe', class: 'btn 
btn-default')
+                                p 'The Groovy newsletter is no longer produced 
on a regular basis but you can still view the archives:'
+                                ul {
+                                    li {
+                                        a(href: 
'http://us4.campaign-archive2.com/home/?u=cb8b56e9d6a1cb1696cecc673&id=1a76961630',
+                                                'View past editions of the 
Groovy newsletter.')
                                     }
                                 }
-                            }
-                            hr(class: 'divider')
-
-                            a(name: 'archives') {}
-                            h2 {
-                                i(class: 'fa fa-archive') {}
-                                yield ' Archives'
-                            }
-                            article {
                                 p {
-                                    a(href: 
'http://us4.campaign-archive2.com/home/?u=cb8b56e9d6a1cb1696cecc673&id=1a76961630',
-                                            'View past editions of the Groovy 
newsletter.')
+                                    yield 'Be sure to check out the other 
available places for '
+                                    a(href: 'support.html', 'Groovy support')
+                                    yield '.'
                                 }
                             }
                         }
diff --git a/site/src/site/pages/support.groovy 
b/site/src/site/pages/support.groovy
index 58c9097..ebcad81 100644
--- a/site/src/site/pages/support.groovy
+++ b/site/src/site/pages/support.groovy
@@ -33,14 +33,6 @@ layout 'layouts/main.groovy', true,
                                         a(href: 'groovy-weekly.html', 'Groovy 
newsletter')
                                         yieldUnescaped ' &mdash; links to 
articles, presentations, tweets, podcasts, etc.'
                                     }
-                                    li {
-                                        a(href: 'https://google.com/+groovy', 
'Google+ Groovy page')
-                                        yieldUnescaped ' &mdash; for sharing 
news and articles'
-                                    }
-                                    li {
-                                        a(href: 'http://bit.ly/g-community', 
'Google+ Groovy community')
-                                        yieldUnescaped ' &mdash; for 
discussing and exchanging with other Groovy users'
-                                    }
                                 }
                             }
                             hr(class: 'divider')

Reply via email to