From ae69af69a0a1318ef6e8e4515c2e232c97201022 Mon Sep 17 00:00:00 2001
From: Daniel Supernault
Date: Sun, 21 Oct 2018 19:45:09 -0600
Subject: [PATCH] Add Help Center views
---
.../site/help/abusive-activity.blade.php | 26 ++++
.../site/help/blocking-accounts.blade.php | 26 ++++
.../site/help/community-guidelines.blade.php | 26 ++++
.../help/controlling-visibility.blade.php | 26 ++++
.../views/site/help/data-policy.blade.php | 26 ++++
resources/views/site/help/discover.blade.php | 26 ++++
resources/views/site/help/dm.blade.php | 26 ++++
resources/views/site/help/embed.blade.php | 26 ++++
.../views/site/help/getting-started.blade.php | 87 +++++++++++
resources/views/site/help/hashtags.blade.php | 26 ++++
.../views/site/help/partial/sidebar.blade.php | 72 +++++++++
.../site/help/partial/template.blade.php | 30 ++++
.../site/help/report-something.blade.php | 26 ++++
.../views/site/help/safety-tips.blade.php | 64 ++++++++
.../views/site/help/sharing-media.blade.php | 122 +++++++++++++++
resources/views/site/help/stories.blade.php | 26 ++++
resources/views/site/help/timelines.blade.php | 26 ++++
.../site/help/what-is-fediverse.blade.php | 26 ++++
.../views/site/help/your-profile.blade.php | 143 ++++++++++++++++++
19 files changed, 856 insertions(+)
create mode 100644 resources/views/site/help/abusive-activity.blade.php
create mode 100644 resources/views/site/help/blocking-accounts.blade.php
create mode 100644 resources/views/site/help/community-guidelines.blade.php
create mode 100644 resources/views/site/help/controlling-visibility.blade.php
create mode 100644 resources/views/site/help/data-policy.blade.php
create mode 100644 resources/views/site/help/discover.blade.php
create mode 100644 resources/views/site/help/dm.blade.php
create mode 100644 resources/views/site/help/embed.blade.php
create mode 100644 resources/views/site/help/getting-started.blade.php
create mode 100644 resources/views/site/help/hashtags.blade.php
create mode 100644 resources/views/site/help/partial/sidebar.blade.php
create mode 100644 resources/views/site/help/partial/template.blade.php
create mode 100644 resources/views/site/help/report-something.blade.php
create mode 100644 resources/views/site/help/safety-tips.blade.php
create mode 100644 resources/views/site/help/sharing-media.blade.php
create mode 100644 resources/views/site/help/stories.blade.php
create mode 100644 resources/views/site/help/timelines.blade.php
create mode 100644 resources/views/site/help/what-is-fediverse.blade.php
create mode 100644 resources/views/site/help/your-profile.blade.php
diff --git a/resources/views/site/help/abusive-activity.blade.php b/resources/views/site/help/abusive-activity.blade.php
new file mode 100644
index 00000000..bf9e3619
--- /dev/null
+++ b/resources/views/site/help/abusive-activity.blade.php
@@ -0,0 +1,26 @@
+@extends('site.help.partial.template', ['breadcrumb'=>'Abusive/Malicious Activity'])
+
+@section('section')
+
+
+
Abusive/Malicious Activity
+
+
+
+
+
+
+
+
+
This page isn't available
+
We haven't finished it yet, it will be updated soon!
+
+
+
+
+
+@endsection
diff --git a/resources/views/site/help/blocking-accounts.blade.php b/resources/views/site/help/blocking-accounts.blade.php
new file mode 100644
index 00000000..7154d8b5
--- /dev/null
+++ b/resources/views/site/help/blocking-accounts.blade.php
@@ -0,0 +1,26 @@
+@extends('site.help.partial.template', ['breadcrumb'=>'Blocking Accounts'])
+
+@section('section')
+
+
+
Blocking Accounts
+
+
+
+
+
+
+
+
+
This page isn't available
+
We haven't finished it yet, it will be updated soon!
+
+
+
+
+
+@endsection
diff --git a/resources/views/site/help/community-guidelines.blade.php b/resources/views/site/help/community-guidelines.blade.php
new file mode 100644
index 00000000..2ece5654
--- /dev/null
+++ b/resources/views/site/help/community-guidelines.blade.php
@@ -0,0 +1,26 @@
+@extends('site.help.partial.template', ['breadcrumb'=>'Community Guidelines'])
+
+@section('section')
+
+
+
Community Guidelines
+
+
+
+
+
+
+
+
+
This page isn't available
+
We haven't finished it yet, it will be updated soon!
+
+
+
+
+
+@endsection
diff --git a/resources/views/site/help/controlling-visibility.blade.php b/resources/views/site/help/controlling-visibility.blade.php
new file mode 100644
index 00000000..58765967
--- /dev/null
+++ b/resources/views/site/help/controlling-visibility.blade.php
@@ -0,0 +1,26 @@
+@extends('site.help.partial.template', ['breadcrumb'=>'Controlling Visibility'])
+
+@section('section')
+
+
+
Controlling Visibility
+
+
+
+
+
+
+
+
+
This page isn't available
+
We haven't finished it yet, it will be updated soon!
+
+
+
+
+
+@endsection
diff --git a/resources/views/site/help/data-policy.blade.php b/resources/views/site/help/data-policy.blade.php
new file mode 100644
index 00000000..992f5ddb
--- /dev/null
+++ b/resources/views/site/help/data-policy.blade.php
@@ -0,0 +1,26 @@
+@extends('site.help.partial.template', ['breadcrumb'=>'Data Policy'])
+
+@section('section')
+
+
+
Data Policy
+
+
+
+
+
+
+
+
+
This page isn't available
+
We haven't finished it yet, it will be updated soon!
+
+
+
+
+
+@endsection
diff --git a/resources/views/site/help/discover.blade.php b/resources/views/site/help/discover.blade.php
new file mode 100644
index 00000000..9d3632cb
--- /dev/null
+++ b/resources/views/site/help/discover.blade.php
@@ -0,0 +1,26 @@
+@extends('site.help.partial.template', ['breadcrumb'=>'Discover'])
+
+@section('section')
+
+
+
Discover
+
+
+
+
+
+
+
+
+
This page isn't available
+
We haven't finished it yet, it will be updated soon!
+
+
+
+
+
+@endsection
\ No newline at end of file
diff --git a/resources/views/site/help/dm.blade.php b/resources/views/site/help/dm.blade.php
new file mode 100644
index 00000000..ca874e74
--- /dev/null
+++ b/resources/views/site/help/dm.blade.php
@@ -0,0 +1,26 @@
+@extends('site.help.partial.template', ['breadcrumb'=>'Direct Messages'])
+
+@section('section')
+
+
+
Direct Messages
+
+
+
+
+
+
+
+
+
This page isn't available
+
We haven't finished it yet, it will be updated soon!
+
+
+
+
+
+@endsection
diff --git a/resources/views/site/help/embed.blade.php b/resources/views/site/help/embed.blade.php
new file mode 100644
index 00000000..554136be
--- /dev/null
+++ b/resources/views/site/help/embed.blade.php
@@ -0,0 +1,26 @@
+@extends('site.help.partial.template', ['breadcrumb'=>'Embed'])
+
+@section('section')
+
+
+
Embed
+
+
+
+
+
+
+
+
+
This page isn't available
+
We haven't finished it yet, it will be updated soon!
+
+
+
+
+
+@endsection
diff --git a/resources/views/site/help/getting-started.blade.php b/resources/views/site/help/getting-started.blade.php
new file mode 100644
index 00000000..10adae72
--- /dev/null
+++ b/resources/views/site/help/getting-started.blade.php
@@ -0,0 +1,87 @@
+@extends('site.help.partial.template', ['breadcrumb'=>'Getting Started'])
+
+@section('section')
+
+
+
Getting Started
+
+
+Welcome to Pixelfed.
+Pixelfed is a federated media sharing platform inspired by Instagram.
+
+
+
+
+ How do I create a Pixelfed account?
+
+
+
+ To create an account using a web browser:
+
+ - Go to {{config('app.url')}}.
+ - Click on the register link at the top of the page.
+ - Enter your name, email address, username and password.
+ @if(config('pixelfed.enforce_email_verification') != true)
+ - Wait for an account verification email, it may take a few minutes.
+ @endif
+
+
+
+
+
+
+
+ How to I update profile info like name, bio, email?
+
+
+
+
+
+
+ What can I do if a username I want is taken but seems inactive?
+
+
+
+ If your desired username is taken you can add underscores, dashes, or numbers to make it unique.
+
+
+
+
+
+
+ Why can't I change my username?
+
+
+
+ Pixelfed is a federated application, changing your username is not supported in every
federated software so we cannot allow username changes. Your best option is to create a new account with your desired username.
+
+
+
+
+
+
+ I recieved an email that I created an account, but I never signed up for one.
+
+
+
+ Someone may have registered your email by mistake. If you would like your email to be removed from the account please
contact us.
+
+
+
+
+
+
+ I can't create a new account because an account with this email already exists.
+
+
+
+ You might have registered before, or someone may have used your email by mistake. You can
contact us to help you resolve this.
+
+
+
+
+@endsection
\ No newline at end of file
diff --git a/resources/views/site/help/hashtags.blade.php b/resources/views/site/help/hashtags.blade.php
new file mode 100644
index 00000000..26751979
--- /dev/null
+++ b/resources/views/site/help/hashtags.blade.php
@@ -0,0 +1,26 @@
+@extends('site.help.partial.template', ['breadcrumb'=>'Hashtags'])
+
+@section('section')
+
+
+
Hashtags
+
+
+
+
+
+
+
+
+
This page isn't available
+
We haven't finished it yet, it will be updated soon!
+
+
+
+
+
+@endsection
\ No newline at end of file
diff --git a/resources/views/site/help/partial/sidebar.blade.php b/resources/views/site/help/partial/sidebar.blade.php
new file mode 100644
index 00000000..64835a44
--- /dev/null
+++ b/resources/views/site/help/partial/sidebar.blade.php
@@ -0,0 +1,72 @@
+
\ No newline at end of file
diff --git a/resources/views/site/help/partial/template.blade.php b/resources/views/site/help/partial/template.blade.php
new file mode 100644
index 00000000..4156777b
--- /dev/null
+++ b/resources/views/site/help/partial/template.blade.php
@@ -0,0 +1,30 @@
+@extends('layouts.anon', ['title' => 'Pixelfed Help Center'])
+
+@section('content')
+
+
+
+
+
+
+
+ @include('site.help.partial.sidebar')
+
+ @if (session('status'))
+
+ {{ session('status') }}
+
+ @endif
+ @yield('section')
+
+
+
+
+
+
+
+@endsection
diff --git a/resources/views/site/help/report-something.blade.php b/resources/views/site/help/report-something.blade.php
new file mode 100644
index 00000000..b422e6f7
--- /dev/null
+++ b/resources/views/site/help/report-something.blade.php
@@ -0,0 +1,26 @@
+@extends('site.help.partial.template', ['breadcrumb'=>'Report Something'])
+
+@section('section')
+
+
+
Report Something
+
+
+
+
+
+
+
+
+
This page isn't available
+
We haven't finished it yet, it will be updated soon!
+
+
+
+
+
+@endsection
diff --git a/resources/views/site/help/safety-tips.blade.php b/resources/views/site/help/safety-tips.blade.php
new file mode 100644
index 00000000..8be42e56
--- /dev/null
+++ b/resources/views/site/help/safety-tips.blade.php
@@ -0,0 +1,64 @@
+@extends('site.help.partial.template', ['breadcrumb'=>'Safety Tips'])
+
+@section('section')
+
+
+
Safety Tips
+
+
+{{--
+
+
+
+
+
+
Work In Progress
+
We haven't finished it yet, it will be updated soon!
+
+
+
+
+
+ --}}
+ We are committed to building a fun, easy to use photo sharing platform that is safe and secure for everyone.
+
+
+
+
Know the rules
+
To keep yourself safe, it is important to know the terms of service rules. You can find them here.
+
+
+
+
+
+
Know the age guidelines
+
Please keep in mind that Pixelfed is meant for people over the age of 16 or 13 depending on where you live. For more information click here.
+
+
+
+
+
+
Report problematic content
+
You can report content that you think is in violation of our policies. For more information click here.
+
+
+
+
+
+
Understanding content visibility
+
You can limit the visibility of your content to specific people, followers, public and more. For more information about visibility, click here.
+
+
+
+
+
+
+
Make your account or posts private
+
You can limit the visibility of your content to specific people, followers, public and more. For more information about visibility, click here.
+
+
+@endsection
diff --git a/resources/views/site/help/sharing-media.blade.php b/resources/views/site/help/sharing-media.blade.php
new file mode 100644
index 00000000..09e16149
--- /dev/null
+++ b/resources/views/site/help/sharing-media.blade.php
@@ -0,0 +1,122 @@
+@extends('site.help.partial.template', ['breadcrumb'=>'Sharing Photos & Videos'])
+
+@section('section')
+
+
+
Sharing Photos & Videos
+
+
+ Welcome to Pixelfed.
+ Pixelfed is a federated media sharing platform inspired by Instagram and 500px.
+
+
+
+
+ How do I create a post?
+
+
+
+ To create an account using a web browser:
+
+ - Go to {{config('app.url')}}.
+ - Click on the link at the top of the page.
+ - Upload your photo(s) or video(s), add a caption and set other options.
+ - Click on the Create Post button.
+
+
+
+
+
+
+
+ How do I share a post with multiple photos or videos?
+
+
+
+ During the compose process, you can select multiple files at a single time, or add each photo/video individually.
+
+
+
+
+
+
+ How do I add a caption before sharing my photos or videos on Pixelfed?
+
+
+
+ During the compose process, you will see the Caption input. Captions are optional and limited to {{config('pixelfed.max_caption_length')}} characters.
+
+
+
+ {{--
+
+
+ How do I add a filter to my photos?
+
+
+ --}}
+ {{--
+
+
+ How do I add a description to each photo or video for the visually impaired?
+
+
+ --}}
+
+
+
+ What types of photos or videos can I upload?
+
+
+
+ You can upload the following file types:
+
+ @foreach(explode(',', config('pixelfed.media_types')) as $type)
+ - {{$type}}
+ @endforeach
+
+
+
+
+ {{--
+
+
+ What is the limit for photo and video file sizes?
+
+
+ --}}
+ {{--
+
+
+ When I share a photo, what's the image resolution?
+
+
+ --}}
+ {{--
+
+
+ Can I edit my post captions, photos or videos after sharing them?
+
+
+ --}}
+@endsection
\ No newline at end of file
diff --git a/resources/views/site/help/stories.blade.php b/resources/views/site/help/stories.blade.php
new file mode 100644
index 00000000..596a2b96
--- /dev/null
+++ b/resources/views/site/help/stories.blade.php
@@ -0,0 +1,26 @@
+@extends('site.help.partial.template', ['breadcrumb'=>'Stories'])
+
+@section('section')
+
+
+
Stories
+
+
+
+
+
+
+
+
+
This page isn't available
+
We haven't finished it yet, it will be updated soon!
+
+
+
+
+
+@endsection
\ No newline at end of file
diff --git a/resources/views/site/help/timelines.blade.php b/resources/views/site/help/timelines.blade.php
new file mode 100644
index 00000000..16f97c30
--- /dev/null
+++ b/resources/views/site/help/timelines.blade.php
@@ -0,0 +1,26 @@
+@extends('site.help.partial.template', ['breadcrumb'=>'Timelines'])
+
+@section('section')
+
+
+
Timelines
+
+
+
+
+
+
+
+
+
This page isn't available
+
We haven't finished it yet, it will be updated soon!
+
+
+
+
+
+@endsection
\ No newline at end of file
diff --git a/resources/views/site/help/what-is-fediverse.blade.php b/resources/views/site/help/what-is-fediverse.blade.php
new file mode 100644
index 00000000..f216fe94
--- /dev/null
+++ b/resources/views/site/help/what-is-fediverse.blade.php
@@ -0,0 +1,26 @@
+@extends('site.help.partial.template', ['breadcrumb'=>'What is the fediverse?'])
+
+@section('section')
+
+
+
What is the Fediverse?
+
+
+
+
+
+
+
+
+
This page isn't available
+
We haven't finished it yet, it will be updated soon!
+
+
+
+
+
+@endsection
diff --git a/resources/views/site/help/your-profile.blade.php b/resources/views/site/help/your-profile.blade.php
new file mode 100644
index 00000000..d31bfe99
--- /dev/null
+++ b/resources/views/site/help/your-profile.blade.php
@@ -0,0 +1,143 @@
+@extends('site.help.partial.template', ['breadcrumb'=>'Your Profile'])
+
+@section('section')
+
+
+
+
Your Profile
+
+
+ Edit
+
+
+
+ How do I edit my bio, name, email, or password?
+
+
+
+ To create an account using a web browser:
+
+ - Go to {{route('settings')}}.
+ - You should see the Name, Website, and Bio fields.
+ - Change the desired fields, and then click the Submit button.
+
+
+
+
+
+
+
+ Why can't I update my username?
+
+
+
+ Pixelfed is a federated application, changing your username is not supported in every
federated software so we cannot allow username changes. Your best option is to create a new account with your desired username.
+
+
+
+
+ Privacy
+
+
+
+ How do I set my photos and videos to private so that only approved followers can see them?
+
+
+
+ To change your account visibility:
+
+ - Go to {{route('settings.privacy')}}.
+ - Check the Private Account checkbox.
+ - The confirmation modal will popup and ask you if you want to keep existing followers and disable new follow requests
+ - Click the Submit button.
+
+
+
+
+ {{--
+
+
+ Who can like, share or comment on my photos and videos?
+
+
+
+ It depends on the visibility of your post.
+
+
+ --}}
+ {{--
+
+
+ How do I filter out comments that I don't want to appear on my posts?
+
+
+ --}}
+ {{--
+
+
+ Who can see my posts?
+
+
+ --}}
+ {{--
+
+
+ Who can see my private posts if I add a hashtag?
+
+
+ --}}
+
+ Security
+
+
+
+ How can I secure my account?
+
+
+
+ Here are some recommendations to keep your account secure:
+
+ - Pick a strong password, don't re-use it on other websites
+ - Never share your password
+ - Remember to log out on public computers or devices
+ - Periodically check your Account Log for any suspcious activity
+ - Setup Two Factor Authentication
+
+
+
+
+
+
+
+ How can I add additional protection to my account?
+
+
+
+ You can add an additional layer of security to your account by enabling
Two Factor Authentication. For more information, check your
security settings.
+
+
+
+
+
+
+ How do I report unauthorized use of my account?
+
+
+
+ Please contact the administrators of this instance{{-- , for contact information
click here --}}.
+
+
+
+@endsection
\ No newline at end of file