Re: blog migration

2023-06-09 Thread Peter Kovacs



Am 09.06.23 um 10:59 schrieb DurgaPrasad Potnuru:

Awesome, will get started on it and will confirm


l have fixed the picture issue by now. Can you rewrite the guide at:

https://openoffice.apache.org/website-local.html

This would be awesome!



On Fri, 9 Jun, 2023, 2:08 am Peter Kovacs,  wrote:


cool! DurgaPrasad Potnuru,


All you need is a github account. And a local git installation. I use
Codium (a variation of Visual Code) as an editor. but you can use others.


fork the Project https://github.com/apache/openoffice-project - on the
page top right you see a button "Fork"

then clone the project to your machine. git clone

switch to the branch missing-pictures and continue editing.


lf you want to check the results offline you can follow guide
https://infra.apache.org/asf-pelican-local.html. (the script will clone
the site ) But the setup does only work on mac and Linux.

Once done with your work, sync with your fork. On github create a merge
request back to apache missing-pictures branch. A button should apear
automaticly, just check for the right branch.



All the best

Peter



Am 08.06.23 um 15:25 schrieb DurgaPrasad Potnuru:

Hello Peter
Happy to pitch in

Which aspect can we help with.
What are the access needed for the same.



On Thu, 8 Jun, 2023, 2:28 pm Peter Kovacs,  wrote:


Okay, that was not smart. For some reason I missed that a lot of
pictures referenced to the blog.

I have started to fix this on branch
https://openoffice-missing-pictures.staged.apache.org/blogpage.html

you can preview the results here:
https://openoffice-missing-pictures.staged.apache.org/


and I could use some help.

I save the pictures from:


https://web.archive.org/web/20170119032007/https://blogs.apache.org/OOo/

into content/images/blog

rename to blogname_picturetitle.filetype

change the link to "../images/blog/blogname_picturetitle.filetype"


2 articles have been fixed. 50 mill downloads and 1 year developer

If someone wants to help, Please answer here.

All the best

Peter

Am 08.06.23 um 09:03 schrieb Peter Kovacs:

Ahh yes, I messed up a little. let me check.

Am 07.06.23 um 20:32 schrieb Matthias Seidel:

Hi all,

Sorry for the confusion, I looked into /blog, not on /blogpage.html.

But I think the page does not build...

Regards,

  Matthias

Am 07.06.23 um 20:25 schrieb Matthias Seidel:

Hi All,

Am 06.06.23 um 19:24 schrieb Marcus:

Am 02.06.23 um 23:05 schrieb Peter Kovacs:

The roller migration can be reviewed at [1].

Please, have a look through the page if something broke that I
missed. Or Other things we need to look at.

 All pages where moved into a page sub folder. In folder blogs

all

our blog post can be found.

that's great news! Thanks a lot for the migration. :-)


Open Points fron my side:

# FAQ - Blog needs to be rewritten

I don't see a FAQ that needs to be rewritten. However, it's just the
same step as you would edit another webpage.

Ooops, I just edited a few external links and now the blog looks a

bit

"different"

I edited in /blog, should I edit in /blog_entry ?

Regards,

  Matthias


# figure out how we can automate the Announcement part in General
about

Yes, could be done. But it's no big deal to do it manually. It's

just

- copy & paste the old text+links
- exchange a few data
- and that's it ;-)


# fixate the banner and menu on top without overlap effect

I don't see a different behavior when I open / close the Project

menu

- compared with the other menu items.

Another point:
The separator line and the "Continue Reading" link are differently
positioned for every blog item. It depends how long the blog text

is.

So, the text length could be fixed. Let's see.

Marcus




-

To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org




-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



[GitHub] [openoffice-project] leginee merged pull request #8: Preview/missing pictures

2023-06-09 Thread via GitHub


leginee merged PR #8:
URL: https://github.com/apache/openoffice-project/pull/8


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



[GitHub] [openoffice-project] leginee opened a new pull request, #8: Preview/missing pictures

2023-06-09 Thread via GitHub


leginee opened a new pull request, #8:
URL: https://github.com/apache/openoffice-project/pull/8

   replaced all pictures


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: blog migration

