From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Sauer Subject: Links sorting and exporting. Date: Sat, 1 Feb 2014 11:05:07 -0600 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e0160b43ae04b8f04f15b4af3 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53667) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9e0D-0000jN-VI for emacs-orgmode@gnu.org; Sat, 01 Feb 2014 12:05:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W9e0C-0000qM-Oa for emacs-orgmode@gnu.org; Sat, 01 Feb 2014 12:05:09 -0500 Received: from mail-yk0-x22d.google.com ([2607:f8b0:4002:c07::22d]:48315) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9e0C-0000py-KA for emacs-orgmode@gnu.org; Sat, 01 Feb 2014 12:05:08 -0500 Received: by mail-yk0-f173.google.com with SMTP id 20so30588560yks.4 for ; Sat, 01 Feb 2014 09:05:07 -0800 (PST) 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.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org Mode Mailing List --089e0160b43ae04b8f04f15b4af3 Content-Type: text/plain; charset=ISO-8859-1 I have conceived of an idea that I want to build into the ORG framework. The problem I am trying to solve: I have a variety of links that I use on a regular basis. I am wanting to be able to invoke a link generation command that will store them in a bookmarks.org file (or it could be a user defined file). However, searching them isn't always easy and I want to be able to publish them as a resource for a group of users. I can search them easy enough in org but others can't. Idea I have: It would be interesting to have org, or maybe it would have to be an external function, that would go through a file or set of files(user defined list?) (work, group @ work, home) and generate a main bookmark page (in the example, one for work, one for group @ work, and one for home) that links to a file that is named for that tag and contains an html file of each link that contains that tag. This could cause some things too appear in more than one file, for example, something might appear in CIFS and performance but it's related to each topic. This could be manually triggered or scheduled for updating and publishing out to a web server. I am thinking that we would have a user defined file list in the configuration, would need to go find all the unique tags in each file and make the launch page for each file by generating relative links to the sub pages, the collect the list of links for each tag generating the sub page. Thinking it would be best to generate these in .org format and then publish them out in html to a user defined location. Thoughts on this? Is this already done? I know some parts of it are already present and I just need to make glue for those parts. I think the part that will need to be constructed outside of the glue is the sorting and generation of separate files --089e0160b43ae04b8f04f15b4af3 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
I have conceived of an idea that I want to build into the = ORG framework. =A0

The problem I am trying to solve: I h= ave a variety of links that I use on a regular basis. =A0I am wanting to be= able to invoke a link generation command that will store them in a bookmarks.org file (or it could be a user def= ined file). =A0However, searching them isn't always easy and I want to = be able to publish them as a resource for a group of users. =A0I can search= them easy enough in org but others can't. =A0

Idea I have: =A0It would be interesting to have org, or= maybe it would have to be an external function, that would go through a fi= le or set of files(user defined list?) (work, group @ work, home) and gener= ate a main bookmark page (in the example, one for work, one for group @ wor= k, and one for home) that links to a file that is named for that tag and co= ntains an html file of each link that contains that tag. =A0This could caus= e some things too appear in more than one file, for example, something migh= t appear in CIFS and performance but it's related to each topic. =A0 Th= is could be manually triggered or scheduled for updating and publishing out= to a web server.

I am thinking that we would have a user defined file li= st in the configuration, would need to go find all the unique tags in each = file and make the launch page for each file by generating relative links to= the sub pages, the collect the list of links for each tag generating the s= ub page. =A0Thinking it would be best to generate these in .org format and = then publish them out in html to a user defined location. =A0

Thoughts on this? =A0Is this already done? =A0I know so= me parts of it are already present and I just need to make glue for those p= arts. =A0I think the part that will need to be constructed outside of the g= lue is the sorting and generation of separate files
--089e0160b43ae04b8f04f15b4af3--