Added the new advertising program page, updated the FAQ, and revamped all the static pages.

This commit is contained in:
Peter Deltchev 2015-12-06 00:22:00 -08:00
parent 07bb5e2c3a
commit e3fc8ee6d6
12 changed files with 412 additions and 97 deletions

View file

@ -58,6 +58,7 @@ Route::get('/auth/oauth', 'AuthController@getOAuth');
Route::get('/about', function() { return View::make('pages.about'); });
Route::get('/faq', function() { return View::make('pages.faq'); });
Route::get('/mlpforums-advertising-program', function() { return View::make('pages.mlpforums-advertising-program'); });
Route::get('i{id}/{type}.png', 'ImagesController@getImage')->where('id', '\d+');

View file

@ -0,0 +1,7 @@
<ul class="tabs">
<li ng-class="{active: stateIncludes('pages.about')}"><a href="/about">About Pony.fm</a></li>
<li ng-class="{active: stateIncludes('pages.faq')}"><a href="/faq">FAQ</a></li>
<li ng-class="{active: stateIncludes('pages.mlpforums-advertising-program')}"><a href="/mlpforums-advertising-program">MLP Forums Advertising Program</a></li>
</ul>
<ui-view class="static-page"></ui-view>

View file

@ -1,26 +1,23 @@
<div class="about-page">
<h1>What exactly <em>is</em> Pony.fm, anyway?</h1>
<div class="stretch-to-bottom">
<p>Some <em>My Little Pony: Friendship is Magic</em> fans - typically referred to as &quot;bronies&quot; are the musical type, and show their appreciation for the show by pouring their talent into <strong>fan music</strong>.
<p>The brony fan music community is diverse, spanning genres from symphonic metal to trance and everything in between. But most importantly, the community creates music.</p>
<p>A <em>lot</em> of music.</p>
<p>All this music has to go somewhere. YouTube, SoundCloud, and Bandcamp are popular outlets that many brony musicians use to host their tunes. But no mainstream sites are specifically designed for our fandom&#39;s needs, and they&#39;re not particularly helpful if, as a listener, you&#39;re looking for pony fan music.</p>
<p>That&#39;s where Pony.fm comes in. <strong>Pony.fm is a community, hosting service, and music database rolled into one, with a generous dash of pony on top.</strong></p>
<h1>What exactly <em>is</em> Pony.fm, anyway?</h1>
<div class="stretch-to-bottom">
<p>Some <em>My Little Pony: Friendship is Magic</em> fans - typically referred to as &quot;bronies&quot; are the musical type, and show their appreciation for the show by pouring their talent into <strong>fan music</strong>.
<p>The brony fan music community is diverse, spanning genres from symphonic metal to trance and everything in between. But most importantly, the community creates music.</p>
<p>A <em>lot</em> of music.</p>
<p>All this music has to go somewhere. YouTube, SoundCloud, and Bandcamp are popular outlets that many brony musicians use to host their tunes. But no mainstream sites are specifically designed for our fandom&#39;s needs, and they&#39;re not particularly helpful if, as a listener, you&#39;re looking for pony fan music.</p>
<p>That&#39;s where Pony.fm comes in. <strong>Pony.fm is a community, hosting service, and music database rolled into one, with a generous dash of pony on top.</strong></p>
<h2>So it&#39;s SoundCloud with ponies?</h2>
<p>Eenope!</p>
<p>Pony.fm is an original project. Although it takes inspiration from a number of well-known services for the general public, Pony.fm is not specifically modeled after any one of them. As a fan site itself, Pony.fm is an experience all its own.</p>
<p>Simply put, <strong>&quot;Pony.fm is Pony.fm.&quot;</strong></p>
<h2>So it&#39;s SoundCloud with ponies?</h2>
<p>Eenope!</p>
<p>Pony.fm is an original project. Although it takes inspiration from a number of well-known services for the general public, Pony.fm is not specifically modeled after any one of them. As a fan site itself, Pony.fm is an experience all its own.</p>
<h2>What makes Pony.fm special?</h2>
<p>Pony.fm is a service created by bronies, for bronies. Every inch of the Pony.fm experience is crafted with ponies and bronies in mind. Some of the features necessarily resemble what you may find on other sites - lossless uploads, for example - but some features are specific to the pony fan music community.</p>
<p>Created as a service for the fandom, Pony.fm aims to be the one-stop shop for all things pony music, for artists and listeners alike.</p>
<h2>What makes Pony.fm special?</h2>
<p>Pony.fm is a service created by bronies, for bronies. Every inch of the Pony.fm experience is crafted with ponies and bronies in mind. Some of the features necessarily resemble what you may find on other sites - lossless uploads, for example - but some features are specific to the pony fan music community.</p>
<p>Created as a service for the fandom, Pony.fm aims to be the one-stop shop for all things pony music, for artists and listeners alike.</p>
<h2>What does MLP Forums have to do with Pony.fm?</h2>
<p>MLP Forums and Pony.fm share an owner, and each encompasses a different segment of the global <em>My Little Pony: Friendship is Magic</em> community. Put together, both sites are able to offer a richer &quot;supercommunity&quot; experience than either site could offer on its own.</p>
<h2>What does MLP Forums have to do with Pony.fm?</h2>
<p>MLP Forums and Pony.fm share an owner, and each encompasses a different segment of the global <em>My Little Pony: Friendship is Magic</em> community. Put together, both sites are able to offer a richer &quot;supercommunity&quot; experience than either site could offer on its own.</p>
<h2>Who is behind Pony.fm?</h2>
<p>Pony.fm was created by Feld0, a pony-loving teenager who heard the call of code. Recognizing the need for a true pony-specific music hosting site, and realizing that MLP Forums provided him with the resources he needed to make it happen, he created a blank text file and started pumping code into his computer.</p>
<p>The site is now maintained by him and Nelson LaQuet as part of the <a href="https://poniverse.net/" target="_blank">Poniverse</a> network.</p>
</div>
<h2>Who is behind Pony.fm?</h2>
<p>Pony.fm was created by Feld0, a pony-loving teenager who heard the call of code. Recognizing the need for a true pony-specific music hosting site, and realizing that MLP Forums provided him with the resources he needed to make it happen, he created a blank text file and started pumping code into his computer.</p>
<p>The site is now maintained by him and Nelson LaQuet as part of the <a href="https://poniverse.net/" target="_blank">Poniverse</a> network.</p>
</div>

