Search found 7 matches
- Thu Jun 12, 2008 9:27 pm
- Forum: Inkscape & the Web
- Topic: Inkscape and OpenAudit
- Replies: 13
- Views: 19493
Re: Inkscape and OpenAudit
Actually, what I do, is design something in Inkscape which I like the look of, then edit the SVG file with SciEdit to see how the XML is formatted. I then take the XML apart, and create PHP code to re-create similar XML. For example if I wanted to add a drop shadow to each icon, or a blue fluffy clo...
- Wed Jun 11, 2008 10:59 pm
- Forum: Inkscape & the Web
- Topic: Inkscape and OpenAudit
- Replies: 13
- Views: 19493
Re: Inkscape and OpenAudit
Yes it does look good, the only trouble is this is the "hand made" version, I would like a few tips, for example, how can I create a "wire" which will scale well, and how can I create my own handles for the ends of the wire. What about laying out items in a grid with automatic co...
- Mon Jun 09, 2008 6:57 pm
- Forum: Inkscape & the Web
- Topic: Inkscape and OpenAudit
- Replies: 13
- Views: 19493
Re: Inkscape and OpenAudit
Just stuck a .jpg in Photobucket for the time being, see the previous post. The above is the raw output from the web page, which can then be stiched together and worked on to produce a usable diagram. The diagram pictures are generated from jpgs of the original Tango Icon set (although any images ca...
- Sun Jun 08, 2008 10:32 pm
- Forum: Inkscape & the Web
- Topic: Inkscape and OpenAudit
- Replies: 13
- Views: 19493
Re: Inkscape and OpenAudit
The two bits of code are there simply to give those who want to know, an idea of how the thing works. http://i303.photobucket.com/albums/nn157/openaudit/NetworkDiagramExample2.png This is an example of the raw output, sorry for the delay and confusion. The above is a jpg, but the script outputs .svg...
- Sun Jun 08, 2008 7:13 pm
- Forum: Inkscape & the Web
- Topic: Inkscape and OpenAudit
- Replies: 13
- Views: 19493
Re: Inkscape and OpenAudit
... and the PHP, bit of a mashup, could do with being broken down in to distinct functional blocks. :oops: Its a bit difficult to read out of context, but all those includes set up access to database and include the configuration necessary to set things up. The rest creates output based on the data ...
- Sun Jun 08, 2008 7:11 pm
- Forum: Inkscape & the Web
- Topic: Inkscape and OpenAudit
- Replies: 13
- Views: 19493
Re: Inkscape and OpenAudit
I'll post this as source, so you can see the structure of the SVG generated by the PHP page. I can also post the PHP if you like. The basic idea is to select a list of machines (for example all machines on a particular subnet), click a link under the list and have the PHP generate a diagram form the...
- Sat Jun 07, 2008 2:55 am
- Forum: Inkscape & the Web
- Topic: Inkscape and OpenAudit
- Replies: 13
- Views: 19493
Inkscape and OpenAudit
I am looking for a bit of inspiration (it is Friday afternoon, so I am probably not alone here). As a developer of OpenAudit,(http://www.open-audit.org/) I added some code to this network auditing application that allows it to generate network diagrams from the data stored from the network audits pe...