/!\ Please someone merge this into ThemeMarketArchive and DeleteThisPage afterwards.

Theme marketplace archive. You can find here themes for older versions of moin.

Release 1.2 themes

Theme

User Name or Email

MoinMoin
Release

Example

Description

MissPiggy-2.zip

Roger Haase, crosseyedpenguin@yahoo.com

1.2

none

Classic style with buff background and wider margins; V2 has fix for tables. Formerly called buff.

leftsidebar.zip

ThomasLorenz

1.2

none

Navigation in a sidebar on the left. Unzip into your htdocs directory, and move leftsidebar.py into the plugin/themes directory. Enjoy! :)

leftsidebar2.tar.gz

ThomasLorenz, ThomasWaldmann

1.2

none

Improved version of leftsidebar, icon/text bar similar to navibar, less code duplication, clickable fields. Enjoy! :)

nillo-v2.2.2.tar.gz

NiklasGidion

1.2.2

none

plain and simple theme with leftsidebar and crystal icons

nirlo-v2.2.2.tar.gz

NiklasGidion

1.2.2

none

nillos brother with rightsidebar

blanko-v1.1.tar.gz

NiklasGidion

1.2.2

none

based on nillo; icons as text in sidebar; less borders; flexible-height-header; leftsidebar

branko-v1.1.tar.gz

NiklasGidion

1.2.2

none

blankos brother with rightsidebar

tagorl-v1.0.tar.gz

NiklasGidion

1.2.2

none

tagol/tagor in one package; sidebar-themes with LocalSiteMap in sidebar as suggested by RobertSeeger

rsblue.zip

WolfgangBurr

1.2.2

none

clone of rightsidebar, adds pagetrail and credits, avoids hiding text while editing, keeps sidebar narrow

tierraverde-0.1.tar.gz

JochenWersdörfer

1.2.2

none

simple green theme based on leftsidebar2, fitting the rest of my private homepage which is based on http://www.oswd.org/design/1190/tierraverde/ from haran

Requests

If you are not familiar with Python and/or the MoinMoin code base, but have a need or an idea for a theme, this is the place to ask for it. Someone might find it useful, too, and implement it.

Actionbar Sidebar

Is there anyone, who has implemented a Theme with a horizontal (left-handed) menu- and actionbar like WikiPedia? This is a (german) description about some addons.

I think a non-scrolling frame (on the left-hand side?), linking to subparts of the current page would be very useful.

Different implementations are possible offering increasing ease of use (and decreasing customisability) :

  1. Complete separate manual specification of the navigation frame,
  2. Annotations in the wiki main page telling where are the anchors and how to generate the navigation bar,
  3. Headings in the main wiki page are automatically used to create the navigation bar.

The best, IMHO, would be 3. One would be able to tell in the main wiki (in a special comment ?) if a navigation side bar is wanted (setting location left (default), right, top or bottom) and which granularity (Heading level) should be used. Of course, too many headings would render an immovable frame useless... It would be up to the wiki authors to select a relevant heading level for navigation.

Surely it would also be useful to be able to include external links in the navigation bar, but I see no way without breaking the simplicity of the implicit scheme I'm proposing (well "asking for" would be more accurate :) )

Comments

leftsidebar2 theme

Small bugs:

Print View: I've inserted the following piece of code into the print.css and now it works fine (but I have never used css before :) ). TimofeiIstomin.

body {
        position: absolute;
        left: 20px;
        margin: 0 0 0 0;
        margin-left: 0px;
}

I made a stylesheet( screen_fixed.css ) that makes the left side bar and the title bar fixed with respect to the viewport. This is activated if you pasted the attchment to screen.css of the leftsidebar2. It does not work with IE, though the left side bar and the title bar are shown same without this patch.


nillo / nirlo

Comments on 2.1:

blanko/branko - "open minds, less borders"

Questions

Missing page trail with rightsidebar

I like the rightsidebar theme, but the page trail (enabled from UserPreferences) is not shown with this theme in MoinMoin 1.2.x.

--- rightsidebar.py.BACKUP      Fri Nov 26 14:25:14 2004
+++ rightsidebar.py     Fri Nov 26 14:31:30 2004
@@ -176,6 +176,7 @@
         html = []
         if d['trail']:
             pagetrail = d['trail']
+            html.append('<div class="sidetitle">Trail</div>')
             html.append('<ul id="pagetrail">\n')
             for p in pagetrail[:-1]:
                 html.append('<li><span>%s</span></li>\n' % (Page(p).link_to(sel
f.request),))
@@ -226,6 +227,7 @@
             'msg_html': self.msg(d),
             'available_actions_html': self.availableactions(d),
             'search_form_html': self.searchform(d),
+            'trail_html' : self.trail(d),
         }
         dict.update(d)
 
@@ -242,6 +244,7 @@
 %(iconbar_html)s
 %(available_actions_html)s
 %(search_form_html)s
+%(trail_html)s
 </div>
 """ % dict

Simple CSS Themes

I've made a CSS only theme (which overrides basically the screen.css), that can (and was developed intended to) change the look of the classic MoinMoin 1.2 Theme. Where should I post it? Or should I make two packages: one tarball with it and one simgle file for inclusion into user preferences?

No Theme?

I seem unable to change themes. I only get a page without columns or other than browser default colors no matter which thems I use. This includes the included ones as well as downloaded ones.

Previews?


MoinMoin: ThemeArchiveMarket (last edited 2013-02-16 10:21:18 by dslb-084-059-125-207)