Age | Commit message (Collapse) | Author | Lines |
|
In the initial version of the paper, we had this nice figure to show
the file structure of Maneage, so I thought its good to put it in the
page describing Maneage's file architecture.
Also, the long copyright at the end of the page was summarized into
one line and a link to the GPL has been added.
|
|
Until now, the raw link as text wasn't too obvious for a new viewer of
the webpage. So a snapshot was taken from the start of the video
created by RDA of my talk and added in the page to be more prominent
and help new viewers notice it more clearly.
|
|
In the previous commit, I added comment wrongly by having '%%'
around comment about copyright in the SVG file of the project-flow
image. Because of this mistake, the image was not displayed in the
website.
Whit this commit, I replaced '%%' with '<!--' and image can be seen in
the website.
|
|
Until now, The project-flow SVG image was saved as optimized SVG
with comments saved in it by Inkscape. This made its size about
than 230 KB. The icon of paper in the image was also a simple paper.
With this commit, I modified the icon of the paper and added some
details: a small shape made of a square and circle inside the
text of the paper to look like a figure. Then I saved it as an
optimized SVG file without any comments. This allows us to have
a file with 208KB size.
For putting the image in the website I also decreased its size, so
it was necessary to center it. To do this, I added a general class
'.center' for this job and added it in 'base.css' at the end of
General style section to allow us have everything with this class
in the center.
|
|
When we look at the SVG in systems with different fonts, the result
is not the same.
|
|
This SVG figure was modeled on the slides that present Maneage and
created with Inkscape from scratch. Because converting the EPS/PDF
created by LaTeX would make the SVG around 1Mb, but making the svg
from scratch, it is now 44Kb :-).
|
|
* Got the `IAC` logo in svg
* Compressed all svg files to save bandwidth using the tool on:
https://vecta.io/nano
|
|
|
|
This is just a place holder that I made in a few minutes after setting
up the `maneage.org' domain. We will fill it up soon.
|