log frontends/src/jp/cmd_blog.py @ 2539:dcc77f23e370

age author description
Thu, 29 Mar 2018 08:59:38 +0200 Goffi jp (base): add --max option:
Wed, 21 Mar 2018 19:13:22 +0100 Goffi jp: pubsub options refactoring:
Tue, 30 Jan 2018 08:17:17 +0100 Goffi jp (forums): forums handling commands, first draft
Fri, 26 Jan 2018 11:14:13 +0100 Goffi dates update
Tue, 12 Dec 2017 00:12:44 +0100 Goffi jp (blog): added "set" command to publish content from stdin without editing
Fri, 03 Nov 2017 14:31:42 +0100 Goffi misc: date update (yes it's a bit late :p )
Fri, 06 Oct 2017 08:52:51 +0200 Goffi plugin import: node can now be specified + added a "session" dict to keep import session data:
Thu, 13 Jul 2017 22:49:37 +0200 Goffi jp (blog/edit): avoid call to syntaxConvert if syntax is already XHTML
Thu, 13 Jul 2017 21:54:15 +0200 Goffi jp (blog/edit): pretty format XHTML before editing it
Thu, 13 Jul 2017 21:13:35 +0200 Goffi jp (blog/get): added "url" key, which compute xmpp: URL of items
Thu, 13 Jul 2017 20:55:35 +0200 Goffi jp (blog/edit): syntax modifications:
Thu, 29 Jun 2017 20:36:35 +0200 Goffi jp (blog, event): added checkURI to some command to be able to enter a xmpp: uri as argument
Wed, 28 Jun 2017 20:28:24 +0200 Goffi jp (pubsub, common): fixed last item edition (keep item id instead of creating a new one)
Tue, 27 Jun 2017 19:38:22 +0200 Goffi jp (blog, common): various fixes in common and blog:
Tue, 27 Jun 2017 17:02:10 +0200 Goffi jp (blog): minor typo fix
Tue, 27 Jun 2017 17:00:52 +0200 Goffi jp (blog, common): added --force-item option to avoid magic and use argument as actual item id:
Tue, 27 Jun 2017 16:23:28 +0200 Goffi jp (blog, common): moved and improved edit code from blog:
Sun, 25 Jun 2017 09:43:04 +0200 Goffi jp (blog): added language in managed keys
Thu, 27 Apr 2017 00:57:04 +0200 Goffi jp: added constant to handle ANSI code for header and subheaders
Sun, 16 Apr 2017 18:00:45 +0200 Goffi jp (blog): service and node can now be specified for edit command
Tue, 21 Feb 2017 21:01:40 +0100 Goffi jp (blog): set default template and data mapping for the new template output
Tue, 21 Feb 2017 21:01:40 +0100 Goffi jp (base, blog, output(std)): fixed bad unicode handling in stdout, use of jp.disp instead of simple print
Fri, 17 Feb 2017 00:33:55 +0100 Goffi jp (blog/get): fancy output prints author, published and updated if verbosity > 1 and tags if verbosity > 2 + format published and updated
Thu, 16 Feb 2017 01:02:33 +0100 Goffi jp (blog): added blog/get command:
Fri, 24 Jun 2016 22:41:28 +0200 Goffi merged main branch
Fri, 24 Jun 2016 22:32:58 +0200 Goffi jp (blog): fixed syntax detection when extension is .txt
Sun, 19 Jun 2016 22:22:08 +0200 Goffi jp: fixed shebang python call
Fri, 25 Mar 2016 15:32:43 +0100 Goffi jp (blog/edit): use utf-8-sig to decode content file to avoid BOM being propaged to content
Fri, 25 Mar 2016 12:06:50 +0100 Goffi jp (blog/edit): added forgotten O_TRUNC while opening metadata file
Fri, 25 Mar 2016 11:45:57 +0100 Goffi jp (blog/edit): do not remove files if they are not in the temporary dir hierarchy
Thu, 24 Mar 2016 18:38:04 +0100 Goffi jp (blog/edit): HTTP(S) and XMPP URLs can now be directly used in blog/edit command
Tue, 22 Mar 2016 23:33:55 +0100 Goffi jp (blog): force deletion (without backup) when content is empty
Tue, 22 Mar 2016 23:33:31 +0100 Goffi jp (blog): avoid conflict error when command line tags are already present in metadata
Tue, 22 Mar 2016 22:46:05 +0100 Goffi jp (blog): drafts are now put in a sub dir per profile + added a security which keep the last 10 drafts before removing them (all profiles included).
Tue, 22 Mar 2016 22:46:04 +0100 Goffi core (tools): moved common to a separate package, and put data method in a data_format module
Tue, 15 Mar 2016 16:25:42 +0100 Goffi jp (blog): added "updated" to keys to keys to remove from tmp metadata
Thu, 10 Mar 2016 19:13:42 +0100 Goffi jp (blog/edit): removed meta_file_path non existence check, as it is now re-used if it exists
Thu, 10 Mar 2016 18:05:37 +0100 Goffi jp (blog/edit): a draft file can be directly specified
Thu, 10 Mar 2016 17:50:17 +0100 Goffi plugin XEP-0060: fixed traceback if service was None
Mon, 07 Mar 2016 19:58:33 +0100 souliane frontends (jp / blog): pass the profile to subprocess when using option --preview
Mon, 07 Mar 2016 19:43:02 +0100 Goffi jp (blog/preview): change watch for IN_MOVE_SELF event, needed at least for Emacs
Sat, 05 Mar 2016 20:19:40 +0100 Goffi jp (blog/edit): added a confirmation message when blog item has been successfuly published
Sat, 05 Mar 2016 20:19:17 +0100 Goffi blog (jp/edit): added --preview option to launch a "blog preview" in parallel
Sat, 05 Mar 2016 19:24:10 +0100 Goffi jp (blog/preview): inotify improvments:
Sat, 05 Mar 2016 19:21:35 +0100 Goffi jp (blog/preview): open and preview commands can be changed in sat.conf with "blog_preview_open_cmd" and "blog_preview_update_cmd" in [jp] section + don't convert syntax when content is empty
Sat, 05 Mar 2016 18:00:12 +0100 Goffi jp (blog): fixed syntax guessing on existing files
Sat, 05 Mar 2016 17:59:10 +0100 Goffi jp (blog/preview): added inotify support, so preview can be updated each time the file is modified (actually IN_CLOSE_WRITE is used, but this may change in the future)
Sat, 05 Mar 2016 15:43:14 +0100 Goffi jp (blog/preview): xhtml cleaning is now used on preview
Fri, 04 Mar 2016 11:22:41 +0100 Goffi jp (blog): moved common method in a BlogCommon class + added "current" as an item keyword for blog/edit
Fri, 04 Mar 2016 10:33:28 +0100 Goffi jp (blog/edit): metadata file is reused if it already exists
Thu, 03 Mar 2016 18:28:53 +0100 Goffi jp (blog): preview command, first draft
Thu, 03 Mar 2016 17:02:23 +0100 souliane jp (blog): add to EDITOR_ARGS_MAGIC parameters for (x)emacs and nano
Thu, 03 Mar 2016 15:57:06 +0100 Goffi jp (blog/edit): editor arguments can now be specified on sat.conf, and default on are applied for known editors:
Wed, 02 Mar 2016 19:53:53 +0100 Goffi jp (blog/edit): removed content_rich from KEY_TO_REMOVE_METADATA as it is never given by backend
Wed, 02 Mar 2016 19:46:01 +0100 Goffi base (blog/edit): added a way to block publishing by adding "publish": "false" in metadata file
Wed, 02 Mar 2016 19:18:14 +0100 Goffi jp (blog/edit): added metadata handling through a .json file (named like content temporary file, but with extension replaced by "_metadata.json"). Modification to this file before the end of edition will be taken into account.
Tue, 01 Mar 2016 01:54:21 +0100 Goffi jp (blog): edit command, first draft:
Mon, 29 Feb 2016 16:52:51 +0100 Goffi jp: all commands now use the new start method and set need_loop in __init__ when needed
Thu, 04 Feb 2016 11:48:37 +0100 souliane frontends (jp): onActionNew displays xmlui message if no meta_type is defined and xmlui is defined
Thu, 04 Feb 2016 11:44:43 +0100 souliane frontends (jp/blog), plugin blog_import: fixes: