Revision [12176]
This is an old revision of ANewHomeForWikka made by DarTar on 2005-12-09 13:29:19.
A new home for Wikka
Last edited by DarTar:
announcing new Wikka server - feedback welcome
Fri, 09 Dec 2005 13:29 UTC [diff]
announcing new Wikka server - feedback welcome
Fri, 09 Dec 2005 13:29 UTC [diff]
Yes, Wikka is moving to a new home! I'd like to share with the Wikka user community some thoughts about the important changes Wikka is undergoing since a couple of weeks and open a collective discussion about Wikka's future plans. Feedback from contributors, users and friends from #wikka about the changes that we plan to implement is particularly welcome.
Why
There are several reasons why migrating Wikka to a new host with a number of dedicated services is an important step.- Wikka is currently hosted at jsnx.com, i.e. JsnX's personal webserver: moving to a new server will not only free Jason from the burden of hosting Wikka on his personal resources, but will also allow a more distributed management and increase the project's visibility.
- The current website covers a number of different uses, in an often confusing way. It is currently used as:
- the official website for Wikka, presenting the package, its features, news and important announcements from the developer team:
- a documentation server, using somewhat inconsistent naming conventions and often lacking a clear distinction between documentation and development pages;
- a test server, for new users willing to get a taste of Wikka and understand how to use actions, handlers and wiki markup: often these tests are made not only in the SandBox, but also in pages that present official documentation, so a lot of time is spent in reverting innocent tests that vandalize the official part of the website.
- an informal tracker for bugs and feature suggestions, listing in an often unmanageable way a lot of suggestions from users;
- a development server, with (incomplete) developer documentation;
- a plugin repository, where users and contributors share code, patches and add-ons, often producing a confusion between native features of the engine and plugins that are not (or not yet) implemented.
- Some basic services that have become the standard for mature open source projects with a large community of users or contributors - such as a code repository, an issue tracker, different mailing lists for different kinds of discussion etc. - are still lacking.
What has been done
For the above reasons, we have started implementing some important changes:- A dedicated server with a new domain name (http://wikkawiki.org) has been setup on a professional hoster (Site5).
- A code repository (SVN) and an issue tracker (Trac) have been opened at http://wush.net/trac/wikka (although in the future we might consider importing them on a subdomain at wikkawiki.org).
What's next
Instead of just migrating the current wiki (which suffers from the above problems), we are planning to organize the new website in a more rational way.- The main server (www.wikkawiki.org) will be used for official announcements on new releases and important news from the development team. This server will mainly be read-only: only Wikka admins (and/or site admins) will have write-access. This part of the site need not be itself a wiki, although I think we would still be in favor of using Wikka as a backend, instead of bother with ftp sessions and static pages.
- The project documentation will have its own home in a subdomain of the new server (e.g. docs.wikkawiki.org). This -- together with some consistent naming conventions -- will allow us to build a rich and well-structured documentation for the end user and translate it in different languages. Furthermore, it will allow external wikis to refer consistently to the documentation or even to "pull" content from the documentation server using some of the syndication tool that we have started developing (remember our IncludeRemote FetchRemote action?). Only registered users will have write-access to this server, under the management of Documentation admins.
- A development server (dev.wikkawiki.org) - hosting developer documentation (possibly self-generated through phpdoc headers), coding guidelines, and templates - will allow users to share ideas for new features and improvements. The actual code will be hosted in a dedicated branch of the SVN repository and candidate patches for official releases will be posted on the issue tracker. Interwiki links will allow referring in an easy way to code and tickets.
- A plugin repository: the development server will also be used to announce and discuss user-contributed add-ons. Plugins will be made available in a dedicated folder of the SVN repository, for easy tracking and downloading.
- Two test servers -- (demo.wikkawiki.org/beta.wikkawiki.org) -- will allow new users to play with a live demo of, respectively, the latest official release and the latest experimental package (fed by the SVN repository). The database will be automatically reset every week (or day?) with a cron job. This will allow users to play not only with the SandBox, but with a whole Wikka distribution, without messing up the official documentation or development pages.
- All of the above servers should use a centralized user database, so admins, contributors, documenters etc. will only need a single login to access the different subdomains and services.
Feedback
That's it, your feedback is welcome. -- DarTarCategoryDevelopment