emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Need Guidance in developing and generating code using org-mode


From: Christian Moe
Subject: Re: Need Guidance in developing and generating code using org-mode
Date: Fri, 28 Feb 2020 14:57:05 +0100
User-agent: mu4e 0.9.19; emacs 25.3.2

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]