From mboxrd@z Thu Jan 1 00:00:00 1970 From: Diego Zamboni Subject: Re: Need Guidance in developing and generating code using org-mode Date: Fri, 28 Feb 2020 16:02:08 +0100 Message-ID: References: <87lfom7r2m.fsf@christianmoe.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="000000000000a4c90c059fa41f9c" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:41332) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j7h9h-0006sr-Pz for emacs-orgmode@gnu.org; Fri, 28 Feb 2020 10:02:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j7h9g-0000la-GR for emacs-orgmode@gnu.org; Fri, 28 Feb 2020 10:02:21 -0500 Received: from mail-wr1-x434.google.com ([2a00:1450:4864:20::434]:46937) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j7h9f-0000ik-V3 for emacs-orgmode@gnu.org; Fri, 28 Feb 2020 10:02:20 -0500 Received: by mail-wr1-x434.google.com with SMTP id j7so3226593wrp.13 for ; Fri, 28 Feb 2020 07:02:19 -0800 (PST) In-Reply-To: <87lfom7r2m.fsf@christianmoe.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane-mx.org@gnu.org Sender: "Emacs-orgmode" To: Christian Moe Cc: org-mode-email , KOKOU AFIDEGNON --000000000000a4c90c059fa41f9c Content-Type: text/plain; charset="UTF-8" Hi Kokou, In addition to what others have said, you might want to use Hugo ( https://gohugo.io/) for producing your website, and in this case you can use the fantastic ox-hugo (https://ox-hugo.scripter.co/) to manage the contents from within org-mode. It should be possible to use Hugo's features to implement all the features you have mentioned. --Diego On Fri, Feb 28, 2020 at 3:11 PM Christian Moe wrote: > > Hi, Kokou, > > Adding to what Leslie Watter writes: > > >> - Under Register, and Login heading, How do i generate html forms > >> which will post entries to specific destinations? and also generate > code > >> for capturing the data? > >> > >> To use forms, you'll probably will use raw HTML: > > > > https://orgmode.org/manual/Quoting-HTML-tags.html#Quoting-HTML-tags > > > > And for capturing the data, you will of course need to provide scripts > on a server as targets for the html forms. > > Org is great for quick writing and exporting to HTML. It can also be > used to publish whole static websites and blogs. Some people use a > combination of Org and other static blogging tools, like Jekyll, which > adds some helpful functionality. > > However, if you want to dynamically serve pages only to logged-in users, > Org-mode may not be the tool you are looking for. You may want to look > at blogging platforms or content management systems. (If you like > writing in Org, you can still use it for drafting.) > > Yours, > Christian > > --000000000000a4c90c059fa41f9c Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi Kokou,

=
In addition to what others have said, you might want to use Hugo (https://gohugo.io/) for producing your websi= te, and in this case you can use the fantastic ox-hugo (https://ox-hugo.scripter.co/) to manage the conte= nts from within org-mode. It should be possible to use Hugo's features = to implement all the features you have mentioned.

= --Diego


On Fri, Feb 28, 2020 at 3:11 PM Chr= istian Moe <mail@christianmoe.c= om> wrote:
https://orgmode.org/manual/Q= uoting-HTML-tags.html#Quoting-HTML-tags
>

And for capturing the data, you will of course need to provide scripts
on a server as targets for the html forms.

Org is great for quick writing and exporting to HTML. It can also be
used to publish whole static websites and blogs. Some people use a
combination of Org and other static blogging tools, like Jekyll, which
adds some helpful functionality.

However, if you want to dynamically serve pages only to logged-in users, Org-mode may not be the tool you are looking for. You may want to look
at blogging platforms or content management systems. (If you like
writing in Org, you can still use it for drafting.)

Yours,
Christian

--000000000000a4c90c059fa41f9c--