Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
commit
8d26eaa9a4
|
@ -0,0 +1,12 @@
|
|||
'make test' has the following errors:
|
||||
|
||||
Can't locate Locale/gettext.pm in @INC (@INC contains: /home/turian/utils//lib/perl5/site_perl/5.8.8/i386-linux-thread-multi /home/turian/utils//lib/perl5/site_perl/5.8.8 . /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.7/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7 /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.7/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.6/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl/5.8.7 /usr/lib/perl5/vendor_perl/5.8.6 /usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.8/i386-linux-thread-multi /usr/lib/perl5/5.8.8) at (eval 254) line 2.
|
||||
|
||||
What's weird is that I already have gettext.pm:
|
||||
/home/turian/utils/lib/perl5/lib/i386-linux-thread-multi/Locale/gettext.pm
|
||||
|
||||
That directory should be part of @INC, because I have:
|
||||
export PERL5LIB="$PERL5LIB:$UTILS/lib/perl5/lib/i386-linux-thread-multi/"
|
||||
in my .bashrc. However, /home/turian/utils/lib/perl5/lib/i386-linux-thread-multi/ does not appear in that @INC line.
|
||||
|
||||
How do I get the proper @INC locations set?
|
|
@ -44,6 +44,7 @@ Projects
|
|||
Personal sites and blogs
|
||||
========================
|
||||
|
||||
* [Skirv's Wiki](http://wiki.killfile.org) - formerly Skirv's Homepage
|
||||
* [[Joey]]'s [homepage](http://kitenet.net/~joey/), including his weblog
|
||||
* [Kyle's MacLea Genealogy wiki](http://kitenet.net/~kyle/family/wiki) and [Livingstone and MacLea Emigration Registry](http://kitenet.net/~kyle/family/registry)
|
||||
* [Ulrik's personal web page](http://kaizer.se/wiki/)
|
||||
|
|
|
@ -12,16 +12,17 @@ highlight
|
|||
|
||||
- I would like to have a link to the raw source; using will_render() and then copying the file should work.
|
||||
|
||||
- the common case of foo.c and foo.h breaks
|
||||
because they both generate page working/dir/foo.
|
||||
It looks to me like ikiwiki is hardcoded to strip the extension in `pagename()` (IkiWiki.pm).
|
||||
This problem with sourcehighlight needs to be fixed before it is very useful.
|
||||
|
||||
- Is there a way to configure the colors used by source-highlight (other than editing the globally installed "default.style" file)? It would help if I could pass the command arbitrary command-line arguments; then I could configure which config file it's supposed to use. For instance, I'm not a fan of hard-coding the colors into the HTML output. IMHO, css-style formatting should be preferred. All that can be set via the command line ... --Peter
|
||||
|
||||
> I don't really have time right now, but it should be easy to add, if you look at how src-lang is handled. Patches are welcome :-) --[[DavidBremner]]
|
||||
|
||||
Note that [[Will]] wrote a plugin that uses source-highlight also. It's
|
||||
available
|
||||
[here|todo/automatic_use_of_syntax_plugin_on_source_code_files/discussion]].
|
||||
[[here|todo/automatic_use_of_syntax_plugin_on_source_code_files/discussion]].
|
||||
--[[Joey]]
|
||||
|
||||
To be honest, [[Will]]'s version of this looks more polished. I will try his
|
||||
plugin and see if it can just replace mine. --[[DavidBremner]]
|
||||
|
||||
|
||||
*Updated* Now uses keepextension so multiple extensions should be OK
|
||||
|
|
Loading…
Reference in New Issue