intrigeri
6f858cd59f
po plugin: todo update wrt. newly translatable pages
...
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18 15:49:11 +02:00
intrigeri
d07c6b707d
po plugin: todo++ : security note about system()
...
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18 15:49:11 +02:00
intrigeri
27bfe18f51
po plugin: updated todo wrt. automatic POT/PO update/creation
...
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18 15:49:11 +02:00
intrigeri
d4f787ef52
po plugin: make any slave page dependent on the corresponding master page
...
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18 15:49:11 +02:00
intrigeri
9332457e6c
po plugin: todo++: create POT/PO when the plugin is enabled
...
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18 15:49:11 +02:00
intrigeri
37222492a5
po plugin: updated doc to reflect current status of automatic PO files update
...
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18 15:49:11 +02:00
intrigeri
a28559798a
po plugin: created OTHERLANGUAGES template loop
...
It currently only provides basic translations/master pages links.
Updated documentation accordingly.
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18 15:49:10 +02:00
intrigeri
32cc0b336a
po plugin: po_slave_languages is a hash, rather than a hash of hashes
...
The latter seems to be unsupported by ikiwiki config system.
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18 15:49:10 +02:00
intrigeri
d39f69da7f
po plugin: fix formatting in documentation
...
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18 15:49:10 +02:00
intrigeri
ae827a43f8
po plugin: build %translations at scan time
...
... so that we can consider it as complete at preprocess time
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18 15:49:10 +02:00
intrigeri
458ccebdd3
po plugin: added *.pot to wiki_file_prune_regexps
...
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18 15:49:10 +02:00
intrigeri
e163b037bf
po plugin: move translatable pages to setup file, refactor
...
Replaced [[!translatable]] directive with po_translatable_pages setting.
Moved istranslatable/istranslation code to helper functions leaving place for
future caching and/or memoization. The PageSpec functions still work.
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18 15:49:10 +02:00
intrigeri
886f35153b
po plugin: added note about not publishing .pot files
...
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18 15:49:09 +02:00
intrigeri
b852b0655c
po plugin: added todo note about optimization
...
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18 15:49:09 +02:00
intrigeri
23dccccdf2
po plugin: update doc (move finished item from todo)
...
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18 15:49:09 +02:00
intrigeri
79d6f52d30
po plugin: implemented po_link_to=current
...
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18 15:49:09 +02:00
intrigeri
fdc7974b2a
po plugin: implemented po_link_to=negotiated
...
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18 15:49:09 +02:00
intrigeri
9c25f5cfe9
po plugin: rewrite internal linking specification
...
(not implemented yet)
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18 15:49:09 +02:00
intrigeri
39d44d443d
rename urlpath hook into tweakurlpath for consistency's sake
...
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18 15:49:08 +02:00
intrigeri
e51089e11f
added the tweakbestlink hook
...
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18 15:49:08 +02:00
intrigeri
cc4736d9ee
po plugin: clearer file naming specs
...
i.e. clarify that master pages do not have to obey a special naming convention,
so that migration from/to this plugin is smooth
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18 15:49:08 +02:00
intrigeri
24726f2836
po plugin: add one more pagespec function to the specification
...
(not implemented yet)
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18 15:49:08 +02:00
intrigeri
a926f9840e
po plugin: linking behavior specification
...
(no implementation yet)
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18 15:49:08 +02:00
intrigeri
d9b9022c13
added hook urlpath
...
This hook can be used to modify the internal urls generated by ikiwiki.
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18 15:49:08 +02:00
intrigeri
bd50ba3e83
po plugin: switch to page.LL.html naming convention
...
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18 15:49:08 +02:00
intrigeri
968106cc80
po plugin: enhance documentation
...
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18 15:49:07 +02:00
intrigeri
45d08022bb
po plugin: name rendered master pages like slave ones (page.html.LL)
...
Apache's content negotiation transparently redirects any old URL (page.html) to
the new one, depending on the client preferred language (i.e. a German browser
will be fed with page.html.de). Transition to this naming convention is then
really smooth.
This naming convention allows one to deliberately display the master page, even
if her browser is configured for another language.
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18 15:49:07 +02:00
intrigeri
fae57e807a
po plugin: initial documentation, along with huge TODO list
...
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18 15:49:07 +02:00
intrigeri
fc299df955
added the targetpage hook
...
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18 15:49:07 +02:00
Joey Hess
7390a7a072
relativedate: New javascript-alicious plugin that makes all dates display relative, in a very nice way, if I say so myself.
2008-10-17 20:47:32 -04:00
Joey Hess
79b376f991
Add an underlay for javascript, and add ikiwiki.js containing some utility code.
...
* Add an underlay for javascript, and add ikiwiki.js containing some utility
code.
* toggle: Stop embedding the full toggle code on each page using it, and
move it to toggle.js in the javascript underlay.
2008-10-17 20:28:18 -04:00
Joey Hess
cd305909d3
document google plugin
2008-10-10 17:13:33 -04:00
bremner
3369bbee1c
2008-10-10 01:45:45 -04:00
http://yag.myopenid.com/
2ff36e631e
2008-10-09 19:33:25 -04:00
Joey Hess
debd8636a0
problem fixed
2008-10-09 19:15:39 -04:00
http://yag.myopenid.com/
8c46ca734a
2008-10-09 18:50:04 -04:00
Joey Hess
8c191adf5c
tag updates
2008-10-09 16:58:25 -04:00
http://josephturian.blogspot.com/
4544a3e583
2008-10-09 15:01:09 -04:00
Joey Hess
d3ca495e61
lockedit: Support specifying which users (and IP addresses) a page is locked for. This supports most of the ACL type things users have been wanting to be done. Closes : #443346 (It does not control who can read a page, but that's out of scope for ikiwiki.)
2008-10-08 17:47:38 -04:00
Joey Hess
6caed59b9c
remove page_locking page, move content to plugins/lockedit
...
Also, removed obsolte para about using the prefs page to configure locked
pages, that interface is obsolete, hidden by default, and the locked_pages
setup file setting is used instead.
2008-10-08 17:09:24 -04:00
Joey Hess
18b1c7f012
Merge branch 'tova'
2008-10-01 15:54:10 -04:00
Joey Hess
7308f3da5b
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2008-10-01 14:47:49 -04:00
Joey Hess
85ec27ab58
Merge branch 'master' into tova
...
Conflicts:
debian/changelog
2008-09-30 21:04:22 -04:00
Joey Hess
0651e86a4c
httpauth: Document that ikiwiki.cgi has to be in a directory subject to authentication. Closes : #500524
2008-09-30 21:03:51 -04:00
tschwinge
335049c5c4
The plugins have been rewritten and now should function properly.
2008-09-30 17:44:47 -04:00
Joey Hess
2d45a303e2
add newpagefile function
2008-09-29 18:51:16 -04:00
Joey Hess
d4ac1c750e
response
2008-09-27 21:13:35 -04:00
http://www.cse.unsw.edu.au/~willu/
66eb48ebcd
Thoughts on the new wikistate variable
2008-09-27 20:03:15 -04:00
Joey Hess
a5d3acd37c
Add %wikistate, which is like %pagestate except not specific to a given page, and is preserved across rebuilds.
2008-09-27 16:45:27 -04:00
Joey Hess
9ec9d6901d
Export pagetitle, titlepage, linkpage.
2008-09-27 14:27:42 -04:00
Joey Hess
dddf5d55fd
clarify when to use utlto and when to use htmlpage
...
suggestion from smcv
2008-09-27 12:54:10 -04:00
Joey Hess
78e4d5bc6f
clarify
2008-09-26 19:31:19 -04:00
Joey Hess
89256ab870
htmlscrubber: Add a config setting that can be used to disable the scrubber acting on a set of pages.
2008-09-26 18:07:37 -04:00
Joey Hess
dfe55e8956
Add keepextension parameter to htmlize hook. (Willu)
2008-09-23 13:39:21 -04:00
http://schmonz.livejournal.com/
72261774d2
2008-09-19 14:14:44 -04:00
Joey Hess
fde2682548
response
2008-09-19 14:11:28 -04:00
http://schmonz.livejournal.com/
bb630febdb
probably fine maybe?
2008-09-19 14:06:55 -04:00
Joey Hess
07df0ddea9
response
2008-09-19 13:59:18 -04:00
http://schmonz.livejournal.com/
07693b60f4
response
2008-09-19 13:48:25 -04:00
Joey Hess
87ece1837d
response
2008-09-19 13:15:59 -04:00
Joey Hess
343117daf2
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2008-09-19 13:12:38 -04:00
Joey Hess
f22313b111
response
2008-09-19 13:10:44 -04:00
http://schmonz.livejournal.com/
4bbc7fbdc2
new problem
2008-09-19 12:56:40 -04:00
AlexandreDupas
72b2cba709
Adding a deprecated tag for plugins?
2008-09-19 09:24:07 -04:00
http://schmonz.livejournal.com/
db2178d5ae
yup yup
2008-09-17 22:46:15 -04:00
Joey Hess
c940cabee5
response
2008-09-17 18:20:51 -04:00
http://schmonz.livejournal.com/
39fc9a37da
not quite there yet
2008-09-17 16:37:03 -04:00
Joey Hess
6a90f5cb3f
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2008-09-17 15:57:42 -04:00
Joey Hess
1cb4154bc8
aggregate: Support atom feeds with only a summary element, and no content elements.
2008-09-17 15:56:58 -04:00
http://schmonz.livejournal.com/
6ca4038f37
add basic websetup support
2008-09-17 15:52:35 -04:00
http://schmonz.livejournal.com/
0ca6aef1e9
2008-09-17 15:01:18 -04:00
http://schmonz.livejournal.com/
0205a78dba
response to response
2008-09-17 14:52:50 -04:00
Joey Hess
da7c6eb1b4
editdiff: Broken since 2.62 due to wrong syntax, now fixed.
2008-09-17 14:34:02 -04:00
Joey Hess
b540b263de
aggregate: Allow expirecount to work on the first pass. (expireage still needs to wait for the pages to be rendered though)
2008-09-17 14:27:31 -04:00
http://schmonz.livejournal.com/
2c2f2b0096
not seeing the Edit button, help?
2008-09-17 12:07:17 -04:00
http://schmonz.livejournal.com/
16504524c9
incomplete aggregation (no bodies)
2008-09-17 12:00:37 -04:00
bremner
f1722d75ac
hopefully answer Peter's question
2008-09-15 08:42:47 -04:00
bremner
834489a56a
share my fumblings in calling IkiWiki::Setup
2008-09-13 08:28:52 -04:00
Joey Hess
97b71834bb
fix IkiWiki::Setup::load docs
2008-09-12 21:20:34 -04:00
bremner
739d929348
change name of repo
2008-09-12 10:58:28 -04:00
bremner
9cf779de2f
update repo name
2008-09-12 10:50:39 -04:00
http://www.cse.unsw.edu.au/~willu/
ead3c9caa4
Reword slightly
2008-09-11 23:18:23 -04:00
http://www.cse.unsw.edu.au/~willu/
fc2a0ba230
Fix typo
2008-09-11 23:02:02 -04:00
Joey Hess
b50fc63208
fix link
2008-09-11 19:37:00 -04:00
Joey Hess
ad7f5febf3
fix link
2008-09-11 19:36:35 -04:00
Joey Hess
bc7381c4f9
listdirectives: Enable use of the directives underlay.
2008-09-11 18:46:32 -04:00
Joey Hess
5e4767a594
misc minor changes
2008-09-11 18:29:07 -04:00
Joey Hess
15c768c1c0
reword after reorg
...
There was a duplicated paragraph, an example on the wrong page, and some
rewording needed after will's reorg.
2008-09-11 18:14:26 -04:00
Joey Hess
701720198f
move demo back to plugin page
2008-09-11 18:00:25 -04:00
Joey Hess
d48e55c3d9
move back demo and add example
2008-09-11 17:53:21 -04:00
Joey Hess
aa37d64d6a
move demo back to plugin and add example
2008-09-11 17:51:27 -04:00
Joey Hess
798034ad46
re-add demo, was lost in will's changes
2008-09-11 17:44:46 -04:00
Joey Hess
bb9e397c08
move example
2008-09-11 17:41:33 -04:00
Joey Hess
5409da80df
move example back
2008-09-11 17:31:26 -04:00
Joey Hess
1b55d78794
move example back to plugin
2008-09-11 17:29:08 -04:00
Joey Hess
c3d77f9ce9
reorg from will's changes
...
The info about the cron job was lost (!), as was a paragraph about what
pages the calendar links to.
The CSS docs seems to fit better in the plugin page than the directive
page, moved it back.
2008-09-11 17:21:14 -04:00
Joey Hess
01485d9074
move demo back to plugin page
...
We don't want expensive demos in the directives pages. Add an example of
its use instead.
Also, some minor rewording.
2008-09-11 17:17:10 -04:00
Joey Hess
7e6fa968c7
reword
2008-09-11 17:14:32 -04:00
William Uther
c69a7f7585
patch plugin documentation to refer to directive pages
2008-09-11 17:05:51 -04:00
Joey Hess
d9d783c4bc
goodstuff update
...
* goodstuff: Remove otl plugin from the bundle since it needs a significant
external dependency and is not commonly used. If you use otl, make sure
you explicitly enable it now.
* goodstuff: Add more, progress, and table plugins to the bundle.
2008-09-09 16:11:16 -04:00
Joey Hess
5d53fab853
img: Support sizes like 200x. Closes : #475149
2008-09-09 15:20:06 -04:00
Joey Hess
6f46cc3b31
progress: New plugin to generate progress bars (willu)
2008-09-09 14:44:58 -04:00
http://nikolai.prokoschenko.de/
d9a099fe82
typo
2008-09-08 10:41:59 -04:00
http://nikolai.prokoschenko.de/
e9f86458bc
Why was this broken in first place?
2008-09-08 10:39:00 -04:00
http://smcv.pseudorandom.co.uk/
8b28a0c20b
Use non-deprecated wikilink page (ikiwiki/wikilink)
2008-09-08 08:36:29 -04:00
Joey Hess
dd349d69ea
Merge branch 'master' of file:///srv/git/ikiwiki.info
...
Conflicts:
doc/todo/page_edit_disable.mdwn
2008-09-05 14:01:12 -04:00
Joey Hess
0f67e7d969
editpage: New core plugin factoring out page editing to allow disabling it if desired.
2008-09-05 13:57:25 -04:00
http://ptecza.myopenid.com/
77c4b7f55a
* Response
2008-09-05 05:21:56 -04:00
Joey Hess
500a19baaa
response
2008-09-04 14:48:40 -04:00
http://ptecza.myopenid.com/
1193f8c8b4
* Alignment idea
2008-09-02 15:24:28 -04:00
Joey Hess
657bf7846d
table: Support header=column to make the table header be the first column of the data. (AlexandreDupas)
2008-09-02 14:57:20 -04:00
Joey Hess
b7458c48d8
filecheck: Fall back to testing for binary or plain text files if no mime type is detected.
2008-09-01 15:00:15 -04:00
bremner
57dd3268b7
patch to add call to File::MimeInfo::Magic::default to filecheck plugin
2008-08-30 10:08:09 -04:00
Joey Hess
639e33136b
response
2008-08-28 20:18:05 -04:00
bremner
9692651f64
question about recognizing text/plain
2008-08-28 20:02:55 -04:00
AlexandreDupas
28801adcd3
Update link to the modified table plugin.
2008-08-28 07:44:44 -04:00
http://www.cse.unsw.edu.au/~willu/
da3501e15b
Document the 'generated' keyword argument
2008-08-27 22:28:59 -04:00
Joey Hess
29cb940f77
"memoize" is a technical term, != "memorize"
2008-08-26 17:59:38 -04:00
Cord
43abdd87bf
typo fix
2008-08-26 17:57:08 -04:00
Joey Hess
e93042d38b
fixes
2008-08-26 17:56:23 -04:00
bremner
a3c44c1142
feature request for calendar
2008-08-26 15:51:20 -04:00
Joey Hess
3caec0681d
fix %pagestate{
2008-08-26 13:24:55 -04:00
Joey Hess
042a057778
color: New plugin from ptecza.
2008-08-26 13:22:34 -04:00
Joey Hess
78e34fbdc2
filecheck: New plugin factoring out the PageSpec additions that were originally part of the attachment plugin.
2008-08-25 19:52:34 -04:00
Joey Hess
d6fd1f1cc8
rename preprocessordirective to directive
...
Reasons include:
- easier to type
- might want postprocessor directives again sometime, and listdirectives
can then use the directive/* files for either
- that it's done as a preprocessor step is an internal detail (and not a
very accurate one, really :-)
2008-08-25 14:19:39 -04:00
Joey Hess
9867806c13
remove wacky meta description tag
2008-08-25 13:40:47 -04:00
Joey Hess
69e35d3c51
willu's teximg changes
...
* 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.
2008-08-24 15:21:51 -04:00
Joey Hess
a98bfb05c0
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2008-08-21 22:25:53 -04:00
http://yag.myopenid.com/
00327e6bcd
2008-08-21 16:30:03 -04:00
Joey Hess
b12f29e456
response
2008-08-21 16:13:59 -04:00
http://yag.myopenid.com/
3bb9a692f3
[Name](name)-style links don't seem to be supported
2008-08-18 07:16:10 -04:00
http://www.cse.unsw.edu.au/~willu/
bcd7152662
Response
2008-08-07 17:12:25 -04:00
Joey Hess
61b1b30cf7
response
2008-08-07 14:26:18 -04:00
http://www.cse.unsw.edu.au/~willu/
f26f7c1840
Suggestion about plugin listing order
2008-08-06 21:38:04 -04:00
Joey Hess
1d5ba6cf51
some doc updates for websetup
...
warning about old style setup files
2008-08-05 20:20:24 -04:00
http://schmonz.livejournal.com/
e1204075ee
creole hyperlink trouble
2008-08-04 22:17:50 -04:00
http://smcv.pseudorandom.co.uk/
ca5f64c4ef
Demote renamepage hook to a <h3> to fix the ToC
2008-08-03 17:30:32 -04:00
Joey Hess
9e0cbb73fe
plugin safe/rebuild controls
2008-08-03 16:23:41 -04:00
Joey Hess
4405cebd0a
add advanced and basic modes
2008-08-03 14:57:24 -04:00
Joey Hess
0f06504422
remove description_html, add link
2008-08-03 14:36:17 -04:00
Joey Hess
194417a3ca
add
2008-08-02 23:54:19 -04:00
Joey Hess
4708aeceb3
websetup form display done
2008-08-02 16:41:37 -04:00
http://schmonz.livejournal.com/
4a5793729b
that did the trick
2008-08-01 17:25:14 -04:00
Joey Hess
bb394fdae8
admin prefs move to setup file, stage 1
...
The locked pages configuration is moving to a locked_pages option in the
setup file, and the allowed attachments configuration to
allowed_attachments. The admin prefs page can still be used for these, but
that's depreacted and will only be shown if there's currently a value.
2008-08-01 16:45:04 -04:00
http://schmonz.livejournal.com/
f60bea8fe2
2008-08-01 14:19:35 -04:00
Joey Hess
041923a89e
Merge branch 'master' into autoconfig
...
Conflicts:
IkiWiki/Plugin/git.pm
debian/changelog
po/ikiwiki.pot
2008-07-31 19:35:37 -04:00
Joey Hess
ec11400a01
improve preprocessor docs
2008-07-31 16:27:32 -04:00
Joey Hess
56459c82e6
response
2008-07-31 14:10:36 -04:00
http://schmonz.livejournal.com/
490d2c6598
not working for me
2008-07-31 00:31:47 -04:00
http://smcv.pseudorandom.co.uk/
094bd8fdb5
Fix broken link
2008-07-30 20:46:24 -04:00
Joey Hess
5e85039dc3
response
2008-07-30 15:47:28 -04:00
http://schmonz.livejournal.com/
fd16016833
s/sslrequire/requiressl/g
2008-07-30 15:11:47 -04:00
http://schmonz.livejournal.com/
bd5f94d2ac
more suid
2008-07-30 15:09:44 -04:00
http://schmonz.livejournal.com/
7b37c78ad8
fix cutto
2008-07-30 14:55:58 -04:00
http://schmonz.livejournal.com/
bf0483ed96
okay, tested to really work as advertised
2008-07-30 14:53:45 -04:00
http://schmonz.livejournal.com/
e4b096ac41
http(oop)s
2008-07-30 14:27:35 -04:00
http://schmonz.livejournal.com/
3b9fe3a1b6
update
2008-07-30 12:21:55 -04:00
http://schmonz.livejournal.com/
85aff81cfe
revamp, so it's vampier
2008-07-30 12:20:58 -04:00
http://schmonz.livejournal.com/
dd25c7c4af
2008-07-30 01:25:05 -04:00
http://www.cse.unsw.edu.au/~willu/
2c1e02aa45
alternate suggestion
2008-07-29 23:39:15 -04:00
http://schmonz.livejournal.com/
e55c079844
2008-07-29 21:45:50 -04:00
http://schmonz.livejournal.com/
6838f9b6e5
2008-07-29 21:45:17 -04:00
Joey Hess
e2612c7873
on the security of this plugin..
2008-07-29 16:19:53 -04:00
Joey Hess
b8d3c83ee0
tune
2008-07-29 16:02:24 -04:00
Joey Hess
12c5786df4
Merge branch 'tova' into autoconfig
...
Conflicts:
debian/changelog
2008-07-29 15:54:45 -04:00
Joey Hess
64def3eaea
Merge branch 'master' into tova
2008-07-29 15:40:23 -04:00
Joey Hess
d6c73e9ef6
rename discussion page to match plugin name
2008-07-29 15:40:07 -04:00
Joey Hess
a02c3f46ea
initial draft
2008-07-29 15:39:01 -04:00
http://schmonz.livejournal.com/
8de670263c
document unixauth.pm
2008-07-28 23:57:26 -04:00
Joey Hess
9be28d7865
handle options with no value and no example value
2008-07-27 19:19:04 -04:00
Joey Hess
4ef96e2d99
Merge branch 'master' into autoconfig
2008-07-26 23:22:42 -04:00
Joey Hess
ecc40d1769
changelog and tweaks
2008-07-26 23:15:50 -04:00
Enrico Zini
e3713772f7
Added cutpaste plugin.
...
I'm wondering if cutandpaste wouldn't be a better name.
2008-07-26 23:08:17 -04:00
Joey Hess
4f06e7402a
remove ikiwiki.setup
...
To generate your own, use ikiwiki -dumpsetup ikiwiki.setup
Update docs.
2008-07-26 22:55:39 -04:00
Joey Hess
2c08693645
clarification
2008-07-26 22:39:46 -04:00
Joey Hess
6154dd03cb
finish with rcs plugin conversion
2008-07-26 22:28:18 -04:00
Joey Hess
42ac4ec009
remove default values in getsetup
...
They were a bit confusing, since they did not actually set the default, and
example values are sufficient.
2008-07-26 21:07:15 -04:00
Joey Hess
52bbdbb1a5
load all plugins when generating setup
2008-07-26 19:10:11 -04:00
Joey Hess
6b19afb3ef
fixes
2008-07-26 13:10:52 -04:00
Joey Hess
9169c3247f
standardising and documenting getsetup
2008-07-26 13:07:48 -04:00
Joey Hess
a71b9a1cf1
fix feed urls
...
The fix for colons involved adding "./" to some urls. Due to the weird way
inline called urlto, these snuck into feed urls and permalinks. Fix it by
adding an optional third parameter to urlto.
2008-07-25 16:16:44 -04:00
Joey Hess
4944fb6829
document link fixup on rename
2008-07-23 19:22:31 -04:00
Joey Hess
4691a2ad39
add renamepage hooks
...
Implemented for regular wikilinks, with a test suite.
2008-07-23 18:14:20 -04:00
Joey Hess
335a6a59e6
Merge branch 'master' into tova
2008-07-23 15:00:07 -04:00
rdennis
107bcb28d3
fixed description for open parameter
2008-07-23 06:49:18 -04:00
Joey Hess
41b0c029c8
formatting
2008-07-22 20:33:51 -04:00
Joey Hess
80f95cc598
improve docs
2008-07-21 22:46:15 -04:00
Joey Hess
a3e16cd29f
really add
2008-07-21 22:44:37 -04:00
Joey Hess
18d2403647
Merge branch 'master' into tova
...
Conflicts:
debian/changelog
2008-07-21 17:27:50 -04:00
Simon McVittie
09a5cdbb34
Don't prepend tagbase to tags if they start with "./" or "/".
...
That syntax made little sense previously, and this allows sites to put
"most" of their tags under $tagbase.
2008-07-21 22:02:55 +01:00
Joey Hess
8cab4366d1
document remove plugin
2008-07-21 13:59:45 -04:00
Simon McVittie
953a959be7
Migrate escaped directives (\[[) in doc/plugins to have \[[! prefix
2008-07-21 12:46:35 +01:00
Simon McVittie
297ff849b9
Migrate doc/plugins via prefix_directives
...
This is a partial commit of:
egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition
prefix_directives
2008-07-21 12:31:57 +01:00
http://www.cse.unsw.edu.au/~willu/
2cf143e6be
Change to new preprocessor syntax
2008-07-21 03:19:35 -04:00
Joey Hess
61df0678bd
remove note about version
...
This wiki documents the current (actually, next ;-) release of ikiwiki.
I don't want to have version numbers everywhere. (plugins/write is an
exception to this policy).
2008-07-19 13:16:40 -04:00
http://alcopop.org/me/openid/
ded5cafe44
description meta tag
2008-07-19 07:58:45 -04:00
http://alcopop.org/me/openid/
116282ab7f
list which versions of ikiwiki have this feature
2008-07-19 07:39:13 -04:00
Joey Hess
584f3e3061
Add a postscan hook.
...
* Add a postscan hook.
* search: Use postscan hook, avoid updating index when previewing.
2008-07-17 16:17:15 -04:00
Joey Hess
40f88c9240
web commit by http://jcflack.myopenid.com/ : Oh, *that's* where XML RPC is specified! :)
2008-07-17 14:07:29 -04:00
Joey Hess
d08ab2ba46
move complex examples to a tip
2008-07-16 17:43:57 -04:00
Joey Hess
2c05a34be1
Merge commit 'intrigeri/pedigree'
2008-07-16 17:31:15 -04:00
intrigeri
35668b87d3
pedigree rename to parentlinks: rename/adapt everything
...
* Renamed to parentlinks every single variable or function called
pedigree
* Removed the parentlinks function from Render.pm
* Enabled the new parentlinks plugin by default
* Adapted testsuite and documentation to reflate the above facts
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-07-15 16:25:39 +02:00
intrigeri
486f460132
pedigree rename to parentlinks: renamed files, to start with
...
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-07-15 16:09:40 +02:00
intrigeri
55000fd779
pedigree: rewrote with different design
...
(and updated testsuite + docs accordingly)
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-07-15 13:06:52 +02:00
Joey Hess
3256522bda
Merge commit 'smcv/aggregateinternal' into aggregateinternal
...
Conflicts:
doc/plugins/aggregate.mdwn
2008-07-14 22:42:22 -04:00
Simon McVittie
b29d11b3c6
Fix aggregateinternal migration so it skips expired entries, and deletes output
2008-07-15 03:24:05 +01:00
Joey Hess
a8daf61b7d
improve instructions
...
It's better to -refresh rather than rebuild, as this way ikiwiki deletes
all the html files rendered to destdir for the aggregated pages before.
2008-07-14 21:43:05 -04:00
Simon McVittie
87754e3065
Recommend aggregateinternal => 1 for new wikis, and set it in ikiwiki.setup.
...
Also use [[!foo]] in aggregate.mdwn.
2008-07-15 01:49:44 +01:00
Joey Hess
e18002c9e9
fix extension name
2008-07-14 20:16:08 -04:00
Joey Hess
3ebb012e3f
document aggregateinternal
2008-07-14 20:06:53 -04:00
intrigeri
cff4201eed
pedigree: added documentation (doc/plugins/pedigree.mdwn)
...
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-07-14 15:39:02 +02:00
Joey Hess
ffc99f5904
switch preprocess hooks to use error function
2008-07-13 15:05:34 -04:00
Joey Hess
edb59cd5b9
Error handling improvement for preprocess hooks. It's now safe to call error() from such hooks; it will cause a nicely formatted error message to be inserted into the page.
2008-07-13 14:41:40 -04:00
Simon McVittie
e1f66dafca
Fix link from meta plugin to tips/howto_stop_flooding_aggregators
2008-07-12 17:36:23 +01:00
Simon McVittie
b269835a7f
Re-work [[meta guid=""]] documentation, and stop claiming that urn:uuid: is automatically prepended
2008-07-12 17:33:40 +01:00
Joey Hess
ca30d95a78
rename uuid to guid
2008-07-12 10:59:45 -04:00
Joey Hess
c522fffe09
document uuid
2008-07-12 10:53:57 -04:00
Joey Hess
8cafbc5de6
reviewed this again
2008-07-10 00:36:57 -04:00
Joey Hess
73c7c4ebf7
document setup plugins
2008-07-10 00:19:35 -04:00
Joey Hess
f4f3063aca
typo the second
2008-07-07 12:08:45 -04:00
Joey Hess
d657aa8a9e
typo
2008-07-07 12:07:12 -04:00
Joey Hess
2f3a279f68
add virus checking to attachments plugin
2008-07-06 17:36:26 -04:00
Joey Hess
8526fd8293
web commit by http://alcopop.org/me/openid/ : nudge headers down to h2
2008-07-03 11:41:36 -04:00
Joey Hess
ca6d9da279
link to pagespec/attachment
2008-07-02 18:22:49 -04:00
Joey Hess
2888b03556
move attachment pagespec extensions docs to its own page
...
in the basewiki, so I can link to it there
2008-07-02 18:22:49 -04:00
Joey Hess
84e6c4fa66
add mimetype checking
2008-07-02 18:22:49 -04:00
Joey Hess
2354613391
response; move to bug report
2008-07-02 16:43:13 -04:00
Joey Hess
c987aee47a
Merge branch 'tova'
2008-07-02 16:38:13 -04:00
Joey Hess
ba707cdcd9
add user and ip support to attachment pagespecs
2008-07-02 16:33:35 -04:00
Joey Hess
895faed642
toggle: Add support for toggles that are open by default.
...
Also fix to work in preview mode.
2008-07-02 16:02:01 -04:00
Joey Hess
acc5db090e
web commit by http://jcflack.myopenid.com/
2008-07-02 09:30:36 -04:00
Joey Hess
16b22252a0
response
2008-07-01 18:45:54 -04:00
Joey Hess
96da041907
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info into tova
2008-07-01 18:41:47 -04:00
Joey Hess
8c6577c3dc
web commit by http://jcflack.myopenid.com/
2008-07-01 17:55:16 -04:00
Joey Hess
0ffcafc130
attachment doc updates
2008-07-01 17:54:23 -04:00
Joey Hess
b01ee9b3b3
add an ispage limit
2008-06-30 23:17:01 -04:00
Joey Hess
0a37c45f32
basic attachment plugin, unfinished
...
Currently includes UI, and a few tests of the attachment, as well as the
framework to extend pagespecs to test attachments. Does not actually save
the file yet.
2008-06-30 22:58:33 -04:00
Joey Hess
b66f9a1981
call format hooks when generating page previews
...
* toc: Revert change in 2.45 that made it run at sanitize time. This breaks
use of toc in a sidebar.
* Call format hooks when generating page previews, thus fixing toc display
there, as well as fixing inlins to again display in page previews, since
it's started using format hooks. This also allows several other things,
like embed, that use format hooks, to work during page preview time.
* Format hooks should not rely on getting an entire html document, as they
will only get the body during page preview.
* toggle: Deal with preview mode when adding javascript.
2008-06-28 23:08:24 -04:00
Joey Hess
f0df195049
new txt plugin, was previously contrib/plaintext
2008-06-24 20:48:45 -04:00
Joey Hess
9f3cf9c1a0
web commit by http://gmcmanus.myopenid.com/ : plaintext module: copyright and license
2008-06-24 20:12:55 -04:00
Joey Hess
639e2f9ec7
response
2008-06-24 17:34:51 -04:00
Joey Hess
fbd8cea1b4
web commit by http://gmcmanus.myopenid.com/ : new plaintext plugin
2008-06-24 06:31:54 -04:00
Bernd Zeimetz
b16c43a440
`template` option for aggregate.pm.
...
Allows to specify the template file which is used to
create the html pages.
2008-06-21 16:23:39 -04:00
Joey Hess
76c7664c50
remove some stuff that doesn't really need to be noted in the wiki now that
...
the plugin is in mainline
2008-06-20 19:45:40 -04:00
Joey Hess
98095ccac4
creole: New plugin from Bernd Zeimetz. Closes : #486930
2008-06-19 19:11:18 -04:00
Joey Hess
8271e9641e
web commit by ptman: It seems the exclamation mark is now needed, can someone confirm this?
2008-06-18 03:48:34 -04:00
Joey Hess
43c647edd3
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2008-06-15 19:10:23 -04:00
Joey Hess
4da54999de
meta: Store "description" in pagestate for use by other plugins.
...
map: Support show=description.
2008-06-15 19:08:50 -04:00
Joey Hess
aab415481d
web commit by XTaran: Changed case of repo link since hgweb seems to be pickier about it than before, thanks to Marillion for reporting the dead link.
2008-06-15 18:23:11 -04:00
Joey Hess
1bc9ab3176
remove TODO, moved to code
2008-06-15 16:27:35 -04:00