| Commit message (Expand) | Author | Age |
* | fix buggy program installation code | Joey Hess | 2010-04-03 |
* | Add preprocessed 'use lib' line to ikiwiki-transition and ikiwiki-calendar if... | Joey Hess | 2010-03-26 |
* | Add new --clean option; this makes ikiwiki remove all built files in the dest... | Joey Hess | 2010-02-28 |
* | more portable use of sed -i•••Apparently OS X requires the extension be specified. But this
turns on backup in GNU sed, so have to remove that.
| Joey Hess | 2009-11-09 |
* | add spec file•••Modify makefile to update spec file version number.
| Joey Hess | 2009-10-29 |
* | install ikiwiki-calendar | Joey Hess | 2009-10-11 |
* | change PROFILE to use Devel::NYTProf | Joey Hess | 2009-08-13 |
* | quote version numbers to avoid them being interpreted as unicode characters | Joey Hess | 2009-07-23 |
* | split out underlay_install target | Joey Hess | 2009-07-21 |
* | build translated underlays for use with non-English wikis | Joey Hess | 2009-07-20 |
* | create translated underlays in mdwn format•••These are for use by wikis where the primary language is not English.
On such a wiki, it makes sense to use an underlay has the source for pages
in the native language.
| Joey Hess | 2009-07-20 |
* | use empty underlay dirs when building po underlays | Joey Hess | 2009-07-20 |
* | speed up incremental underlaypo runs | Joey Hess | 2009-07-19 |
* | move source removal back to underlaypo rule | Joey Hess | 2009-07-19 |
* | move clean code to clean rule | Joey Hess | 2009-07-19 |
* | rename | Joey Hess | 2009-07-19 |
* | don't run basewikipo by default yet, comment out all languages | Joey Hess | 2009-07-19 |
* | add basewikipo po file generation thing | Joey Hess | 2009-07-19 |
* | debhelper v7; rules file minimisation. | Joey Hess | 2009-02-15 |
* | makefile portability patch•••from Thomas Keller, who explains:
1) find -wholename is not available on BSD / OSX (a nice rant about this
issue is here: http://fuhm.livejournal.com/1848.html)
2) cp -a is not available on BSD / OSX, there is an alternative install
call, but it might be cool to just shut up cp complaining about it... ;)
3) Two find calls have been missing the path argument.
| Joey Hess | 2009-02-04 |
* | Add auto-blog.setup•••It will set up an ikiwiki instance tuned for use in blogging.
As part of this change, move the example sites into /usr/share/ikiwiki so
they are available even if docs are not installed.
| Joey Hess | 2009-01-12 |
* | add W3M_CGI_BIN setting | Joey Hess | 1997-08-14 |
* | preserve underlay file times•••I'd like to preserve the mtime and ctime of files in the underlay if
possible, to avoid ikiwiki thinking they've changed and refreshing them
each time it's upgraded.
But, fall back to the old install command for systems that lack cp -a.
| Joey Hess | 2008-10-19 |
* | listdirectives: Enable use of the directives underlay. | Joey Hess | 2008-09-11 |
* | Ignore failure to install files into /etc, in case install is running as non-... | Joey Hess | 2008-08-29 |
* | avoid installing .pyc files | Joey Hess | 2008-08-27 |
* | add target to aid benchmarking | Joey Hess | 2008-08-23 |
* | Revert "Add missing PREFIX to a few lines of the Makefile. (Thomas Keller)"•••This reverts commit 65c12dffecc49df2d8135a32121b9cabe8288cae.
Turns out we can't use PREFIX for files in /etc, because that would tend to
put them in /usr/etc, which is bad..
| Joey Hess | 2008-08-21 |
* | Add missing PREFIX to a few lines of the Makefile. (Thomas Keller) | Joey Hess | 2008-08-21 |
* | Avoid using cp -a (again). (HenrikBrixAndersen) | Joey Hess | 2008-08-21 |
* | don't install demo external plugins by default | Joey Hess | 2008-08-02 |
* | rename | Joey Hess | 2008-07-27 |
* | avoid clobbering example diffurl | Joey Hess | 2008-07-27 |
* | avoid leaking HOME | Joey Hess | 2008-07-26 |
* | generate an example ikiwiki.setup as part of the build | Joey Hess | 2008-07-26 |
* | preserve modes of external plugin files•••proxy.py should not be executable
| Joey Hess | 2008-07-26 |
* | use PERL | Joey Hess | 2008-06-02 |
* | defer po and pot file updating until package build time•••This allows make to be run without polluting the tree with lots of po file
changes.
| Joey Hess | 2008-03-21 |
* | updates to support current version of Devel::Profile | Joey Hess | 2008-03-21 |
* | Time::Duration is no longer used, remove from docs and recommends. | Joey Hess | 2008-03-19 |
* | Prevent plugins/.gitignore from being installed•••I added a .gitignore file to plugins/ to ignore *.pyc files, and that
file is now being installed +x to /usr/lib/ikiwiki/plugins. This commit
prevents that by excluding all dot-files under plugins/ from the
install.
Signed-off-by: martin f. krafft <madduck@madduck.net>
| martin f. krafft | 2008-03-18 |
* | pass -libdir so external plugins can be used | Joey Hess | 2008-03-15 |
* | clean .myc files from plugins | Joey Hess | 2008-03-15 |
* | * Disable taint checking for all builds as people keep complaining about it,••• and since all versions of perl seem to be hopelessly broken.
| Joey Hess | 2008-02-24 |
* | * Setting NOTAINT=1 had no effect when building ikiwiki itself, fix this. | Joey Hess | 2008-02-12 |
* | rename ikiwiki-prefix-directives into ikiwiki-transition•••If we have transitions of this sort in the future, this program will
hopefully be used to handle them too.
| Joey Hess | 2008-01-30 |
* | Add new preprocessor directive syntax¸ using a '!' prefix.•••Add a prefix_directives option to the setup file to turn this syntax
on; currently defaults to false, for backward compatibility. Support
optional '!' prefix even with prefix_directives off, and use that in
the underlay to support either setting of prefix_directives. Add NEWS
entry with migration information.
| Josh Triplett | 2008-01-27 |
* | * Add a prereq on Data::Dumper 2.11 or better, needed to dump q// objects. | Joey Hess | 2008-01-07 |
* | pass -refresh | Joey Hess | 2007-12-28 |
* | add a setup file for building the doc wiki | Joey Hess | 2007-12-19 |