emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Torsten Wagner <torsten.wagner@gmail.com>
To: Eric Schulte <schulte.eric@gmail.com>
Cc: Org Mode Mailing List <emacs-orgmode@gnu.org>
Subject: Re: org-mode based groupware wiki
Date: Fri, 11 Oct 2013 10:30:25 +0200	[thread overview]
Message-ID: <CAPaq-gN4XHFfmTkL1fkrt-q9QxCRPPJjuaYw2mT_oUc+c_mp-A@mail.gmail.com> (raw)
In-Reply-To: <CAPaq-gNTSiM=Zedxbu9OYF5Rf0wkbPBkX1e-OOHq=+1ZGe1L+w@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 3794 bytes --]

Hi Eric,

still trying to figure out whats wrong with my set-up. Did you had time to
look intio it.
It seems somehow elnode does not play well anymore with the current version
of ehtml.
Or something like this.
I can access elnodes standard services and I can create new services like
described in the elnode wiki.
However, following the README of ehtml. I receive the early posted error
message. This is not an emacs-based error or any sort of crash. It seems to
be something which is "well" handled by elnodes error catching.

Would be glad if you could give us some advice how to deal with that or how
to test further. We are in the middle of setting up a groupware wiki. Two
of us are org-mode users and the others do not really care what
markup-language that might have to use. Thus, it gives us the comfort to
stick with org-mode and we only have to decide to go the ehtml/emacs way or
the gollum/org-ruby way. Even more luckily this is not a decision forever,
since the files remain to be native org-files on both systems, I believe we
could switch at anytime.
This is again a nice example of the pure text based org-mode paradigm.

Thanks

Torsten


On 7 October 2013 17:02, Torsten Wagner <torsten.wagner@gmail.com> wrote:

> Hi Eric,
>
> thanks for the email. I will give org-ehtml a try. Do you still actively
> maintain it. We would rely rather heavily on it ( a group of about 10
> people) and I would be happy to know that I do not ride a dead horse. On
> the other hand you get a bunch of beta-testers ;)
>
> Could you agree with the following comparison:
>
> * gollum
> - standalone application, based on git and org-ruby.
> - can use different makeup-languages
> - can be integrated in a larger environment (read something about using
> Apache Webserver)
> - enables the creation and editing of pages via webbrowser (a minimal
> org-mode editor is available)
> - basic settings of the theme (top, footer, sidebar).
>
> * org-ehtml
> - part of org-mode requires emacs and elnode
> - makes use of the new exporter
> - ...
>
> ... because I tried to give it a test but it did not work out.
> I tried a test instance via the following commands (and its outputs)
>
> (ert "org-ehtml")
> ->
> Selector: "org-ehtml"
> Passed: 0
> Failed: 0
> Total:  0/0
>
> Started at:   2013-10-07 16:44:00+0200
> Finished.
> Finished at:  2013-10-07 16:44:00+0200
>
> (setq org-ehtml-docroot "/home/torsten/test-wiki/")
> ->
> "/home/torsten/test-wiki/"
>
> (elnode-start 'org-ehtml-handler :port 8888)
> ->
> ((8888 . #<process *elnode-webserver-proc*>))
>
> When I start it according to the README, all I get when calling
> http://localhost:8888/simple.org is:
>
> <h1>Server error</h1>
>
> No errors are given in any log-buffer I could find.
>
> Not sure where the problem appears. A test of elnode according to the
> elnode README worked out ok
>
> (defun my-test-handler (httpcon)
>   "Demonstration function"
>   (elnode-http-start httpcon 200 '("Content-type" . "text/html"))
>   (elnode-http-return httpcon "<html><b>HELLO!</b></html>"))
>
> (elnode-start 'my-test-handler :port 8010 :host "localhost")
>
>
> Might it be, that the elnode API changed and that the handler function
> need some rewrite?
>
> All the best
>
> Torsten
>
>
>
> On 4 October 2013 16:03, Eric Schulte <schulte.eric@gmail.com> wrote:
>
>> Check out org-ehtml.  See the original announcement [1] and the repo on
>> github [2].  It might need some attention as the Org-mode export API is
>> constantly in flux, but it does work to allow editing of Org-mode pages
>> through a web page.
>>
>> Cheers,
>>
>> Footnotes:
>> [1]  http://thread.gmane.org/gmane.emacs.orgmode/58773/focus=58884
>>
>> [2]  https://github.com/eschulte/org-ehtml
>>
>> --
>> Eric Schulte
>> https://cs.unm.edu/~eschulte
>> PGP: 0x614CA05D
>>
>
>

[-- Attachment #2: Type: text/html, Size: 5608 bytes --]

  reply	other threads:[~2013-10-11  8:30 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-04 11:57 org-mode based groupware wiki Torsten Wagner
2013-10-04 14:03 ` Eric Schulte
2013-10-07 15:02   ` Torsten Wagner
2013-10-11  8:30     ` Torsten Wagner [this message]
2013-10-14 13:07       ` Eric Schulte
2013-10-14 20:06         ` Marcin Borkowski
2013-10-16 12:08         ` Torsten Wagner
     [not found]           ` <CAPMOTX=E_zMMtauxdJe_JVbHbo809jS-tXwagcWfFWGJ01e=mQ@mail.gmail.com>
     [not found]             ` <CAPaq-gMLv=7Nk_qndao6UpEMt0bB0=sEwX4nBC7rR=ht6-3+0g@mail.gmail.com>
     [not found]               ` <CAPaq-gNSCq14DFkwRHQ0S5WwfdNENb_eGKjwjZqDm0EGPGA07w@mail.gmail.com>
2013-10-16 15:12                 ` Torsten Wagner
2013-10-17  2:25                   ` Eric Schulte
2013-10-17 14:28             ` Torsten Wagner
2013-10-17 18:17               ` Eric Schulte
2013-10-17 23:16                 ` Nick Dokos
2013-10-16 17:52 ` Waldemar Quevedo
2013-10-21 11:59   ` Torsten Wagner
2013-10-21 17:30     ` Eric Schulte
2013-10-21 21:09       ` Torsten Wagner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAPaq-gN4XHFfmTkL1fkrt-q9QxCRPPJjuaYw2mT_oUc+c_mp-A@mail.gmail.com \
    --to=torsten.wagner@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=schulte.eric@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).