diff --git a/resources/views/layout/master.blade.php b/resources/views/layout/master.blade.php index 8278704d..c77e7259 100644 --- a/resources/views/layout/master.blade.php +++ b/resources/views/layout/master.blade.php @@ -7,9 +7,6 @@ - - - diff --git a/resources/views/partials/footer.blade.php b/resources/views/partials/footer.blade.php index bee52e98..12601f98 100644 --- a/resources/views/partials/footer.blade.php +++ b/resources/views/partials/footer.blade.php @@ -26,12 +26,6 @@ {{ trans('dashboard.logout') }} @endif -
  • - {{ trans('cachet.rss-feed') }} -
  • -
  • - {{ trans('cachet.atom-feed') }} -
  • @if($enableSubscribers)
  • {{ trans('cachet.subscriber.button') }} diff --git a/resources/views/vendor/feed/atom.blade.php b/resources/views/vendor/feed/atom.blade.php deleted file mode 100644 index 78bffe8f..00000000 --- a/resources/views/vendor/feed/atom.blade.php +++ /dev/null @@ -1,29 +0,0 @@ -{!! '<'.'?'.'xml version="1.0" encoding="UTF-8" ?>' !!} -> - {!! $channel['title'] !!} - - - {{ $channel['link'] }} - - -@if (!empty($channel['logo'])) - {{ $channel['logo'] }} -@endif -@if (!empty($channel['icon'])) - {{ $channel['icon'] }} -@endif - {{ $channel['pubdate'] }} -@foreach($items as $item) - - - {{ $item['author'] }} - - <![CDATA[{!! $item['title'] !!}]]> - - {{ $item['link'] }} - - - {{ $item['pubdate'] }} - -@endforeach - diff --git a/resources/views/vendor/feed/rss.blade.php b/resources/views/vendor/feed/rss.blade.php deleted file mode 100644 index 812e9cd5..00000000 --- a/resources/views/vendor/feed/rss.blade.php +++ /dev/null @@ -1,89 +0,0 @@ -{!! '<'.'?'.'xml version="1.0" encoding="UTF-8" ?>' !!} -> - - {!! $channel['title'] !!} - {{ Request::url() }} - - - @if (!empty($channel['copyright'])) - {{ $channel['copyright'] }} - @endif - @if (!empty($channel['color'])) - {{ $channel['color'] }} - @endif - @if (!empty($channel['cover'])) - - @endif - @if (!empty($channel['icon'])) - {{ $channel['icon'] }} - @endif - @if (!empty($channel['logo'])) - {{ $channel['logo'] }} - - {{ $channel['logo'] }} - {{ $channel['title'] }} - {{ Request::url() }} - - @endif - @if (!empty($channel['related'])) - - @endif - @if (!empty($channel['ga'])) - - @endif - {{ $channel['lang'] }} - {{ $channel['pubdate'] }} - @foreach($items as $item) - - <![CDATA[{!! $item['title'] !!}]]> - @if (!empty($item['category'])) - {{ $item['category'] }} - @endif - {{ $item['link'] }} - {{ $item['link'] }} - - @if (!empty($item['content'])) - - @endif - {{ $item['author'] }} - {{ $item['pubdate'] }} - @if (!empty($item['enclosure'])) - $v) - {!! $k.'="'.$v.'" ' !!} - @endforeach - /> - @endif - @if (!empty($item['media:content'])) - $v) - {!! $k.'="'.$v.'" ' !!} - @endforeach - /> - @endif - @if (!empty($item['media:thumbnail'])) - $v) - {!! $k.'="'.$v.'" ' !!} - @endforeach - /> - @endif - @if (!empty($item['media:title'])) - {{ $item['media:title'] }} - @endif - @if (!empty($item['media:description'])) - {{ $item['media:description'] }} - @endif - @if (!empty($item['media:keywords'])) - {{ $item['media:title'] }} - @endif - @if (!empty($item['media:rating'])) - {{ $item['media:rating'] }} - @endif - @if (!empty($item['creativeCommons:license'])) - {{ $item['creativeCommons:license'] }} - @endif - - @endforeach - -