Skip to content

Commit

Permalink
URL change
Browse files Browse the repository at this point in the history
  • Loading branch information
victorpimentel committed Apr 27, 2011
1 parent 8177a21 commit 96f3551
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions .htaccess
Expand Up @@ -478,6 +478,7 @@ php_value session.cookie_httponly true

# Redirect TVShows appcast
RewriteEngine On
RewriteRule ^.git - [F,L]
RewriteRule ^tvshows.xml/?$ shimmer/?appcast&appName=TVShows&%{QUERY_STRING}
RewriteRule ^tvshows-beta.xml/?$ shimmer/?appcast&appName=TVShows&appVariant=Beta&%{QUERY_STRING}
RewriteRule ^notes.html/?$ shimmer/?notes&appName=TVShows&%{QUERY_STRING}
Expand Down
4 changes: 2 additions & 2 deletions feedback.php
Expand Up @@ -26,7 +26,7 @@
$email = $_REQUEST['email'];
$name = $_REQUEST['name'];
} else {
$email = 'tvshows.help@gmail.com';
$email = 'support@tvshowsapp.com';
$name = 'Unknown Submitter';
}
$feedback = $_REQUEST['feedback'];
Expand All @@ -43,7 +43,7 @@
$msg .= "Bundle ID: $bundleID\n";
$msg .= "System Profile: $systemProfile\n";

mail("tvshows.help@gmail.com", "[$feedbackType] $appName $appVersion", $msg, $headers);
mail("support@tvshowsapp.com", "[$feedbackType] $appName $appVersion", $msg, $headers);
}
?>

Expand Down
1 change: 0 additions & 1 deletion humans.txt
Expand Up @@ -11,7 +11,6 @@
Standards: HTML5, CSS3
Components: headjs, inuit.css, HTML5 boilerplate
Software: TextMate



-o/-
Expand Down
6 changes: 3 additions & 3 deletions index.html
Expand Up @@ -26,14 +26,14 @@

<nav>
<ul class="nav centred">
<!-- <li><a title="Back to home" href="http://victorpimentel.com/tvshows/">Home</a></li> -->
<!-- <li><a title="Back to home" href="/">Home</a></li> -->
<li><a id="about-link" title="Know more about the author" href="http://victorpimentel.com/">About</a></li>
<li><a id="notes-link" title="See the release notes" href="notes.html">What's new</a></li>
<!-- <li><a title="Visit the blog" href="#">Blog</a></li> -->
<li><a id="twitter-link" title="Follow us on Twitter" href="http://twitter.com/TVShows2">Twitter</a></li>
<li><a id="translate-link" title="Help translating TVShows" href="https://webtranslateit.com/en/projects/874-TVShows-2">Translate</a></li>
<li><a id="github-link" title="Fork us on GitHub" href="https://github.com/victorpimentel/TVShows">Source</a></li>
<li><a id="contact-link" title="Email us" href="mailto:tvshows.help@gmail.com">Contact</a></li>
<li><a id="contact-link" title="Email us" href="mailto:support@tvshowsapp.com">Contact</a></li>
</ul>
</nav>

Expand All @@ -47,7 +47,7 @@ <h1 id="big-title">TVShows 2</h1>
<p id="desc-2">When new episodes are released, your chosen <strong>torrent application</strong> will download them.</p>
<div id="buttons" class="grids">
<p id="download" class="grid grid-4">
<a id="download-button" title="Download the latest version of TVShows" href="http://victorpimentel.com/tvshows/TVShows.zip" role="button" tabindex="1" class="grid-4">Download</a>
<a id="download-button" title="Download the latest version of TVShows" href="TVShows.zip" role="button" tabindex="1" class="grid-4">Download</a>
<small>2.0b6r2 (Universal)</small>
<small>Leopard <em>&amp;</em> Snow Leopard</small>
</p>
Expand Down

0 comments on commit 96f3551

Please sign in to comment.