Something weird is happening with the website. I'm not quite sure how to explain it. Images are missing (except in the gallery) and all links, even text links, are blue spheres.
Just in case you didn't notice yet. I waited half an hour, to make sure it wasn't a momentary glitch.
All best, brynn
I hope this isn't an issue on db level, and that our backups are working... (I'm pulling one from the cms every day, mentioning just in case). Doesn't contain any images, though.
Btw., Brynn, for new issues you can now use this address: https://gitlab.com/inkscape/inkscape-web/issues
Maren
Am 21.02.2017 um 02:52 schrieb brynn:
Something weird is happening with the website. I'm not quite sure how to explain it. Images are missing (except in the gallery) and all links, even text links, are blue spheres.
Just in case you didn't notice yet. I waited half an hour, to make sure it wasn't a momentary glitch.
All best, brynn
Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-docs mailing list Inkscape-docs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-docs
Made a report, but I suspect Martin already knew about it.
He's currently working on updating the website, after it has moved to gitlab. This entrailed a couple of other updates that had been put on hold, and I assume one of those caused the issue.
Maren
Am 21.02.2017 um 03:10 schrieb Maren Hachmann:
I hope this isn't an issue on db level, and that our backups are working... (I'm pulling one from the cms every day, mentioning just in case). Doesn't contain any images, though.
Btw., Brynn, for new issues you can now use this address: https://gitlab.com/inkscape/inkscape-web/issues
Maren
Am 21.02.2017 um 02:52 schrieb brynn:
Something weird is happening with the website. I'm not quite sure how to explain it. Images are missing (except in the gallery) and all links, even text links, are blue spheres.
Just in case you didn't notice yet. I waited half an hour, to make sure it wasn't a momentary glitch.
All best, brynn
Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-docs mailing list Inkscape-docs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-docs
Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-docs mailing list Inkscape-docs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-docs
On Tue, 2017-02-21 at 03:15 +0100, Maren Hachmann wrote:
Made a report, but I suspect Martin already knew about it.
He's currently working on updating the website, after it has moved to gitlab. This entrailed a couple of other updates that had been put on hold, and I assume one of those caused the issue.
This is right. I updated the editor plugin which was required because of an updated cms module. Which of course caused a weird problem... of course.
Martin,
Yes, all back to normal now!
-----Original Message----- From: Martin Owens Sent: Tuesday, February 21, 2017 12:26 AM To: Maren Hachmann ; inkscape-docs@lists.sourceforge.net Subject: Re: [Inkscape-docs] website issue
On Tue, 2017-02-21 at 03:15 +0100, Maren Hachmann wrote:
Made a report, but I suspect Martin already knew about it.
He's currently working on updating the website, after it has moved to gitlab. This entrailed a couple of other updates that had been put on hold, and I assume one of those caused the issue.
This is right. I updated the editor plugin which was required because of an updated cms module. Which of course caused a weird problem... of course.
Martin,
------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-docs mailing list Inkscape-docs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-docs
Hello Everybody in the Inkscape Multiverse, I uploaded Inkscape tutorial #7 to my project website. It covers transforming objects. I focus a significant amount of attention on the Perspective function. It's a feature with its own personality. You can find the tutorial through:
There are a few files you can download and play with. I hope you get good value of them.
Best wishes to all,
Roy
Hi Roy,
I really have difficulties to read your tutorials because it uses no stylesheet. Especially it has no width limit, while my screen uses a resolution of 1920×1080 pixels so it makes the tutorial hard to read.
For example you can use Bootstrap, a very famous (quite standard) framework for web styling. Instructions:
(1) Open this page: http://getbootstrap.com/getting-started/ Pick the <link> tag just under ‘Latest compiled and minified CSS’, and put it in the <head> of your pages to use the Bootstrap stylesheet.
(2) Add class="container" to your <body> so that its width gets limited.
I am also noticing that your semantics are rather weird… E.g. you’re using <aside>, which is for lateral panels on web interfaces (and you don’t have any). Futhermore I don’t really understand why you use <div> or <section>.
Thanks for the work,
Sylvain
Le 13/04/2017 à 07:29, bandura1@...114... a écrit :
Hello Everybody in the Inkscape Multiverse, I uploaded Inkscape tutorial #7 to my project website. It covers transforming objects. I focus a significant amount of attention on the Perspective function. It's a feature with its own personality. You can find the tutorial through:
There are a few files you can download and play with. I hope you get good value of them.
Best wishes to all,
Roy
There is an embedded style section though. So if he doesn't want to make a whole style sheet, he could insert a few more tags there. Or really only 1 would be needed (width=100% or something similar).
All best, brynn
-----Original Message----- From: Sylvain Chiron Sent: Thursday, April 13, 2017 4:44 PM To: Inkscape Docs Subject: Re: [Inkscape-docs] Inkscape tutorial #7 has been uploaded
Hi Roy,
I really have difficulties to read your tutorials because it uses no stylesheet. Especially it has no width limit, while my screen uses a resolution of 1920×1080 pixels so it makes the tutorial hard to read.
For example you can use Bootstrap, a very famous (quite standard) framework for web styling. Instructions:
(1) Open this page: http://getbootstrap.com/getting-started/ Pick the <link> tag just under ‘Latest compiled and minified CSS’, and put it in the <head> of your pages to use the Bootstrap stylesheet.
(2) Add class="container" to your <body> so that its width gets limited.
I am also noticing that your semantics are rather weird… E.g. you’re using <aside>, which is for lateral panels on web interfaces (and you don’t have any). Futhermore I don’t really understand why you use <div> or <section>.
Thanks for the work,
Sylvain
Le 13/04/2017 à 07:29, bandura1@...114... a écrit :
Hello Everybody in the Inkscape Multiverse, I uploaded Inkscape tutorial #7 to my project website. It covers transforming objects. I focus a significant amount of attention on the Perspective function. It's a feature with its own personality. You can find the tutorial through:
There are a few files you can download and play with. I hope you get good value of them.
Best wishes to all,
Roy
------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Inkscape-docs mailing list Inkscape-docs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-docs
Le 18/04/2017 à 01:31, brynn a écrit :
There is an embedded style section though.
For the greeny footer.
So if he doesn't want to make a whole style sheet, he could insert a few more tags there.
To me, Bootstrap is an appropriate choice for minimal styling. I gave straightforward instructions to have it enabled immediately.
Or really only 1 would be needed (width=100% or something similar).
Would be more like `max-width: 1200px;`. -- Sylvain
participants (5)
-
unknown@example.com
-
brynn
-
Maren Hachmann
-
Martin Owens
-
Sylvain Chiron