2023-06-09 Thread Peter Kovacs



Am 09.06.23 um 12:52 schrieb Peter Kovacs:
If you have questions, please ask. That will help extending the 
documentation maybe.


you can checkout [1], too.


okay, forgot the link,

[1] https://openoffice.apache.org/website-local.html

but it is totaly outdated. So we need to write a new one. Perfect. :)




All the best

Peter


Am 09.06.23 um 10:59 schrieb DurgaPrasad Potnuru:

Awesome, will get started on it and will confirm

On Fri, 9 Jun, 2023, 2:08 am Peter Kovacs,  wrote:


cool! DurgaPrasad Potnuru,


All you need is a github account. And a local git installation. I use
Codium (a variation of Visual Code) as an editor. but you can use 
others.



fork the Project https://github.com/apache/openoffice-project - on the
page top right you see a button "Fork"

then clone the project to your machine. git clone

switch to the branch missing-pictures and continue editing.


lf you want to check the results offline you can follow guide
https://infra.apache.org/asf-pelican-local.html. (the script will clone
the site ) But the setup does only work on mac and Linux.

Once done with your work, sync with your fork. On github create a merge
request back to apache missing-pictures branch. A button should apear
automaticly, just check for the right branch.



All the best

Peter



Am 08.06.23 um 15:25 schrieb DurgaPrasad Potnuru:

Hello Peter
Happy to pitch in

Which aspect can we help with.
What are the access needed for the same.



On Thu, 8 Jun, 2023, 2:28 pm Peter Kovacs,  wrote:


Okay, that was not smart. For some reason I missed that a lot of
pictures referenced to the blog.

I have started to fix this on branch
https://openoffice-missing-pictures.staged.apache.org/blogpage.html

you can preview the results here:
https://openoffice-missing-pictures.staged.apache.org/


and I could use some help.

I save the pictures from:

https://web.archive.org/web/20170119032007/https://blogs.apache.org/OOo/ 


into content/images/blog

rename to blogname_picturetitle.filetype

change the link to "../images/blog/blogname_picturetitle.filetype"


2 articles have been fixed. 50 mill downloads and 1 year developer

If someone wants to help, Please answer here.

All the best

Peter

Am 08.06.23 um 09:03 schrieb Peter Kovacs:

Ahh yes, I messed up a little. let me check.

Am 07.06.23 um 20:32 schrieb Matthias Seidel:

Hi all,

Sorry for the confusion, I looked into /blog, not on 
/blogpage.html.


But I think the page does not build...

Regards,

  Matthias

Am 07.06.23 um 20:25 schrieb Matthias Seidel:

Hi All,

Am 06.06.23 um 19:24 schrieb Marcus:

Am 02.06.23 um 23:05 schrieb Peter Kovacs:

The roller migration can be reviewed at [1].

Please, have a look through the page if something broke that I
missed. Or Other things we need to look at.

 All pages where moved into a page sub folder. In folder 
blogs

all

our blog post can be found.

that's great news! Thanks a lot for the migration. :-)


Open Points fron my side:

# FAQ - Blog needs to be rewritten
I don't see a FAQ that needs to be rewritten. However, it's 
just the

same step as you would edit another webpage.

Ooops, I just edited a few external links and now the blog looks a

bit

"different"

I edited in /blog, should I edit in /blog_entry ?

Regards,

  Matthias

# figure out how we can automate the Announcement part in 
General

about

Yes, could be done. But it's no big deal to do it manually. It's

just

- copy & paste the old text+links
- exchange a few data
- and that's it ;-)


# fixate the banner and menu on top without overlap effect

I don't see a different behavior when I open / close the Project

menu

- compared with the other menu items.

Another point:
The separator line and the "Continue Reading" link are 
differently

positioned for every blog item. It depends how long the blog text

is.

So, the text length could be fixed. Let's see.

Marcus




-

To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org

- 


To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org




-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



-
To unsubscribe, e-mail: 

Re: blog migration

2023-06-09 Thread Peter Kovacs
If you have questions, please ask. That will help extending the 
documentation maybe.


you can checkout [1], too.


