Skip to content

Commit 5b7cf89

Browse files
committed
Remove more googleplus per #218
1 parent c77a916 commit 5b7cf89

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

README

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ social networks:
4040
<meetup>http://www.meetup.com/The-New-York-Perl-Meetup-Group/</meetup>
4141
<linkedin>http://www.linkedin.com/groups?gid=684</linkedin>
4242
<facebook>http://www.facebook.com/Israeli.Perl.Mongers</facebook>
43-
<googleplus>https://plus.google.com/105209189901369984525</googleplus>
4443
<twitter>https://twitter.com/perlweekly</twitter>
4544

4645

@@ -68,4 +67,4 @@ while read group url; do
6867
echo -n "$group ";
6968
GET -t10 -se $url | grep -i last-modified | cut -d: -f2-;
7069
done | tee /tmp/stamps
71-
```
70+
```

bin/xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ foreach my $g ( $root->children('group') ) {
150150
my $latitude = $g->findvalue('location/latitude');
151151
my $web = $g->findvalue('web');
152152
my $linkedin = $g->findvalue('linkedin');
153-
my $googleplus = $g->findvalue('googleplus');
154153
my $facebook = $g->findvalue('facebook');
155154
my $twitter = $g->findvalue('twitter');
156155
my $meetup = $g->findvalue('meetup');
@@ -219,7 +218,6 @@ foreach my $g ( $root->children('group') ) {
219218
web => $web,
220219
mailing_list => { name => $mailing_lists_name, },
221220
linkedin => $linkedin,
222-
googleplus => $googleplus,
223221
facebook => $facebook,
224222
twitter => $twitter,
225223
meetup => $meetup,

src/groups/group.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,6 @@
108108
<a href="[% linkedin %]"><img src="/images/linkedin_32.png" alt="LinkedIN of [% name %]" /></a>
109109
[% END %]
110110

111-
[% IF googleplus %]
112-
<a href="[% googleplus %]"><img src="/images/gplus-32.png" alt="Google Plus page of [% name %]"/></a>
113-
[% END %]
114-
115111
[% IF facebook %]
116112
<a href="[% facebook %]"><img src="/images/facebook32.png" alt="Facebook page of [% name %]"/></a>
117113
[% END %]

0 commit comments

Comments
 (0)