View Full Version : New host for AviSynth
Wilbert
4th June 2013, 19:14
We finally have a new host: avisynth.nl (http://avisynth.nl/index.php/Main_Page)!!!
The stuff on avisynth.org is still out there. If Richard comes here again I will ask him to hand over his domain.
The last few weeks i was busy moving all contents of avisynth.org to the new host. The translated sections should be the only ones which are not moved yet (will do that the coming weeks). So let me know when i forgot something else.
Much of the new wiki looks the same as the old one, but there is one thing which is different. I changed the user group rights in the following way
all:
Everyone can read any page and create an account. In order to create an account you have to answer a question correctly (to keep the spammers out).
registered users:
After creating an account you become a registered user, and you will be able to edit pages and change your user preferences. For the first ten edits you will need to answer a question again.
emailconfirmed users:
When a user has his email address authenticated he/she will become an emailconfirmed user. You will be able to create and move pages and upload images in addition.
autoconfirmed users:
After making ten edits you will be promoted to an autoconfirmed user and you can do the same as you could before but without answering any questions to edit a page.
Hopefully that will leave the spammers out. If not I will disable the account creation and let a few people do that for you.
If you have problems getting your emailaddress confirmed (I have read somewhere that an address with two dots will fail) or you have a problem with answering the questions drop me a pm.
If you want to help with the new wiki, the to do list can be found here: http://avisynth.nl/index.php/Avisynth_wiki:Current_events I asked WarpEnterprises to update the plugins. If anyone is interested, you can get my latest package (yes I know it's not complete): here (http://www.avisynth.nl/users/warpenterprises/Plugins4_20130531.zip) (~345 MB). Let me know if you want ftp access.
mariush
4th June 2013, 21:31
Cool. Any reasons why you didn't use avisynth.net?
Unrelated... For me personally it will annoy me to no end to see that "index.php" in the urls. I'd change that to "pages" or something like that... you can do that easily with a plain entry in the virtual host configuration and some entries in localsettings.php of the wiki
$wgScriptPath = "/wiki"; // <--- folder where the mediawiki is on the server
$wgScriptExtension = ".php";
$wgArticlePath = "/pages/$1"; // <--- pages is what will show up in url
$wgUsePathInfo = true;
example of a virtual host on my dev server ... with mod_alias enabled outside in the modules list.
<VirtualHost *:80>
RewriteEngine On
ServerAdmin contact@example.org
DocumentRoot c:/projects/exampe
ServerName dev.example.org
# ServerAlias www.example.org
Alias /pages c:/projects/example/wiki/index.php
ErrorLog logs/examplewiki-error.log
CustomLog logs/examplewiki-access.log common
<Directory "c:/projects/example">
AllowOverride All
AddOutputFilterByType DEFLATE text/css text/js text/javascript application/javascript text/html
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
creaothceann
4th June 2013, 22:27
Note that "rawsourceSeq_25_dll_20060412.7z" is a HTML error message and "tc2mp4_doom9dotorg_20070124.rar" is password-protected.
Gavino
10th June 2013, 16:44
Wilbert, thanks for your work on the new wiki (and your efforts on the previous one too).
I notice that the history of each page has been lost with the move, with only the latest version preserved. Is there any way it can be brought across too, as it's sometimes useful (especially for authors) to look back at the history of changes to a page?
Forensic
11th June 2013, 06:19
I just added a new example to (http://avisynth.nl/index.php/Overlay). This was my first time adding to the Wiki format and hope that I followed proper netiquette. It isn't much, but I want to walk before I run.
kurish
12th June 2013, 03:37
Three cheers, Wilbert. Thank you.
I bet you had a lot of other things you could've worked on, and this lurker appreciates your efforts. The wiki is a valuable resource; may it live long and prosper in its new home.
:thanks:
Wilbert
24th June 2013, 11:52
@mariush
I can't get that to work. I changed the following lines in LocalSettings.php:
$wgScriptPath = "";
$wgScriptExtension = ".php";
to
$wgScriptPath = "";
$wgScriptExtension = ".php";
$wgArticlePath = "/$1";
$wgUsePathInfo = true;
So pages should appear like
http://avisynth.nl/AviSource
instead of
http://avisynth.nl/index.php/AviSource
if i understand it correctly. But when uploading the modified LocalSettings.php it makes no difference. It doesn't recognize the first url.
@creaothceann,
Will look at it.
@Gavino,
Yes something went wrong. I guess i ticked the wrong box when exporting the pages and didn't check whether the history was included when importing the pages in the new wiki. It's too late now. I modified and updated several things after importing the pages and don't want to redo that again.
@Forensic,
Yes you did fine. Go ahead.
Reel.Deel
25th June 2013, 03:41
Hello everyone,
First of all, thanks Wilbert for all your efforts on preserving the AviSynth documentation. Kudos. :)
I recently changed the Deringing section to Deringing & Mosquito Noise (http://avisynth.nl/index.php/External_filters#Deringing_.26_Mosquito_Noise) in order to add MosquitoNR (http://forum.doom9.org/showthread.php?t=167582).
I know they're not the same, but since ringing and mosquito noise are often loosely associated with one another I though it would no problem to do this.
I think it's better than creating a separate section just for one plugin. I may be wrong so if anyone has a better idea please do say so.
Wilbert
25th June 2013, 16:28
Note that "rawsourceSeq_25_dll_20060412.7z" is a HTML error message and "tc2mp4_doom9dotorg_20070124.rar" is password-protected.
I didn't realise you got them from the zip-file. The first one can be obtained here (http://www.avisynth.info/?%A5%A2%A1%BC%A5%AB%A5%A4%A5%D6). The password of the second one is doom9.org (see filename).
StainlessS
3rd November 2013, 20:15
List of bad links in the AviSynth Filter Collection, here:
http://forum.doom9.org/showthread.php?p=1651270#post1651270
LinkChecker v8.4 (v8.2 on sourceforge is bugged) here:-
http://wummel.github.io/linkchecker/
Wilbert
5th November 2014, 19:52
Something weird is happening on avisynth.nl.
Each time I edit a page (for example http://avisynth.nl/index.php/Convert), i don't see any content at all anymore. If you click on edit you will see it's still there, it's just not visible anymore ...
I never have seen this before, and i don't know what to do ...
http://avisynth.nl/index.php/Import empty too, what the hell?
http://avisynth.nl/index.php/Filter_SDK/Cplusplus_API ditto
http://avisynth.nl/index.php/Filter_SDK/avs2pcm
http://avisynth.nl/index.php/Filter_SDK/Compiling_instructions
http://avisynth.nl/index.php/Filter_SDK/Assembler_optimizing
http://avisynth.nl/index.php/Filter_SDK/Ben_docs
http://avisynth.nl/index.php/Filter_SDK/Two-Five_SDK
http://avisynth.nl/index.php/Filter_SDK/SDK_license
raffriff42
6th November 2014, 00:24
I've been Googling - I think it's this reported bug:
[RESOLVED] No wiki rendered - text OK. (http://www.mediawiki.org/wiki/Thread:Project:Support_desk/No_wiki_rendered_-_text_OK.)
also here:
Manual: Errors and symptoms: All pages have no content, but when editing a page the wiki text is there (http://www.mediawiki.org/wiki/Manual:Errors_and_symptoms#All_pages_have_no_content.2C_but_when_editing_a_page_the_wiki_text_is_there)
foxyshadis
6th November 2014, 02:00
Ah, so it may have had to do with recent server security updates bringing along a new PCRE.
Reel.Deel
6th November 2014, 02:46
Strange. I've done a few edits just a couple of days ago and did not encounter that problem. I hope this can be easily resolved (the external filters page is blank :eek:).
Edit: I also see that the view counter at the bottom of the page is also gone.
raffriff42
6th November 2014, 08:52
Problem has spread to Main Page now...
You need to downgrade PCRE, or update MediaWiki to version 1.22.1 or newer (http://www.mediawiki.org/wiki/Manual:Errors_and_symptoms#All_pages_have_no_content.2C_but_when_editing_a_page_the_wiki_text_is_there)
EDIT:
You're back! Hooray!
Wilbert
6th November 2014, 22:04
So i guess i need to update to version 1.22.1 (1.22.3?). I have no idea how to downgrade PCRE ... How do i find out which PCRE version I have, I didn't install it myself?
edit: it appears to work again, but i didn't do anything.
foxyshadis
6th November 2014, 23:12
It looks like it runs FreeBSD, so if you open a commandline, then:
pkg info pcre
will give you that info. Probably better to just update wiki before it happens again, though.
Reel.Deel
26th November 2014, 04:38
Wiki makeover (https://dl.dropboxusercontent.com/s/v2gqukjjb76klv1/Wiki.png)? yay or nay? Just experimenting a little bit; would be nice to give the main page of the AviSynth Wiki an overdue makeover.
Asmodian
26th November 2014, 05:46
I like it. :)
It is better for high resolution displays. Though maybe keep the white lack of background?
Wilbert
26th November 2014, 19:26
The text is much too small for me (i'm looking at it on a widescreen laptop). Must be even worse on a non widescreen laptop/screen.
Sorry, i can't say it's an improvement.
Reel.Deel
26th November 2014, 23:36
The text is much too small for me (i'm looking at it on a widescreen laptop). Must be even worse on a non widescreen laptop/screen.
Sorry, i can't say it's an improvement.
To be fair, you're looking at a screenshot, it's not a good representation of how it would look on your end. Also I did not change the font size so it's the same as the current wiki. I'll post the wiki code later so you can see how it truly looks on your computer. BTW, any thoughts on what you would consider an improvement? Criticizing is the easy part. :p
Wilbert
27th November 2014, 19:58
BTW, any thoughts on what you would consider an improvement?
Nope, does it need an improvement?
What I very much like to see is an update to http://www.avisynth.nl/users/warpenterprises/. If you wanna help with that i can give you ftp access.
raffriff42
15th September 2015, 19:21
Wiki makeover (https://dl.dropboxusercontent.com/s/v2gqukjjb76klv1/Wiki.png)? yay or nay? Just experimenting a little bit; would be nice to give the main page of the AviSynth Wiki an overdue makeover.I was thinking the same thing lately: my test page (http://avisynth.nl/index.php/User:Raffriff42/Main_Page_sandbox)
When I saw Reel.Deel's test page (http://avisynth.nl/index.php/User:Reel.Deal/Main_Page_sandbox), I took some ideas from it.
Reel.Deel
29th September 2015, 02:08
Anyone know how archive the wiki using this: https://github.com/WikiTeam/wikiteam
Someone already uploaded an archive of the AviSynth wiki (https://archive.org/details/wiki-avisynthnl) on archive.org but its from early 2014.
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.