Skip to content
This repository has been archived by the owner on Jan 1, 2022. It is now read-only.

Commit

Permalink
About Page [WIP]
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkkelly committed Apr 28, 2019
1 parent fc318b8 commit 197cf6e
Show file tree
Hide file tree
Showing 5 changed files with 142 additions and 3 deletions.
117 changes: 117 additions & 0 deletions content/about/_index.md
@@ -0,0 +1,117 @@
---
title: BreadTube.tv Mission
type: page
---

[BreadTube.tv](https://breadtube.tv) is the collaborative effort of the content and development community working together via [github/BreadTubeTV](/github).

BreadTube.tv seaks to bring together Creators, Subscribers, Moderators, Developers, Designers, Coordinators who are involved in the [r/BreadTube](/reddit).

The Website is a resource for discovering and sharing BreadTube content, it also serves as a push for us to developer better tooling and more automation of the concept for other communities, creators, and moderators.

## Features

- ### HomePage
- [BreadTube.tv](https://breadtube.tv)
- Lists [r/BreadTube](https://www.reddit.com/r/breadtube/top/?t=month) Monthly Top

- ### List Channels
- [BreadTube.tv/channels](https://breadtube.tv/channels)
- Listed Alphabetically
- Channels Search
- [Name #search:contrapoints](https://breadtube.tv/channels#search:contrapoints)
- [Tag #search:anarchy](https://breadtube.tv/channels#search:anarchy)

- ### Channel Pages
- Channel Information
- [BreadTube.tv/contrapoints](https://breadtube.tv/contrapoints)
- [BreadTube.tv/noncompete](https://breadtube.tv/noncompete)
- Channel Videos List

- ### Suggest Channel Form
- [BreadTube.tv/channels/new](https://breadtube.tv/channels/new)

- ### List Playlists
- [BreadTube.tv/playlists](https://breadtube.tv/playlists)

- ### Playlist Pages
- [BreadTube.tv/playlists/welcome](https://breadtube.tv/playlists/welcome)

- ### Suggest Playlist Form
- [BreadTube.tv/playlists/new](https://breadtube.tv/playlists/new)

- ### Manual Form Processing
- Discord Notified of Submission
- Human's creates Pull Request
- Discord Notified of Pull Request

## In Development Features

### Content Management Interface

#### [Netlify CMS](https://www.netlifycms.org/)

### Channel Link to r/BreadTube Search

### List of All Videos

### PearTube Sources Integration

- ### Videos have their own page, eg:
- [BreadTube.tv/contrapoints/theaesthetic/](https://deploy-preview-198--breadtubetv.netlify.com/contrapoints/theaesthetic/)

- ### Video Embedded on Page
- YouTube Videos
- QueerTube Videos
- Other Sources Configurable in the future

- ### iFrame Video Playback


#### [Preview](https://deploy-preview-198--breadtubetv.netlify.com/contrapoints/theaesthetic/)
#### [GitHub#198](https://github.com/breadtubetv/breadtubetv/pull/198)

## Future Features

- ### Live TwitchTV Notices

- ### Suggest Video Form

- ### Edit Channel Form

- ### Edit Playlist Form

- ### Automated Processing
- Form Processing (bot creates pull request)
- YouTube Video processing
- YouTube Channel processing
- YouTube Playlist processing

- ### Progressive web app (PWA)

- ### Native web apps loading PWA (iOS & Android)

- ### Live Notices
- YouTube
- Facebook
- Instagram

The ultimate possibilities for this system are dependent on the needs of the BreadTube community, this infrastructure being developed serves as a source of inspiration for the development of future tooling to support the movement.

## Values

Our values as a development team are those of any other self organizing community, those of the conquest of bread itself. Our utility and existence to the movement is dependent on us being informed, understanding, and empathetic of the needs of the community and to respond by developing them the things that can make them flourish.

We do not consider ourselves to be the single instance of this mission, our collaboration is entirely voluntary and non binding, what we learn and achieve together on the projects we embark on will serve ourselves and further causes throughout time in unknowing ways.

## Technology

This website is not build on Wordpress or any other database dependent content management system

This inherently creates a barrier of entry that we are working to minimize alongside many other developers

## Provide Feedback

### [Discord](/discord)

Definitely the easiest way to get to us is at [BreadTube.tv/Discord](/discord)
1 change: 1 addition & 0 deletions content/privacy/_index.md
@@ -1,5 +1,6 @@
---
title: BreadTube Privacy Policy
type: page
---

The https://github.com/breadtube community operates https://BreadTube.tv, which provides listings of content creators.
Expand Down
1 change: 0 additions & 1 deletion layouts/privacy/list.html → layouts/page/list.html
Expand Up @@ -5,4 +5,3 @@ <h1 class="heading">{{ .Title }}</h1>
{{ .Content | markdownify }}
</div>
{{ end }}

7 changes: 6 additions & 1 deletion layouts/partials/base/footer.html
Expand Up @@ -10,5 +10,10 @@ <h2 class="footer-header"> This directory is supported by <a href="/reddit">r/br
</li>
{{- end }}
</ul>
<p><a href="/privacy/">Privacy Policy</a></p>

<ul class="footer-list plain-list">
<li><a href="/blog/">Blog</a></li>
<li><a href="/about/">About</a></li>
<li><a href="/privacy/">Privacy</a></li>
</ul>
</footer>
19 changes: 18 additions & 1 deletion static/css/breadtube.css
Expand Up @@ -768,7 +768,14 @@ button, select, input, textarea { font-family: inherit; }
}

.text-content h2 {
font-size: 1.3rem;
font-size: 1.5rem;
font-weight: bold;
margin-top: 1.5rem;
margin-bottom: 0.2rem;
}

.text-content h3 {
font-size: 1.1rem;
font-weight: bold;
margin-top: 0.5rem;
margin-bottom: 0.2rem;
Expand All @@ -778,3 +785,13 @@ button, select, input, textarea { font-family: inherit; }
max-width: 35rem;
margin-bottom: 0.5rem;
}

.text-content ul {
padding-left: 1rem;
margin-bottom: 1rem;
}

.text-content ul li {
list-style: disc;
margin-top: 0.3rem;
}

0 comments on commit 197cf6e

Please sign in to comment.