* finally set up phpbb forums
This commit is contained in:
parent
e389930a40
commit
738ad89bbf
|
@ -228,7 +228,7 @@
|
|||
<td></td>
|
||||
</tr>
|
||||
<td>-no-analytics</td>
|
||||
<td>disable <a href="https://sourceforge.net/projects/filebot/forums/forum/723389/topic/4719727" target="_blank">analytics</a></td>
|
||||
<td>disable analytics</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -238,7 +238,12 @@
|
|||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="footer" style="margin-top: 100px">
|
||||
|
||||
<p style="margin-top: 40px">
|
||||
Need some help getting started? Check the <a href="http://filebot.sourceforge.net/forums/viewforum.php?f=4">forums</a>.
|
||||
</p>
|
||||
|
||||
<div class="footer" style="margin-top: 70px">
|
||||
<div id="sflogo">
|
||||
<a href="http://sourceforge.net/projects/filebot">
|
||||
<img src="http://sflogo.sourceforge.net/sflogo.php?group_id=202747&type=1" width="88" height="31" border="0" alt="SourceForge.net Logo" />
|
||||
|
|
|
@ -163,7 +163,7 @@
|
|||
<h2>Contact</h2>
|
||||
<p>
|
||||
The project is continuously seeking for improvements, so anykind of <a onclick="_gaq.push(['_trackPageview', '/project/feedback'])" target="_blank" href="http://alternativeto.net/software/filebot/reviews">feedback</a> is more than welcome
|
||||
and if there's any questions or problems just start posting in the <a onclick="_gaq.push(['_trackPageview', '/project/forums'])" target="_blank" href="http://sourceforge.net/projects/filebot/forums/forum/723389">forums</a> or check the <a onclick="_gaq.push(['_trackPageview', '/project/faq'])" target="_blank" href="https://sourceforge.net/projects/filebot/forums/forum/723390/topic/4594063"><acronym title="frequently asked questions">FAQ</acronym></a>.
|
||||
and if there's any questions or problems just start posting in the <a target="_blank" href="http://filebot.sourceforge.net/forums/">forums</a> or check the <a target="_blank" href="http://filebot.sourceforge.net/forums/viewforum.php?f=3"><acronym title="frequently asked questions">FAQ</acronym></a>.
|
||||
Make sure to subscribe to updates via <a onclick="_gaq.push(['_trackPageview', '/project/freshmeat'])" target="_blank" href="http://freecode.com/projects/filebot-tv-renamer">freshmeat</a> and become a fan on <a onclick="_gaq.push(['_trackPageview', '/project/facebook'])" target="_blank" href="https://www.facebook.com/filebot">facebook</a>.
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
<p>
|
||||
You can easily define your own episode naming scheme. It uses <a href="http://groovy.codehaus.org">Groovy</a> expressions,
|
||||
which means that you can do pretty much anything, especially if you know a little bit about programming.
|
||||
You even get media info bindings.
|
||||
You even get media info bindings.
|
||||
</p>
|
||||
<h2 id="examples">Examples</h2>
|
||||
<p>
|
||||
|
@ -201,7 +201,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td>group</td>
|
||||
<td><a href="http://sourceforge.net/projects/filebot/forums/forum/723389/topic/4713917" target="_blank">release group</a></td>
|
||||
<td><a href="http://filebot.sourceforge.net/forums/viewtopic.php?f=5&t=4" target="_blank">release group</a></td>
|
||||
<td>ALLiANCE</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -301,7 +301,12 @@
|
|||
<code><span class="method">replacePart</span>(<span class="string">replacement</span> = <span class="string">""</span>)</code>Replace part identifier (e.g. "Today Is the Day (1)" -> "Today Is the Day, Part 1").
|
||||
</p>
|
||||
</div>
|
||||
<div class="footer" style="margin-top: 100px">
|
||||
|
||||
<p style="margin-top: 45px">
|
||||
Need some help getting started? Check the <a href="http://filebot.sourceforge.net/forums/viewforum.php?f=5">forums</a>.
|
||||
</p>
|
||||
|
||||
<div class="footer" style="margin-top: 70px">
|
||||
<div id="sflogo">
|
||||
<a href="http://sourceforge.net/projects/filebot">
|
||||
<img src="http://sflogo.sourceforge.net/sflogo.php?group_id=202747&type=1" width="88" height="31" border="0" alt="SourceForge.net Logo" />
|
||||
|
|
|
@ -79,7 +79,7 @@
|
|||
<div class="description">
|
||||
Find scripts for common tasks <a href="http://filebot.sourceforge.net/data/shell/" target="_blank">here</a>. You can just use these scripts straight
|
||||
away or as a reference for building your own more advanced scripts. If you think your script could be really useful to others as well
|
||||
then please share it in the <a href="https://sourceforge.net/projects/filebot/forums/forum/723389/topic/4797686">forums</a>.
|
||||
then please share it in the <a href="http://filebot.sourceforge.net/forums/viewtopic.php?f=4&t=5">forums</a>.
|
||||
</div>
|
||||
|
||||
<h3 id="examples">Example Scripts</h3>
|
||||
|
@ -182,7 +182,11 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="footer" style="margin-top: 100px">
|
||||
<p style="margin-top: 25px">
|
||||
Need some help getting started? Check the <a href="http://filebot.sourceforge.net/forums/viewforum.php?f=4">forums</a>.
|
||||
</p>
|
||||
|
||||
<div class="footer" style="margin-top: 70px">
|
||||
<div id="sflogo">
|
||||
<a href="http://sourceforge.net/projects/filebot">
|
||||
<img src="http://sflogo.sourceforge.net/sflogo.php?group_id=202747&type=1" width="88" height="31" border="0" alt="SourceForge.net Logo" />
|
||||
|
|
Loading…
Reference in New Issue