1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-12-24 16:58:51 -05:00

* added new feature descriptions

This commit is contained in:
Reinhard Pointner 2011-09-13 19:43:04 +00:00
parent 921d739a4d
commit 3c3bb0c744
2 changed files with 8 additions and 9 deletions

View File

@ -80,7 +80,7 @@ h1 .description {
.social { .social {
float: right; float: right;
position: relative; position: relative;
right: 0px; right: -25px;
top: -15px; top: -15px;
} }

View File

@ -18,18 +18,15 @@
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})(); })();
</script> </script>
<!-- Place this tag in your head or just before your close body tag -->
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
</head> </head>
<body> <body>
<div class="page"> <div class="page">
<div class="social"> <div class="social">
<g:plusone annotation="none" callback="_gaq.push(['_trackEvent','Social networking','Google Plus One',document.title])"></g:plusone> <!-- Place this tag where you want the +1 button to render -->
<script type="text/javascript"> <g:plusone callback="_gaq.push(['_trackEvent','Social networking','Google Plus One',document.title])"></g:plusone>
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
</div> </div>
<div class="header"> <div class="header">
@ -73,6 +70,7 @@
<ul> <ul>
<li>A simple user-interface tuned for drag-n-drop <small class="comment">(no need to bother with file dialogs)</small></li> <li>A simple user-interface tuned for drag-n-drop <small class="comment">(no need to bother with file dialogs)</small></li>
<li>Platform-independent and straight-forward application deployment</li> <li>Platform-independent and straight-forward application deployment</li>
<li>Powerful and full-featured <acronym title="command-line interface">CLI</acronym> for scripts and automation</li>
</ul> </ul>
<ul class="next"> <ul class="next">
<li> <li>
@ -107,6 +105,7 @@
<li>Find <dfn>linked</dfn> subtitles on Sublight<br/><span class="note mediainfo">MediaInfo required</span></li> <li>Find <dfn>linked</dfn> subtitles on Sublight<br/><span class="note mediainfo">MediaInfo required</span></li>
<li>Auto-extract zip and rar archives</li> <li>Auto-extract zip and rar archives</li>
<li>Integrated subtitle viewer for <acronym title="SubRip">srt</acronym>, <acronym title="Advanced SubStation Alpha">ass</acronym> and <acronym title="MicroDVD and SubViewer">sub</acronym> files</li> <li>Integrated subtitle viewer for <acronym title="SubRip">srt</acronym>, <acronym title="Advanced SubStation Alpha">ass</acronym> and <acronym title="MicroDVD and SubViewer">sub</acronym> files</li>
<li>Transcode any subtitle as UTF-8 encoded <acronym title="SubRip">srt</acronym></li>
</ul> </ul>
<ul class="next"> <ul class="next">
<li> <li>