83C/Layout: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
No edit summary
m (Layout moved to 83C/Layout)
(3 intermediate revisions by one other user not shown)
Line 3: Line 3:
=== Floorplan ===
=== Floorplan ===


[User:Adi|adi] created an inaccurate floorplan using Inkscape just to have something to sketch on:
[[User:Adi|adi]] created an inaccurate floorplan using Inkscape just to have something to sketch on:


[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 14:23, 26 September 2009

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'