diff options
author | petko <petko@524c5546-5005-0410-9a3e-e25e191bd360> | 2024-06-06 03:38:12 +0000 |
---|---|---|
committer | petko <petko@524c5546-5005-0410-9a3e-e25e191bd360> | 2024-06-06 03:38:12 +0000 |
commit | fc702b8a03e94fc635ca3a55ba12111b61314b0d (patch) | |
tree | 24889da6c7bd594a6753753edae756a89e7cab41 | |
parent | 36dc9a0b2252ee3cfdfe4efb9fccaa885aeae713 (diff) | |
download | pmwiki.svn-fc702b8a03e94fc635ca3a55ba12111b61314b0d.tar.bz2 |
Update some dates, PmSyntax add input defaults.
git-svn-id: svn://pmwiki.org/pmwiki/trunk@4717 524c5546-5005-0410-9a3e-e25e191bd360
-rw-r--r-- | README.txt | 10 | ||||
-rw-r--r-- | pub/guiedit/pmwiki.syntax.js | 4 |
2 files changed, 7 insertions, 7 deletions
@@ -23,15 +23,15 @@ After PmWiki is installed the following directories may also exist: For quick installation advice, see docs/INSTALL.txt.
For more extensive information about installing PmWiki, visit
- https://pmwiki.org/wiki/PmWiki/Installation
+ https://www.pmwiki.org/wiki/PmWiki/Installation
For information about running PmWiki in standalone mode without
requiring a webserver, visit
- https://pmwiki.org/wiki/Cookbook/Standalone
+ https://www.pmwiki.org/wiki/Cookbook/Standalone
-PmWiki is Copyright 2001-2022 Patrick R. Michaud
-pmichaud@pobox.com
-https://www.pmichaud.com/
+PmWiki is Copyright 2001-2024 Patrick R. Michaud
+ pmichaud@pobox.com
+ https://www.pmichaud.com/
Since 2009, PmWiki has been maintained and updated
by Petko Yotov 5ko@5ko.fr, https://www.pmwiki.org/petko
diff --git a/pub/guiedit/pmwiki.syntax.js b/pub/guiedit/pmwiki.syntax.js index 62e13a79..57799d27 100644 --- a/pub/guiedit/pmwiki.syntax.js +++ b/pub/guiedit/pmwiki.syntax.js @@ -1,5 +1,5 @@ /* PmSyntax: Syntax highlighting for PmWiki markup - Copyright 2021-2022 Petko Yotov https://www.pmwiki.org/support + Copyright 2021-2024 Petko Yotov https://www.pmwiki.org/support This file is part of PmWiki; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or @@ -92,7 +92,7 @@ // directives, forms ['form', '!directive>keyword', /(\(:input[^\S\r\n]+)(\S.*?)(:\))/g, - /^((pm)?form|text(area)?|radio|checkbox|select|email|tel|number|default|submit|reset|hidden|password|search|url|date|month|color|datalist|file|image|reset|button|e_\w+|captcha|pmtoken|end)/], + /^((pm)?form|text(area)?|radio|checkbox|select|email|tel|number|defaults?|submit|reset|hidden|password|search|url|date|month|color|datalist|file|image|reset|button|e_\w+|captcha|pmtoken|end)/], ['dir0', '*directive', /\(:\w[-\w]* *:\)/g], // simple ['dir1', '!directive', /(\(:\w[-\w]*)(.*?)(:\))/g], // with attributes |