Commit Graph

56 Commits (03401943445cd04f064612f5411bd5354ee3660a)

Author SHA1 Message Date
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 e49ff966a3 * ikiwiki can now download and aggregate feeds with its new aggregate
plugin, so it's possible to implement a Planet using ikiwiki!
* --setup --refresh no longer rebuilds wrappers. Use --setup --refresh
  --wrappers to do that.
* Add %IkiWiki::forcerebuild to provide a way for plugins like aggregate
  to update pages that haven't changed on disk.
2006-07-30 04:31:08 +00:00
joey 267f98e2e1 * Put categories in rss feeds for tagged items. 2006-07-29 07:25:17 +00:00
joey 1bdfa4d8b5 * Support a w3mmode, which lets w3m run ikiwiki using its local CGI
support, to edit pages etc without a web server.
2006-07-07 21:00:48 +00:00
joey 1cd1f073ff web commit from 127.0.0.1 2006-07-07 19:38:35 +00:00
joey 42ffdb661c html too 2006-07-07 18:33:40 +00:00
joey 0f22d66c96 * Add wikitext markup plugin, which supports ".wiki" pages written in the
original wiki syntax, CamelCase links and all.
2006-07-07 18:28:27 +00:00
joey c1160151d3 fix 2006-07-03 22:39:27 +00:00
joey 6551c1e560 * Support htmlize plugins and make mdwn one such plugin, which is enabled by
default (of course!). Based on a patch by Faidon Liambotis.
2006-07-03 22:08:04 +00:00
joey aef156bd53 document utf8 2006-06-17 03:02:28 +00:00
joey 30afedcfe2 * Add support for using git instead of subversion as the RCS backend,
tremendous thanks to Recai Oktaş for this.
* Doc updates for git.
2006-06-02 05:32:20 +00:00
joey d534483b9b * Reorganised the doc wiki's todo/* pages, using a link/tag to flag
* Allow pagetemplate plugins to override *anything* in the template.
* Add a meta plugin, which allows specifying various metadata about pages,
  like license and author. It also allows for inserting html link and meta
  tags into html, overriding the title, and adding hidden WikiLinks, which
  can be useful when using link-based globbing for page categorisation.
* Remove preprocessor directives from inlined pages.
* Allow simple preprocessor directive values to be specified w/o quotes.
2006-06-02 04:49:12 +00:00
joey ad247de723 * Patch from Dr. Zini to add link() and backlink() to globlists. This allows
for some handy stuff like:
  - Using links as a kind of tag; creating blog pages that list all pages
    containing a given tag/link or not containing some other tag.
  - Subscribing to mail notifications whenever a change is made to a page
    that is a backlink of page foo. Ie, "Please notify me of changes in all
    pages that link to my home page in the wiki"
  - Locking any pages that are linked to from a particular page, so that
    lists of locks can be exposed in the wiki.
2006-06-02 01:17:26 +00:00
joey 253c4a9acc link updates 2006-05-04 14:59:30 +00:00
www-data ee18a8b287 web commit by joey 2006-05-04 05:42:35 +00:00
www-data f4ca9ee2f8 web commit by joey 2006-05-04 05:41:41 +00:00
www-data 161b9f27bd web commit by joey 2006-05-04 05:40:46 +00:00
www-data d75fa41216 web commit by joey 2006-05-03 21:54:27 +00:00
joey 54d5308cd8 * Added plugin system, currently only supporting for PreProcessorDirectives.
* Added a pagecount plugin, enabled by default.
* Support PreProcessorDirectives with no parameters, ie "[[pagecount ]]".
* Fixed/optimised backlinks code, to avoid rebuilding pages to update
  backlinks when the backlinks hadn't really changed.
* Moved inline page support, rss generation etc into the inline plugin,
  enabled by default.
