Penguin
Note: You are viewing an old revision of this page. View the current version.

Can someone tell me how to make a wiki page for /dev/random? I'd thought the page would be http://www.wlug.org.nz/%2Fdev%2Frandom, but the wiki doesn't like that. StuartYeates


A mode suitable for including GPG keys and other ascii armored texts would be nice. StuartYeates

New markup and <verbatim> - however remember by nature a Wiki is editable and there is no concept of page ownership. -- CraigBox


Using referrer.log do a nightly/hourly import of all sane looking (ie: not google or wlug.org.nz) /backlinks/ into the backlinks page from the web. This will give an interesting insite into who/where are linking to us and will be an automagic way to add 'content' to pages, in a backwards kinda way.

Be sure to stop google crawling these links, as it'll drop our pagerank?

I suggest dating each backlink as it goes into the database, and purging links that haven't been updated for a nominal amount of time, (a month or three). Another way to do this is use a token bucket, add N days till expiry (10-30?) for each visit from that link, then order by decending token counts. This will rank the more popular pages at the top, and make a slashdotting stand out for instance.

If there is a way to make apache do this in real-time, this would also be great, then just have a nightly SQL statement removing a token from each bucket, then removing empty links. --JamesSpooner

Wiki is already a target of referer spam, people who put a 1x1 img or iframe that links to the wiki so that they show up heaps on our referers. No idea why they're doing it, but a lot of our referers are from porn sites, so I'm not keen on encouraging this behaviour. -- PerryLorier

This simply means they're performing a denial of service, rather than some form of advertising. To say that it's not an option before exploring the possibilities is a little premature, the page with the links can be flagged no-crawl such that we don't 'link' to porn sites and can be linked off the main backlinks page such that only interested parties will view the links, with suitable disclaimers etc. This will add considerable value to the wiki. -- JamesSpooner


Quoting CraigBox on refactoring link lists to Category pages:

I agree, with the same reservations (which I don't care about as much any more and won't care about at all if the OrphanedPages script could ignores pages with no backlinks if they have a !CategorySomething? footer... ;)

I would suggest a two-fold condition for ignoring apparent orphans: they should contain a !CategoryFoo? link and the !CategoryFoo? page should exist.

--AristotlePagaltzis


I've forever pined for a way to mark up fixed-width text like we mark up bold or italic text. Maybe a double equals sign? (Much the way double underscore is used for bold text.) This should be trivial to add, but would add a lot.
-- AristotlePagaltzis

I'm having a case of Warnock's Dilemma here it seems. :/ --AristotlePagaltzis

C'mon, Perry and crew. This isn't be very hard to enable but would allow much cleaner formatting of pages such as SysLinux and AccessingWindowsPartitions. :( --AristotlePagaltzis

I think the problem with this is that it would take the wlug phpwiki source even further away from the vanilla phpwiki source, when Perry would like to eventually sync back to their tree. (I think that's the case, but I don't speak for him :p) Many of our changes are cosmetic and are in the easily customisable theme templates, rather than hacking up the internals. -- JohnMcPherson

Actually, at least recent versions of vanilla PHPWiki already provide this, along with offering a configurable list of allowed HTML tags1?. --AristotlePagaltzis

1? Something I don't personally like -- I prefer there to be wiki markup for anything you'd want to do. --AristotlePagaltzis


Links from People?s' PersonalWiki? to all the pages they're immedately responsible, or some number of their recent edits.
-- StuartYeates

If you sign your pages, you have a link on your home page to that page. Some of us (eg me) have huge number of backlinks on our pages. I might go and clean mine out. Although this iis a curious idea. Would it only show recent changes? The way the wiki stores it's DB is pretty broken, so I imagine that this is harder than you might imagine.
-- PerryLorier

What I meant (as opposed to what I said) is that it would a neat idea to have some kind of idea what kind of Wikis someone had worked on just by looking at their homepage. It would be cool to see that you're a php/debian kind of person and i'm a java/compiler kind of person and that JoeBloggs used to be a windows weenie but hasn't been around for 6 months. I have no idea how hard this would be.
-- StuartYeates


Some way of automatically sucking in frequently updated HOWTOs and FAQs to ensure for correctness.
-- StuartYeates

How would we suck them in? How would we merge these changes with local changes?
-- PerryLorier