aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* Convert postprocessordirectives into preprocessordirectives, so they arejoey2006-04-04
| | | | | | | | | | | | | expanded before markdown. Consequences: - No need to worry about markdown messing with parameters of preprocessordirectives. (If you had to escape stuff in one before, you'll need to undo that escaping now.) - No need for ugly </p> hacks before inlined subpages. Instead, subpages are wrapped in a <div>, and this prevents markdown from touching them. (This can also be used to add style to subpages.) - rss generation is less of a hack.
* markdown's overzelous _ and * expansion inside words can't really be fixedjoey2006-04-04
| | | | | outside of markdown
* proper binmode settings so that with -CSD, ikiwiki will support unicodejoey2006-04-04
| | | | | however, due to robustness, that's not enabled by default yet
* web commit by joey: remove dupwww-data2006-04-04
|
* fix package namejoey2006-04-04
|
* web commit by iainwww-data2006-04-03
|
* web commit by UlrikSverdrup: using ikiwikI! concept fits me .. easy page ↵www-data2006-04-03
| | | | creation, markdown etc.
* web commit by WillThompson: Safety of arbitrary regexenwww-data2006-04-03
|
* fix mode quoting and fix commenting out of wrapper blockjoey2006-04-03
|
* web commit by DavidSchmittwww-data2006-04-02
|
* - add <base> to cgi output, this is especially useful for output containingjoey2006-04-02
| | | | | | | | | | | wikilinks since the urls should work now in more situations - drop --limit from svn log run, since a) it needs a fairly new svn and b) in some cases, it would limit it to too few entries to display the requested number of changes - Use driver:DB_File and not driver:db_file for better compatability with old versions of CGI::Session. - Note that HTML::Template 3.02.02 is needed.
* web commit by DavidSchmittwww-data2006-04-01
|
* web commit by joeywww-data2006-03-31
|
* web commit by joeywww-data2006-03-31
|
* web commit by JeroenSchotwww-data2006-03-30
|
* sigh, markdown..joey2006-03-30
|
* updatejoey2006-03-30
|
* web commit by JeroenSchot: moved to done.www-data2006-03-30
|
* web commit by JeroenSchotwww-data2006-03-30
|
* web commit by joeywww-data2006-03-29
|
* web commit by joeywww-data2006-03-29
|
* fixesjoey2006-03-29
|
* added --hyperestraier switch, which turns on search supportjoey2006-03-29
| | | | | (ok, the way I run estseek.cgi is admittedly pretty nasty, but it works..)
* web commit by JeroenSchot: idea about markdown enclosing.www-data2006-03-29
|
* web commit by joeywww-data2006-03-29
|
* improve fix for symlink attacks to check subdirectories for symlinks toojoey2006-03-29
| | | | | before writing
* rmjoey2006-03-29
|
* web commit by joey: test edit, replacing a file from underlaywww-data2006-03-29
|
* Implemented --underlaydir, and moved files provided by underlay out of docjoey2006-03-29
| | | | | | | | | so I don't need to maintain two copies anymore. You might also want to remove the files provided in the basewiki underlay from your wiki, if you have not created custom local versions of them, so that these pages will be automatically updated in future ikiwiki upgrades.
* web commit by joeywww-data2006-03-29
|
* web commit by joeywww-data2006-03-29
|
* minorjoey2006-03-29
|
* minor improvementsjoey2006-03-29
|
* web commit by joeywww-data2006-03-29
|
* css supportjoey2006-03-29
|
* better buttonjoey2006-03-29
|
* add rss buttonjoey2006-03-29
|
* fixjoey2006-03-29
|
* fixjoey2006-03-29
|
* fixjoey2006-03-29
|
* fixjoey2006-03-29
|
* fixjoey2006-03-29
|
* add things needed by formbuilderjoey2006-03-29
|
* addjoey2006-03-29
|
* web commit by joeywww-data2006-03-29
|
* web commit by joeywww-data2006-03-29
|
* web commit by joeywww-data2006-03-29
|
* web commit by joeywww-data2006-03-29
|
* web commit by joeywww-data2006-03-29
|
* html validation fixes:joey2006-03-29
| | | | | | | | | | | - escape & in urls (also clean up cgi url generation) - since markdown wraps inlined pages in <p></p>, close and re-open the paragraph tags when generating the embedded html - added XHTML 1.0 doctypes to templates - fixed <hr /> and <br /> in templates - add an alt attribute to inline images, based on the WikiLink to the image. Allows things like [[my_image|img.png]] to customise alt text.