Dartar
Recently committed code
DarTar
- Minor CSS changes. refs #6 and #868
Commit by
DarTar :: r
1399 /branches/1.2/ (4 files in 2 dirs): (
link)
Minor CSS changes. refs #6 and #868
- Minor CSS changes, closing PHP tag in checkversion action. refs #6 and #868
Commit by
DarTar :: r
1398 /branches/1.2/ (css/light.css actions/checkversion.php): (
link)
Minor CSS changes, closing PHP tag in checkversion action. refs #6 and #868
- Porting patch [1373] from 1.1.6.7 (broken external links), refs #868
Commit by
DarTar :: r
1397 /branches/1.2/libs/Wakka.class.php: (
link)
Porting patch [1373] from 1.1.6.7 (broken external links), refs #868
- Minor CSS changes. refs #6 and #868
Commit by
DarTar :: r
1396 /branches/1.2/css/wikka.css: (
link)
Minor CSS changes. refs #6 and #868
- [m] removed newline breaking output, refs #868
Commit by
DarTar :: r
1395 /branches/1.2/actions/wikkaversion.php: (
link)
[m] removed newline breaking output, refs #868
- Minor CSS changes. refs #6 and #868
Commit by
DarTar :: r
1394 /branches/1.2/css/ (wikka.css light.css): (
link)
Minor CSS changes. refs #6 and #868
- Minor CSS changes. refs #6 and #868
Commit by
DarTar :: r
1393 /branches/1.2/css/wikka.css: (
link)
Minor CSS changes. refs #6 and #868
- Minor CSS changes. refs #6 and #868
Commit by
DarTar :: r
1392 /branches/1.2/css/wikka.css: (
link)
Minor CSS changes. refs #6 and #868
- Minor CSS changes. refs #6 and #868
Commit by
DarTar :: r
1391 /branches/1.2/css/light.css: (
link)
Minor CSS changes. refs #6 and #868
- New menulets, refs #11 and #891
Commit by
DarTar :: r
1390 /branches/1.2/ (2 files in 2 dirs): (
link)
New menulets, refs #11 and #891
- Porting CSS from trunk (default font family). refs #6 and #868
Commit by
DarTar :: r
1389 /branches/1.2/css/wikka.css: (
link)
Porting CSS from trunk (default font family). refs #6 and #868
- Minor fix for link styling. refs #6 and #868
Commit by
DarTar :: r
1388 /branches/1.2/css/wikka.css: (
link)
Minor fix for link styling. refs #6 and #868
- Changed link text for consistency, refs #11
Commit by
DarTar :: r
1387 /branches/1.2/actions/historylink.php: (
link)
Changed link text for consistency, refs #11
- Dropping version number from SQL dump name, refs #868
Commit by
DarTar :: r
1386 /branches/1.2/sql/ (2 files): (
link)
Dropping version number from SQL dump name, refs #868
- New menulets, refs #11 and #891
Commit by
DarTar :: r
1385 /branches/1.2/ (7 files in 2 dirs): (
link)
New menulets, refs #11 and #891
- Displaying search field on main menu, refs #11 and #891
Commit by
DarTar :: r
1384 /branches/1.2/ (7 files in 2 dirs): (
link)
Displaying search field on main menu, refs #11 and #891
- Adding missing menulet for footer menu, refs #11 and #891
Commit by
DarTar :: r
1383 /branches/1.2/actions/ownerlink.php: (
link)
Adding missing menulet for footer menu, refs #11 and #891
- Adding missing menulets for footer menu, refs #11 and #891
Commit by
DarTar :: r
1379 /branches/1.2/actions/ (4 files): (
link)
Adding missing menulets for footer menu, refs #11 and #891
- Porting CSS from trunk, refs #6 and #868
Commit by
DarTar :: r
1378 /branches/1.2/css/wikka.css: (
link)
Porting CSS from trunk, refs #6 and #868
- Fixed styling of default theme. refs #6 and #868
Commit by
DarTar :: r
1377 /branches/1.2/css/wikka.css: (
link)
Fixed styling of default theme. refs #6 and #868
My homepage
nitens.org∞
Where it all began
I chose
WikkaWiki as a very easy-to-install
wiki engine∞ while I was reviewing a number of open source CMS for a project. I needed easy extensibility, good CSS support, and something
MySQL/PHP based. I made some hacks to the code, became more and more involved and... finally became part of the
Wikka development crew.
Why Wikka instead of other wikis?
I believe the main appeal of Wikka to many of its users lies in its
lightweightness∞ and its
easy hackability. Installing a wiki on an existing website is often painfully hard for the unexperienced user. Making it
look and feel as the site itself is sometimes even harder. People willing to:
- integrate seamlessly a wiki engine into their site (without having to dig into dozens of lines of code);
- have their site run by an invisible wiki engine∞;
might have good reasons to choose Wikka.
Why lightweightness matters ?
Lightweightness does not mean lack of
features∞.
Lightweightness is what spares you from discovering something like this (quoting from
Special:Statistics, after a fresh installation of MediaWiki on my machine and some very preliminary testing):
There are 734 total pages in the database. This includes "talk" pages, pages about Wikipedia, minimal "stub" pages, redirects, and others that probably don't qualify as content pages.
Excluding those, there are 3 pages that are probably legitimate content pages.
A touch of style
Wikka is
structure. To shape its
surface you can create and select
skins
(see also my experimental
Wikka skin server∞)
Using wikka
I've created and maintain
openformats.org∞ a site for promoting open formats running on
WikkaWiki, with a couple of hacks:
- UTF-8 Support∞ - thanks to AndreaRossato's code and unvaluable help;
- UserAdmin - user management interface;
- FeedbackAction - displays a module to send feedback to the wiki administrator;
- IncludeAction∞ (adapted from Wikini∞) - includes more pages in a single page;
- NotifyOnChange - a simple way to get an email notification each time a page is edited (adapted from Wikini∞);
- dynamic CSS - random modifications of the wiki layout;
- altlang links for same page in different languages;
- HideReferrers - avoids spambot problems by hiding the referrer link to anonymous users;
- LoggedUsersHomepage - creates a different homepage for logged users;
- RedirectOnLogin - automatically redirects to a specific page on login/logout;
- SmartTitle - checks if a ==Header== of any level is included in the page body, otherwise displays pagename;
∞
My
personal homepage∞ is
invisibly run by the
latest Wikka package .
Some of my contributions
- IncludeRemote - a plugin for fetching wikka-formatted content from a remote Wikka server
- PageAdminAction - a page administration module
- UserAdmin - a user management module
- MySkin - a beta skin selector and editor
- WikkaMenus - a module for customizing wikka menus
- PagedComments - a configurable comment pager
- A bunch of CSS stylesheets for Wikka, including:
- dartar.css
- dartar2.css
- dariotaraborelli.css
- minigray.css
- pink.css
- smooth.css
- void.css
- whitew.css
- GrabCodeHandler - a quick download handler for code blocks
- AcronymFormatter - a parse for acronyms/abbreviations
- InvisibleWiki - hints on how to run an invisible wiki engine
CategoryUsers