Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Portability fixes: | Amitai Schlair | 2012-01-08 |
| | | | | | * Define overridable defaults for SYSCONFDIR and MANDIR. * Avoid GNUisms in sed(1) and cp(1). | ||
* | Add test coverage analysis (make coverage) | Simon McVittie | 2011-11-09 |
| | |||
* | jquery source cleanup | Joey Hess | 2011-08-24 |
| | | | | | | | | | | | | | | | | | | | * Add unminified jquery js and css files to source. * Update to jquery 1.6.2, and jquery-ui 1.8.14. The full files are included in the source but not the binary. I'm not minifying the files as part of build because I don't want ikiwiki to build depend on a javascript minifier. (Let alone need one at runtime). Nor do I want to deal with any breakage caused by the minifier. These files were taken from the debian packages. The jquery-tmpl full file was taken from revision 66bb852217c49ae8c9a8f2522150354ae80463de of its git repository, which matches the minified file I already had. I did not want to deal with possible breakage in newer versions; this thing claims to need an ancient version of jquery (1.4.2), and is perhaps only working by luck with the newer versions as it is. | ||
* | don't install discussion pages for example sites | Joey Hess | 2011-06-03 |
| | | | | also dropped old .svn excludes | ||
* | remove reundant chengelog version parse | Joey Hess | 2011-03-19 |
| | |||
* | prepend base.css to theme's style.css | Joey Hess | 2010-12-11 |
| | | | | this allows a theme to be built based on another | ||
* | parameterize FIND and SED | Joey Hess | 2010-09-27 |
| | |||
* | preserve timestamps for directive and theme underlays | Joey Hess | 2010-06-16 |
| | |||
* | add theme plugin | Joey Hess | 2010-06-16 |
| | |||
* | Merge branch 'master' into templatemove | Joey Hess | 2010-04-23 |
|\ | | | | | | | | | Conflicts: doc/templates.mdwn | ||
| * | better fix for use lib issue | Joey Hess | 2010-04-22 |
| | | | | | | | | PER5LIB does not override fully, so need to run .in versions | ||
| * | switch to PERL5LIB so that use lib inserted for INSTALL_BASE is overridden ↵ | Joey Hess | 2010-04-22 |
| | | | | | | | | during build | ||
* | | add myclean | Joey Hess | 2010-04-23 |
|/ | |||
* | fix buggy program installation code | Joey Hess | 2010-04-03 |
| | |||
* | Add preprocessed 'use lib' line to ikiwiki-transition and ikiwiki-calendar ↵ | Joey Hess | 2010-03-26 |
| | | | | if necessary for unusual install. | ||
* | Add new --clean option; this makes ikiwiki remove all built files in the ↵ | Joey Hess | 2010-02-28 |
| | | | | destdir, as well as wrappers and the .ikiwiki directory. | ||
* | more portable use of sed -i | Joey Hess | 2009-11-09 |
| | | | | | Apparently OS X requires the extension be specified. But this turns on backup in GNU sed, so have to remove that. | ||
* | add spec file | Joey Hess | 2009-10-29 |
| | | | | Modify makefile to update spec file version number. | ||
* | 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 | Joey Hess | 2009-07-20 |
| | | | | | | 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. | ||
* | 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 | Joey Hess | 2009-02-04 |
| | | | | | | | | | | | | 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. | ||
* | Add auto-blog.setup | Joey Hess | 2009-01-12 |
| | | | | | | | 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. | ||
* | add W3M_CGI_BIN setting | Joey Hess | 1997-08-14 |
| | |||
* | preserve underlay file times | Joey Hess | 2008-10-19 |
| | | | | | | | | 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. | ||
* | 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 ↵ | Joey Hess | 2008-08-29 |
| | | | | non-root. | ||
* | 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)" | Joey Hess | 2008-08-21 |
| | | | | | | | 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.. | ||
* | 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 | Joey Hess | 2008-07-26 |
| | | | | proxy.py should not be executable | ||
* | use PERL | Joey Hess | 2008-06-02 |
| |