aboutsummaryrefslogtreecommitdiff
path: root/debian/control
Commit message (Collapse)AuthorAge
* Change deb dependencies to list Text::Markdown before markdown (really this ↵Joey Hess2008-11-17
| | | | time).
* don't need libxml-atom-perl nowJoey Hess2008-11-17
|
* adding htmlbalance; housekeepingJoey Hess2008-11-17
| | | | | Used the contrib version of the plugin page since it seemed better than the other one.
* fix lintian warningJoey Hess2008-10-05
|
* willu's teximg changesJoey Hess2008-08-24
| | | | | | | | | * teximg: The prefix is configurable, and has changed to not include the nonstandard mhchem by default. (willu) * teximg: dvipng is used if available to render images. Its output is antialiased and better than dvips. If not available, the old dvips+convert chain will be used. (willu) * Drop suggests on texlive-science, add suggests on dvipng.
* Add Suggests on texlive and texlive-science for the teximg pluginJosh Triplett2008-08-06
|
* add sparkline-php to suggestsJoey Hess2008-07-20
|
* add perlmagick to build depsJoey Hess2008-07-12
| | | | needed since the doc wiki is using an [[img]]
* Change deb dependencies to list Text::Markdown before markdown, since the ↵Joey Hess2008-07-12
| | | | former, while slower, has a much better html parser that avoids numerous bugs.
* Version the suggests of xapian-omega to a version known to be new enough to ↵Joey Hess2008-06-19
| | | | work with ikiwiki. Reportedly, version 0.9.9 is too old to work. Closes: #486592
* releasing version 2.50Joey Hess2008-06-13
|
* search: Converted to use xapian-omega.Joey Hess2008-06-03
| | | | | Everything is done except for the actual indexing. I plan to do incremental indexing as pages change.
* documentation for use of hashed passwordsJoey Hess2008-05-29
| | | | Everything but the actual coding to support them.
* add suggests for s3 perl moduleJoey Hess2008-05-12
|
* Allow libtext-markdown-perl to satisfy dependencies, as a an alternative to ↵Joey Hess2008-04-21
| | | | the markdown package.
* Recommend a recent git-core for git init. Closes: 475609Joey Hess2008-04-11
|
* Time::Duration is no longer used, remove from docs and recommends.Joey Hess2008-03-19
|
* * monotone: Require version 0.38 or greater, and stop using the mtnmergercJoey Hess2008-03-12
| | | | option. (Brian May)
* * Depend on HTML::Scrubber, since the scrubber is enabled by default andJoey Hess2008-02-13
| | | | dies if its can't be loaded.
* add monotone to listJoey Hess2008-02-03
|
* remove mention of commit mailsJoey Hess2008-02-02
|
* improve versioning, not that it really mattersJoey Hess2008-01-29
|
* version bzr dep, 0.90 is needed for --authorJoey Hess2008-01-29
|
* Add optional dependency on bzr.Jelmer Vernooij2008-01-28
|
* 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.