<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Project Bulletin (new posts)</title>
		<link>http://ci-wiki.wikidot.com/forum/c-886609/project-bulletin</link>
		<description>Posts in the forum category &quot;Project Bulletin&quot; - For special activities, like projects, contests and challenges.</description>
				<copyright></copyright>
		<lastBuildDate>Wed, 12 Aug 2026 08:24:56 +0000</lastBuildDate>
		
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-15502251#post-8608326</guid>
				<title>Tech Notes: Re: Tech Notes</title>
				<link>http://ci-wiki.wikidot.com/forum/t-15502251/tech-notes#post-8608326</link>
				<description></description>
				<pubDate>Sun, 19 Jul 2026 10:56:23 +0000</pubDate>
				<wikidot:authorName>Meta Wonderrat</wikidot:authorName>				<wikidot:authorUserId>2669078</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I can not really help you on a high tech level with the bots, so here are some low tech defenses:</p> <blockquote> <p>Require a specific<br /> user-agent string/URL argument/public username-password<br /> Everyone that does not have that gets nothing. New users get it by clicking an obvious button labeled &quot;use-this&quot;.<br /> This requires that users are smarter than scrapers, which i admit is a weakness, but most people at least found the Join button once.</p> </blockquote> <blockquote> <p>Set the whole site under TOR. Who scrapes there?<br /> The surface web site only has a link to the tor-browser and the onion address.<br /> I would start on TOR anyway and just post the link to wikidot, so I would only need to buy a domain on the surface once everything is set up in <em>The Deep Web</em>. Pointing a server away from an onion service onto a surface web domain should be doable, but i have not looked into it for years.</p> </blockquote> <p>I have no idea whether this is still usable, but it could be worth a shot: <a href="https://invidious.tiekoetter.com/watch?v=4OztMJ4EL1s">HTTP-Code-Tarpit-Talk</a> implemented with nginx.</p> <hr /> <p>What about the <a href="https://www.mediawiki.org/wiki/Help:DiscussionTools">Mediawiki Discussion Tool</a> does not work for us?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-15502251#post-8602134</guid>
				<title>Tech Notes: Re: Tech Notes</title>
				<link>http://ci-wiki.wikidot.com/forum/t-15502251/tech-notes#post-8602134</link>
				<description></description>
				<pubDate>Sat, 18 Jul 2026 17:43:51 +0000</pubDate>
				<wikidot:authorName>Zesc</wikidot:authorName>				<wikidot:authorUserId>5703022</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>So I have good news, because for once I did not just claim to be working on wiki migration, but actually follow up by actually doing that.</p> <p>So far I went through the process of actually setting up a MediaWiki instance on an nginx instance (instead of just messing with crappy local solutions) and frankly the process is quite simple. You just extract the MW provided archive, tell nginx where the root lies, and paste a ~20 lines config and that's pretty much it. However, I'll mention the two issues I ran into for the sake of posteriority anyway:</p> <ol> <li>Don't just <tt><span style="white-space: pre-wrap;">apt&#32;install&#32;mediawiki</span></tt>; that package (at least on APT, idk how it is for AUR, flatpack, etc.) comes with an apache2 webserver that, during the APT installation process, is going for full on murderization of your beautiful, lightweight nginx server<sup class="footnoteref"><a id="footnoteref-616036-1" href="javascript:;" class="footnoteref" >1</a></sup>. You can install MariaDB the necessary php dependencies manually, the <a href="https://www.mediawiki.org/w/index.php?title=Manual%3AInstallation_requirements&amp;useskin=vector">Installation Requirements</a> give you a handy overview of packages].</li> <li>I initially had problems actually running the wiki software because for some godforsaken reason, it was expecting a php8.1-fpm socket for cgi, whilst I had php8.4 installed. I tried messing around in the nginx config to adjust that path, but after some time I gave up and simply <tt><span style="white-space: pre-wrap;">ln&#32;php8.4-fpm.sock&#32;php8.1-fpm.sock</span></tt> in <tt>/var/run/php</tt>. That surprisingly worked, even thought I never expected PHP to actually use semantic versioning. Could this cause nigh-undiagnosable errors down the line? Maybe. Probably less than having two concurrent PHP versions installed? Certainly.</li> </ol> <p>So I guess my next step is to try that again on an actually public-reachable server with its own domain. Since nginx also implements a mail server (which you'll need because of domain registration shenenigans) that's something I should look at. Besides that, it'll be development of the wiki theme and dealing with the forum and page ratings.</p> <p>The latter is actually pretty straightforward now, becaus by virtue of being a lazy bum it seems like <a href="https://www.mediawiki.org/wiki/Extension:RatePage?useskin=vector">the RatePage extension</a> has been developed to include basically every feature we would have needed in the meantime.</p> <p>Forum&#8230; eh. There are plenty interesting things you can do with talk pages, but I'm not much of a fan, tbh. We could juts use redirect magic and use forum software on a different subdomain, but that opens up the question of user accounts. So far I think that's actually the biggest issue we'll be having.</p> <p>The last thing will be bot protection. And look, I am 100% on board with handing everyone who asks a full wikidump. Period. But we also know that the scraperpocalypse is currently in full swing and you'll be flooded by arseholes trying to train their plagiarism machines on your free content the moment you go live. No idea how to handle that. We can't afford a honeypot, IP-banning doesn't work, Anubis is vibe-coded and JS-dependent, so is Gandalf (I also think Gandalf isn't open source) and CloudFlare is a no.</p> <p><a href="https://www.jwz.org/blog/2026/06/today-in-the-scraperpocalypse/">Oh hey looks like the guy who singelhandedly did more for the modern web than all of GAFAM combined</a> has no clue either. Fuck.</p> <div class="footnotes-footer"> <div class="title">Footnotes</div> <div class="footnote-footer" id="footnote-616036-1"><a href="javascript:;" >1</a>. Which is totally unrealistic. I've watched enough mecha shows to know that the spunky protagonist's old Apache II rig is going to get absolutely curbstomped by the evil Engine X during the tournament arc and it takes a lot of filler episodes and the power friendship for him to eventually succeed - which will never happen since every mech show that isn't Gundam never makes it past a first cour.</div> </div> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-15502251#post-8009949</guid>
				<title>Tech Notes: Re: Tech Notes</title>
				<link>http://ci-wiki.wikidot.com/forum/t-15502251/tech-notes#post-8009949</link>
				<description></description>
				<pubDate>Thu, 07 May 2026 18:08:38 +0000</pubDate>
				<wikidot:authorName>Zesc</wikidot:authorName>				<wikidot:authorUserId>5703022</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>New <a href="http://ci-wiki.wikidot.com/staff:backups">staff page</a> for jotting down backups. We'll probably forget about this.</p> <p>I'm still not fully back, but found myself with some bandwidth and idle CPU time. I'll get around to reading all the new articles and participating in the forum soon enough. (At least with my usual verbosity, it's believable that answering takes some time.)</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-15502251#post-6893893</guid>
				<title>Tech Notes: Re: Tech Notes</title>
				<link>http://ci-wiki.wikidot.com/forum/t-15502251/tech-notes#post-6893893</link>
				<description></description>
				<pubDate>Sat, 29 Mar 2025 19:31:17 +0000</pubDate>
				<wikidot:authorName>ScaledDatura</wikidot:authorName>				<wikidot:authorUserId>5908671</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I forgot tags one time, and I fear I shall never forget now</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-15502251#post-6893086</guid>
				<title>Tech Notes: Re: Tech Notes</title>
				<link>http://ci-wiki.wikidot.com/forum/t-15502251/tech-notes#post-6893086</link>
				<description></description>
				<pubDate>Fri, 28 Mar 2025 18:18:31 +0000</pubDate>
				<wikidot:authorName>Zesc</wikidot:authorName>				<wikidot:authorUserId>5703022</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I moved the thing to the right (for some reason, it is center-aligned by default). Still ugly. Not really feeling like tinkering with CSS (on the plus side, not!darkargun's theme should be a cakewalk now) so we might just trash it.</p> <p>Have we ever explained people how to create new pages? I'm afraid without that newbies might just be confused then.</p> <p>Probably make a whole new page that is just various instances of these modules for items, tales and other stuff. as they can be configured to have certain tags by default (<em>*intensely stares at <span class="printuser avatarhover"><a href="http://www.wikidot.com/user:info/scaleddatura" ><img class="small" src="http://www.wikidot.com/avatar.php?userid=5908671&amp;amp;size=small&amp;amp;timestamp=1743185911" alt="ScaledDatura" style="background-image:url(http://www.wikidot.com/userkarma.php?u=5908671)" /></a><a href="http://www.wikidot.com/user:info/scaleddatura" >ScaledDatura</a></span>*</em>).</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-15502251#post-6892441</guid>
				<title>Tech Notes: Re: Tech Notes</title>
				<link>http://ci-wiki.wikidot.com/forum/t-15502251/tech-notes#post-6892441</link>
				<description></description>
				<pubDate>Thu, 27 Mar 2025 21:42:35 +0000</pubDate>
				<wikidot:authorName>Meta Wonderrat</wikidot:authorName>				<wikidot:authorUserId>2669078</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I concur.<br /> Things look fine, but the &quot;new page&quot; element should be ether fully to the left or right (for me it is currently displayed off center to the left). I think we do not actually need the element at all. If we still want to keep it I would prefer if it staid in the side-bar rather than the top bar.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-15502251#post-6889986</guid>
				<title>Tech Notes: Re: Tech Notes</title>
				<link>http://ci-wiki.wikidot.com/forum/t-15502251/tech-notes#post-6889986</link>
				<description></description>
				<pubDate>Sun, 23 Mar 2025 20:36:27 +0000</pubDate>
				<wikidot:authorName>ScaledDatura</wikidot:authorName>				<wikidot:authorUserId>5908671</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I enjoy the paratheses added to the sidebar, plus I think the events tab is a fun way to bolster support. However, the create new page bar looks a little jank on my end. I think I liked having it off to the side, as it looked more like a tool than a searchbar. So I'm glad it's nothing you're sold on.</p> <p>Otherwise, I like it</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-15502251#post-6889940</guid>
				<title>Tech Notes: Re: Tech Notes</title>
				<link>http://ci-wiki.wikidot.com/forum/t-15502251/tech-notes#post-6889940</link>
				<description></description>
				<pubDate>Sun, 23 Mar 2025 19:03:28 +0000</pubDate>
				<wikidot:authorName>Zesc</wikidot:authorName>				<wikidot:authorUserId>5703022</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>So&#8230; I don't remember where this was last discussed, but I changed the side and top bar to be organized for better user friendlyness. Things like the PoI hub were needlessly hidden away whilst the Admin Panel (only a usefull link to three people) took up valuable screen estate. The change isn't 100% final (especially considering the &quot;Create New Page&quot; module in the top bar) but given that I'm currently in the process of overhauling how our themes work (unifying them all in one place, so we hopefully don't have to include everything from all across the place) so a little bittle of tweaking is to be expected.</p> <p>Anyone got feedback on the new layout? Anything important missing?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-17016895#post-6798276</guid>
				<title>Write-by-Mail Collab #1: Re: Write-by-Mail Collab #1</title>
				<link>http://ci-wiki.wikidot.com/forum/t-17016895/write-by-mail-collab-1#post-6798276</link>
				<description></description>
				<pubDate>Mon, 27 Jan 2025 04:48:12 +0000</pubDate>
				<wikidot:authorName>Zesc</wikidot:authorName>				<wikidot:authorUserId>5703022</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I tried to revive this in preparation for my return.</p> <p>I ask Neonach to keep future additions, if any, particularly short. You already contributed more yourself than the rest of us combined.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-17016895#post-6775065</guid>
				<title>Write-by-Mail Collab #1: Re: Write-by-Mail Collab #1</title>
				<link>http://ci-wiki.wikidot.com/forum/t-17016895/write-by-mail-collab-1#post-6775065</link>
				<description></description>
				<pubDate>Tue, 14 Jan 2025 22:12:34 +0000</pubDate>
				<wikidot:authorName>Zesc</wikidot:authorName>				<wikidot:authorUserId>5703022</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Seconded. There was a reason Why the person starting the next section is not supposed to simultanously add to the previous one.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-17016895#post-6775027</guid>
				<title>Write-by-Mail Collab #1: Re: Write-by-Mail Collab #1</title>
				<link>http://ci-wiki.wikidot.com/forum/t-17016895/write-by-mail-collab-1#post-6775027</link>
				<description></description>
				<pubDate>Tue, 14 Jan 2025 20:16:29 +0000</pubDate>
				<wikidot:authorName>Meta Wonderrat</wikidot:authorName>				<wikidot:authorUserId>2669078</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Can we keep going with usage? There seem to not be any limits or use-cases..</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-17016895#post-6772381</guid>
				<title>Write-by-Mail Collab #1: Re: Write-by-Mail Collab #1</title>
				<link>http://ci-wiki.wikidot.com/forum/t-17016895/write-by-mail-collab-1#post-6772381</link>
				<description></description>
				<pubDate>Sat, 11 Jan 2025 11:27:09 +0000</pubDate>
				<wikidot:authorName>LasNeonach</wikidot:authorName>				<wikidot:authorUserId>6239335</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Ok</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-17016895#post-6771902</guid>
				<title>Write-by-Mail Collab #1: Re: Write-by-Mail Collab #1</title>
				<link>http://ci-wiki.wikidot.com/forum/t-17016895/write-by-mail-collab-1#post-6771902</link>
				<description></description>
				<pubDate>Fri, 10 Jan 2025 16:30:16 +0000</pubDate>
				<wikidot:authorName>Meta Wonderrat</wikidot:authorName>				<wikidot:authorUserId>2669078</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Not having time and starting collaborations do not mix well last I checked.<br /> Anyway, I am in.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-17016895#post-6769573</guid>
				<title>Write-by-Mail Collab #1: Write-by-Mail Collab #1</title>
				<link>http://ci-wiki.wikidot.com/forum/t-17016895/write-by-mail-collab-1#post-6769573</link>
				<description></description>
				<pubDate>Wed, 08 Jan 2025 16:13:38 +0000</pubDate>
				<wikidot:authorName>Zesc</wikidot:authorName>				<wikidot:authorUserId>5703022</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I'm currently short on time (only really got a breather today), so why not try anything funny?</p> <p>I created a <a href="http://ci-sandbox.wikidot.com/pbm-sandbox">sandbox</a> for this thing. The first person to stumble upon this thread gets to either<br /> A) Make a name for an Item OR<br /> B) Write the first sentence(s) of the Usage section (the item will be called Placeholder, Y/N, {$Item} or something to that effect then until the article is finished.)</p> <p>After that, everyone checking by here may append to the article unless they were the last to have edited it. An addition can be anything from one sentence to a short paragraph. (Obviously, keep it coherent to the things others added before!)</p> <p>Move on to the Report when you feel there's nothing to add to the Usage anymore. Once that one is done, we'll fill out the Infobox in cooperation and start smoothing the edges before this is posted to the mainsite.</p> <p>(@Meta, @Neonach and @Mario: y'all gonna get replies eventually. Patience is a virtue.)</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-15502251#post-6655036</guid>
				<title>Tech Notes: Re: Tech Notes</title>
				<link>http://ci-wiki.wikidot.com/forum/t-15502251/tech-notes#post-6655036</link>
				<description></description>
				<pubDate>Mon, 16 Sep 2024 17:17:20 +0000</pubDate>
				<wikidot:authorName>Meta Wonderrat</wikidot:authorName>				<wikidot:authorUserId>2669078</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>One author alone can not write a canon according to Cads definition which I am currently following. I do not take that personally, I just think Moving Shadows moving there muddles the definition of what a canon is. If you want to upgrade Moving Shadows to a canon (without needing to change/add to it) that would be fine with me too, but than we need to redefine what a canon is on this wiki.</p> <p>Also, what animosities? Did I miss something? I thought I was just slowing down for a time in something that started to stress me (which is not what a hobby should do).</p> <p>EDIT: There seems to have been one message of you I flat out had not read, opened so that it was no longer a new PM, but never read. So, I guess do not leave open letters lying around before going on extended leave? Also, I do not crack ciphers.</p> <p>Also you underestimate my power, I ate Coruscant Nihilus style before crashing a ship into Mustafar ending the clone wars. So Vader never lost his body, Padme and Sidius were eaten and the galaxy fractured because suddenly all major powers of the clone wars lost their heads at the same time.</p> <p>Also, sorry for putting a hat on your cosmic horror. I see game pieces, not hopes and story beets.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-15502251#post-6652712</guid>
				<title>Tech Notes: Re: Tech Notes</title>
				<link>http://ci-wiki.wikidot.com/forum/t-15502251/tech-notes#post-6652712</link>
				<description></description>
				<pubDate>Thu, 12 Sep 2024 14:27:06 +0000</pubDate>
				<wikidot:authorName>Zesc</wikidot:authorName>				<wikidot:authorUserId>5703022</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I changed the front page to now also feature the Latest PoI file as well as the latest alternate format (i.e. other wiki or translated) style. I'm going to fix the weird overflow issues once I get back home.</p> <p>I also plan to finally finish my Ozor's Uniform Translation, so we have two FR translations; then I'll copy Yorick's ES ones (or rather cross-include them) and add ES and FR to the Projects and Series hub too. (Same goes for Sectors and Steel, probably.)</p> <p>@Meta: Do you take it personally if Moving Shadows falls under &quot;alternative formats/canons&quot;? If not, I think this might be an agreeable resolution to the recent animosities.</p> <p><strong>EDIT:</strong> Fixed. Doing it with flexbox as is &quot;best practice&quot; didn't work, at least not without restructuring the entire mainpage, so I used absolute positioning which is &quot;not recommended&quot;. I think there is something to learn about IT after my birth here.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-15502251#post-6606433</guid>
				<title>Tech Notes: Re: Squeeeeeeeeee~~~</title>
				<link>http://ci-wiki.wikidot.com/forum/t-15502251/tech-notes#post-6606433</link>
				<description></description>
				<pubDate>Sun, 18 Aug 2024 08:07:29 +0000</pubDate>
				<wikidot:authorName>Zesc</wikidot:authorName>				<wikidot:authorUserId>5703022</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>We're not even writing the MediaWiki head though; if anything, this would have to be some weird global setting for the entire wiki. All we are doing right now is writting the MW <tt>#page-content</tt> div. So this being the issue is unlikely.</p> <p>I believe it's something to do with the way different character sets are being handled. Somehow, somewhere, the individual octets of an UTF-8 encoded string are interpreted as indivudual characters (mind you, this <em>was</em> done after I switched to my Windooze machine, so likely any 125X-charset) somewhere between writing, reading, piping, convertign piping and writing. What happened to the good old days of treating strings as a sequence of byte-sized characters terminated by a null? Oh, yeah, people to stupid to do bounds checking demonized them as &quot;inherently insecure&quot; and act all haughty for generating inferior assembly at exponentially increased compile times&#8230;</p> <p>Anyway, rating modules: so far, the simpelst solution would be just to strip out the rating HTML directly; if it's inside my modified widget, we can also extract the additional info text.</p> <p>I'm not sure whether can nor whether we should (Hah, take that Jurassic Park!) transfer ratings from WD to MW; assume we get most of our users over to MW, then what? Check who has already voted and prevent them from voting again, <strong>unless</strong> they are there to check their votes? I think keeping something like a &quot;Legacy Votes&quot; badge is a better solution.</p> <p>Do we even want to keep the upvote/downvote system the same? I think merely allowing people to &quot;favourite&quot; a page (i.e. give it a thumbs-up, a +1, a star, etc.) is sufficient; if people have problems with it, they should write into the Discussion/Talk page with a call for rewrite/deletion if it's that bad, and otherwise criticism. A sole downvote never helped anyone improve their writing. (Also stops downvote brigading; a phenomenon we never had to deal with but must expect nonetheless.)</p> <p>When we move to new wiki, let that be the opportunity to overhaul some of our processes.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-15502251#post-6606092</guid>
				<title>Tech Notes: Re: Squeeeeeeeeee~~~</title>
				<link>http://ci-wiki.wikidot.com/forum/t-15502251/tech-notes#post-6606092</link>
				<description></description>
				<pubDate>Sat, 17 Aug 2024 22:42:15 +0000</pubDate>
				<wikidot:authorName>Meta Wonderrat</wikidot:authorName>				<wikidot:authorUserId>2669078</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>If I recall correctly ratings are handled differently on MediaWiki. Would it be easier to find/write a rating module that works on Mediawiki, put that module in the right place by find/replace the old module and than increment that new modules counter?</p> <p>From what I saw <a href="https://stackoverflow.com/questions/52558742/html-php-symbol-%E2%89%88-outputting-as-%C3%A2-%CB%86">here</a> maybe you need to add</p> <blockquote> <p>&lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=UTF-8&quot;&gt;</p> </blockquote> <p>Wikidot has the full string as the one suggested by Stackoverflow (sour wine : line 52), while mediawiki does not. Maybe we should just find/replace that in the product.<br /> after f.close():</p> <div class="code"> <pre><code>MetaRep = open(dest, &quot;r+&quot;) tempHold = str(MetaRep.read()) tempHold.replace(&quot;&lt;meta charset=&quot;UTF-8&quot;&gt;&quot;, &quot;&lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html;charset=UTF-8&quot;/&gt;&quot;) MetaRep.truncate(0) MetaRep.write(tempHold) MetaRep.close()</code></pre></div> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-15502251#post-6605520</guid>
				<title>Tech Notes: Re: Squeeeeeeeeee~~~</title>
				<link>http://ci-wiki.wikidot.com/forum/t-15502251/tech-notes#post-6605520</link>
				<description></description>
				<pubDate>Sat, 17 Aug 2024 08:58:07 +0000</pubDate>
				<wikidot:authorName>Zesc</wikidot:authorName>				<wikidot:authorUserId>5703022</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Testing? Results? What do you take me for? I didn't sign up for that! <a href="https://iv.ggtyler.dev/watch?v=GX7XiJwkl6A&amp;nojs=1">I'm an Inventor!</a></p> <p>&#8230;fiiiiiiiiiiiiiiiiiiine. Look at the <a href="https://codeberg.org/Zesc/Omega_Scramble">repo</a>; it's merely 17 lines but it should work quite reasonably. <a href="https://tyc.miraheze.org/wiki/Item:Sour-Wine">Demonstration</a> &#8212; note that much of the uglyness stems from the absence of our CSS, put these side-by-side in your browser's reading mode (F9), and there's no difference.</p> <p>Stuff I need to do:</p> <ul> <li>fully filter out all the rating module shennenigans</li> <li>Investigate why some, but not all, Unicode characters get corrupted</li> <li>Disable auto-ToC</li> <li>Test on more complex stuff (tabs, collapsibles, images)</li> </ul> <p>I think this is a promising venue; I tinkered that stuff together in, like, 20 minutes, half of which were related to cross-platform issues caused by MICROS~1, so yeah, that's probably a plan.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-15502251#post-6603713</guid>
				<title>Tech Notes: Re: Squeeeeeeeeee~~~</title>
				<link>http://ci-wiki.wikidot.com/forum/t-15502251/tech-notes#post-6603713</link>
				<description></description>
				<pubDate>Thu, 15 Aug 2024 08:16:52 +0000</pubDate>
				<wikidot:authorName>Meta Wonderrat</wikidot:authorName>				<wikidot:authorUserId>2669078</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Congratulations.<br /> Did you test it already and can I see some of the results already?</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>