Neat. I have seen a lot of build scripts like this. Frankly, I think that the hosting, etc. will be more challenging. I was more asking if people were interested in something like this, rather than whether or not it can be done, because it should be relatively straight forward to implement.
On Apr 23, 1:28 pm, burtoogle <[email protected]> wrote: > Hi Zaak, > > I am already using a very similar setup - my asciidoc sources (and > image files, etc.) > are all in a git repo and I have a script (Perl but it could be > anything) that > reformats only those files that have been changed - the script knows > about included > files and also knows how to build an index. The script can either be > run > on a local repo or it can be run from the post-commit hook on a > central repo. > > It works very well. When someone pushes to the central repo, the > script reformats > the stuff that has changed and the result is immediately visible in > the html output. > > I would like to be able to share the script with you but, > unfortunately, it's > owned by my client so I can't do that but I will describe it it in > more detail if > you have any questions. > > Cheers, > > Mark > > On Apr 23, 5:12 pm, Zaak <[email protected]> wrote: > > > > > > > While this mailing list is great, I had an idea the other day and I > > was wondering if there was any interest in it, and need to develop the > > idea further. After starting to implement a GTD work-flow with org- > > mode for Emacs, I came across worg (http://orgmode.org/worg/). Worg > > essentially combines git with org-mode publishing to create a wiki- > > like website whose content is user editable. I was thinking that a > > similar implementation for ascii-doc would be really neat. Also, it > > would give ascii-doc users a chance to contribute how-to articles and > > faqs. > > > The idea is essentially this: Put a set of asciidoc source files under > > revision control using a distributed system like git or mercurial. > > Have some post-comit hook which will build (using asciidoc) the > > modified pages and post them to the web. This will create a wiki of > > sorts written natively in asciidoc. > > > As I said, I need to develop this idea further, as I am not sure where > > to host the source code and corresponding website. Github? > > Sharesource? other? > > > I think adding official or unofficial wiki functionality would be > > great for the asciidoc user community. > > > -Zaak > > > -- > > You received this message because you are subscribed to the Google Groups > > "asciidoc" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group > > athttp://groups.google.com/group/asciidoc?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "asciidoc" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group > athttp://groups.google.com/group/asciidoc?hl=en. -- You received this message because you are subscribed to the Google Groups "asciidoc" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/asciidoc?hl=en.