All the best

Peter


Am 09.06.23 um 10:59 schrieb DurgaPrasad Potnuru:

Awesome, will get started on it and will confirm

On Fri, 9 Jun, 2023, 2:08 am Peter Kovacs,  wrote:


cool! DurgaPrasad Potnuru,


All you need is a github account. And a local git installation. I use
Codium (a variation of Visual Code) as an editor. but you can use others.


fork the Project https://github.com/apache/openoffice-project - on the
page top right you see a button "Fork"

then clone the project to your machine. git clone

switch to the branch missing-pictures and continue editing.


lf you want to check the results offline you can follow guide
https://infra.apache.org/asf-pelican-local.html. (the script will clone
the site ) But the setup does only work on mac and Linux.

Once done with your work, sync with your fork. On github create a merge
request back to apache missing-pictures branch. A button should apear
automaticly, just check for the right branch.



All the best

Peter



Am 08.06.23 um 15:25 schrieb DurgaPrasad Potnuru:

Hello Peter
Happy to pitch in

Which aspect can we help with.
What are the access needed for the same.



On Thu, 8 Jun, 2023, 2:28 pm Peter Kovacs,  wrote:


Okay, that was not smart. For some reason I missed that a lot of
pictures referenced to the blog.

I have started to fix this on branch
https://openoffice-missing-pictures.staged.apache.org/blogpage.html

you can preview the results here:
https://openoffice-missing-pictures.staged.apache.org/


and I could use some help.

I save the pictures from:


https://web.archive.org/web/20170119032007/https://blogs.apache.org/OOo/

into content/images/blog

rename to blogname_picturetitle.filetype

change the link to "../images/blog/blogname_picturetitle.filetype"


2 articles have been fixed. 50 mill downloads and 1 year developer

If someone wants to help, Please answer here.

All the best

Peter

Am 08.06.23 um 09:03 schrieb Peter Kovacs:

Ahh yes, I messed up a little. let me check.

Am 07.06.23 um 20:32 schrieb Matthias Seidel:

Hi all,

Sorry for the confusion, I looked into /blog, not on /blogpage.html.

But I think the page does not build...

Regards,

  Matthias

Am 07.06.23 um 20:25 schrieb Matthias Seidel:

Hi All,

Am 06.06.23 um 19:24 schrieb Marcus:

Am 02.06.23 um 23:05 schrieb Peter Kovacs:

The roller migration can be reviewed at [1].

Please, have a look through the page if something broke that I
missed. Or Other things we need to look at.

 All pages where moved into a page sub folder. In folder blogs

all

our blog post can be found.

that's great news! Thanks a lot for the migration. :-)


Open Points fron my side:

# FAQ - Blog needs to be rewritten

I don't see a FAQ that needs to be rewritten. However, it's just the
same step as you would edit another webpage.

Ooops, I just edited a few external links and now the blog looks a

bit

"different"

I edited in /blog, should I edit in /blog_entry ?

Regards,

  Matthias


# figure out how we can automate the Announcement part in General
about

Yes, could be done. But it's no big deal to do it manually. It's

just

- copy & paste the old text+links
- exchange a few data
- and that's it ;-)


# fixate the banner and menu on top without overlap effect

I don't see a different behavior when I open / close the Project

menu

- compared with the other menu items.

Another point:
The separator line and the "Continue Reading" link are differently
positioned for every blog item. It depends how long the blog text

is.

So, the text length could be fixed. Let's see.

Marcus




-

To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org




-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: blog migration

2023-06-09 Thread DurgaPrasad Potnuru
Awesome, will get started on it and will confirm

On Fri, 9 Jun, 2023, 2:08 am Peter Kovacs,  wrote:

