intrigeri
9470667a0d
new bug and patch
2009-06-03 12:09:29 -04:00
http://lj.rossia.org/users/imz/
2ab9e4b4d4
Correct wikilink.
2009-06-03 07:34:25 -04:00
Joey Hess
5cdee82ef6
comment: Make comment directives no longer use the internal "_comment" form, and document the comment directive syntax.
...
Rationalle: Comments need to be user-editable so that they can be posted
via git commit etc.
The _comment directive is still supported, for back-compat.
2009-06-02 17:06:46 -04:00
Joey Hess
bd1aed61e9
Revert "testing 123"
...
This reverts commit 15a3647b3f
.
2009-06-02 12:27:22 -04:00
Joey Hess
9c7b2ad331
revert my incorrect reversion. oops
2009-06-02 12:27:05 -04:00
Joey Hess
1b6f04424f
Revert "add news item for ikiwiki 3.14"
...
This reverts commit b0fb8a6255
.
pilchu: abuse the front page again and you will be banned
2009-06-02 12:25:39 -04:00
pilchu
15a3647b3f
testing 123
2009-06-02 10:20:38 -04:00
Joey Hess
b0fb8a6255
add news item for ikiwiki 3.14
2009-06-01 13:11:52 -04:00
Joey Hess
42cc56f796
releasing version 3.14
2009-06-01 13:11:18 -04:00
http://dr.jones.dk/
e90adc56c3
Mention need for localized templates, and separation of system and page locales.
2009-05-28 13:20:52 -04:00
Joey Hess
14cbc42b03
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2009-05-28 11:06:19 -04:00
Joey Hess
52dc080ed1
Danish translation update. Closes : #530877
2009-05-28 11:06:03 -04:00
http://dr.jones.dk/
817a40b781
Move po4a patch note up close to "translated basewiki", and expand with note on danish translation.
2009-05-28 04:13:33 -04:00
lnussel
82a4ea3ab4
add link to openSUSE packages
2009-05-27 08:09:51 -04:00
http://lj.rossia.org/users/imz/
1151d06d54
minor: A bit more wikilinks.
2009-05-26 21:18:03 -04:00
http://lj.rossia.org/users/imz/
04a7da956f
minor: Added wikilinks for better "connectivity".
2009-05-26 21:13:01 -04:00
http://lj.rossia.org/users/imz/
d1553bd361
Made the links to the userpage work in the prev.edit.
2009-05-26 21:07:18 -04:00
http://lj.rossia.org/users/imz/
67cdee214b
Added links to related work.
2009-05-26 21:03:18 -04:00
Joey Hess
4b81616c04
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2009-05-26 17:05:39 -04:00
Joey Hess
96087cbd88
call initLanguage after initTheme
...
See #530654
2009-05-26 17:04:49 -04:00
http://lj.rossia.org/users/imz/
b1695647f6
minor invisible: I learned how to mark up code examples.
2009-05-26 12:52:40 -04:00
http://lj.rossia.org/users/imz/
86b67554c1
A wish.
2009-05-26 12:47:46 -04:00
http://lj.rossia.org/users/imz/
7d881b7e34
minor: Added a wikilink (for connectivity).
2009-05-26 12:01:17 -04:00
http://lj.rossia.org/users/imz/
0e72550870
minor: A text for a link, otherwise it's not displayed; also rm unneeded escaping.
2009-05-26 11:59:36 -04:00
http://lj.rossia.org/users/imz/
392157083b
A misfeature I stumbled upon.
2009-05-26 11:57:12 -04:00
http://lj.rossia.org/users/imz/
9b4c83127f
Added a wikilink (for connectivity).
2009-05-26 11:51:48 -04:00
http://lj.rossia.org/users/imz/
df4cc4c16c
One more suggestion for the wiki-synatx.
2009-05-26 11:34:35 -04:00
http://lj.rossia.org/users/imz/
a783062c6e
A workaround without introducing different kinds of links (but with completely auxiliary link targets).
2009-05-26 11:25:33 -04:00
http://lj.rossia.org/users/imz/
221f1bf624
Comment: this illustrates there is no workaround.
2009-05-26 11:16:40 -04:00
http://lj.rossia.org/users/imz/
8662d5920f
Report the unpleasant need to press "reload" in firefox.
2009-05-26 09:19:02 -04:00
http://lj.rossia.org/users/imz/
7d3b0018e6
Added a reason for this to be an ikiwiki's concern.
2009-05-26 08:14:37 -04:00
http://dr.jones.dk/
3c68de2e17
Mention bug#530574: improved po4a Markdown support
2009-05-25 18:29:16 -04:00
Joey Hess
fd7db49f94
Fix test suite to not rely on an installed copy of ikiwiki after underlaydir change. Closes : #530502
2009-05-25 12:40:40 -04:00
Víctor Moral
65c95d2508
updated spanish translation
2009-05-25 12:25:45 -04:00
http://lj.rossia.org/users/imz/
5c4d806f01
New wish.
2009-05-25 10:13:19 -04:00
Joey Hess
39e5e25000
cache highlighters to optimise
...
Setting up a new highlighter object is slightly expensive since it
reads and parses the langfile each time. So cache them.
This also speeds up ext2langfile by avoiding it needing to check for the
existence of a language file in some cases.
2009-05-23 18:39:49 -04:00
Joey Hess
8ba98ad1dc
update
2009-05-23 05:33:08 -04:00
Joey Hess
a9970df0bf
mention highlight
2009-05-23 05:21:19 -04:00
Joey Hess
47298b01c1
allow format to use any language supported by highlight
...
format: Provide a htmlizefallback hook that other plugins can use to
handle formats that are not suitable for general-purpose htmlize hooks.
highlight: Use the hook to allow formatting of any language/extension,
without it needing to be enabled for standalone source files.
highlight: If the highlight perl binding is not available, fallback
safely to a passthrough mode.
2009-05-23 05:17:26 -04:00
Joey Hess
cdd1b58b38
remove commas in tohighlight list
2009-05-23 00:09:14 -04:00
Joey Hess
21d6aded47
formatting
2009-05-22 23:05:58 -04:00
Joey Hess
8ae260015f
highlight: New plugin supporting syntax highlighting of pretty much anything.
...
* debian/control: Add suggests for libhighlight-perl, although
that package is not yet created by Debian's highlight source package.
(See #529869 )
2009-05-22 22:57:03 -04:00
http://www.cse.unsw.edu.au/~willu/
6c8dd33b78
Response
2009-05-22 21:14:16 -04:00
Joey Hess
4008106c66
response
2009-05-22 18:08:50 -04:00
Joey Hess
6ae08d3272
add
2009-05-22 15:24:42 -04:00
Joey Hess
fcc3b945d6
document internal here (was already documented in plugins/aggregate)
2009-05-22 14:43:31 -04:00
Joey Hess
e8b9cce4b3
update as command syntax has changed
2009-05-22 14:33:22 -04:00
Joey Hess
cd0b233122
add news item for ikiwiki 3.13
2009-05-22 14:30:58 -04:00
Joey Hess
8f6cdf3ae0
listdirectives: Avoid listing _comment directives and generally assume any directive starting with _ is likewise internal.
2009-05-22 14:17:26 -04:00
Joey Hess
7825960d31
remove -T from ikiwiki.in, add back if NOTAINT=0
2009-05-22 13:46:07 -04:00