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.

+
+

+ +

+
+ To create an account using a web browser: +
    +
  1. Go to {{config('app.url')}}.
  2. +
  3. Click on the register link at the top of the page.
  4. +
  5. Enter your name, email address, username and password.
  6. + @if(config('pixelfed.enforce_email_verification') != true) +
  7. Wait for an account verification email, it may take a few minutes.
  8. + @endif +
+
+
+

+

+ +

+
+ You can update your account by visiting the account settings page. +
+
+

+

+ +

+
+ If your desired username is taken you can add underscores, dashes, or numbers to make it unique. +
+
+

+

+ +

+
+ 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. +
+
+

+

+ +

+
+ Someone may have registered your email by mistake. If you would like your email to be removed from the account please contact us. +
+
+

+

+ +

+
+ 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') + +
+
+
+
+ Help Center + + {{ $breadcrumb ?? ''}} +
+
+
+ @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.

+
+

+ +

+
+ To create an account using a web browser: +
    +
  1. Go to {{config('app.url')}}.
  2. +
  3. Click on the link at the top of the page.
  4. +
  5. Upload your photo(s) or video(s), add a caption and set other options.
  6. +
  7. Click on the Create Post button.
  8. +
+
+
+

+

+ +

+
+ During the compose process, you can select multiple files at a single time, or add each photo/video individually. +
+
+

+

+ +

+
+ During the compose process, you will see the Caption input. Captions are optional and limited to {{config('pixelfed.max_caption_length')}} characters. +
+
+

+ {{--

+ +

+
+ +
+
+

--}} + {{--

+ +

+
+ +
+
+

--}} +

+ +

+
+ You can upload the following file types: +
    + @foreach(explode(',', config('pixelfed.media_types')) as $type) +
  • {{$type}}
  • + @endforeach +
+
+
+

+ {{--

+ +

+
+ +
+
+

--}} + {{--

+ +

+
+ +
+
+

--}} + {{--

+ +

+
+ +
+
+

--}} +@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

+

+ +

+
+ To create an account using a web browser: +
    +
  1. Go to {{route('settings')}}.
  2. +
  3. You should see the Name, Website, and Bio fields.
  4. +
  5. Change the desired fields, and then click the Submit button.
  6. +
+
+
+

+

+ +

+
+ 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

+

+ +

+
+ To change your account visibility: +
    +
  1. Go to {{route('settings.privacy')}}.
  2. +
  3. Check the Private Account checkbox.
  4. +
  5. The confirmation modal will popup and ask you if you want to keep existing followers and disable new follow requests
  6. +
  7. Click the Submit button.
  8. +
+
+
+

+ {{--

+ +

+
+ It depends on the visibility of your post. +
+
+

--}} + {{--

+ +

+
+ +
+
+

--}} + {{--

+ +

+
+ You can update your account by visiting the account settings page. +
+
+

--}} + {{--

+ +

+
+ You can update your account by visiting the account settings page. +
+
+

--}} +
+

Security

+

+ +

+
+ 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
  • +
+
+
+

+

+ +

+
+ You can add an additional layer of security to your account by enabling Two Factor Authentication. For more information, check your security settings. +
+
+

+

+ +

+
+ Please contact the administrators of this instance{{-- , for contact information click here --}}. +
+
+

+@endsection \ No newline at end of file