The Artima Developer Community
Sponsored Link

Python Buzz Forum
Wiki feature of the day

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Ian Bicking

Posts: 900
Nickname: ianb
Registered: Apr, 2003

Ian Bicking is a freelance programmer
Wiki feature of the day Posted: Apr 17, 2004 10:17 PM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Ian Bicking.
Original Post: Wiki feature of the day
Feed Title: Ian Bicking
Feed URL: http://www.ianbicking.org/feeds/atom.xml
Feed Description: Thoughts on Python and Programming.
Latest Python Buzz Posts
Latest Python Buzz Posts by Ian Bicking
Latest Posts From Ian Bicking

Advertisement

I couldn't do a substantive feature on Wednesday due to taxes, but I'm getting back on track. I started working on different types of pages (e.g., reST page, plain HTML page, binary image page, etc), but I realized I was over-engineering it, so I decided to put it off a bit longer. I think I want to keep to one feature/release per sit-down (where I "release" to the live wiki) -- that way I won't fall into the trap of working on something where I don't already feel comfortable with the implementation. I'm hoping that the hard problems will seem easier later. (Yesterday I did orphan and wanted page lists, but those were easy)

Thursday I implemented related terms instead. I'm still trying to understand quite what it is I'm doing with this. The basic mechanism is that you list the related terms as metadata for the page, and then those "terms" (which are really just pages) include your page as part of their content. (Why include and not just link? I'm not sure yet)

At first this just seems like backlinks, or maybe more like a wiki category, which all achieve something of the same effect without adding any new ideas. (MoinMoin uses macros to make the categories more direct, but that's just an incremental feature)

So maybe this is a distraction, but I feel like it could also be something more, specifically as it relates to aggregation. Or, more specifically, I think it could turn this into a blog fairly easily.

When the targeted terms have more features (in terms of how they include their related pages), then it starts to look like blogging software, where the term becomes the aggregation of several sub-pages (only they aren't sub-pages, because we still haven't introduced any real hierarchy).

Unfortunately there's lots of potential options for how the target term aggregates the pages, and a wiki page doesn't really support that kind of structure. It could be done in a somewhat procedural manner with markup macros, but I want to avoid those (though they probably could be done reasonably using reST's directives).

Read: Wiki feature of the day

Topic: Python UK conference tomorrow Previous Topic   Next Topic Topic: London Java Meetup - 19 Apr 2004

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use