Commit Graph

775 Commits (2eff1c64abaab87522a44fef6eac6cab10c95792)

Author SHA1 Message Date
joey 5a53eca4ca format 2006-08-10 22:54:37 +00:00
www-data 9e4ac187d6 web commit by ChristianAichinger: Added my homepage 2006-08-10 10:57:40 +00:00
joey 3984149f3a remove byte order mark that vim added for some reason 2006-08-10 04:38:23 +00:00
joey 87c1a89443 suggest running make test as part of install 2006-08-10 04:24:51 +00:00
joey 627c20808a update 2006-08-10 04:13:59 +00:00
joey cade16fbb6 * Improve markdown loading. First, try to load it as a properl perl module,
in case it was installed as one. Then fall back to trying
  /usr/bin/markdown.
* Document in install page how to install markdown, since it has no
  installation procedure in the upstream tarball.
2006-08-10 04:11:58 +00:00
joey 3ed1116c11 remove clutter 2006-08-10 04:10:37 +00:00
joey 954cdda317 preliminary rst plugin by Sergio Talens-Oliag 2006-08-10 04:09:23 +00:00
www-data 1cfc21fb30 web commit by tester 2006-08-10 04:03:46 +00:00
www-data 5f8b0393b2 web commit by tester: testing 2006-08-10 04:02:38 +00:00
www-data 9f02f2158f web commit by rmeden 2006-08-10 03:03:38 +00:00
www-data cf4c17e924 web commit by rmeden: test page 2006-08-10 02:59:52 +00:00
www-data 845a3269e5 web commit by rmeden: add an eden test? 2006-08-10 02:59:32 +00:00
www-data 06d680e073 web commit by rmeden: this is a blog entry 2006-08-10 02:58:04 +00:00
www-data ddc73bd218 web commit by SergioTalensOliag: Added myself as ikiwikiuser 2006-08-09 21:13:22 +00:00
www-data d2b0ac88a7 web commit by joey 2006-08-07 03:39:59 +00:00
joey fb67496a90 viewcvs url also changed 2006-08-07 03:31:18 +00:00
joey 89817eb30f subversion repo location move 2006-08-07 03:29:56 +00:00
www-data 48159687d5 web commit by joey: test 2006-08-07 03:27:16 +00:00
joey 2ea8fbe2d9 misc changes 2006-08-05 21:15:50 +00:00
joey 00ee90622c add news item for ikiwiki 1.16 2006-08-05 00:57:22 +00:00
joey 831190e1f3 tone back claims of what tidy can do, it's not perfect 2006-08-04 07:45:02 +00:00
joey 0708bb8aec * Don't run tidy with -xml as that fails if the input is not well-formed.
Run it with -asxhtml instead, so it will output well-formed xhtml no
  matter what the input.
* Disable tidy warnings too.
* Add a new format hook, and make tidy use it, since tidy can really only
  operate on and output complete html documents, not the body chunks
  that sanitise gets.
2006-08-04 07:41:02 +00:00
joey 91e416b5f3 * Also generate rel=bookmark links for permalinks. 2006-08-04 04:29:18 +00:00
joey c5919df5f3 * Make aggregator save permalinks and author name to pages as metadata.
* Add permalink and author support to meta plugin, affecting RSS feeds
  and blog pages.
* Change titlepage() to encode utf-8 alnum characters. This is necessary
  to avoid UTF-8 creeping into filenames in urls. (There are still
  some other ways that it can get in.)
2006-08-04 00:01:51 +00:00
joey e8b39b0941 * Try to handle relative links in aggregated feeds. However,
the current support is a crude hack due to limitations of XML::Feed:
  xml:base is not supported, neither is Content-Location. And of course,
  relative links in RSS feeds are ill-undefined..
2006-08-03 21:50:47 +00:00
www-data 714a5d6f7e web commit by amaya: small typo 2006-08-03 17:46:28 +00:00
joey 40aabcaa41 add news item for ikiwiki 1.15 2006-08-03 17:02:57 +00:00
joey 9dbe10e3f0 more slashery 2006-08-03 16:59:46 +00:00
joey 6261d60bd1 add news item for ikiwiki 1.14 2006-08-02 15:36:31 +00:00
joey 3eea683d71 meh 2006-08-02 05:37:13 +00:00
joey e8e56100ec meh 2006-08-02 05:35:51 +00:00
joey 044a5eba9a thoughts 2006-08-02 05:32:10 +00:00
joey 4e20fa0553 add a couple more ikiwiki users 2006-08-02 04:41:07 +00:00
joey d6c0ac5b8a update 2006-08-02 01:46:25 +00:00
joey e46816ee77 fix 2006-08-02 01:46:07 +00:00
joey 8d5ffc58d6 add news 2006-08-02 01:45:46 +00:00
joey 7dc6fee2f9 add news item for ikiwiki 1.13 2006-08-02 01:44:34 +00:00
joey b224f311e4 add news item for ikiwiki 1.13 2006-08-02 01:42:41 +00:00
joey f853a39733 add news item for ikiwiki 1.13 2006-08-02 01:41:39 +00:00
joey b8a0364859 add news item for ikiwiki 1.13 2006-08-02 01:32:12 +00:00
joey 2c0b310cc2 releasing version 1.13 2006-08-02 01:31:39 +00:00
joey 9bb6b1be2e redundancy 2006-08-02 00:59:56 +00:00
joey 2794d7ef5a * Renamed GlobLists to PageSpecs.
* PageSpecs can now include nested parens, "and", and "or". This remains
  backwards compatible to the old GlobList format. It's implemented by
  treating the GlobList as a very limited microlanguage that is transformed
  to perl code that does the matching.
* The old GlobList format is deprecated, and I encourage users to switch to
  using the new PageSpec format. Compatability with the old format will be
  removed at some point, possibly by 2.0.
* Wiki rebuild needed on upgrade to this version due to PageSpec change.
* Add support for creation_month and creation_year to PageSpec.
  Closes: #380680
* Changes to index file encoding.
2006-08-02 00:14:31 +00:00
joey 53d81ebcd6 * Patch from Roland Mas to support an rss=no parameter to inline directives.
Closes: #380743
2006-08-01 20:08:42 +00:00
joey 845d120a90 add 2006-07-31 22:51:04 +00:00
joey 8abe719f81 * Fix issue with unicode filenames and updating the hyper estradier search
index. (Aka Please Please Please, let that be the last one.)
2006-07-31 01:24:18 +00:00
joey 2604c3217e one more change; use the page that pulls in a feed as the anchor for the
default directory
2006-07-31 01:05:22 +00:00
joey e4ccc4f3b0 fix title metadata on blogs, reorg needed to do it, simplified tag some 2006-07-31 00:34:18 +00:00
joey 908e004b4c * Title metadata of inlined pages now shows up in blogs, although not yet
in their rss feeds.
2006-07-30 23:51:48 +00:00