Some people think that the [[LÖVE]] community can profit from a wiki. I recently started agreeing.
== Motivation ==
The LÖVE-using games and LÖVE-extending libraries need to be listed. Wikis are one possible and good tool for listing things. (Yes, this currently is the only motivation ''I'' have.)
== Experience ==
I have had experience with only a few wiki softwares so far. These include the following:
=== MediaWiki ===
[http://mediawiki.org MediaWiki] is the system used by Wikipedia, [http://wiki.freegamedev.net FreeGameDevWiki] and [http://libregamewiki.org Libregamewiki]. It is probably my favorite, as I am used to it's syntax, like it's default features (Categories, Templates) and adore the fact that the namespace of a page is in it's URL and <nowiki><h1></nowiki> title.
There are loads of extensions for this wiki software, including a [http://www.mediawiki.org/wiki/Extension ... ntegration phpBB connector].
=== PmWiki ===
I encountered [http://www.pmwiki.org PmWiki] on [http://freedroid.sourceforge.net/pmwiki/pmwiki.php Freedroid]'s and [http://www.alientrap.org/wiki/pmwiki.php Nexuiz' wiki]. I don't like that it uses [http://en.wikipedia.org/wiki/Camelcase CamelCase] for URLs/page names.
=== Trac ===
Trac is an issue tracking system that can be connected with the revision control system (Subversion). It includes a [http://trac.edgewall.org/wiki/TracWiki wiki], which supports HTML and textile syntax.
It thankfully allows whitespace in the URL and title.
Trac can be connected to phpBB's user table via [http://trac-hacks.org/wiki/PhpBbAuthPlugin a plugin].
== Notes ==
This forum post is formatted using [http://meta.wikimedia.org/wiki/Cheatsheet MediaWiki's default syntax]. You can see how what it looks like when rendered in [http://wiki.freegamedev.net/index.php/U ... troduction this example].
== Links ==
* [http://en.wikipedia.org/wiki/Wiki_software Wiki software]
* [http://en.wikipedia.org/wiki/Comparison ... i_software Comparison of wiki software]
LÖVE needs a wiki and a ticket system
- qubodup
- Inner party member
- Posts: 775
- Joined: Sat Jun 21, 2008 9:21 pm
- Location: Berlin, Germany
- Contact:
LÖVE needs a wiki and a ticket system
Last edited by qubodup on Wed Dec 03, 2008 9:53 pm, edited 1 time in total.
lg.newImage("cat.png") -- made possible by lg = love.graphics
-- Don't force fullscreen (it frustrates those who want to try your game real quick) -- Develop for 1280x720 (so people can make HD videos)
-- Don't force fullscreen (it frustrates those who want to try your game real quick) -- Develop for 1280x720 (so people can make HD videos)
- qubodup
- Inner party member
- Posts: 775
- Joined: Sat Jun 21, 2008 9:21 pm
- Location: Berlin, Germany
- Contact:
Re: LÖVE needs a wiki
What do you think? Does LÖVE really need a wiki? (Allready?) What would you use it for?
Does it need an issue tracker? Would you report bugs?
Does it need an issue tracker? Would you report bugs?
lg.newImage("cat.png") -- made possible by lg = love.graphics
-- Don't force fullscreen (it frustrates those who want to try your game real quick) -- Develop for 1280x720 (so people can make HD videos)
-- Don't force fullscreen (it frustrates those who want to try your game real quick) -- Develop for 1280x720 (so people can make HD videos)
Re: LÖVE needs a wiki
Nice. Will probably use MediaWiki due to seemingly simple phpBB3 integration.
Re: LÖVE needs a wiki
An bugtracker is needed. But on the other hand, rude and mike have been doing fine without one, so far
Teh Blog -> http://cryodreams.com.ar
Re: LÖVE needs a wiki
media wiki is the way to go
if nothing else it lets us contribute and edit the documentation at will/need
(for what its worth i hate wiki syntaxes, but i think most of them have simple bb code mods available)
if nothing else it lets us contribute and edit the documentation at will/need
(for what its worth i hate wiki syntaxes, but i think most of them have simple bb code mods available)
Re: LÖVE needs a wiki
Hmm, letting you guys edit the documentation? Is that a good idea? Can we really trust you??
Hehe, of course it would take a load off our back when it comes to adding new tutorials and such, but I think that the reference manual shouldn't be wikiable. Or maybe I'm just being a control freak.
Hehe, of course it would take a load off our back when it comes to adding new tutorials and such, but I think that the reference manual shouldn't be wikiable. Or maybe I'm just being a control freak.
Now posting IN STEREO (where available)
Re: LÖVE needs a wiki
Ok, but I didn't like Trac. It seemed huge and confusing.Merkoth wrote:An bugtracker is needed. But on the other hand, rude and mike have been doing fine without one, so far
You'll be able to add examples, but it won't be user-editable beyond that.osgeld wrote:if nothing else it lets us contribute and edit the documentation at will/need
Re: LÖVE needs a wiki
I think the same about BugZilla. I don't know, maybe I'm growing old and bugtracker-dependant. I'm becoming a grumpy programmerrude wrote:Ok, but I didn't like Trac. It seemed huge and confusing.Merkoth wrote:An bugtracker is needed. But on the other hand, rude and mike have been doing fine without one, so far
Teh Blog -> http://cryodreams.com.ar
- qubodup
- Inner party member
- Posts: 775
- Joined: Sat Jun 21, 2008 9:21 pm
- Location: Berlin, Germany
- Contact:
SimpleTracker and Lua-wikis
Reporting issues is hard. Does anyone know a simple bug tracker/issue tracker/ticket software interface?
ST is a Ruby/Rails software that works with MySQL and a number of servers and uses a YML file for configuration.
Unfortunately, the software appears to be dead. It uses rails 1.1.6 (and only that. rails is currently at 2.2) and installing 1.1.6 still leads to some Gem::SourceIndex#search support for String patterns is deprecated warning, that aborts rake. No ST then.
Side notice: I found two Lua-based wikis
- en.wikipedia.org/wiki/Comparison of issue tracking systems
- en.wikipedia.org/wiki/Comparison of ticket-tracking systems
ST is a Ruby/Rails software that works with MySQL and a number of servers and uses a YML file for configuration.
Unfortunately, the software appears to be dead. It uses rails 1.1.6 (and only that. rails is currently at 2.2) and installing 1.1.6 still leads to some Gem::SourceIndex#search support for String patterns is deprecated warning, that aborts rake. No ST then.
Side notice: I found two Lua-based wikis
BBcode syntax contains nearly as much redundant characters as HTML! I think you should give modern syntax a second chance.osgeld wrote:(for what its worth i hate wiki syntaxes, but i think most of them have simple bb code mods available)
lg.newImage("cat.png") -- made possible by lg = love.graphics
-- Don't force fullscreen (it frustrates those who want to try your game real quick) -- Develop for 1280x720 (so people can make HD videos)
-- Don't force fullscreen (it frustrates those who want to try your game real quick) -- Develop for 1280x720 (so people can make HD videos)
Re: LÖVE needs a wiki
At the time I was looking for an issue tracker for my work (a couple of years ago). I installed Trac and I can't really say anything bad about it - the form you have to fill is minimal, and the integration between the wiki, the issues and subversion is legendary (you can link from the wiki to subversion revision and to issues and the other way around).
Eventually we dropped it for JIRA because it doesn't really have a good permission system or multiple projects (we wanted to let our customers use it, but not to see each other's issues). I have to say that JIRA has many features, but it's not as sweet as Trac.
Before that I was running a few trials with Mantis and Roundup, but Trac was really the nicest (in my opinion).
Eventually we dropped it for JIRA because it doesn't really have a good permission system or multiple projects (we wanted to let our customers use it, but not to see each other's issues). I have to say that JIRA has many features, but it's not as sweet as Trac.
Before that I was running a few trials with Mantis and Roundup, but Trac was really the nicest (in my opinion).
Who is online
Users browsing this forum: Ahrefs [Bot] and 6 guests