From michel.fortin at michelf.com Sat Nov 11 20:53:33 2006 From: michel.fortin at michelf.com (Michel Fortin) Date: Sat Nov 11 20:53:36 2006 Subject: [ANN] PHP Markdown Extra 1.1b3 Message-ID: <95311B78-FD11-4F3A-9DBA-98C1295A4D86@michelf.com> The last missing piece for the footnote implementation in PHP Markdown Extra is the custom class and title attributes for footnote links and backlinks I said I'd add in the announcement of 1.1b1. So this new version adds four configurable settings to that effect. Within the attributes, any occurrence of `%%` will be replaced by the current footnote number. For instance, you could use: define( 'MARKDOWN_FN_LINK_TITLE', "Go to footnote %%." ); Nothing else has changed in this version. It can be downloaded here: Michel Fortin michel.fortin@michelf.com http://www.michelf.com/ From rebol-list2 at seznam.cz Thu Nov 16 05:59:51 2006 From: rebol-list2 at seznam.cz (rebOldes) Date: Thu, 16 Nov 2006 11:59:51 +0100 Subject: destination anchors In-Reply-To: <95311B78-FD11-4F3A-9DBA-98C1295A4D86@michelf.com> References: <95311B78-FD11-4F3A-9DBA-98C1295A4D86@michelf.com> Message-ID: <1112588093.20061116115951@seznam.cz> Hi, is there any way how to create destination anchors in Markdown? somethink what would produce html: Introduction
Some background
...

Introduction

...section 1...

Some background