* Added brokenlinks plugin, not enabled by default, but rather handy.
* Fix several broken links in the doc wiki.
2006-05-02 02:34:33 +00:00
www-data a7008ee283 web commit by joey 2006-04-25 20:28:32 +00:00
joey 26b20b4cd6 add commit-internals 2006-04-25 20:27:10 +00:00
www-data 5ae9c4f5d5 web commit by joey 2006-04-25 20:24:04 +00:00
www-data 16dd95ed14 web commit by joey 2006-04-25 06:19:12 +00:00
joey e2924c0930 update 2006-04-25 00:27:00 +00:00
joey 0d9539d577 added --hyperestraier switch, which turns on search support
(ok, the way I run estseek.cgi is admittedly pretty nasty, but it works..)
2006-03-29 22:21:23 +00:00
www-data a56eda6878 web commit by joey 2006-03-29 14:57:38 +00:00
www-data 686b62d390 web commit by JeroenSchot: typo. 2006-03-24 23:22:27 +00:00
www-data 6b4972b155 web commit by PerOlofsson: typo 2006-03-24 10:52:53 +00:00
www-data c77e9a9b3c web commit by joey 2006-03-24 05:50:06 +00:00
www-data 184f66d708 web commit by joey 2006-03-24 02:38:24 +00:00
joey 8926a3bfbe Removed the rss feeds for every page, which wasn't really entirely useful.
Let's only do them for blog pages.
2006-03-24 02:00:40 +00:00
joey 7b4600df3f hold onto your hats, full-fledged blogging has arrived in ikiwiki! 2006-03-24 01:16:32 +00:00
joey ca366fc902 add support for generating per-page rss feeds 2006-03-23 21:00:51 +00:00
joey 325d5c791f added adminuser settings, globlist support, and used this to implement page
locking
2006-03-23 01:40:46 +00:00
www-data a4fb4c301f web commit by joey 2006-03-19 20:43:23 +00:00
www-data a53033e3dd web commit by joey 2006-03-19 20:42:12 +00:00
joey 7f8efe4524 fix Discussion links to not take the BestLink.
As a bonus we now have meta Disussion/Discussion pages available, etc. Oh
well.. :-)
2006-03-14 06:04:44 +00:00
joey 2d4bf757fb - Add Discussion links to the button bar, these will automatically create
/Discussion subpages.
- Fix linking to DNE pages in some edge cases.
- Fix --rebuild (oops)
- Fix propigation of "from" field trru the login process when creating a
  new page.a
- Ideas for change notification.
2006-03-13 00:52:57 +00:00
joey 60631f58b8 - finish user registration and password request email
- make sure a user is in the userdb before assuming they're logged on based
  on session info (allows deleting uerdb item and invalidating all
  sessions)
2006-03-12 20:10:42 +00:00
www-data 66b92c6eb5 web commit from 66.118.98.137: 2006-03-12 04:38:00 +00:00
www-data 8ab39fcc04 web commit from 66.118.98.137: 2006-03-12 04:37:27 +00:00
www-data 26fb2ba7ca web commit from 66.118.98.137: 2006-03-12 04:37:12 +00:00
www-data 6985b31a5f web commit from 66.118.98.137: 2006-03-12 04:36:55 +00:00
joey bbabbca9d1 template for recentchanges 2006-03-12 03:29:09 +00:00
www-data 6b6033607d web commit from 71.104.166.233: 2006-03-12 00:33:54 +00:00
www-data 518ce143f6 web commit from 66.118.98.137: 2006-03-11 06:34:04 +00:00
www-data 4e87ea7ed1 web commit from 66.118.98.137: 2006-03-11 06:09:10 +00:00
www-data 11ec861855 web commit from 66.118.98.137: 2006-03-11 05:47:47 +00:00
www-data 169162e92f web commit from 66.118.98.137: 2006-03-11 05:46:59 +00:00
www-data 644335eeed web commit from 66.118.98.137: 2006-03-11 05:46:47 +00:00