83C/Layout: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
Line 7: Line 7:
[[Image:Firstfloor.png]] [[Image:Spaceallocation.png]]
[[Image:Firstfloor.png]] [[Image:Spaceallocation.png]]


The SVG is [http://hg.hexapodia.org/floorplan/raw-file/tip/floorplan.svg floorplan.svg]; it's stored using the [http://selenic.com/mercurial/ Mercurial] version control system on http://hg.hexapodia.org.  After you install Mercurial, check out using a command like
The SVG is [http://hg.hexapodia.org/floorplan/raw-file/tip/floorplan.svg floorplan.svg]; it's stored using the [http://selenic.com/mercurial/ Mercurial] version control system at http://hg.hexapodia.org/floorplan/.  After you install Mercurial, check out using a command like
  % hg clone http://hg.hexapodia.org/floorplan
  % hg clone http://hg.hexapodia.org/floorplan
  % cd floorplan
  % cd floorplan
  % inkscape floorplan.svg
  % inkscape floorplan.svg
  % hg ci -m 'fixed blah'
  % hg ci -m 'fixed blah'

Revision as of 19:23, 4 October 2008

Various renderings and models of 83c.

Floorplan

adi created an inaccurate floorplan using Inkscape just to have something to sketch on:

Firstfloor.png Spaceallocation.png

The SVG is floorplan.svg; it's stored using the Mercurial version control system at http://hg.hexapodia.org/floorplan/. After you install Mercurial, check out using a command like

% hg clone http://hg.hexapodia.org/floorplan
% cd floorplan
% inkscape floorplan.svg
% hg ci -m 'fixed blah'