parent
2dacfe4fbf
commit
7d58c189c7
|
@ -166,6 +166,7 @@ div.screencast:hover .play {
|
|||
|
||||
.section p {
|
||||
margin-left: 10px;
|
||||
margin-right: 0px;
|
||||
}
|
||||
|
||||
.section .quote {
|
||||
|
@ -237,7 +238,7 @@ div.screencast:hover .play {
|
|||
|
||||
.metrics {
|
||||
margin: 25px;
|
||||
min-height: 15px;
|
||||
min-height: 25px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
|
|
@ -49,6 +49,18 @@
|
|||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
<script type="text/javascript">
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', 'UA-25379256-1']);
|
||||
_gaq.push(['_trackPageview']);
|
||||
|
||||
(function() {
|
||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>FileBot Gallery</h1>
|
||||
|
|
|
@ -6,6 +6,18 @@
|
|||
<title>FileBot - The ultimate tv renamer / subtitle downloader / sfv validator</title>
|
||||
<link rel="stylesheet" href="base.css" type="text/css" />
|
||||
<link rel="icon" href="favicon.png" />
|
||||
|
||||
<script type="text/javascript">
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', 'UA-25379256-1']);
|
||||
_gaq.push(['_trackPageview']);
|
||||
|
||||
(function() {
|
||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="page">
|
||||
|
@ -31,7 +43,6 @@
|
|||
<p>
|
||||
<strong>FileBot</strong> is the ultimate tool for renaming your tv shows and anime,
|
||||
downloading subtitles from various sources or just simple file verification.
|
||||
<small class="comment">(and we seriously need to think of a better about text)</small>
|
||||
</p>
|
||||
<p>
|
||||
FileBot can be launched via Java Web Start. No manual download or installation required.
|
||||
|
@ -123,9 +134,8 @@
|
|||
<h2>Contact</h2>
|
||||
<p>
|
||||
The project is continuously seeking for improvements, so anykind of <a href="http://sourceforge.net/projects/filebot/reviews">feedback</a> is more than welcome
|
||||
and if there's any questions or problems just start posting in the <a href="http://sourceforge.net/projects/filebot/forums/forum/723389">forums</a>.
|
||||
and if there's any questions or problems just start posting in the <a href="http://sourceforge.net/projects/filebot/forums/forum/723389">forums</a> or check the <a href="https://sourceforge.net/projects/filebot/forums/forum/723390/topic/4594063"><acronym title="frequently asked questions">FAQ</acronym></a>.
|
||||
Make sure to visit us on our <a href="http://sourceforge.net/projects/filebot">project home</a> and become a fan on <a href="http://www.facebook.com/pages/FileBot/102742293101063">facebook</a>.
|
||||
You might also like to check out our <a href="http://www.ohloh.net/p/filebot">ohloh</a> project page.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -4,6 +4,18 @@
|
|||
<title>Episode Format Expression</title>
|
||||
<link rel="stylesheet" href="base.css" type="text/css" />
|
||||
<link rel="icon" href="favicon.png" />
|
||||
|
||||
<script type="text/javascript">
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', 'UA-25379256-1']);
|
||||
_gaq.push(['_trackPageview']);
|
||||
|
||||
(function() {
|
||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="page">
|
||||
|
|
Loading…
Reference in New Issue