From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: Need Guidance in developing and generating code using org-mode Date: Fri, 28 Feb 2020 14:57:05 +0100 Message-ID: <87lfom7r2m.fsf@christianmoe.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:34469) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j7gMe-0007ym-L8 for emacs-orgmode@gnu.org; Fri, 28 Feb 2020 09:11:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j7gMd-0007nN-5e for emacs-orgmode@gnu.org; Fri, 28 Feb 2020 09:11:40 -0500 Received: from mailer-211-194.hitrost.net ([91.185.211.194]:17034) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j7gMc-0007kg-Vv for emacs-orgmode@gnu.org; Fri, 28 Feb 2020 09:11:39 -0500 In-reply-to: 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: leslie@watter.net Cc: org-mode-email , KOKOU AFIDEGNON 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