aboutsummaryrefslogtreecommitdiff
path: root/debian/control
Commit message (Collapse)AuthorAge
* releasing version 2.16Joey Hess2007-12-18
|
* * Re-organise dependencies and recommends now that recommends are installedJoey Hess2007-12-16
| | | | by default.
* * Add liblwpx-paranoidagent-perl to recommends of Debian package,Joey Hess2007-11-13
| | | | this is needed to do OpenID really securely.
* ikiwiki is now stored in a git repositoryJoey Hess2007-10-24
| | | | | Note that all the sha1s did change from those in the earlier ikiwiki git repos gated from svn. Thank you, git-svnimport, for the pain.
* suggest python, since the rst formatter is written in itjoey2007-10-21
|
* Vcs- fields now officialjoey2007-10-10
|
* * Add proper Homepage field to Debian package (needs uber-new dpkg).joey2007-08-20
|
* * If Net::OpenID::Consumer is not available, the openid module will quietlyjoey2007-04-30
| | | | | disable itself, this avoids needing a hard dependency on the perl module.
* * fieldset support appeared in CGI::FormBuilder 3.05, so increasejoshtriplett2007-04-30
| | | | version in Depends on libcgi-formbuilder-perl to 3.05
* * Enable openid logins by default.joey2007-04-29
| | | | * Enable usedirs by default.
* * Add libtext-typography-perl to Suggests for the typography plugin.joshtriplett2007-04-10
|
* * Add libdigest-sha1-perl to Suggests, for sparkline and graphviz.joshtriplett2007-04-10
|
* * Add libtext-csv-perl to Suggests, for the table plugin.joshtriplett2007-04-10
|
* * Conflicts/Replaces/Provides the unofficial ikiwiki-plugin-tablejoshtriplett2007-04-10
| | | | | package, because ikiwiki now provides the table plugin, and thus has a file overlap with ikiwiki-plugin-table.
* * Add myself as a co-maintainer, with Joey's approval.joshtriplett2007-04-09
|
* * Add a graphviz plugin.joshtriplett2007-04-09
| | | | * Suggests: graphviz
* * Add XS-Vcs-Browser field.joshtriplett2007-04-06
|
* * Add Homepage field.joshtriplett2007-04-06
|
* * Improvements to Description in debian/control:joshtriplett2007-04-06
| | | | | | | * Note that some plugins have additional dependencies, found among the Recommends and Suggests. * ikiwiki supports both RSS and Atom feeds. * Fix typos.
* * Fix a bug in the img plugin that caused thumbnailed files to not bejoey2007-04-04
| | | | | * Make the OpenID library a reccommendation of the Debian package, rather than just a suggests, since OpenID is enabled by default.
* mention gitjoey2007-03-07
|
* * Make img plugin not fail immediately if Image::Magick is not available.joey2007-02-20
| | | | This lets ikiwiki not build depend on perlmagic.
* * viewcvs is now viewvc (in Debian unstable), update everything to use thejoey2007-02-09
| | | | new name.
* tighten gettext versioningjoey2007-01-31
|
* * Gettext 1.04 or up is needed for the OO interface that ikiwiki needs,joey2007-01-16
| | | | | if an older version is installed, just don't gettext strings, instead of crashing.
* * Initial work on internationalization of the program code. po/ikiwiki.potjoey2006-12-29
| | | | | is available for translation. * Export gettext() from IkiWiki module.
* * More build deps updates.joey2006-11-28
| | | | | * /dev/null fortune failures * Add libtime-duration-perl to build deps, as it's used by the svn module
* releasing version 1.34.1joey2006-11-27
|
* get rid of wikiformat build depjoey2006-11-20
|
* * Make auth methods pluggable.joey2006-11-20
| | | | | * Move httpauth support to a plugin. * Add an openid plugin to support logging in using OpenID.
* * Patch from James Westby to support podcasting, photoblogging, vidcasting,joey2006-11-01
| | | | | or what have you, by creating enclosures for non-page items that are included in feeds.
* * Add perlmagick to build-depends so syntax check of img plugin works.joey2006-10-30
|
* * Add missing dependency on the URI perl module.joey2006-10-27
|
* add perlmagickjoey2006-10-21
|
* add XS-Vcs-Svn fieldjoey2006-10-04
|
* * Version the libcgi-session-perl dependency, some features that needjoey2006-09-16
| | | | the new version are used in some cases (sslcookie).
* typojoey2006-09-07
|
* rewordjoey2006-09-06
|
* rewordjoey2006-09-06
|
* * Add support for mercurial, contributed by Emanuele Aina.joey2006-09-06
|
* updatejoey2006-09-06
|
* add tlajoey2006-09-05
|
* * Add support for tla, contributed by Clint Adama. Closes: #385936joey2006-09-04
|
* add python-docutilsjoey2006-08-19
|
* * Change meta tags to use html entity-escaped text for values, so thatjoey2006-07-30
| | | | | | | | | | | quotes and such can be represented in title tags. * Depend and build-depend on HTML::Parser for HTML::Entities which is used for the above. * Make --rebuild also cause --aggregate to re-download and write aggregated pages. * Avoid outputting duplicate meta info. * Include title metadata on aggregated posts for capitalised and un-munged titles.
* * ikiwiki can now download and aggregate feeds with its new aggregatejoey2006-07-30
| | | | | | | | plugin, so it's possible to implement a Planet using ikiwiki! * --setup --refresh no longer rebuilds wrappers. Use --setup --refresh --wrappers to do that. * Add %IkiWiki::forcerebuild to provide a way for plugins like aggregate to update pages that haven't changed on disk.
* * htmltidy plugin from Faidon.joey2006-07-29
|
* * Build-depend on libtext-wikiformat-perl, so that the syntax check ofjoey2006-07-29
| | | | | | | | | the wikiformat plugin works. Thanks, Emanuele Aina. * Patch from Alessandro Dotti Contra to clean up backlinks and navbar display, running them through pagetitle. This removes ugly underscores and other gunk from the display, much nicer. You may want to rebuild your wiki when upgrading to get the cleanup globally.
* releasing version 1.9joey2006-07-26
|
* * Parse svn log as xml for improved utf8 and security. Note that this makesjoey2006-07-02
| | | | ikiwiki depend on XML::Simple. Patch by Faidon Liambotis.