--GRPZ8SYKNexpdSJ7
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
On 11/07, Brian Proffitt wrote:
Right now, the focus on GitHub-based solution is a direct result of
plann=
ing to use Prose.io; that's the only repo system that Prose.io works
with, =
as far as I know. And, to answer your other question, a Web-based GUI is cr=
itical to making this work. Otherwise will will introduce git (or gerrit) c=
ommands and functions into the website-editing process, which would create =
a much higher barrier to entry.
=20
That said, it does appear that Garrett is working on a home-grown solutio=
n
similar to Prose.io as I metnioned earlier, which *may* be able to work w=
ith alternate repos, such as Bitbucket or even gerrit.
=20
I prefer this solution if it fits.
@Garret, can I get an early preview or something? I'd like to start
using it asap and solving any issues. We can start with some infra
docs or something.
btw. Would it be an issue if we host the static pages on gh-pages?
I'm trying to push this because I'm writing some infra docs about the
phx lab and if ready I'd like to create a prove of concept for the
flow.
> BKP
=20
> ----- Original Message -----
> > From: "David Caro" <dcaroest(a)redhat.com>
> > To: "Brian Proffitt" <bproffit(a)redhat.com>
> > Cc: infra(a)ovirt.org
> > Sent: Friday, November 7, 2014 6:13:48 AM
> > Subject: Re: Moving the wiki
>
=20
> > On 10/28, Brian Proffitt wrote:
> >
=20
> >
=20
> > > ----- Original Message -----
> > > > From: "Karsten Wade" <kwade(a)redhat.com>
> > > > To: infra(a)ovirt.org
> > > > Sent: Wednesday, October 22, 2014 9:44:00 PM
> > > > Subject: Re: Moving the wiki
> > >
=20
> > > > -----BEGIN
PGP SIGNED MESSAGE-----
> > > > Hash: SHA1
> > >
=20
> > > > On 10/22/2014
11:19 AM, Michael Scherer wrote:
> > > > > I still think the easiest way is to host our own setup.
> > >
=20
> > > > Two notes:
> > >
=20
> > > > * While there
is definitely increased work for the Infra team in
> > > > bringing it back from OpenShift, it also takes away some of the work
> > > > being done to keep the OpenShift instance running well.
> > >
=20
> > > > * We can
always move back about as easily, such as when service
> > > > features are at parity.
> > >
=20
> > > > One of my
concerns about OpenShift is that it now doesn't fit into =
the
> > > rest of the Infra scheme. If we're maintaining
everything with
> > > Foreman/Puppet, for example, wouldn't it be a bit easier to bring t=
he
> > > > wiki server in to the same scheme?
> > >
=20
> > > > It's like
the problems we have with
linode01.ovirt.org -- it's outs=
ide
> > > > of the rest of the process Infra uses, so it's more likely
problems
> > > > will build up there until they get noticed.
> > >
=20
> > > > - - Karsten
> > > > - --
> > > > Karsten 'quaid' Wade .^\ CentOS Doer of Stuff
> > > >
http://TheOpenSourceWay.org \
http://community.redhat.com
> > > > @quaid (identi.ca/twitter/IRC) \v' gpg: AD0E0C41
> > > > -----BEGIN PGP SIGNATURE-----
> > > > Version: GnuPG v1
> > >
=20
> > > >
iEYEARECAAYFAlRH+vAACgkQ2ZIOBq0ODEHEOwCgnGCFXO7tKVAoCM4YfkM0MYSs
> > > > Er8AniDXc74R7QYk7s62s+nxZ1sTnn37
> > > > =3DIgIn
> > > > -----END PGP SIGNATURE-----
> > > >
_______________________________________________
> > > > Infra mailing list
> > > > Infra(a)ovirt.org
> > > >
http://lists.ovirt.org/mailman/listinfo/infra
> > >
=20
> >
=20
> > > At Barak's request, I wanted to outline
what should be the next phase=
for
> >
oVirt.org, which may render this discussion moot. At least,
the discu=
ssion
> > of shifting away from OpenShift, based on MediaWiki. We may
want to
> > migrate away for other reasons, but this will probably not be one of =
them.
> >
=20
> > >
oVirt.org is
currently a MediaWiki site, and as such has a lot of
> > > (expected) user collaboration. But that collaboration is not terribly
> > > organized, and has no version control whatsoever. This makes it impos=
sible
> > > for a group like Content Services to scrape documentation content into
> > > their process, and the end-user experience is also sub-optimal.
> >
=20
> > > As an alternative,
the OSAS design team wants
oVirt.org to move over =
to
> > Middleman-based when we revamp the site later this year.
This would m=
ean
> > that content would be stored on GitHub as markdown (MD) or
HTML files=
, and
> > then Middleman would be used to edit content locally as
well as deploy
> > onto the production site. This is currently how projectatomic.io hand=
les
> >
=20
> > > Clearly, moving
from a wiki to something static like a Middleman/GitH=
ub
> > solution is drastic, but Garrett LeSage and Tuomas
Kuosmanen have com=
e up
> > with an idea: prose.io is a third-party WYSIWYG editor that
ties dire=
ctly
> > in to GitHub repos. We will have links on the new
oVirt.org
site for =
each
> > page or section of a page that would open up the source
content for t=
hat
> > page/section in prose.io, where a user could then edit the
content and
> > save it with a simple GUI that would bypass the complexity of git
> > commands. Depending on the user's permissions, the edited content wou=
ld be
> > > deployed immediately on the site or held as a pull request for later
> > > approval.
> >
=20
>
=20
> > Feels strange to me having a project outside
gerrit, that means having
> > to setup and manage user acces also on github. Is there a way to use
> > gerrit as base repo and only replicate to github as we currently do
> > with other projects?
>
=20
> > Is the requirement of a web ui a strict one?
Because I really like the
> > idea of having the docs managed as code (reviews, git history and even
> > ci)
>
=20
> > > An alternative to prose.io that Garrett has
also proposed is bolting =
on an
> > admin UI for editing blog posts using various existing
components (ma=
inly
> > for rich editing), so the entire thing could be done via a
browser-ba=
sed
> > > interface (only available when running in development).
> >
=20
> > > From a user
perspective, the experience is no different than using a =
wiki.
> > If we use prose.io, will have to have a GitHub account, but
for our u=
sers,
> > > that's not much or a hurdle, since they would have to have a MediaWiki
> > > account on
oVirt.org anyway.
> >
=20
> > > There are issues
to narrow down with this plan (like how do oVirt.org=
users
> > add new pages?), but so far, it feels like a good solution
and a posi=
tive
> > > step away from MediaWiki.
> >
=20
> > > Peace,
> > > Brian
> >
=20
> > > --
> > > Brian Proffitt
> >
=20
> > > Community Liaison
> > > oVirt
> > > Open Source and Standards, Red Hat -
http://community.redhat.com
> > > Phone: +1 574 383 9BKP
> > > IRC: bkp @ OFTC
> > > _______________________________________________
> > > Infra mailing list
> > > Infra(a)ovirt.org
> > >
http://lists.ovirt.org/mailman/listinfo/infra
>
=20
> > --
> > David Caro
>
=20
> > Red Hat S.L.
> > Continuous Integration Engineer - EMEA ENG Virtualization R&D
>
=20
> > Tel.: +420 532 294 605
> > Email: dcaro(a)redhat.com
> > Web:
www.redhat.com
> > RHT Global #: 82-62605
>
=20
=20
> --=20
> Brian Proffitt
=20
> Community Liaison
> oVirt
> Open Source and Standards, Red Hat -
http://community.redhat.com
> Phone: +1 574 383 9BKP
> IRC: bkp @ OFTC
--=20
David Caro
Red Hat S.L.
Continuous Integration Engineer - EMEA ENG Virtualization R&D
Tel.: +420 532 294 605
Email: dcaro(a)redhat.com
Web:
www.redhat.com
RHT Global #: 82-62605
--GRPZ8SYKNexpdSJ7
Content-Type: application/pgp-signature
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAEBAgAGBQJUXLIrAAoJEEBxx+HSYmnDtB4H/RgMa4Y0EAMwNMJjEQ7hh9Yt
ojTsjz/h2f3Xnf1ap6hhuWcVDh8UuPApeBbxTUzrceYHjfoe4d9fwcYApHJS/ZPA
YQSKtyY4tlNGHkuWuI7p1Ax1QUQx8svStTR32DX+j9pc3bQDU/TizNpqt2G1mFfA
YS1VaLa8PZDgVkGxOf1mQRNNg60KVACp8dvJjYYoSatN6dURXoo+ei9eOk9L7BSQ
74mg/+6h494RFqdm/hggrPOdXE86U5BuSb7FePu+aGqnvmS370CooPUjgb/KWYR3
HmWs9+5UBcjnpNsumMf6W9oL6RibYoXRcf5qtlnTXhbFfTfsjT/kZhTPPyX5jAk=
=ylRs
-----END PGP SIGNATURE-----
--GRPZ8SYKNexpdSJ7--