diff options
author | Jonas Smedegaard <dr@jones.dk> | 2011-10-06 15:45:04 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2011-10-06 15:45:04 +0200 |
commit | 924f7e42cd3fa9bd2d13a2ade01dfa1f4a3c1b0a (patch) | |
tree | 3d7d085df3000f17fc2f15dd726012f63f0dce7a | |
parent | b04cb8c6cb13f212c21cbc4abcc1ef1120f4edb8 (diff) |
Sync with ikiwiki 3.20110905.
-rw-r--r-- | shortcuts.mdwn | 8 | ||||
-rw-r--r-- | style.css | 8 |
2 files changed, 14 insertions, 2 deletions
diff --git a/shortcuts.mdwn b/shortcuts.mdwn index cafe3f5..f957fc2 100644 --- a/shortcuts.mdwn +++ b/shortcuts.mdwn @@ -25,8 +25,8 @@ This page controls what shortcut links the wiki supports. * [[!shortcut name=debpts url="http://packages.qa.debian.org/%s"]] * [[!shortcut name=debmsg url="http://lists.debian.org/msgid-search/%s"]] * [[!shortcut name=debrt url="https://rt.debian.org/Ticket/Display.html?id=%s"]] -* [[!shortcut name=debss url="http://snapshot.debian.net/package/%s"]] - * Usage: `\[[!debss package]]`, `\[[!debss package#version]]`, or `\[[!debss package/version]]`. See http://snapshot.debian.net for details. +* [[!shortcut name=debss url="http://snapshot.debian.org/package/%s/"]] + * Usage: `\[[!debss package]]` or `\[[!debss package/version]]`. See <http://snapshot.debian.org/> for details. * [[!shortcut name=debwiki url="http://wiki.debian.org/%s"]] * [[!shortcut name=fdobug url="https://bugs.freedesktop.org/show_bug.cgi?id=%s" desc="freedesktop.org bug #%s"]] * [[!shortcut name=fdolist url="http://lists.freedesktop.org/mailman/listinfo/%s" desc="%s@lists.freedesktop.org"]] @@ -61,6 +61,10 @@ This page controls what shortcut links the wiki supports. * [[!shortcut name=ohloh url="http://www.ohloh.net/projects/%s"]] * [[!shortcut name=cpanrt url="https://rt.cpan.org/Ticket/Display.html?id=%s" desc="CPAN RT#%s"]] * [[!shortcut name=novellbug url="https://bugzilla.novell.com/show_bug.cgi?id=%s" desc="bug %s"]] +* [[!shortcut name=ubupkg url="http://packages.ubuntu.com/%s"]] +* [[!shortcut name=mozillazinekb url="http://kb.mozillazine.org/%s"]] +* [[!shortcut name=freebsdwiki url="http://wiki.freebsd.org/%s"]] +* [[!shortcut name=hackage url="http://hackage.haskell.org/package/%s"]] To add a new shortcut, use the `shortcut` [[ikiwiki/directive]]. In the url, "%s" is replaced with the @@ -493,3 +493,11 @@ a.openid_large_btn:focus { .openid_selected { border: 4px solid #DDD; } + +.fileupload-content .ui-progressbar { + width: 200px; + height: 20px; +} +.fileupload-content .ui-progressbar-value { + background: url(ikiwiki/images/pbar-ani.gif); +} |