> cool! DurgaPrasad Potnuru,
>
>
> All you need is a github account. And a local git installation. I use
> Codium (a variation of Visual Code) as an editor. but you can use others.
>
>
> fork the Project https://github.com/apache/openoffice-project - on the
> page top right you see a button "Fork"
>
> then clone the project to your machine. git clone
>
> switch to the branch missing-pictures and continue editing.
>
>
> lf you want to check the results offline you can follow guide
> https://infra.apache.org/asf-pelican-local.html. (the script will clone
> the site ) But the setup does only work on mac and Linux.
>
> Once done with your work, sync with your fork. On github create a merge
> request back to apache missing-pictures branch. A button should apear
> automaticly, just check for the right branch.
>
>
>
> All the best
>
> Peter
>
>
>
> Am 08.06.23 um 15:25 schrieb DurgaPrasad Potnuru:
> > Hello Peter
> > Happy to pitch in
> >
> > Which aspect can we help with.
> > What are the access needed for the same.
> >
> >
> >
> > On Thu, 8 Jun, 2023, 2:28 pm Peter Kovacs,  wrote:
> >
> >> Okay, that was not smart. For some reason I missed that a lot of
> >> pictures referenced to the blog.
> >>
> >> I have started to fix this on branch
> >> https://openoffice-missing-pictures.staged.apache.org/blogpage.html
> >>
> >> you can preview the results here:
> >> https://openoffice-missing-pictures.staged.apache.org/
> >>
> >>
> >> and I could use some help.
> >>
> >> I save the pictures from:
> >>
> https://web.archive.org/web/20170119032007/https://blogs.apache.org/OOo/
> >> into content/images/blog
> >>
> >> rename to blogname_picturetitle.filetype
> >>
> >> change the link to "../images/blog/blogname_picturetitle.filetype"
> >>
> >>
> >> 2 articles have been fixed. 50 mill downloads and 1 year developer
> >>
> >> If someone wants to help, Please answer here.
> >>
> >> All the best
> >>
> >> Peter
> >>
> >> Am 08.06.23 um 09:03 schrieb Peter Kovacs:
> >>> Ahh yes, I messed up a little. let me check.
> >>>
> >>> Am 07.06.23 um 20:32 schrieb Matthias Seidel:
>  Hi all,
> 
>  Sorry for the confusion, I looked into /blog, not on /blogpage.html.
> 
>  But I think the page does not build...
> 
>  Regards,
> 
>   Matthias
> 
>  Am 07.06.23 um 20:25 schrieb Matthias Seidel:
> > Hi All,
> >
> > Am 06.06.23 um 19:24 schrieb Marcus:
> >> Am 02.06.23 um 23:05 schrieb Peter Kovacs:
> >>> The roller migration can be reviewed at [1].
> >>>
> >>> Please, have a look through the page if something broke that I
> >>> missed. Or Other things we need to look at.
> >>>
> >>> All pages where moved into a page sub folder. In folder blogs
> all
> >>> our blog post can be found.
> >> that's great news! Thanks a lot for the migration. :-)
> >>
> >>> Open Points fron my side:
> >>>
> >>> # FAQ - Blog needs to be rewritten
> >> I don't see a FAQ that needs to be rewritten. However, it's just the
> >> same step as you would edit another webpage.
> > Ooops, I just edited a few external links and now the blog looks a
> bit
> > "different"
> >
> > I edited in /blog, should I edit in /blog_entry ?
> >
> > Regards,
> >
> >  Matthias
> >
> >>> # figure out how we can automate the Announcement part in General
> >>> about
> >> Yes, could be done. But it's no big deal to do it manually. It's
> just
> >> - copy & paste the old text+links
> >> - exchange a few data
> >> - and that's it ;-)
> >>
> >>> # fixate the banner and menu on top without overlap effect
> >> I don't see a different behavior when I open / close the Project
> menu
> >> - compared with the other menu items.
> >>
> >> Another point:
> >> The separator line and the "Continue Reading" link are differently
> >> positioned for every blog item. It depends how long the blog text
> is.
> >> So, the text length could be fixed. Let's see.
> >>
> >> Marcus
> >>
> >>
> >>
> -
> >> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> >> For additional commands, e-mail: dev-h...@openoffice.apache.org
> >>
> >>> -
> >>> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> >>> For additional commands, e-mail: dev-h...@openoffice.apache.org
> >>>
> >> -
> >> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> >> For additional commands, e-mail: dev-h...@openoffice.apache.org
> >>
> >>
>
> -
> To unsubscribe, e-mail: