aboutsummaryrefslogtreecommitdiff
path: root/basewiki/style.css
Commit message (Collapse)AuthorAge
* * Make the basewiki be full of symlinks to pages that should be the samejoey2007-02-13
| | | | | in the doc wiki. This will allow direct edits to alter the base wiki without manual munging.
* merge to basewikijoey2007-02-10
|
* add a poll pluginjoey2006-11-26
|
* * Make auth methods pluggable.joey2006-11-20
| | | | | * Move httpauth support to a plugin. * Add an openid plugin to support logging in using OpenID.
* * Add a default stylesheet entry for the pagecloud.joey2006-10-28
| | | | | | | * Add examples page with some examples of things that can be done using ikiwiki, like a weblog. The examples can be copied into a user's wiki for a quick start, without needing to learn everything about how to put them together.
* * Atom feed support based on a patch by Clint Adams.joey2006-10-08
| | | | | | | | * Add feeds=no option to inline preprocessor directive to turn off all types of feeds. feeds=rss will still work, and feeds=atom was also added, for fine control. * $IkiWiki::version now holds the program version, and is accessible to plugins.
* updatejoey2006-09-23
|
* * Patch from James Westby to add an actions option to inline; thisjoey2006-08-28
| | | | adds Edit and Discussion links at the end of blog entries.
* avoid floating boxes running up against the line at the bottom of the pagejoey2006-08-27
| | | | | somewhat grody I think; relies on placement and type of tags display..
* * Make all pages pull in a local.css style sheet, if present. This won'tjoey2006-08-24
| | | | | be included in ikiwiki, but can be created to make local styling changes w/o needing to merge in every new change to the distributed style.css.
* less paddingjoey2006-08-23
|
* some fixes for note layoutjoey2006-08-23
|
* * Allow preprocessor directives to contain python-like triple-quotedjoey2006-08-23
| | | | | | | text blocks, for easy nesting of quotes inside. * Add a template plugin. * Use the template plugin to add infoboxes to each plugin page listing basic info about the plugin.
* add styling for outline listsjoey2006-08-19
|
* * Add a tail fin^W^Wsidebar plugin by Tuomo Valkonen.joey2006-08-18
| | | | | | * If a page links to itself, mark up the link text in a span with class="selflink" so that it can be styled. I don't have a useful style defined for that though.
* misc changesjoey2006-08-05
|
* * Various CSS and formatting changes.joey2006-08-04
|
* * New pagestats plugin from Enrico, which can generate a table countingjoey2006-07-29
| | | | the backlinks for each page, or a del.icio.us style cloud.
* Hope encrico doesn't mind, but I changed the location and layout of thejoey2006-07-28
| | | | | | tags on the templates. This way seems to fit better with the links. Also some css cleanup, avoid hardcoded <i> etc.
* some stylesheet improvements for the table, also add a bit more borderjoey2006-07-06
| | | | | between items to avoid them running together in some cases
* * Make RecentChanges use a table and some CSS, should be much more readable.joey2006-07-04
| | | | | No code changes involved. * Encode & in diffurl in examples, to conform to pedantic rules.
* * Add -refresh option to ikiwiki-mass-rebuild and use that on upgrades thatjoey2006-05-27
| | | | do not need a full rebuild, in order to update any basewiki pages.
* Make page edit textarea resize to fit browser window.joey2006-05-27
|
* header can appear more than one time, so is a class, not an idjoey2006-05-26
|
* * The page name and parent links has switched from using a <h1> to a styledjoey2006-05-26
| | | | | | | | | | <span>, so pages can use <h1> internally instead of needing to use <h2>. * Updated all of ikiwiki's own wiki pages for that. * Add pagetemplate hook, which can be used by plugins that want to mess around with adding new stuff to the page template. * Remove headercontent; the search plugin now adds the search box to the header by registering a pagetemplate hook, and other plugins should do similarly.
* add basic borders around blog postsjoey2006-04-10
| | | | | not sure I'm 100% happy with this look, but it's better than naught
* don't clear h1 paddingjoey2006-03-29
|
* added --hyperestraier switch, which turns on search supportjoey2006-03-29
| | | | | (ok, the way I run estseek.cgi is admittedly pretty nasty, but it works..)
* updates from srcjoey2006-03-29
|
* css supportjoey2006-03-29