From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Marquardt Subject: Re: Source maps? Date: Fri, 08 Jan 2016 08:11:40 -0600 Message-ID: References: <568FC118.3080607@pfdstudio.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52248) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHXlp-0005ms-6x for emacs-orgmode@gnu.org; Fri, 08 Jan 2016 09:12:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aHXlm-0007sB-1L for emacs-orgmode@gnu.org; Fri, 08 Jan 2016 09:12:01 -0500 Received: from plane.gmane.org ([80.91.229.3]:58825) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHXll-0007rH-OZ for emacs-orgmode@gnu.org; Fri, 08 Jan 2016 09:11:57 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aHXlj-0002xE-B0 for emacs-orgmode@gnu.org; Fri, 08 Jan 2016 15:11:55 +0100 Received: from 99-156-81-143.lightspeed.austtx.sbcglobal.net ([99.156.81.143]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Jan 2016 15:11:55 +0100 Received: from davemarq by 99-156-81-143.lightspeed.austtx.sbcglobal.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Jan 2016 15:11:55 +0100 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: emacs-orgmode@gnu.org "Davis, Peter" writes: > I'm working on a moderately complex ruby-on-rails project now, and I'd > love to be able to generate source maps. Specifically, I'd like to be > able to generate dot files (and GraphViz diagrams) showing the file > relationships: this controller goes with this view, etc. > > I was thinking of writing a script to walk the project tree and > generate the dot code based on rails' file naming conventions, but > then I thought I'd like to put all this into an org-mode document, and > be able to click on the filenames to open the files. > > Has anyone tried anything like this? Or found anything similar? Would a tool like 'doxygen' help here? I think it can do some of what you're looking for. I don't know if anyone has linked doxygen to org-mode and then published something about it. -Dave