View file

@ -1,77 +1,128 @@
<div>
<h1>Pony.fm FAQ</h1>
<div class="stretch-to-bottom">
<ul class="faq-tos">
<li><a href="#mp3">Why doesn't Pony.fm support MP3 files?</a></li>
<li><a href="#not-accepted">Why isn't my file being accepted for Upload?</a></li>
<li><a href="#upload">How do I Upload a song?</a></li>
<li><a href="#avatar">How do you set an avatar?</a></li>
<li><a href="#mlp-forums">Why the connection to MLP Forums?</a></li>
<li><a href="#feedback">How do I send Feedback to the Developers?</a></li>
<li><a href="#poniverse">What is the "Poniverse" and what does Pony FM have to do with it?</a></li>
<li><a href="#stats">Can I view any site statistics?</a></li>
<li><a href="#contact">How do I get in contact with other Musicians on Pony.fm?</a></li>
<li><a href="#report">How do I report someone?</a></li>
<li><a href="#download">How do I download an artist' song?</a></li>
</ul>
<h1>Pony.fm FAQ</h1>
<div class="stretch-to-bottom">
<h2>Why doesn't Pony.fm support MP3 uploads?</h2>
<a name="mp3"></a>
<h2>Why doesn't Pony.fm support MP3 files?</h2>
<p>MP3 encoding is "lossy." Lossy means that, during the encoding process, quality gets sacrificed for a decrease in size.</p>
<p>Pony.fm does not provide only MP3's; it also provides OGG's and lossless FLAC's. Uploading a lossless file puts a "perfect" copy of your track in Pony.fm's file store, which can be offered up for download on its own for audiophiles who like CD or better-than-CD sound quality, but starting from a lossless original also allows Pony.fm to transcode a song to other lossy formats with only one degree of loss.</p>
<p>MP3 encoding is "lossy." Lossy means that, during the encoding
process, quality gets sacrificed for a decrease in size.</p>
<p>Pony.fm accepts a lossless upload, which is converted to FLAC (if it isn't already FLAC) for storage. This leaves a "perfect," unblemished copy of the track in Pony.fm's file store.</p>
<p>An MP3 file can be created from the FLAC. Minimal quality is lost because creating an MP3 from the FLAC is as good as creating an MP3 directly from your DAW.</p>
<p>An OGG Vorbis file can be created from the FLAC. Minimal quality is lost because Pony.fm has a lossless copy of the track on file; thus, we don't have the "recompressing a compressed MP3" issue that is present if Pony.fm's "master file" was an MP3.</p>
<p>Pony.fm accepts lossless uploads, which put a "perfect" copy of
your track in Pony.fm's file store. This is offered up for
download on its own for audiophiles who like CD or better-than-CD
sound quality, but starting from a lossless original also allows
Pony.fm to transcode a song to other lossy formats with only one
degree of loss.</p>
<a name="not-accepted"></a>
<h2>Why isn't my file being accepted for Upload?</h2>
<p>Pony.fm analyzes all uploads to determine their format and check it against a whitelist; the file extension is ignored. Unfortunately, slight variations in AIFF and WAV files exist that need to be individually whitelisted.</p>
<p>The alpha should have nailed most of these by now, but if there are some that still are not being accepted, contact an admin with the specific file details and they will try to add them to the White List.</p>
<a name="upload"></a>
<h2>How do I Upload a song?</h2>
<p>At the top right of your screen there should be a button titled "Upload" next to the "send feedback" one. Select the Upload button and a drop down menu will appear, select the first option titled "Track Uploader". You should now be on a screen displaying the uploader. Select the Green button titled "Add Files" and select your song from your computer. The track should now start its download.</p>
<p>Please be aware that Pony.fm doesn't support MP3 uploads.</p>
<h2>Why isn't my file being accepted for upload?</h2>
<a name="avatar"></a>
<h2>How do you set an avatar?</h2>
<p>Avatars in Pony.fm use a free service called Gravatar. To learn more about it, and setup your own Gravatar account, <a href="https://gravatar.com/" target="_blank">click here</a>!</p>
<p>Pony.fm analyzes all uploads to determine their format and check it
against a whitelist; the file extension is ignored. Unfortunately,
slight variations in AIFF and WAV files exist that need to be
individually whitelisted.</p>
<a name="mlp-forums"></a>
<h2>Why the connection to MLP Forums?</h2>
<p>MLP Forums is one of the web&#39;s largest and most well known <em>My Little Pony: Friendship is Magic</em> forum communities. Formally linking the two sites together paves the way for a rich, cross-site community experience. Members of one site can easily jump into the other without the hassle of managing yet another account, and content can seamlessly be brought from MLP Forums to Pony.fm and vice versa in meaningful ways.</p>
<p>Most of these should have been nailed by now, but if yours isn't being
accepted, contact <a href="mailto:feld0@pony.fm" target="_blank">feld0@pony.fm</a>
with
a
copy of the file you&#39;re trying to upload and we&#39;ll sort it out!
</p>
<a name="feedback"></a>
<h2>How do I send Feedback to the Developers?</h2>
<p>At the top of your page should be a nifty little button to the left of the upload button that says "Send Feedback".</p>
<p>Click this and a form will pop up, just follow the two simple instructions and enter the information needed and click "submit".</p>
<p>All feedback is greatly appreciated on Pony FM and we do our hardest to keep this site functional and to keep all of you happy.</p>
<a name="poniverse"></a>
<h2>What is the "Poniverse" and what does Pony FM have to do with it?</h2>
<p>The Poniverse is a network that links together several Brony sites ,such as MLP Forums, together to form a super community of sorts that provides sites that satisfy everyone's needs.</p>
<p>Pony FM is just one of those sites and sets out to provide Brony Musicians with their own special corner to share their work with others and to receive feedback from other musicians, and in lots of cases to form collaborations that can end up in great partnerships.</p>
<h2>How do I upload a song?</h2>
<a name="stats"></a>
<h2>Can I view any site statistics?</h2>
<p>You sure can!</p>
<p>At the bottom left of your screen there is a small button that says Site Stats that's nestled just below a button for Pony.fm Forum.</p>
<p>Click on the "Site Stats" button and you will be taken to a screen that shows you graphs depicting the number of Track Views, Track Downloads, Track Plays and User Registrations.</p>
<p>At the top right of your screen there should be a button titled
"Upload" next to the "send feedback" one. Select the Upload button
and a drop down menu will appear, select the first option titled
"Track Uploader". You should now be on a screen displaying the
uploader. Select the Green button titled "Add Files" and select your
song from your computer. The track should now start its
download.</p>
<a name="contact"></a>
<h2>How do I get in contact with other Musicians on Pony.fm?</h2>
<p>On each user's screen there is a nifty little section where you can leave comments. This is used best for providing feedback and to show them your support, but if you plan on trying to start a collaboration and would prefer a more private means of communication, underneath the user Bio, there is a "send a message" which will utilise the "Personal Messenger" from MLP Forums to allow you to send a message to that artist.</p>
<p>Please be aware that Pony.fm doesn't support MP3 uploads.</p>
<a name="report"></a>
<h2>How do I report someone?</h2>
<p>At the current time a report feature isn't quite installed into the site, however, email feld0@pony.fm and he would be glad to handle any moderating issues that you have. But to reiterate what was said before, there IS a report function in the works.</p>
<a name="download"></a>
<h2>How do I download an artist' song?</h2>
<p>Click on the song that you are looking to download and you will notice to the right of the screen is a button titled "Downloads".</p>
<p>Click this button and you will be brought a drop down menu with FLAC, MP3, OGG, AAC and ALAC file types for you to download.</p>
<p>Select your preferred file type to start the download and it should all be smooth sailing from there.</p>
</div>
</div>
<h2>How do I set an avatar?</h2>
<p>Avatars in Pony.fm use a free service called Gravatar. To learn more and
set up your own Gravatar account, <a
href="https://gravatar.com/" title="Gravatar" target="_blank">click
here</a>!</p>
<h2>Why the connection to MLP Forums?</h2>
<p>MLP Forums is the web&#39;s largest <em>My
Little Pony: Friendship is Magic</em> forum community. Formally
linking the two sites together paves the way for a rich, cross-site
community experience. Members of one site can easily jump into the
other without the hassle of managing yet another account, and
content can seamlessly be brought from MLP Forums to Pony.fm and
vice versa in meaningful ways.</p>
<h2>How do I send feedback to the developers?</h2>
<p>Three ways! Choose whichever you're most comfortable with:</p>
<ul>
<li>Post your feedback in the <a
href="https://mlpforums.com/forum/62-ponyfm/" title="Pony.fm Forum"
target="_blank">official
Pony.fm forum</a>.
</li>
<li>Email <a href="mailto:feld0@pony.fm"
target="_blank">Feld0</a>, Pony.fm&#39;s lead developer.
</li>
<li>Open a <a href="https://github.com/Poniverse/Pony.fm/issues"
target="_blank">GitHub issue</a>.
</li>
</ul>
<p>All feedback is greatly appreciated on Pony.fm and we do our hardest
to keep this site functional and to keep all of you happy.</p>
<h2>What is the &quot;Poniverse&quot; and what does Pony.fm have to do with
it?</h2>
<p><a href="https://poniverse.net/"
title="Poniverse: The Pony Supercommunity"
target="_blank">Poniverse</a> is a
network that
links together several pony communities like <a
href="https://mlpforums.com/" title="MLP Forums" target="_blank">MLP
Forums</a>, <a
href="http://equestria.tv/" title="Equestria.tv" target="_blank">Equestria.tv</a>,
and <a
href="http://poniarcade.com/" title="PoniArcade" target="_blank">PoniArcade</a>
to form
a
&quot;supercommunity&quot; with something for everypony.</p>
<p>Pony.fm is just one of those sites and it provides brony musicians with
their own special corner to share their work with
others and to receive feedback from other musicians, and in lots of
cases to form collaborations that can end up in great
partnerships.</p>
<h2>How do I report someone?</h2>
<p>Email <a href="mailto:feld0@pony.fm" target="_blank">feld0@pony.fm</a>
with any
moderation issues you have.</p>
<h2>How do I download a song?</h2>
<p>Click on the track that you are looking to download and you will
notice to the right of the screen is a button titled "Downloads".</p>
<p>Click this button and you will be brought a drop down menu with FLAC,
MP3, OGG, AAC, and ALAC files for you to download.</p>
<p>Select your preferred file type to start the download and it should
all be smooth sailing from there.</p>
<p><strong>Note:</strong> if &quot;Downloads&quot; button is greyed out,
that means the artist has disabled downloads on that track.</p>
</div>

View file

@ -0,0 +1,189 @@
<h1>MLP Forums Advertising Program</h1>
<div class="stretch-to-bottom">
<h2>What does Pony.fm want from musicians?</h2>
<p>Want <em>from</em> probably isn&#39;t the best way to put it. Pony.fm
wants
to provide brony musicians with the best package of services for hosting
their music. We also want to provide musicians with free advertising
space right on the homepage of
<a href="https://mlpforums.com/" title="MLP Forums" target="_blank">MLP
Forums</a>
to be seen by its userbase of
over 32,000 registered members. And we want to provide your listeners
with the best experience to listen to your music. All we ask in exchange
is for musicians to use Pony.fm as their home base of sorts for their
music hosting needs. We understand musicians want to continue to upload
their music to a wide array of music hosting sites, and we can respect
that. All we ask is that you use your Pony.fm link any time you send
someone to download or listen to a song.</p>
<p><strong>Sound like an interesting proposal? Then read on!</strong></p>
<h2>Why should I host my music on Pony.fm?</h2>
<p>We understand brony musicians have a lot of choices when it comes to
where to host their music. But Pony.fm is engineered specifically to be
the best site for <em>My Little Pony</em> fan music!</p>
<p>But why, specifically, should you choose Pony.fm? The better question
is: why wouldn&#39;t you?</p>
<p>Pony.fm exclusively hosts <em>My Little Pony</em> fan content! Ask
yourself, how
exactly would a user with no knowledge of your music find you from the
SoundCloud or Bandcamp homepage? A search for Pony music will yield
thousands of unspecific results. A genre search will fill the page with
music unrelated to bronies. Unless the user is looking for your song
specifically, it&#39;s difficult for them to find it.</p>
<p>Pony.fm addresses this problem by removing the non-brony music from the
equation entirely, allowing users to search for genres, styles, or even
specify a specific show song they want to hear a remix of and get
nothing but relevant results. This means Pony.fm's listeners spend less
time searching for your music and more time listening to it!</p>
<p>Pony.fm also proides you with features that sites like SoundCloud and
Bandcamp don't. With Pony.fm, you can offer streaming and unlimited
downloads. You'll never run out of free downloads again!</p>
<p>Other artists have turned to file sharing sites for music downloads due
to the limitations of sites like SoundCloud, but because of the risks of
unknown downloads, many users simply will not trust links to file
sharing sites. File sharing sites also have limitations. Since they host
specific files, you&#39;re forced to provide an additional upload and
link
for every individual file type and quality you want to offer listeners.
These sites are also designed only for linking to files from an external
site, eliminating any chance that users will find your music through the
file sharing site itself. On Pony.fm your listeners will be exposed to
your branding, your music, your tags, and much more allowing you to get
the most out of every valuable click to your download.</p>
<p>Sites like YouTube aren&#39;t designed to be used as music hosting sites,
playing significantly reduced quality lossy audio files to allow for the
bandwidth of the video. Pony.fm, however, is designed for music,
providing high quality music streams to your listeners.
<strong>Pony.fm is all around the best balance of features designed
specifically for brony musicians.</strong></p>
<p>Beyond everything else, using Pony.fm brings you into the Poniverse
supercommunity! Not only will users be able to give you valuable
feedback right on Pony.fm&#39;s comment system, but with one login, you&#39;ll
unlock all the features of the Poniverse network. Want to show off your
music to MLP Forum&#39;s 32,000+ members? How would you like to get tips
and
tricks from fellow musicians in our Creative Resources area? Or would
you just like to relax and spend some time talking about your favorite
episode? Want to host a live-stream on Equestria.tv? All of that and
much more is possible when you unlock the power of your Poniverse login!
<strong>With Poniverse, Pony.fm isn&#39;t just a music hosting or
download
site -
it&#39;s a community made for bronies, by bronies!</strong></p>
<h2>All right, I get it; it&#39;s got some nice features. I&#39;ll upload
some
songs. But what&#39;s this about linking to my songs on Pony.fm? Why
should
I?</h2>
<p>So you want more than just great features? We respect that, because we
want more, too. Pony.fm already houses the largest collection of brony
music on the planet as the official host of the MLP Music Archive, but
we want to bring Pony.fm to the next level as the go-to place for people
to find and post music in this fandom, and we need your support as a
musician to do it!</p>
<p>Every time you post a download link on YouTube or share a link to a song
on Twitter, Facebook, or any other site, you&#39;re deciding which
experience you want to give your listeners. We think Pony.fm provides
the best experience for bronies to listen to fan music and we want you
to share in that belief!</p>
<p>So we&#39;re offering a special incentive to those that go the extra mile
and help share Pony.fm with the community by using the Pony.fm link to
their song whenever possible! <strong>We&#39;re <em>giving</em> you a
banner
ad right smack
on the front page of Poniverse&#39;s largest site for absolutely
free.</strong></p>
<p><em>Why?</em> Because we want the members of MLP Forums to listen to your
music
on Pony.fm just as bad as you do! That advertisement to your music is
also an advertisement to try Pony.fm, so it benefits everybody involved!
You get users being sent directly to your music page on Pony.fm, we get
new users checking out Pony.fm that are interested in your music, and
the listener gets an awesome new site to find pony tunes on!</p>
<h2>Okay&hellip; that&#39;s cool. I&#39;m in! What do I need to do?</h2>
<p>It&#39;s super simple!</p>
<ol>
<li><a href="/account/uploader" target="_blank">Upload your music to
Pony.fm.</a></li>
<li>If you&#39;ve previously linked to song downloads to SoundCloud,
Bandcamp,
or a file sharing service in the description of YouTube videos,
consider
switching those links over to Pony.fm to ensure the best possible
experience for your listeners!
</li>
<li>
<p>Once it&#39;s uploaded, fill out <a
href="https://goo.gl/forms/hmTUVjKNJj" target="_blank">this
form</a>. This gets the
ball rolling on
getting you free advertising. To further expedite the process of
getting
you ad-space, include a 540x200 image for your advertisement
like
this one:</p>
<p class="text-center"><img
src="https://mlpforums.com/uploads/referral-0017832001448500924.gif">
</p>
<p>Note: the ad will be scaled down to 270x100 pixels
when displayed on MLP Forums).</p>
</li>
<li>Wait for a reply! We&#39;ll review your application and get back to
you
as
soon as possible with confirmation that you&#39;ll be included in
the
program and more details! If you didn&#39;t provide an advertisement
or
if
there are any issues with your advertisement image, we&#39;ll help
you
get
one ready to go at this stage!
</li>
<li>Once your advertisement is up, start using your Pony.fm links
anywhere
you link to a song!
</li>
</ol>
<h2>I&#39;ve got to admit it sounds neat, but I&#39;m skeptical. Who can I
contact
for more information or answers to my questions?</h2>
<p>Just shoot a message to Poniverse&#39;s Head of Public Relations, Simon,
at
<a href="mailto:simon@poniverse.net"
target="_blank">simon@poniverse.net</a> and he&#39;ll
be happy to answer any questions you have about Pony.fm and the
advertising deal offered here!</p>
</div>

