| www.retrosoftware.co.uk http://www.retrosoftware.co.uk/forum/ |
|
| Starting a new Wiki Article http://www.retrosoftware.co.uk/forum/viewtopic.php?f=3&t=11 |
Page 1 of 1 |
| Author: | SteveO [ Wed Jan 09, 2008 10:14 am ] |
| Post subject: | Starting a new Wiki Article |
I was going to create a Wiki page for Swift, but not sure where to put it. Is "Projects In Development" just for games (I suspect so). Perhaps we need a Wiki start page for "Misc" or something. It may be I could have just created a page for Swift and it would have been picked up on a search but (having never created a Wiki article before) I couldn't see how I could create a brand new article all on it's own without it "spawning" from one of the starter pages such as "Projects in Development". Probably being thick |
|
| Author: | DaveM [ Wed Jan 09, 2008 11:24 am ] |
| Post subject: | Re: Starting a new Wiki Article |
Would it make sense to move the entire Swift website to the retrosoftware domain i.e. recreate the homepage in 'Wiki' format ? I guess this would mean Steve could maintain the site himself, so he wouldn't have to wait for me to upload new versions etc. Would like to do the same for Rich's BeebASM too if poss ... So what do you think Peter? Would you be able to knock-up a 'wikified' version of http://www.stairwaytohell.com/swift, preferably at retrosoftware.co.uk/swift ? I understand that the whole essence of Wikis are that anybody can contribute, but I presume that we'd be able to restrict maintenance of certain areas (e.g. the Swift and BeebASM homepages) to their respective authors? |
|
| Author: | SteveO [ Wed Jan 09, 2008 11:33 am ] |
| Post subject: | Re: Starting a new Wiki Article |
Being able to maintain and upload new versions would be good for me and less work for Dave |
|
| Author: | DaveM [ Wed Jan 09, 2008 12:46 pm ] |
| Post subject: | Re: Starting a new Wiki Article |
Francis - would you be happy to have your Sprite Utility and Sample Converter (when complete) hosted here? e.g. retrosoftware.co.uk/bbcsprite & retrosoftware.co.uk/wav2bbc Though I'm afraid it'd mean you'd need to learn all about Wiki maintanence! |
|
| Author: | FrancisL [ Wed Jan 09, 2008 1:11 pm ] |
| Post subject: | Re: Starting a new Wiki Article |
DaveM wrote: Francis - would you be happy to have your Sprite Utility and Sample Converter (when complete) hosted here? e.g. retrosoftware.co.uk/bbcsprite & retrosoftware.co.uk/wav2bbc No I don't have a problem with that, as long as I can still have them available on my own homepage or at least have the facility to link in with the retrosoftware pages. DaveM wrote: Though I'm afraid it'd mean you'd need to learn all about Wiki maintanence! I've never done anything with regards to Wiki maintenance before, but I'm always willing to learn. Kind regards, Francis. |
|
| Author: | Samwise [ Wed Jan 09, 2008 11:10 pm ] |
| Post subject: | Re: Starting a new Wiki Article |
SteveO wrote: I was going to create a Wiki page for Swift, but not sure where to put it. Is "Projects In Development" just for games (I suspect so). Perhaps we need a Wiki start page for "Misc" or something. Yep, also touched on this in the The 'Header' Bar thread. We can either create a new page for PC Tools or include them on the Projects In Development page. One to discuss, really. If we create a new page, I'll attempt to put it in the menu bar. SteveO wrote: It may be I could have just created a page for Swift and it would have been picked up on a search but (having never created a Wiki article before) I couldn't see how I could create a brand new article all on it's own without it "spawning" from one of the starter pages such as "Projects in Development". Probably being thick It's easy. Just add your new page title to the end of this URL: http://www.retrosoftware.co.uk/wiki/index.php?title= Then click Edit when it says there's nothing there. This will create the page which will then show up in the wiki searches. However, I don't think there's much point starting a new page, unless you to link to it from one of the other pages on the wiki, otherwise it'll probably never be found! DaveM wrote: Would it make sense to move the entire Swift website to the retrosoftware domain i.e. recreate the homepage in 'Wiki' format ? I guess this would mean Steve could maintain the site himself, so he wouldn't have to wait for me to upload new versions etc. Would like to do the same for Rich's BeebASM too if poss ... Indeed. Isn't that why we built this ship?! DaveM wrote: So what do you think Peter? Would you be able to knock-up a 'wikified' version of http://www.stairwaytohell.com/swift, preferably at retrosoftware.co.uk/swift ? Ah, no. That is, yes we can setup a wiki version of that page (and is what I expected we would be doing!). However, I can't change the URLs - the wiki is installed in /wiki/ and we can't change that. If you want, you can get your server admin to configure Apache to redirect that URL to the appropriate wiki page but, tbh, I'd just stick to using the retrosoftware.co.uk URL as is - as I don't expect any of the project pages to grow big enough to warrant sending out multiple URLs ... my 2p's worth. (In fact, we'll need to ask him to do that at launch to get / to forward to /wiki, unless we put in a index.html with a meta refresh, but that might be a bit slow). DaveM wrote: I understand that the whole essence of Wikis are that anybody can contribute, but I presume that we'd be able to restrict maintenance of certain areas (e.g. the Swift and BeebASM homepages) to their respective authors? Not a great assumption. Two issues to discuss from here, I think: 1) Where are the links to the PC tools going? On the Projects In Development page, or a page of their own? and 2) I can copy the pages from STH and recreate them on the wiki, if that will help people get started. That's a bit of work, though, so I may not get round to it until the weekend. I'm happy to do it and it will probably let me iron out the hidden bugs you guys haven't noticed yet Just give me a complete list of which sites/projects need moving, and I'll do that later this week (after the rubbish all-day course I'm on finishes, which is stopping me from doing useful things on the net at breaktime!). Sam. |
|
| Author: | SteveO [ Thu Jan 10, 2008 9:25 am ] |
| Post subject: | Re: Starting a new Wiki Article |
Not having full control of that Wiki page wouldn't be my first choice, but I understand your suck-it-and-see idea, so I'll go with that for now. How do we stop complete strangers creating accounts and messing stuff up though ? We can ban them but the next day they could create another new account and do it again. I guess there's nothing we can do, apart from see if it becomes an issue, probably worrying over nothing. |
|
| Author: | SteveO [ Thu Jan 10, 2008 12:29 pm ] |
| Post subject: | Re: Starting a new Wiki Article |
samwise wrote: (In fact, we'll need to ask him to do that at launch to get / to forward to /wiki, unless we put in a index.html with a meta refresh, but that might be a bit slow). The sites php driven, couldn't we just use; Code: header("Location: http://www.retrosoftware.co.uk/wiki/"); in a file called index.php I've always found this method unnoticeable to the user. |
|
| Author: | Samwise [ Thu Jan 10, 2008 1:19 pm ] |
| Post subject: | Re: Starting a new Wiki Article |
SteveO wrote: Not having full control of that Wiki page wouldn't be my first choice, but I understand your suck-it-and-see idea, so I'll go with that for now. How do we stop complete strangers creating accounts and messing stuff up though ? We can ban them but the next day they could create another new account and do it again. I guess there's nothing we can do, apart from see if it becomes an issue, probably worrying over nothing. It's not suck-it-and-see in the sense that I'm sure I can knock up something to restrict access if we absolutely must, but I really think it's defeating the purpose of a wiki. There shouldn't be any automated registrations spamming the wiki, because the wiki's own user accounts have been disabled. So that means it would, as you say, have to be someone re-registering in order to make malicious edits. If that really becomes an issue ... and I have a hard time believing it will unless the community grows significantly ... then we can experiment with a few options - e.g. ensuring that all registrations need to be pre-approved before they are enabled ... either way, this is addressing a problem we don't yet have! Seriously, you can always include a note at the top of the page asking users to leave certain sections alone, if you really want, but I just don't expect us to have any trouble with this. Try playing with the Revert function - it's very easy to remove even very complex edits! SteveO wrote: The sites php driven, couldn't we just use; Code: header("Location: http://www.retrosoftware.co.uk/wiki/"); in a file called index.php I've always found this method unnoticeable to the user. Yep, that's another option. Getting Apache to do it is the cleanest way, I think, but there are a number of alternatives too, so we're not stuck by any means. Sam. |
|
| Author: | SteveO [ Thu Jan 10, 2008 1:29 pm ] |
| Post subject: | Re: Starting a new Wiki Article |
With you all the way on what you've said |
|
| Author: | Samwise [ Sun Jan 13, 2008 5:49 pm ] |
| Post subject: | Re: Starting a new Wiki Article |
Also note that you can watch a wiki page, in a similar manner to how you can watch a forum topic - that means you will be notified every time someone makes an edit to the page, so you'll know if someone else updates it. Sam. |
|
| Author: | SteveO [ Sun Jan 13, 2008 7:38 pm ] |
| Post subject: | Re: Starting a new Wiki Article |
samwise wrote: Also note that you can watch a wiki page, in a similar manner to how you can watch a forum topic - that means you will be notified every time someone makes an edit to the page, so you'll know if someone else updates it. Sam. Didn't know that, thanks. Also nice job in creating that Swift page. I should have another new version out in about a week, so will make an update then. |
|
| Author: | Samwise [ Sun Jan 13, 2008 7:55 pm ] |
| Post subject: | Re: Starting a new Wiki Article |
Yes, see the "Retro Software wiki maximum file upload" thread I've just created wrt the video tutorials on the original site. Sam. |
|
| Author: | Samwise [ Sun Jan 13, 2008 8:38 pm ] |
| Post subject: | Re: Starting a new Wiki Article |
The pages for both SWIFT and BeebASM have now been moved to the wiki. The only thing that hasn't are the video tutorials, due to the current PHP file upload limit which has been raised in a separate thread. Sam. |
|
| Author: | Samwise [ Fri Mar 21, 2008 11:48 pm ] |
| Post subject: | Re: Starting a new Wiki Article |
samwise wrote: DaveM wrote: So what do you think Peter? Would you be able to knock-up a 'wikified' version of http://www.stairwaytohell.com/swift, preferably at retrosoftware.co.uk/swift ? Ah, no. That is, yes we can setup a wiki version of that page (and is what I expected we would be doing!). However, I can't change the URLs I've just discovered a nice little tidbit of information from our server hosting gremlins, which means we can re-write URLs, so I've created ones for both SWIFT and BeebASM, in their original style: http://www.retrosoftware.co.uk/swift http://www.retrosoftware.co.uk/beebasm If anyone else wants one, just shout. Sam. |
|
| Page 1 of 1 | All times are UTC [ DST ] |
| Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group http://www.phpbb.com/ |
|