emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Blog-like sitemap for org-publish
@ 2011-08-06 21:57 Jon Anders Skorpen
  2011-08-18 17:09 ` Bastien
  0 siblings, 1 reply; 7+ messages in thread
From: Jon Anders Skorpen @ 2011-08-06 21:57 UTC (permalink / raw)
  To: emacs-orgmode

Hi.

I have made a function which creates a blog-like sitemap. It works as
an alternative sitemap function to org-publish. The second commit adds
a list of blog entries by year and keyword. The commit-diffs can be
viewed here:

http://git.mindmutation.net/?p=org-mode.git;a=commitdiff;h=2448e4d5dfa0dca8f5126b2e12f8ad6f96ba48dc

http://git.mindmutation.net/?p=org-mode.git;a=commitdiff;h=cbd90e570c2f64ddd279603acc78af51f6b3f458

Some of the functionality is overlapping with code in org-publish. To
use it simply set :sitemap-function to org-blog-export. It is similar
to the default sitemap function, but :sitemap-file-entry-format and
:blog-entry-format is semantically different.

I hope this can be of use to others, and I therefore submit it here
for comments and feedback, and maybe eventually inclusion. My main
question is what kind of copyright notices should be at the top of the
file? Some parts of the code is almost verbatim from
org-publish. There is also no license information at the top yet.

I am open to signing copyright assignment to FSF if at some point
someone thinks it should be merged into org-publish, but it can also
live happily in contrib/.

Best regards
Jon Anders Skorpen

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Blog-like sitemap for org-publish
  2011-08-06 21:57 Blog-like sitemap for org-publish Jon Anders Skorpen
@ 2011-08-18 17:09 ` Bastien
  2011-08-23 14:44   ` Jon Anders Skorpen
  0 siblings, 1 reply; 7+ messages in thread
From: Bastien @ 2011-08-18 17:09 UTC (permalink / raw)
  To: Jon Anders Skorpen; +Cc: emacs-orgmode

Hi Jon,

Jon Anders Skorpen <jaskorpe@mindmutation.net> writes:

> I have made a function which creates a blog-like sitemap. It works as
> an alternative sitemap function to org-publish. 

This looks very interesting -- do you have a webpage we can look at to
see the result?

Thanks!

-- 
 Bastien

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Blog-like sitemap for org-publish
  2011-08-18 17:09 ` Bastien
@ 2011-08-23 14:44   ` Jon Anders Skorpen
  2011-08-24 18:25     ` Bastien
  2011-08-24 19:18     ` Achim Gratz
  0 siblings, 2 replies; 7+ messages in thread
From: Jon Anders Skorpen @ 2011-08-23 14:44 UTC (permalink / raw)
  To: Bastien; +Cc: emacs-orgmode

On Thu 2011-08-18 at 19:09, Bastien wrote:
> Hi Jon,
> 
> Jon Anders Skorpen <jaskorpe@mindmutation.net> writes:
> 
> > I have made a function which creates a blog-like sitemap. It works as
> > an alternative sitemap function to org-publish. 
> 
> This looks very interesting -- do you have a webpage we can look at to
> see the result?
> 
> Thanks!
> 
> -- 
>  Bastien
> 

Yes. Here is a link to a test blog with some test posts, and one real
post in norwegian.

http://beta.mindmutation.net

Since my initial email I have found a couple of things that should be
done a little different, but I haven't had time to fix them. This
includes the way keywords and dates are exported, and a couple of
other things.

 -Jon Anders

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Blog-like sitemap for org-publish
  2011-08-23 14:44   ` Jon Anders Skorpen
@ 2011-08-24 18:25     ` Bastien
  2012-01-28 13:14       ` Steinar Bang
  2011-08-24 19:18     ` Achim Gratz
  1 sibling, 1 reply; 7+ messages in thread
From: Bastien @ 2011-08-24 18:25 UTC (permalink / raw)
  To: Jon Anders Skorpen; +Cc: emacs-orgmode

Hi Jon,

Jon Anders Skorpen <jaskorpe@mindmutation.net> writes:

> Yes. Here is a link to a test blog with some test posts, and one real
> post in norwegian.
>
> http://beta.mindmutation.net

This looks really great!  

Maybe the most simple thing to do for now is to submit org-blog.el as a
separate file to the mailing list, and add FIXME comments in functions
that borrow too much code from org-publish.el -- it will help
refactoring.

For the license: I would suggest using GPLv3.

For the copyright: using your name is okay, as long as org-blog.el lives
in contrib/.  If we move it to Org's core, you will need to sign the FSF
papers.

> Since my initial email I have found a couple of things that should be
> done a little different, but I haven't had time to fix them. This
> includes the way keywords and dates are exported, and a couple of
> other things.

Great -- let us know!

Best,

-- 
 Bastien

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Blog-like sitemap for org-publish
  2011-08-23 14:44   ` Jon Anders Skorpen
  2011-08-24 18:25     ` Bastien
@ 2011-08-24 19:18     ` Achim Gratz
  1 sibling, 0 replies; 7+ messages in thread
From: Achim Gratz @ 2011-08-24 19:18 UTC (permalink / raw)
  To: emacs-orgmode

Jon Anders Skorpen <jaskorpe@mindmutation.net> writes:
> Yes. Here is a link to a test blog with some test posts, and one real
> post in norwegian.
>
> http://beta.mindmutation.net

Looks good, but is not yet "valid XHTML1.0 strict". :-)


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Factory and User Sound Singles for Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Blog-like sitemap for org-publish
  2011-08-24 18:25     ` Bastien
@ 2012-01-28 13:14       ` Steinar Bang
  2012-01-28 22:30         ` Bastien
  0 siblings, 1 reply; 7+ messages in thread
From: Steinar Bang @ 2012-01-28 13:14 UTC (permalink / raw)
  To: emacs-orgmode

>>>>> Bastien <bzg@altern.org>:
> Jon Anders Skorpen <jaskorpe@mindmutation.net> writes:

>> Yes. Here is a link to a test blog with some test posts, and one real
>> post in norwegian.

>> http://beta.mindmutation.net

> This looks really great!  

> Maybe the most simple thing to do for now is to submit org-blog.el as
> a separate file to the mailing list, and add FIXME comments in
> functions that borrow too much code from org-publish.el -- it will
> help refactoring.

Did anything more happen with this?  There is no org-blog.el in
contrib/lisp, at least...?

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Blog-like sitemap for org-publish
  2012-01-28 13:14       ` Steinar Bang
@ 2012-01-28 22:30         ` Bastien
  0 siblings, 0 replies; 7+ messages in thread
From: Bastien @ 2012-01-28 22:30 UTC (permalink / raw)
  To: emacs-orgmode

Steinar Bang <sb@dod.no> writes:

>> Maybe the most simple thing to do for now is to submit org-blog.el as
>> a separate file to the mailing list, and add FIXME comments in
>> functions that borrow too much code from org-publish.el -- it will
>> help refactoring.
>
> Did anything more happen with this?  There is no org-blog.el in
> contrib/lisp, at least...?

I got no answer to my last email in this thread, so I assumed the 
author was not motivated enough to make org-blog.el part of contrib/.
But hopefully I'll prove wrong :)

-- 
 Bastien

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-01-28 22:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-06 21:57 Blog-like sitemap for org-publish Jon Anders Skorpen
2011-08-18 17:09 ` Bastien
2011-08-23 14:44   ` Jon Anders Skorpen
2011-08-24 18:25     ` Bastien
2012-01-28 13:14       ` Steinar Bang
2012-01-28 22:30         ` Bastien
2011-08-24 19:18     ` Achim Gratz

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).