View file

@ -205,13 +205,20 @@ module.config [
# Pages
state.state 'faq',
state.state 'pages',
templateUrl: '/templates/pages/_layout.html'
state.state 'pages.about',
url: '/about'
templateUrl: '/templates/pages/about.html'
state.state 'pages.faq',
url: '/faq'
templateUrl: '/templates/pages/faq.html'
state.state 'about',
url: '/about'
templateUrl: '/templates/pages/about.html'
state.state 'pages.mlpforums-advertising-program',
url: '/mlpforums-advertising-program'
templateUrl: '/templates/pages/mlpforums-advertising-program.html'
# Auth

View file

@ -41,15 +41,32 @@ a {
}
}
.about-page {
.static-page {
max-width: 800px;
margin: 0 auto;
p {
margin-bottom: 1.25em;
}
ul, ol {
li {
margin: 0.75em;
}
}
h1, h2 {
font-weight: bold;
}
h2 {
margin: 0px;
margin-bottom: 5px;
margin-top: 1.5em;
margin-bottom: 0.5em;
font-size: 13pt;
color: #C2889C;
line-height: normal;
overflow: hidden;
font-weight: normal;
}
}

View file

@ -0,0 +1,23 @@
{{--
Pony.fm - A community for pony fan music.
Copyright (C) 2015 Peter Deltchev
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
--}}
@extends('shared._app_layout')
@section('app_content')
<div class="static-page">@yield('static_page')</div>
@endsection

View file

@ -16,8 +16,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
--}}
@extends('shared._app_layout')
@extends('pages._layout')
@section('app_content')
@section('static_page')
{{Helpers::template('pages/about.html')}}
@endsection

View file

@ -16,8 +16,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
--}}
@extends('shared._app_layout')
@extends('pages._layout')
@section('app_content')
@section('static_page')
{{Helpers::template('pages/faq.html')}}
@endsection

View file

@ -0,0 +1,23 @@
{{--
Pony.fm - A community for pony fan music.
Copyright (C) 2015 Peter Deltchev
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
--}}
@extends('pages._layout')
@section('static_page')
{{Helpers::template('pages/mlpforums-advertising-program.html')}}
@endsection

View file

@ -78,7 +78,7 @@
<li ng-class="{selected: stateIncludes('account')}"><a href="/account/tracks">Account</a></li>
@endif
<li ng-class="{selected: isActive('/about')}"><a href="/about">About</a></li>
<li ng-class="{selected: stateIncludes('pages')}"><a href="/about">About / FAQ</a></li>
<li><a href="https://mlpforums.com/forum/62-ponyfm/" title="Pony.fm Forum" target="_blank">Forum</a></li>
@if (Auth::check())