From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Amin Bandali Newsgroups: gmane.emacs.tangents Subject: Re: emacs friendly platform like dokuwiki&zulip Date: Sat, 29 Jun 2019 13:10:47 -0400 Organization: GNU Project Message-ID: <87pnmw71wo.fsf@fencepost.gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="166474"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: emacs-tangents@gnu.org To: Van L Original-X-From: emacs-tangents-bounces+get-emacs-tangents=m.gmane.org@gnu.org Sat Jun 29 19:11:28 2019 Return-path: Envelope-to: get-emacs-tangents@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hhGsq-000hAM-Lz for get-emacs-tangents@m.gmane.org; Sat, 29 Jun 2019 19:11:28 +0200 Original-Received: from localhost ([::1]:41528 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hhGsp-0006FA-Nt for get-emacs-tangents@m.gmane.org; Sat, 29 Jun 2019 13:11:27 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58467) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hhGsE-0006Cz-U7 for emacs-tangents@gnu.org; Sat, 29 Jun 2019 13:10:52 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:50869) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hhGsE-0004O4-2T; Sat, 29 Jun 2019 13:10:50 -0400 Original-Received: from [2607:fea8:3b80:184::7] (port=33328 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hhGsD-0005UI-Gx; Sat, 29 Jun 2019 13:10:49 -0400 Mail-Followup-To: Van L , emacs-tangents@gnu.org In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-tangents@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-tangents-bounces+get-emacs-tangents=m.gmane.org@gnu.org Original-Sender: "Emacs-tangents" Xref: news.gmane.org gmane.emacs.tangents:328 Archived-At: Hello, Van L writes: > Hello, > > What are the emacs friendly platforms out there > for blogging, wiki, chat threading? > > _Use case:_ to share what you want from Org Mode and > Hyperbole in your files. > > _For example:_ I've figured out how to get all the > fonts to display for 'M-x view-hello-file' and want > that to be listed freely on a domain name I own Seconding Alan=E2=80=99s suggestion of org-publish. Besides that, org-page= [0] and org-static-blog [1] come to mind as well for static sites/blogs. [0]: https://github.com/sillykelvin/org-page [1]: https://github.com/bastibe/org-static-blog Since you mentioned dokuwiki, if you don=E2=80=99t mind a non-static alternative, I=E2=80=99ll raise you Oddmuse [2], another wiki engine that= =E2=80=99s been around for a good while. It supports a number of different markups, and there=E2=80=99s a version supporting Org [3], but sadly it doesn=E2=80=99t = seem to be actively maintained. It may still be worth looking into though. Regarding its emacs-friendliness, there=E2=80=99s an Oddmuse mode [4] that = I=E2=80=99ve been meaning to look into but haven=E2=80=99t gotten around to yet. If you= end up trying it out, I=E2=80=99d be interested in hearing your experience with= it. [2]: https://oddmuse.org [3]: https://oddmuse.org/wiki/Org_Markup_Extension [4]: https://www.emacswiki.org/emacs/OddmuseMode -amin