Skip to content

Commit

Permalink
Remove twitter column as its not possible to query it anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
normanmaurer committed Jan 12, 2024
1 parent 69ebf59 commit 32a2848
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 27 deletions.
2 changes: 0 additions & 2 deletions _config/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ releases:

twitter_search_url: 'https://twitter.com/search?q=%40netty_project OR %23netty lang%3Aen'

default_sidebar: '<div id="twitter-timeline" class="hidden-xs hidden-sm hidden-print" role="complementary"><a class="twitter-timeline" href="https://twitter.com/netty_project" data-widget-id="412058459593383936">Tweets by @netty_project</a><script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?"http":"https";if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script></div>'

shortened_links:
ask: 'http://stackoverflow.com/questions/tagged/netty'
ccla: 'https://docs.google.com/spreadsheet/viewform?formkey=dG9wTmhoeGNGd1MtdFdtVXl4TlVSNlE6MQ'
Expand Down
4 changes: 0 additions & 4 deletions _layouts/news-item.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,3 @@ layout: jumbotronless
- if !page.disqus_identifier
- page.disqus_identifier = 'news/' + page.simple_name
= page.disqus_comments

.col-md-3
= site.default_sidebar

3 changes: 0 additions & 3 deletions community.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,3 @@ title: Get Involved

%p You or your company can also donate the resources we need for sustainable development of the project, such as fund to cover the cost for developer meet-ups, heart-warming gift, and software license. The donors are listed <a href="sponsor/thanks.html">here</a>.

.col-md-3
= site.default_sidebar

3 changes: 0 additions & 3 deletions downloads.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,3 @@ title: Downloads

%p Nightly builds can be found at <a href="https://garage.netty.io/teamcity/searchResults.html?query=c%3Anightly&byTime=true&guest=1">our CI server</a>. You can also pull the latest snapshots from <a href="https://oss.sonatype.org/content/repositories/snapshots/io/netty/">our Maven snapshot repository</a>.

.col-md-3
= site.default_sidebar

3 changes: 0 additions & 3 deletions news/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,3 @@ title: All news items
%small
on
#{p.date.strftime('%d-%b-%y')}
.col-md-3
= site.default_sidebar

4 changes: 0 additions & 4 deletions sponsor/_index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,3 @@ title: Donate to us
If you entered 'Anonymous' in the name field, your name in the donor list will be 'Anonymous'.
.form-group
%button#donate-button.btn.btn-primary{ :type=>'submit' } Donate with PayPal

.col-md-3
= site.default_sidebar

4 changes: 0 additions & 4 deletions sponsor/thanks.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,3 @@ title: Thank you for your donation!
%img{ :src=>'logo-twitter.png', :alt=>'Twitter, Inc.' }
%td
%p <a href="https://engineering.twitter.com/">The engineers at Twitter</a> builds the world's first real-time distributed public platform connecting people to their interests, events, and each other. Twitter donated the hosting cost of our CI server for 12 months.

.col-md-3
= site.default_sidebar

4 changes: 0 additions & 4 deletions wiki/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,3 @@ title: 'Netty.docs: Home'
%a{ :href=>"#{r.example_url(page, 'udt/echo/rendezvousBytes')}" } Byte streams in symmetric peer-to-peer rendezvous connect mode
%li
%a{ :href=>"#{r.example_url(page, 'udt/echo/rendezvous')}" } Message flow in symmetric peer-to-peer rendezvous connect mode

.col-md-3
= site.default_sidebar

0 comments on commit 32a2848

Please sign in to comment.