... thanks, David From mark at bbprojects.net Wed Nov 22 13:03:30 2006 From: mark at bbprojects.net (Mark Smith) Date: Wed, 22 Nov 2006 19:03:30 +0100 Subject: Know ye of such a beast ? Message-ID: <9AF214E4-C4E4-4084-9B1A-2D5859437D8F@bbprojects.net> // hoping this is sufficiently on-topic // php-driven, markdown-aware, open source wiki/cms that has some degree of version control, a flexible system for privs/access control, is installable (or buildable) on OS X and has an easy installer for windows ? From waylan at gmail.com Wed Nov 22 15:48:57 2006 From: waylan at gmail.com (Waylan Limberg) Date: Wed, 22 Nov 2006 15:48:57 -0500 Subject: Know ye of such a beast ? In-Reply-To: <9AF214E4-C4E4-4084-9B1A-2D5859437D8F@bbprojects.net> References: <9AF214E4-C4E4-4084-9B1A-2D5859437D8F@bbprojects.net> Message-ID: Considering those requirements, I would strongly recommend PMWiki.org. I know a markdown extension exists for it, although last I knew it was incomplete, but that was some time ago. On 11/22/06, Mark Smith wrote: > > // hoping this is sufficiently on-topic // > > php-driven, markdown-aware, open source wiki/cms that has some degree > of version control, a flexible system for privs/access control, is > installable (or buildable) on OS X and has an easy installer for > windows ? > > > _______________________________________________ > Markdown-Discuss mailing list > Markdown-Discuss at six.pairlist.net > http://six.pairlist.net/mailman/listinfo/markdown-discuss > -- ---- Waylan Limberg waylan at gmail.com From 29mtuz102 at sneakemail.com Wed Nov 22 16:02:13 2006 From: 29mtuz102 at sneakemail.com (Allan Odgaard) Date: Wed, 22 Nov 2006 22:02:13 +0100 Subject: Know ye of such a beast ? In-Reply-To: References: <9AF214E4-C4E4-4084-9B1A-2D5859437D8F@bbprojects.net> Message-ID: <7636-41829@sneakemail.com> On 22. Nov 2006, at 21:48, Waylan Limberg wrote: > Considering those requirements, I would strongly recommend PMWiki.org. > I know a markdown extension exists for it, although last I knew it was > incomplete, but that was some time ago. I am using PMWiki with version 1.1 of the Markdown extension, and it?s not ideal. It doesn?t do block quotes, it doesn?t do , and there is probably also a few more things it is missing. Plus I have to embed the markdown in (:markdown:) ? (:markdownend:), but you can set it so that the extension runs on all pages, then you don?t need that, but you lose WikiWord links. There is a 1.2, but I tried installing it, and it did not work for me. The change log though did not appear to have done much about the above -- it is based on the PHP Markdown, so I am not sure why it does not support the full markdown syntax. From mark at bbprojects.net Wed Nov 22 16:34:58 2006 From: mark at bbprojects.net (Mark Smith) Date: Wed, 22 Nov 2006 22:34:58 +0100 Subject: Know ye of such a beast ? In-Reply-To: <7636-41829@sneakemail.com> References: <9AF214E4-C4E4-4084-9B1A-2D5859437D8F@bbprojects.net> <7636-41829@sneakemail.com> Message-ID: <4FA5C858-1AE1-4F24-8B5C-3041D4118BFC@bbprojects.net> On 22 Nov 2006, at 22:02, Allan Odgaard wrote: > On 22. Nov 2006, at 21:48, Waylan Limberg wrote: > >> Considering those requirements, I would strongly recommend >> PMWiki.org. >> I know a markdown extension exists for it, although last I knew it >> was >> incomplete, but that was some time ago. > > I am using PMWiki with version 1.1 of the Markdown extension, and > it?s not ideal. > > It doesn?t do block quotes, it doesn?t do , and there is > probably also a few more things it is missing. Plus I have to embed > the markdown in (:markdown:) ? (:markdownend:), but you can set it so > that the extension runs on all pages, then you don?t need that, but > you lose WikiWord links. > > There is a 1.2, but I tried installing it, and it did not work for > me. The change log though did not appear to have done much about the > above -- it is based on the PHP Markdown, so I am not sure why it > does not support the full markdown syntax. Thanks to Wayne and Allan. I already had a play with PMWiki. It would do at a push, but I was not impressed and I haven't even tried the Markdown extension yet and after reading Allan's comments, I'm not sure I want to. OTOH, it did pass the "easy install on Windows" test. I gave our Win SysAdmin the url and he got it up and working w/o much trouble ! Any other ideas ? mark. From lists at chellman.org Thu Nov 23 11:01:53 2006 From: lists at chellman.org (Joe Chellman) Date: Thu, 23 Nov 2006 10:01:53 -0600 Subject: Know ye of such a beast ? In-Reply-To: <9AF214E4-C4E4-4084-9B1A-2D5859437D8F@bbprojects.net> References: <9AF214E4-C4E4-4084-9B1A-2D5859437D8F@bbprojects.net> Message-ID: On Nov 22, 2006, at 12:03 PM, Mark Smith wrote: > php-driven, markdown-aware, open source wiki/cms that has some degree > of version control, a flexible system for privs/access control, is > installable (or buildable) on OS X and has an easy installer for > windows ? Drupal can do pretty much all of this with the right modules. Version 5, recently in beta, also has an installer, although it's pretty easy to install in the 4.7 stable branch. http://www.drupal.org/ http://www.drupal.org/project/Modules Here's the Markdown/Smartypants module: http://drupal.org/project/marksmarty Access control is pretty easy with this one: http://drupal.org/project/simple_access Joe -- Joe Chellman http://www.chellman.org/ http://www.chellman.org/pgp_key.txt From mark at bbprojects.net Thu Nov 23 16:06:54 2006 From: mark at bbprojects.net (Mark Smith) Date: Thu, 23 Nov 2006 22:06:54 +0100 Subject: Know ye of such a beast ? In-Reply-To: References: <9AF214E4-C4E4-4084-9B1A-2D5859437D8F@bbprojects.net> Message-ID: <3285AA1D-B573-4ECA-8FDE-10B9F887DB56@bbprojects.net> On 23 Nov 2006, at 17:01, Joe Chellman wrote: > On Nov 22, 2006, at 12:03 PM, Mark Smith wrote: > >> php-driven, markdown-aware, open source wiki/cms that has some degree >> of version control, a flexible system for privs/access control, is >> installable (or buildable) on OS X and has an easy installer for >> windows ? > > Drupal can do pretty much all of this with the right modules. Thanks Joe, I hadn't looked at Drupal in a long while. This looks interesting. Mark. From lists at mostrom.pp.se Thu Nov 23 16:42:45 2006 From: lists at mostrom.pp.se (=?UTF-8?Q?Jan_Erik_Mostr=C3=B6?= =?UTF-8?Q?m?=) Date: Thu, 23 Nov 2006 22:42:45 +0100 Subject: Know ye of such a beast ? In-Reply-To: <9AF214E4-C4E4-4084-9B1A-2D5859437D8F@bbprojects.net> Message-ID: Reply to Mark Smith 06-11-22 19:03: >php-driven, markdown-aware, open source wiki/cms that has some >degree of version control, a flexible system for privs/access >control, is installable (or buildable) on OS X and has an easy >installer for windows ? It depends on what you want to do with it, I personally use both pmwiki (the best wiki I've played with) and drupal but for different things. The support for markdown in pmwiki is kind of limited but used in a "suitable way" it works fine (although linking etc is best done using the pmwiki markup language). Markdown in drupal works just fine ... but if you want linking etc between articles, revision handling etc then pmwiki is a better choice. jem From mark at bbprojects.net Thu Nov 23 16:56:32 2006 From: mark at bbprojects.net (Mark Smith) Date: Thu, 23 Nov 2006 22:56:32 +0100 Subject: Know ye of such a beast ? In-Reply-To: References: Message-ID: On 23 Nov 2006, at 22:42, Jan Erik Mostr?m wrote: > Reply to Mark Smith 06-11-22 19:03: > >> php-driven, markdown-aware, open source wiki/cms that has some >> degree of version control, a flexible system for privs/access >> control, is installable (or buildable) on OS X and has an easy >> installer for windows ? > > > It depends on what you want to do with it, I personally use both > pmwiki (the best wiki I've played with) and drupal but for > different things. The support for markdown in pmwiki is kind of > limited but used in a "suitable way" it works fine (although > linking etc is best done using the pmwiki markup language). > Markdown in drupal works just fine ... but if you want linking > etc between articles, revision handling etc then pmwiki is a > better choice. thanks Jan Erik, After an initial play Drupal looks like it might suit better than PmWiki. I think I'll set it up and see how things pan out. Simple, reliable, complete Markdown support is essential. Mark. From public at quillio.com Thu Nov 23 22:55:35 2006 From: public at quillio.com (Lou Quillio) Date: Thu, 23 Nov 2006 22:55:35 -0500 Subject: Know ye of such a beast ? In-Reply-To: References: <9AF214E4-C4E4-4084-9B1A-2D5859437D8F@bbprojects.net> Message-ID: <45666D37.6080509@quillio.com> Joe Chellman wrote: > On Nov 22, 2006, at 12:03 PM, Mark Smith wrote: > >> php-driven, markdown-aware, open source wiki/cms that has some degree >> of version control, a flexible system for privs/access control, is >> installable (or buildable) on OS X and has an easy installer for >> windows ? > > Drupal can do pretty much all of this with the right modules. You'll see a `markdown.php` in the MarkSmarty module. You can safely overwrite it with PHP-Markdown Extra, if you like. Etc. LQ